summaryrefslogtreecommitdiff
path: root/lotuswordpro/source
AgeCommit message (Collapse)AuthorFilesLines
2012-11-22AllSettings with LanguageTagEike Rathke1-2/+4
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
2012-11-06cppCheck: Various clean-upjailletc361-1/+1
xfdrawstyle.cxx: correct a copy/paste typo in constructor number.cxx: remove an unused variable inftxt.hxx: redundant assignment (pWrongList is assigned twice) Change-Id: I148e23272ffa169ef16052c475e5f24a87383e5b Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/983 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-10-09Remove useless codeMarcos Paulo de Souza7-81/+1
These macros was never defined: KANJI AMIKAKE BORDER_BMP SMARTEXT JAPANESE_ENABLED BENUTIL_SUPPORT So, these code inside these ifdefs was never executed. Remove all this. Also in this commit, remove some odd comments and commented code. Change-Id: Idd4991d06d1c879e64f07875241a8acfa35695d0 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/777 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2012-10-02Remove not used macros from lotusworkproMarcos Paulo de Souza7-63/+2
Change-Id: I0c5b52030e9837f5ee9aa6258b6ccb16dd3f03c0 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/749 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini5-7/+11
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-01Prefixify lotuswordproTor Lillqvist1-1/+1
Change-Id: I9b30477d94995adef51a76bdf298d1815f511e9e
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+2
...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
2012-09-15Remove unused variableJulien Nabet1-1/+0
Should we use vector for m_pListLevels and use iterator then? Where does the "10" come from? Change-Id: I2c0d569db48226149645f039ca11633ae2b6c7a2
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-1/+2
* As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann12-26/+5
Change-Id: Ie83cd8392363800bcb1de641b537efdab2910ddd
2012-08-01Remove unused code: those classes are unusedThomas Arnhold3-134/+0
Change-Id: Ibf41655d40c9534629bbb0dd5ae600791b42922d
2012-07-16Change form of checking self-assignment + cleaning before assigningJulien Nabet1-41/+45
Change-Id: Idc8e8445b870805b99d2b9434cf1f752c63cc6a0
2012-07-14Check for assignment to self for =operatorJulien Nabet1-0/+3
Change-Id: I88369c1b0c6f261e8350d196b56acdc8f8f61ce8
2012-07-14Perform initalization in initialization listJulien Nabet1-20/+5
Change-Id: I103af00b8d4f057ecf427914d35aaa02fcf452ae
2012-07-03ditch String::CreateFromAsciiCaolán McNamara4-69/+69
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-06-29Remove include guardsThomas Arnhold8-21/+0
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
2012-06-27Remove unused include filesThomas Arnhold6-503/+0
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
2012-06-27Remove commented out codeThomas Arnhold1-202/+0
Change-Id: Idbd7ddb3f0a65454c4a82cd421298bee30184a4d
2012-06-26removed unused forward declarations of classTakeshi Abe13-25/+0
except moving CGMBitmapDescriptor into filter/source/graphicfilter/icgm/outact.hxx Change-Id: Ib11d1c907b4c52c6e0f261b20992659b52f4c136
2012-06-07nuke dead codeTakeshi Abe11-213/+1
Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b
2012-06-01Targeted string re-work for lotuswordpro filterThorsten Behrens9-63/+64
Also cleaned up commented code, and a few extraneous temporaries
2012-05-29targeted string re-workNorbert Thiebaud1-10/+10
Change-Id: Ie527fc87d2ef18e60524ef235c1332fdd02be829
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-1/+1
See the TODO comment in sfx2/inc/sfx2/docfile.hxx about a temporary SfxMedium ctor overload to find not yet adapted uses of another overload, to be removed again in due time. Change-Id: Ie22c33c32f8870ce6ebf6d500abc7a4e33d97183
2012-05-09WaE: silence tedious msvc2008 warningsCaolán McNamara2-16/+31
Change-Id: Iecdc085b9af162ffdc6e0c52ad8a408a0983e088
2012-05-09WaE: C4146 unary operator applied to unsigned typeCaolán McNamara1-1/+1
Change-Id: I5326baab63d8ec30a2f7fcb027c4a5a5526acdf0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-7/+6
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-7/+7
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-03-03Avoid temporary rtl::OUStringJulien Nabet1-8/+8
2012-02-19Get rid of size() == 0Elton Chung1-1/+1
2012-02-17WaE: uninitialized pCellCaolán McNamara1-1/+1
2012-02-13WaE: unreachable codeTor Lillqvist1-1/+0
2012-01-26Use the right defineFridrich Štrba1-2/+2
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2-0/+5
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-30Fix for fdo43460 Part XXIV getLength() to isEmpty()Olivier Hallot61-166/+166
Part XXIV Modules lotuswordpro
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara3-21/+24
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon4-5/+5
2011-11-24WaE: uninitialized valueCaolán McNamara1-1/+1
2011-11-24WaE: uninitialized valueCaolán McNamara1-1/+1
2011-10-17cppcheck fix : 'operator=' should check for assignment to selfwJulien Nabet2-11/+14
2011-10-04no need to continue, delete NULL is safeCaolán McNamara1-4/+2
2011-10-04SetDfltFont doesn't do anythingCaolán McNamara2-32/+0
2011-10-02valgrind: fix some leaksCaolán McNamara8-45/+40
2011-09-23ensure m_pOwnerRow is NULLCaolán McNamara1-0/+1
2011-09-23cppcheck: don't dereference NULL pRowCaolán McNamara1-3/+8
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara4-0/+18
2011-09-09Some cppcheck cleaningJulien Nabet3-4/+4
2011-08-30regenerate listCaolán McNamara6-45/+0
2011-08-30callcatcher: chop, hack, slayCaolán McNamara38-1015/+0