summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)AuthorFilesLines
2012-02-21add missing semicolonDavid Tardon1-1/+1
2012-02-21Fixed a possible NULL-dereference found by cppcheck in svxJosh Heidenreich1-6/+7
2012-02-20svx: simplify thisThomas Arnhold1-3/+1
2012-02-20No gengal.bin for iOSTor Lillqvist1-1/+6
Like any of our executables using <sal/main.h>, it doesn't even build for iOS anyway using the current <sal/main.h> anyway, as there is no main() ;) Executables for iOS (i.e. unit testers, and some eventual end.userish apps) will be handled "semi-manually" in some yet to be worked out fashion. Makes no sense for Android either, but I'm lazy.
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-1/+1
to equalsIgnoreAsciiCaseAscii("...")
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann1-1/+1
2012-02-20Add Emacs mode lineTor Lillqvist2-0/+2
2012-02-20Link with gb_STDLIBS here, tooTor Lillqvist1-0/+1
Would it perhaps have been better to always link with gb_STDLIBS without having to mention it in each Library_*.mk and Executable_*.mk? And then for those few exceptions come up with some "No STDLIBS, thanks" thing?
2012-02-19fix MinGW buildMatúš Kukan1-1/+1
2012-02-19fix windows build, gengal.bin should be gengal.exe there according to scp2Caolán McNamara1-8/+15
2012-02-19Get rid of size() == 0Elton Chung1-1/+1
2012-02-19Remove unused codePetr Vorel2-6/+0
2012-02-18Remove unused codeElton Chung1-8/+0
2012-02-18Fix typos in commentsElton Chung3-3/+3
2012-02-18Remove unused codeElton Chung4-59/+0
2012-02-18Remove unused code in core/svx/source/dialog/_contdlg.cxxBjörgvin Ragnarsson1-65/+0
2012-02-17Remove unused code in SvxSearchDialogSantiago Martinez2-46/+0
2012-02-17Cleanup inludesMatteo Casalin1-13/+0
2012-02-17make gengal work againRene Engelhard5-4/+220
2012-02-15WaE: these are integers, not pointersCaolán McNamara1-1/+1
2012-02-15Fix some translation oversightsStefan Knorr (astron)26-60/+51
At least some of the things corrected, also (c) myself.
2012-02-14Remove unused code.Santiago Martinez2-16/+0
2012-02-13Remove unused codeElton Chung4-96/+0
2012-02-13Removed unused code.Björgvin Ragnarsson16-148/+1
2012-02-11fix dbgutil build: put back DbgName_SdrPageViewMatúš Kukan1-0/+2
2012-02-10Removed some dead codeMarc-André Laverdière-Papineau4-131/+1
2012-02-10Removed some warnings on WIN32 build.Kohei Yoshida3-5/+1
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan4-4/+0
2012-02-10Remove unused codeElton Chung12-134/+0
2012-02-08Missing newline at end of fileStephan Bergmann1-1/+1
...needed by simplified l10ntools programs to be pushed shortly (that no longer translate line endings, and hopefully get away with it).
2012-02-08changes to "tools/table.hxx to std::map conversion"Eike Rathke2-14/+11
* use consistent indenting with 4 spaces (instead of tabs (plus one space)) * use erase(it++) instead of erase(it); ++it to not access invalidated iterator * for First(); Remove(); Next() loops over entire Table use map::clear() at the end if it isn't in a dtor * use existing typedef SvNumberFormatTable in numfmtsh.hxx instead of redefining, which means include zforlist.hxx now and some other forward declarations can be removed * removed inlined duplicated code of GetEntry(), implemented it in zforlist.cxx instead and made const GetFormatEntry() just call GetEntry() * removed the temporary sal_uIntPtr nFormat to be used as key, the sal_uIntPtr was only used because Table effectively had pointer size as keys. * made initial assignments of nDefaultFormat and nDefaultCurrencyFormat use the ternary conditional operator
2012-02-08tools/table.hxx to std::map conversion in SV, SVL and SVX modulesNoel Grandin2-17/+22
This patch converts one use of tools/table.hxx in svl/inc/svl/zforlist.hxx, whose use in turn spans 3 modules.
2012-02-08callcatcher: update list, ByteString is on the ropesCaolán McNamara2-6/+0
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich1-0/+9
2012-02-06Attempt to disable database connectivity for iOS for nowTor Lillqvist1-1/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS1-2/+2
2012-02-05Some cppcheck cleaningJulien Nabet1-2/+2
2012-02-04extract max legal dff length to headerCaolán McNamara1-0/+3
2012-02-02Some cppcheck cleaningJulien Nabet1-2/+2
2012-02-01InsertData to AppendData, to hide the insert position.Kohei Yoshida5-23/+17
Only a few places in sc specified insert position, and those were not strictly necessary.
2012-02-01callcatcher: update listCaolán McNamara1-1/+1
2012-02-01fdo#34425: [Feature] Persist bgcolor toolbar button.Winfried Donkers2-24/+39
This is to avoid background color selection evertime.
2012-02-01German comments translations.Winfried Donkers1-64/+67
2012-01-31More on string conversion.Kohei Yoshida8-41/+41
2012-01-31XubString to rtl::OUString.Kohei Yoshida7-66/+72
2012-01-31Re-organized boolean data members.Kohei Yoshida1-19/+19
2012-01-31One more method to non-inline. I guess this is the last one...Kohei Yoshida2-1/+7
2012-01-31Simplified & non-inlined setUnoShape().Kohei Yoshida3-17/+10
2012-01-31More implicit inline methods to non-inline.Kohei Yoshida2-37/+214