Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-28 | SfxStyleSheet needs a default ctor | Caolán McNamara | |
due to use of ImplInheritanceHelper2 SfxStyleSheet needs a default ctor, though its never called. rearrange things a little so we can have an empty ctor without pulling in a bunch of code which is never executed | |||
2012-02-28 | remove dangling legacy binary-compatible between-milestons temp hack nonsense | Caolán McNamara | |
2012-02-27 | SfxItemPool: replace deque with vector for SfxPoolItem array | Michael Stahl | |
Yields measurable speedup on load/store of large documents, wonder where the equivalent patch i committed long time ago to OOo went... | |||
2012-02-27 | Removed unused code | Szabolcs Dezsi | |
2012-02-27 | drop UniString::CreateFromInt64 | Caolán McNamara | |
2012-02-23 | Get rid of CREATEVERSIONRESMGR[_NAME] | Stephan Bergmann | |
2012-02-22 | OUString ctor for string literals without RTL_CONSTASCII stuff | Luboš Luňák | |
http://lists.freedesktop.org/archives/libreoffice/2012-February/025662.html | |||
2012-02-20 | gb_JunitTest_JunitTest takes only one argument | Stephan Bergmann | |
2012-02-19 | Remove unused code | Petr Vorel | |
2012-02-19 | Remove unused code | Elton Chung | |
2012-02-17 | Removed unused code from svl and sfx2 | Szabolcs Dezsi | |
2012-02-17 | EasyHack 42790: get rid of PRODUCT | Laurent Balland-Poirier | |
Preprocessor constant PRODUCT is replaced by !DBG_UTIL | |||
2012-02-16 | callcatcher: update unused code list | Caolán McNamara | |
2012-02-16 | Use RTL_CONSTASCII_STRINGPARAM instead of bare number | Takeshi Abe | |
2012-02-14 | Remove some more outdated sunpro traces | Thomas Arnhold | |
On Solaris gcc should be used. See: 514cefbcb7b800f8ddd2aa595502f4fe8403882f 19480ddf483174e956bd658b76380dbe499678dd | |||
2012-02-13 | EasyHack: Removed gcc conditionals | Alexander Bergmann | |
2012-02-13 | WaE: NULL vs 0 with mingw | Caolán McNamara | |
2012-02-13 | fix windows build, String::GetTokenCount is gone | Caolán McNamara | |
2012-02-10 | fdo#39491 more of unnecessary include paths | Matúš Kukan | |
2012-02-10 | fdo#39491 remove nonexistent include paths | Matúš Kukan | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-09 | Replaced String by rtl::OUString in SvxMacro | Takeshi Abe | |
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 | update unused list | Caolán McNamara | |
2012-02-07 | Reintroduce MSVC workaround | Stephan Bergmann | |
...originally introduced with 02abccf953185f266979aafd946f5b96c5d59875 but erroneously purged with 9c2f7056a82c4d7719715ca1c77f8dd4c17aa24c. | |||
2012-02-07 | Have SfxItemSet::HasItem take an optional pointer-to-pointer. | Kohei Yoshida | |
To make it clear that the second argument is optional. | |||
2012-02-06 | Perhaps it will help to set the pointer to NULL when the item is not set. | Kohei Yoshida | |
2012-02-06 | I think it's time we had a real method for this... | Kohei Yoshida | |
This helps eliminate dozens of IS_AVAILABLE macros scattered across Calc code. I'm sure we have other similar macros like this elsewhere. | |||
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-05 | Remove unused code | Elton Chung | |
2012-02-05 | Fixed cppcheck messages about rethrowing copy of exception. | PKEuS | |
2012-02-05 | Some cppcheck cleaning | Julien Nabet | |
2012-02-03 | Replaced String by rtl::OUString | Takeshi Abe | |
2012-01-31 | Simplify code by making getProcessComponentContext() implicit. | Stephan Bergmann | |
2012-01-31 | Move unotools/configuration.hxx to comphelper | Stephan Bergmann | |
...so that other code in comphelper can use it. | |||
2012-01-30 | fdo#44981 - remove obsolete SWAPLONG macros | Noel Grandin | |
2012-01-30 | make svl ByteString free | Caolán McNamara | |
2012-01-27 | Do not move nCurUndoAction < 0. | Stephan Bergmann | |
(Could easily happen when max undo steps is set to 1.) | |||
2012-01-23 | can't see the point of calling String::Erase before delete String | Caolán McNamara | |
2012-01-23 | Removed NfCurrencyEntry::ApplyVariableInformation(). | Mariusz Dykierek | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | |
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers. | |||
2012-01-20 | svl: add new test to subsequenttests | Michael Stahl | |
2012-01-18 | fdo#39428 Remove/audit SvStream operator>>/<<(long) | Keith McRae | |
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32> Replaced calls to operator>>(long) with operator>>(sal_Int32) | |||
2012-01-18 | remove unused code | Thomas Arnhold | |
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-17 | a can't-happen-but-do-it-correct-anyway one character fix | Eike Rathke | |
2012-01-17 | Make test code compile on Mac OS X. | Stephan Bergmann | |
2012-01-17 | Disable CppunitTest_svl_urihelper for now due to bad dependencies. | Stephan Bergmann | |
2012-01-17 | Adapted svl test_URIHelper to gbuild. | Stephan Bergmann | |