summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2012-02-22revert slew of debug code committed in errorMichael Meeks
2012-02-22fdo#37210 - UI: Calc usability improvement: Merge cells on right mouse clickGreggory Hernandez
2012-02-22unusedcode.easy: remove some moreThomas Arnhold
2012-02-21WaE: potentially uninitailized nModeMichael Meeks
2012-02-21fdo#44611 writer: paragraph background color picker with split buttonWinfried Donkers
2012-02-21make this weird-ass DBCONNECTIVITY foo buildCaolán McNamara
2012-02-21unwrap ifdefs with unused membersCaolán McNamara
2012-02-21Fix most of the build with --disable-database-connectivityRiccardo Magliocchetti
2012-02-21add missing semicolonDavid Tardon
2012-02-21Fixed a possible NULL-dereference found by cppcheck in svxJosh Heidenreich
2012-02-20svx: simplify thisThomas Arnhold
2012-02-20No gengal.bin for iOSTor Lillqvist
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 Abe
to equalsIgnoreAsciiCaseAscii("...")
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann
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