Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-15 | SfxPointerServer doesn't exist, so MI_HATS_REPARIERT not useful anymore either | Caolán McNamara | |
Change-Id: Ic727e2a6a30c16b3467b8c169512a7cb2757f146 | |||
2012-06-15 | Remove obsolete inetdef.hxx | Thomas Arnhold | |
Change-Id: I043e226a1cec527c51cbd91075634d5c9ca371d8 | |||
2012-06-15 | hrc cleanup: Remove completely unused RIDs | Thomas Arnhold | |
These RID definitions aren't used at any other point. So remove them. Unused START and END definitions were commented out for documentation purpose. All definitions in basctl/source/basicide/tbxctl.hrc were unused, so I removed this file. Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994 | |||
2012-06-12 | convert NfWSStringsDtor further to vector<OUString> | Michael Stahl | |
Change-Id: I4fac64952abf208864281fda722d8b7242689395 | |||
2012-06-12 | Convert SV_DECL_PTRARR_DEL(NfCurrencyTable) to boost::ptr_vector | Noel Grandin | |
Change-Id: I4e288a90f3b1662462ba06053343c8bab5fe46cf | |||
2012-06-12 | Convert SV_DECL_PTRARR_DEL(NfWSStringsDtor) to std::vector | Noel Grandin | |
I had to keep the pointer typedef because MacOS gcc gets confused otherwise. Change-Id: I0681585f7273dcac25b2cb835601b29353e2183a | |||
2012-06-11 | remove EraseLeadingChars and EraseTrailingChars | Caolán McNamara | |
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892 | |||
2012-06-10 | nuke dead code | Takeshi Abe | |
Change-Id: I666791b2a2bb817d59625868d5e2df1a9341b2ff | |||
2012-06-09 | Remove superfluous include comments | Thomas Arnhold | |
Change-Id: Id738692aab2043755eb8f051dd8ab9e13051553a | |||
2012-06-09 | Remove superfluous include comments | Thomas Arnhold | |
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59 | |||
2012-06-08 | Convert SV_DECL_PTRARR_DEL(SfxAllEnumValueArr) to std::vector | Noel Grandin | |
Change-Id: Ieff9e0a2a28fa4f14a130f3db987a88ff61161e2 | |||
2012-06-08 | Convert SV_PTRARR_DECL(SfxBroadcasterArr_Impl) to std::deque | Noel Grandin | |
Change-Id: I24cdc05c559536e83101e4d811080746f92c74af | |||
2012-06-06 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin | |
Update calls to factories to use new SimpleFileAccess::create method Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks. | |||
2012-06-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: I16c4e5c6662b2342a7e48011de8a7d55e5682688 | |||
2012-06-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: I20062aa0d39c0675014f1d38f10d6ab5c331ec75 | |||
2012-05-29 | make sure that rsc headers are available | David Tardon | |
2012-05-28 | targetted string re-work | Norbert Thiebaud | |
Change-Id: I0d0712f441fcecb7a165173da7174e8f254cf39a | |||
2012-05-25 | drop dead makefile.mk and version.map | Caolán McNamara | |
Change-Id: I2a15f9685655b7c46893fcfe2d1ae102596522ca | |||
2012-05-16 | reduce static_initialization_and_destruction chain | Caolán McNamara | |
Change-Id: I962aeac0c7feeabb7963016d5afcfeca5a48ccfe | |||
2012-05-15 | convert GetUndoActionComment family to rtl::OUString | Caolán McNamara | |
Change-Id: I36ccf62ee2e2769bcf1aef6d26d96bce6c7078f0 | |||
2012-05-14 | convert GetComment family to rtl::OUString | Caolán McNamara | |
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3 | |||
2012-05-12 | Replace !var.size() by var.empty() | Julien Nabet | |
Change-Id: I936b59a5bf339d1520cbc10e51b1e9fdc937f0f3 | |||
2012-05-10 | resolved fdo#46233 value >12 with AM/PM can't be clock time | Eike Rathke | |
2012-05-04 | fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST | Thomas Arnhold | |
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382 | |||
2012-05-04 | fpicker: make the place edition dialog working | Cédric Bosdonnat | |
Change-Id: If290ea4c1418162902e00bcc29c3afe69685ec5d | |||
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 | |