Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-17 | Remove unused code in SvxSearchDialog | Santiago Martinez | |
2012-02-17 | Cleanup inludes | Matteo Casalin | |
2012-02-17 | make gengal work again | Rene Engelhard | |
2012-02-15 | WaE: these are integers, not pointers | Caolán McNamara | |
2012-02-15 | Fix some translation oversights | Stefan Knorr (astron) | |
At least some of the things corrected, also (c) myself. | |||
2012-02-14 | Remove unused code. | Santiago Martinez | |
2012-02-13 | Remove unused code | Elton Chung | |
2012-02-13 | Removed unused code. | Björgvin Ragnarsson | |
2012-02-11 | fix dbgutil build: put back DbgName_SdrPageView | Matúš Kukan | |
2012-02-10 | Removed some dead code | Marc-André Laverdière-Papineau | |
2012-02-10 | Removed some warnings on WIN32 build. | Kohei Yoshida | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-10 | Remove unused code | Elton Chung | |
2012-02-08 | Missing newline at end of file | Stephan Bergmann | |
...needed by simplified l10ntools programs to be pushed shortly (that no longer translate line endings, and hopefully get away with it). | |||
2012-02-08 | changes 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-08 | tools/table.hxx to std::map conversion in SV, SVL and SVX modules | Noel 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-08 | callcatcher: update list, ByteString is on the ropes | Caolán McNamara | |
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-02-06 | Attempt to disable database connectivity for iOS for now | Tor Lillqvist | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-05 | Fixed cppcheck messages about rethrowing copy of exception. | PKEuS | |
2012-02-05 | Some cppcheck cleaning | Julien Nabet | |
2012-02-04 | extract max legal dff length to header | Caolán McNamara | |
2012-02-02 | Some cppcheck cleaning | Julien Nabet | |
2012-02-01 | InsertData 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-01 | callcatcher: update list | Caolán McNamara | |
2012-02-01 | fdo#34425: [Feature] Persist bgcolor toolbar button. | Winfried Donkers | |
This is to avoid background color selection evertime. | |||
2012-02-01 | German comments translations. | Winfried Donkers | |
2012-01-31 | More on string conversion. | Kohei Yoshida | |
2012-01-31 | XubString to rtl::OUString. | Kohei Yoshida | |
2012-01-31 | Re-organized boolean data members. | Kohei Yoshida | |
2012-01-31 | One more method to non-inline. I guess this is the last one... | Kohei Yoshida | |
2012-01-31 | Simplified & non-inlined setUnoShape(). | Kohei Yoshida | |
2012-01-31 | More implicit inline methods to non-inline. | Kohei Yoshida | |
2012-01-31 | XubString to rtl::OUString. | Kohei Yoshida | |
2012-01-31 | More implicit inline method to hide. | Kohei Yoshida | |
2012-01-31 | Container to ptr_vector. | Kohei Yoshida | |
2012-01-31 | One less method that nobody uses. | Kohei Yoshida | |
2012-01-31 | No implicit inlining in the header file. | Kohei Yoshida | |
2012-01-31 | Make these data members private. | Kohei Yoshida | |
2012-01-31 | Use bool & prefer rtl::OUString. | Kohei Yoshida | |
2012-01-31 | Simplify code by making getProcessComponentContext() implicit. | Stephan Bergmann | |
2012-01-31 | callcatcher: update list | Caolán McNamara | |
2012-01-27 | SvxColumnItem: fix buggy STL conversion: | Michael Stahl | |
In the copy ctor, the vector must not be initialized with the constructor that takes an integer, because that causes it to have that many elements, which together with the loop that copies all source elements leads to a vector with twice as many elements. This causes a crash in writer when dragging the row separator line in a table, because that code doesn't expect the item to have more elements than the table has rows. (regression from d319387526870f34c49b3ef337b1b0d55767f3fe) | |||
2012-01-27 | Revert "Removed list and numbering paragraph styles and related option page" | Cédric Bosdonnat | |
This reverts commits 359d0fbd03a68d9131e8fb25e7dac9f19ddf6dcb, 6a15a2898b7f822ddfba23553dd127e25af15fff and 21352f88caba9dee73d5a87c8e3724d17ac6b428. This change is not mature enought: needs more work | |||
2012-01-26 | Replace SvtCacheOptions with (simplified) direct configuration access. | Stephan Bergmann | |
2012-01-25 | WaE: int and long confusion | Tor Lillqvist | |
2012-01-25 | optimized zoom to use more common intervals | Tim Hardeck | |
Round zoom values beginning with 50 to a multiple of 5, with 100 to one of 10, with 500 to one of 50 and with 1000 to one of 100. The step 100 is enforced to have one fixed point. | |||
2012-01-24 | callcatcher: update list, remove newly unused methods | Caolán McNamara | |
2012-01-24 | Comments Translations. | Stefan Knorr | |