Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-28 | callcatcher: regenerate list | Caolán McNamara | |
2012-03-27 | UniString removal. | Kohei Yoshida | |
2012-03-26 | readUnicodeString can just return the string | Caolán McNamara | |
seeing as no-one checks the return value, we don't need the intermediate temporary string | |||
2012-03-26 | dead helper dir | Caolán McNamara | |
2012-03-25 | svl: add include path and more add_package_headers | Matúš Kukan | |
2012-03-20 | reduce UniStrings | Caolán McNamara | |
2012-03-20 | split macros to elide unneeded methods | Caolán McNamara | |
2012-03-20 | SfxUINT32s->std::vector | Caolán McNamara | |
2012-03-18 | Add parenthesis for avoid false report by cppcheck | Julien Nabet | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | |
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed. | |||
2012-03-14 | callcatcher: update list | Caolán McNamara | |
2012-03-12 | ditch SfxULongRanges | Caolán McNamara | |
2012-03-12 | WaE: cast to pointer from integer of different size | David Tardon | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-08 | Convert from tools/table.hxx to std::map in SvxMacroTableDtor | Noel Grandin | |
In this case, we also convert from storing pointers to storing the items directly because SvxMacroTableDtor completely controls the lifecycle of the SvxMacro objects it contains. Also add an operator== to SvxMacroTableDtor and remove the out-of-line implementations of equals from two other places. | |||
2012-03-05 | String to OUString in cell.[ch]xx and follow up | Markus Mohrhard | |
2012-02-28 | fixed crashes due to transition from Table to std::map | Eike Rathke | |
Old code used Table Seek/Next followed by GetCurKey() that returned -1 (or some such? anyway) if after the last element, comparing with another key. Replacement code did not check for valid iterators. Crash happened when changing the locale within the number formatter and obtaining the default currency format. May also have happened when changing the default locale and documents using a number formatter were open. | |||
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 | |