summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2012-02-20Add Emacs mode lineTor Lillqvist
2012-02-20Link with gb_STDLIBS here, tooTor Lillqvist
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úš Kukan
2012-02-19fix windows build, gengal.bin should be gengal.exe there according to scp2Caolán McNamara
2012-02-19Get rid of size() == 0Elton Chung
2012-02-19Remove unused codePetr Vorel
2012-02-18Remove unused codeElton Chung
2012-02-18Fix typos in commentsElton Chung
2012-02-18Remove unused codeElton Chung
2012-02-18Remove unused code in core/svx/source/dialog/_contdlg.cxxBjörgvin Ragnarsson
2012-02-17Remove unused code in SvxSearchDialogSantiago Martinez
2012-02-17Cleanup inludesMatteo Casalin
2012-02-17make gengal work againRene Engelhard
2012-02-15WaE: these are integers, not pointersCaolán McNamara
2012-02-15Fix some translation oversightsStefan Knorr (astron)
At least some of the things corrected, also (c) myself.
2012-02-14Remove unused code.Santiago Martinez
2012-02-13Remove unused codeElton Chung
2012-02-13Removed unused code.Björgvin Ragnarsson
2012-02-11fix dbgutil build: put back DbgName_SdrPageViewMatúš Kukan
2012-02-10Removed some dead codeMarc-André Laverdière-Papineau
2012-02-10Removed some warnings on WIN32 build.Kohei Yoshida
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2012-02-10Remove unused codeElton Chung
2012-02-08Missing newline at end of fileStephan Bergmann
...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 Rathke
* 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 Grandin
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 McNamara
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich
2012-02-06Attempt to disable database connectivity for iOS for nowTor Lillqvist
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS
2012-02-05Some cppcheck cleaningJulien Nabet
2012-02-04extract max legal dff length to headerCaolán McNamara
2012-02-02Some cppcheck cleaningJulien Nabet
2012-02-01InsertData to AppendData, to hide the insert position.Kohei Yoshida
Only a few places in sc specified insert position, and those were not strictly necessary.
2012-02-01callcatcher: update listCaolán McNamara
2012-02-01fdo#34425: [Feature] Persist bgcolor toolbar button.Winfried Donkers
This is to avoid background color selection evertime.
2012-02-01German comments translations.Winfried Donkers
2012-01-31More on string conversion.Kohei Yoshida
2012-01-31XubString to rtl::OUString.Kohei Yoshida
2012-01-31Re-organized boolean data members.Kohei Yoshida
2012-01-31One more method to non-inline. I guess this is the last one...Kohei Yoshida
2012-01-31Simplified & non-inlined setUnoShape().Kohei Yoshida
2012-01-31More implicit inline methods to non-inline.Kohei Yoshida
2012-01-31XubString to rtl::OUString.Kohei Yoshida
2012-01-31More implicit inline method to hide.Kohei Yoshida
2012-01-31Container to ptr_vector.Kohei Yoshida
2012-01-31One less method that nobody uses.Kohei Yoshida
2012-01-31No implicit inlining in the header file.Kohei Yoshida
2012-01-31Make these data members private.Kohei Yoshida