summaryrefslogtreecommitdiffstats
path: root/lotuswordpro
Commit message (Collapse)AuthorAgeFilesLines
* Remove not used macros from lotusworkproMarcos Paulo de Souza2012-10-027-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>
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-015-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>
* Prefixify lotuswordproTor Lillqvist2012-10-012-2/+2
| | | | Change-Id: I9b30477d94995adef51a76bdf298d1815f511e9e
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-282-4/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-282-2/+4
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-282-0/+2
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-191-2/+2
| | | | | | ...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
* fdo#46808, Adapt i18n::LocaleData UNO service to new styleNoel Grandin2012-09-171-0/+1
| | | | | | | | | The implementation of the LocaleData implements the optional XLocaleData4, so rather than creating a new interface for the new-style service, we simply make the service implement XLocaleData4, which in turn implements XLocaleData3, XLocaleData2, XLocaleData. Change-Id: I3e9a48b031be6b2aa5e04b376b3940b942add85a
* Remove unused variableJulien Nabet2012-09-151-1/+0
| | | | | | | Should we use vector for m_pListLevels and use iterator then? Where does the "10" come from? Change-Id: I2c0d569db48226149645f039ca11633ae2b6c7a2
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-141-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
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-3112-26/+5
| | | | Change-Id: Ie83cd8392363800bcb1de641b537efdab2910ddd
* Remove unused code: those classes are unusedThomas Arnhold2012-08-013-134/+0
| | | | Change-Id: Ibf41655d40c9534629bbb0dd5ae600791b42922d
* regression test for CVE-2012-1770Caolán McNamara2012-07-261-0/+0
| | | | Change-Id: I2c51a128437913c3bb0bc7a59774ff117603dc82
* Change form of checking self-assignment + cleaning before assigningJulien Nabet2012-07-161-41/+45
| | | | Change-Id: Idc8e8445b870805b99d2b9434cf1f752c63cc6a0
* Check for assignment to self for =operatorJulien Nabet2012-07-141-0/+3
| | | | Change-Id: I88369c1b0c6f261e8350d196b56acdc8f8f61ce8
* Perform initalization in initialization listJulien Nabet2012-07-141-20/+5
| | | | Change-Id: I103af00b8d4f057ecf427914d35aaa02fcf452ae
* ditch String::CreateFromAsciiCaolán McNamara2012-07-034-69/+69
| | | | Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
|
* Remove include guardsThomas Arnhold2012-06-298-21/+0
| | | | Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
* Remove unused include filesThomas Arnhold2012-06-276-503/+0
| | | | | | Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
* Remove commented out codeThomas Arnhold2012-06-271-202/+0
| | | | Change-Id: Idbd7ddb3f0a65454c4a82cd421298bee30184a4d
* removed unused forward declarations of classTakeshi Abe2012-06-2613-25/+0
| | | | | | except moving CGMBitmapDescriptor into filter/source/graphicfilter/icgm/outact.hxx Change-Id: Ib11d1c907b4c52c6e0f261b20992659b52f4c136
* nuke dead codeTakeshi Abe2012-06-0711-213/+1
| | | | Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b
* Targeted string re-work for lotuswordpro filterThorsten Behrens2012-06-019-63/+64
| | | | Also cleaned up commented code, and a few extraneous temporaries
* targeted string re-workNorbert Thiebaud2012-05-291-10/+10
| | | | Change-Id: Ie527fc87d2ef18e60524ef235c1332fdd02be829
* Removed unused SfxMedium::bDirectStephan Bergmann2012-05-241-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
* WaE: silence tedious msvc2008 warningsCaolán McNamara2012-05-092-16/+31
| | | | Change-Id: Iecdc085b9af162ffdc6e0c52ad8a408a0983e088
* WaE: C4146 unary operator applied to unsigned typeCaolán McNamara2012-05-091-1/+1
| | | | Change-Id: I5326baab63d8ec30a2f7fcb027c4a5a5526acdf0
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* rename gb_CppunitTest_uses_ureDavid Tardon2012-04-081-1/+1
|
* compile- and run-time use of UNO must be splitDavid Tardon2012-04-081-0/+2
| | | | | | | | | | | There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk
* clean upDavid Tardon2012-04-081-8/+0
|
* simplify use of configuration from unit testsDavid Tardon2012-04-081-3/+1
|
* always use --protector for UNO testsDavid Tardon2012-04-081-1/+0
|
* drop uses_ureDavid Tardon2012-04-081-2/+0
|
* let use_api handle the use of type rdbs at runtimeDavid Tardon2012-04-081-4/+0
| | | | | Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime?
* gbuild: "use" vs. "add":Michael Stahl2012-04-082-6/+6
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-7/+6
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-7/+7
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* always pass --headless to cppunitsLuboš Luňák2012-04-021-1/+0
| | | | | | They should not need any actual UI anyway, and most of them already pass the option manually. http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html
* callcatcher: update listCaolán McNamara2012-03-071-0/+0
|
* Avoid temporary rtl::OUStringJulien Nabet2012-03-031-8/+8
|
* add a more extensive lotuswordpro sampleCaolán McNamara2012-03-021-0/+0
|
* Get rid of size() == 0Elton Chung2012-02-191-1/+1
|
* WaE: uninitialized pCellCaolán McNamara2012-02-171-1/+1
|
* WaE: unreachable codeTor Lillqvist2012-02-131-1/+0
|
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-102-2/+0
|
* Added and improved READMEs for modules which used to be in filterJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Use the right defineFridrich Štrba2012-01-261-2/+2
|