summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)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
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-1/+1
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
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
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
2012-02-08changes to "tools/table.hxx to std::map conversion"Eike Rathke2-14/+11
2012-02-08tools/table.hxx to std::map conversion in SV, SVL and SVX modulesNoel Grandin2-17/+22
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
2012-02-01callcatcher: update listCaolán McNamara1-1/+1
2012-02-01fdo#34425: [Feature] Persist bgcolor toolbar button.Winfried Donkers2-24/+39
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