Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-02 | != instead of < for comparison with end iterator | Julien Nabet | |
Change-Id: I16f3b768cdb3304d3f7a9b3a63a4262377c7c89b | |||
2012-05-02 | != instead of < for comparison with end iterator | Julien Nabet | |
Change-Id: Ie21b39b11d021095fa8f4de9be1e7e0289af4e91 | |||
2012-04-30 | some changes for new fixed fraction built-in formats | Eike Rathke | |
Moved new fixed fraction built-in formats into the fixed set so they keep their relative key position when switching system locale. | |||
2012-04-30 | get rid of dead binary file format legacy cruft in number formatter | Eike Rathke | |
The only code that uses the binary storage format of SvNumberFormatter is the SvNumberFormatsSupplierServiceObject for the NumberFormatsSupplier service during streaming of forms' formatted fields with OFormattedFieldWrapper. That certainly does not need access to files created before the year 2000 ... so slice off that awful compatibility cruft. | |||
2012-04-30 | translated German comments | Eike Rathke | |
2012-04-30 | compare iterators with notequal | Eike Rathke | |
2012-04-30 | straighten confusing brackets | Eike Rathke | |
2012-04-30 | get rid of confusing *LoadingSO5 names | Eike Rathke | |
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-27 | add virtual to the destructor | Markus Mohrhard | |
2012-04-24 | Revert "Avoid bogus warnings (GCC 4.4.6)" | Stephan Bergmann | |
This reverts commit cf9c715aee2f97a1a6f611fe46a47e238cb03658. 3c82780cbc7cf17cf348e7f49b99663cfdc42ed7 "Set gb_DEBUGLEVEL=1 for --enable-dbgutil after all" fixes the underlying problem, making this awkward workaround no longer necessary. | |||
2012-04-23 | Avoid bogus warnings (GCC 4.4.6) | Stephan Bergmann | |
2012-04-21 | Replace css macro with namespace for nicer namespacing | Thomas Arnhold | |
2012-04-18 | resolved fdo#48875 do not let ISO 8601 detection override locale's date order | Eike Rathke | |
If the locale's date separator was '-' the ISO 8601 detection interfered with the locale's date order, e.g. DMY in nl_NL locale. | |||
2012-04-17 | enable '*' repeat next char to fill available width for calc num formats | Noel Power | |
but - however no support to import/export this to file format yet | |||
2012-04-16 | upgrade GetValueTextByPos family to rtl::OUString | Caolán McNamara | |
2012-04-15 | resolved fdo#48706 recognize $.12 as currency number | Eike Rathke | |
2012-04-11 | UniString->rtl::OUString | Caolán McNamara | |
2012-04-11 | String::CreateFromInt32->rtl::OUString::valueOf | Caolán McNamara | |
2012-04-09 | add package deps for resources | David Tardon | |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-08 | rename gb_CppunitTest_uses_ure | David Tardon | |
2012-04-08 | compile- and run-time use of UNO must be split | David Tardon | |
There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk | |||
2012-04-08 | always use --protector for UNO tests | David Tardon | |
2012-04-08 | drop uses_ure | David Tardon | |
2012-04-08 | let use_api handle the use of type rdbs at runtime | David Tardon | |
Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime? | |||
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-05 | UniString::CreateFromInt32 -> rtl::OUString::valueOf | Caolán McNamara | |
2012-04-02 | removed duplicate includes in svl / svtools | Takeshi Abe | |
2012-03-30 | add const | Luboš Luňák | |
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 | |