office-gobmx/writerperfect
Jacek Fraczek f004aa9951 tdf#89307: Removed SvRef::operator T*()
Conditional statements are using SvRef::Is() method.
Changed static_cast<T*>(svRef<T>) occurances to svRef.get().
Added operator == and != to SvRef.

SbxObject::Execute is using SbxVariableRef internally.
SbxObject::FindQualified is using SbxVariableRef internally.

Change-Id: I45b553e35d8fca9bf71163e6eefc60802a066395
Reviewed-on: https://gerrit.libreoffice.org/29621
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-10-10 08:48:30 +00:00
..
inc
qa/unit
source
uiconfig/ui
AllLangResTarget_writerperfect.mk
astyle.options
CppunitTest_writerperfect_calc.mk
CppunitTest_writerperfect_draw.mk
CppunitTest_writerperfect_impress.mk
CppunitTest_writerperfect_stream.mk
CppunitTest_writerperfect_writer.mk
Library_wpftcalc.mk
Library_wpftdraw.mk
Library_wpftimpress.mk
Library_wpftwriter.mk
Library_writerperfect.mk
Makefile
Module_writerperfect.mk
README
StaticLibrary_writerperfect_importtestbase.mk
UIConfig_writerperfect.mk

WordPerfect and other filters, wrappers for a set of similar libraries

This collection of filters is here in this folder in addition to the
WordPerfect filter that gave the module its (humorous) name "writerperfect"
because the libraries they use all have the same "style" of API and are
developed, at least partially, by the same person or group of persons.

This module uses astyle to keep consistent coding style. Please run

astyle --options=astyle.options \*.?xx

before committing.