summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Collapse)AuthorAgeFilesLines
* targetted re-work of cppunit pieces.Michael Meeks2012-06-273-9/+2
|
* update unused code listCaolán McNamara2012-06-271-2/+3
| | | | Change-Id: I8845df6193233b268b5cce958fea9f25625c7025
* remove archaic include guardsCaolán McNamara2012-06-271-7/+0
| | | | Change-Id: Ibca45731d1dfbfb72b4796d870e5b8c6429c3cfb
* _SV_DECL_PTRARR_DEF used in only one placeCaolán McNamara2012-06-271-6/+3
| | | | Change-Id: I8a4d5f5ceffec5a23d4fff73fa46bb0ea7136cf5
* _SV_DECL_PTRARR_DEF_GEN only used in one placeCaolán McNamara2012-06-271-6/+3
| | | | Change-Id: I905c04d140d0fa4b09a0e556e84fb523dad5e1bb
* Remove unused header filesThomas Arnhold2012-06-273-227/+0
| | | | | | These were only referenced by Package_inc.mk... Change-Id: Idc771477595b9d221f9f2003b293fdd1ba7e1588
* remove unnecessary ForEachCaolán McNamara2012-06-251-39/+0
| | | | Change-Id: I53bb48c27c3b42dd73f81ed46f3c29e409d8fb47
* hrc cleanup: Simplify logicThomas Arnhold2012-06-251-7/+4
| | | | Change-Id: I6fde46f126f9dc0bff4eec6cc16577a7d24fddd4
* re-base on ALv2 code.Michael Meeks2012-06-226-144/+90
| | | | Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
* reduce scope and replace some String::CreateFromAsciiCaolán McNamara2012-06-211-3/+1
| | | | Change-Id: I8c375e3bfbcd3d7046a8bdb1968934b7d7ca96f8
* re-base on ALv2 code.Michael Meeks2012-06-2153-1282/+805
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-2110-222/+149
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* hrc cleanup: Remove unused definesThomas Arnhold2012-06-214-384/+26
| | | | | | | | | | | All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
* removed unused forward declarations of classTakeshi Abe2012-06-202-4/+0
| | | | Change-Id: Iee1b78242e210466375376da3e4dbbaec609cc03
* death to some UniStringsCaolán McNamara2012-06-191-3/+2
| | | | Change-Id: I0fa0c60e12c418d25f8bd96cc04c6abd74b1a608
* convert LocaleDataWrapper to OUStringCaolán McNamara2012-06-182-6/+6
| | | | Change-Id: Icb5f5adf9139d1c0f0e86d8128ea6742ce20b138
* SfxPointerServer doesn't exist, so MI_HATS_REPARIERT not useful anymore eitherCaolán McNamara2012-06-151-13/+0
| | | | Change-Id: Ic727e2a6a30c16b3467b8c169512a7cb2757f146
* Remove obsolete inetdef.hxxThomas Arnhold2012-06-152-32/+0
| | | | Change-Id: I043e226a1cec527c51cbd91075634d5c9ca371d8
* hrc cleanup: Remove completely unused RIDsThomas Arnhold2012-06-151-54/+27
| | | | | | | | | | | 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
* convert NfWSStringsDtor further to vector<OUString>Michael Stahl2012-06-122-55/+47
| | | | Change-Id: I4fac64952abf208864281fda722d8b7242689395
* Convert SV_DECL_PTRARR_DEL(NfCurrencyTable) to boost::ptr_vectorNoel Grandin2012-06-122-51/+41
| | | | Change-Id: I4e288a90f3b1662462ba06053343c8bab5fe46cf
* Convert SV_DECL_PTRARR_DEL(NfWSStringsDtor) to std::vectorNoel Grandin2012-06-122-16/+25
| | | | | | | I had to keep the pointer typedef because MacOS gcc gets confused otherwise. Change-Id: I0681585f7273dcac25b2cb835601b29353e2183a
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-113-22/+18
| | | | Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
* nuke dead codeTakeshi Abe2012-06-102-11/+0
| | | | Change-Id: I666791b2a2bb817d59625868d5e2df1a9341b2ff
* Remove superfluous include commentsThomas Arnhold2012-06-091-3/+0
| | | | Change-Id: Id738692aab2043755eb8f051dd8ab9e13051553a
* Remove superfluous include commentsThomas Arnhold2012-06-091-3/+0
| | | | Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
* Convert SV_DECL_PTRARR_DEL(SfxAllEnumValueArr) to std::vectorNoel Grandin2012-06-081-21/+25
| | | | Change-Id: Ieff9e0a2a28fa4f14a130f3db987a88ff61161e2
* Convert SV_PTRARR_DECL(SfxBroadcasterArr_Impl) to std::dequeNoel Grandin2012-06-082-31/+23
| | | | Change-Id: I24cdc05c559536e83101e4d811080746f92c74af
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-062-14/+12
| | | | | | | Update calls to factories to use new SimpleFileAccess::create method Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* targeted string re-workNorbert Thiebaud2012-06-021-14/+14
| | | | Change-Id: I16c4e5c6662b2342a7e48011de8a7d55e5682688
* targeted string re-workNorbert Thiebaud2012-06-0214-103/+99
| | | | Change-Id: I20062aa0d39c0675014f1d38f10d6ab5c331ec75
* make sure that rsc headers are availableDavid Tardon2012-05-291-1/+4
|
* targetted string re-workNorbert Thiebaud2012-05-281-1/+1
| | | | Change-Id: I0d0712f441fcecb7a165173da7174e8f254cf39a
* drop dead makefile.mk and version.mapCaolán McNamara2012-05-252-129/+0
| | | | Change-Id: I2a15f9685655b7c46893fcfe2d1ae102596522ca
* reduce static_initialization_and_destruction chainCaolán McNamara2012-05-162-14/+18
| | | | Change-Id: I962aeac0c7feeabb7963016d5afcfeca5a48ccfe
* convert GetUndoActionComment family to rtl::OUStringCaolán McNamara2012-05-152-9/+7
| | | | Change-Id: I36ccf62ee2e2769bcf1aef6d26d96bce6c7078f0
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-142-11/+10
| | | | Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
* Replace !var.size() by var.empty()Julien Nabet2012-05-121-1/+1
| | | | Change-Id: I936b59a5bf339d1520cbc10e51b1e9fdc937f0f3
* resolved fdo#46233 value >12 with AM/PM can't be clock timeEike Rathke2012-05-102-5/+14
|
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-049-24/+24
| | | | Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
* fpicker: make the place edition dialog workingCédric Bosdonnat2012-05-041-1/+4
| | | | Change-Id: If290ea4c1418162902e00bcc29c3afe69685ec5d
* != instead of < for comparison with end iteratorJulien Nabet2012-05-021-1/+1
| | | | Change-Id: I16f3b768cdb3304d3f7a9b3a63a4262377c7c89b
* != instead of < for comparison with end iteratorJulien Nabet2012-05-021-1/+1
| | | | Change-Id: Ie21b39b11d021095fa8f4de9be1e7e0289af4e91
* some changes for new fixed fraction built-in formatsEike Rathke2012-04-303-23/+38
| | | | | Moved new fixed fraction built-in formats into the fixed set so they keep their relative key position when switching system locale.
* get rid of dead binary file format legacy cruft in number formatterEike Rathke2012-04-301-126/+14
| | | | | | | | 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.
* translated German commentsEike Rathke2012-04-302-96/+93
|
* compare iterators with notequalEike Rathke2012-04-301-1/+1
|
* straighten confusing bracketsEike Rathke2012-04-301-8/+7
|
* get rid of confusing *LoadingSO5 namesEike Rathke2012-04-302-36/+36
|
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | 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