summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-10-011-1/+1
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-10-015-5/+10
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-10-015-0/+5
* convert GetRepeatComment to OUStringCaolán McNamara2012-09-282-37/+36
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-192-6/+4
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-181-1/+0
* XubString->OUStringCaolán McNamara2012-09-173-38/+39
* SfxStyleSheetBasePool::Remove: fix valgrind warning:Michael Stahl2012-09-141-1/+4
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-147-71/+42
* fdo#46808, Adapt ucb::UniversalContentBroker UNO service to new styleNoel Grandin2012-09-141-13/+3
* Improvement on previous commitStephan Bergmann2012-09-111-8/+4
* Replace usage of rtl/memory.h in svl with equivalent from string.hArnaud Versini2012-09-064-10/+12
* Java cleanup, remove unnecessary importsNoel Grandin2012-09-061-2/+0
* fdo#46808, Adapt util::NumberFormatter UNO service to new styleNoel Grandin2012-09-031-4/+3
* resolved fdo#52240 fdo#52137 fdo#52288 user editable date patternsEike Rathke2012-08-294-21/+77
* String::Expand -> string::padToLengthCaolán McNamara2012-08-292-12/+19
* tweaking the "fill in character" support in Calc Number Format StringsJohann Messner2012-08-283-7/+17
* fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin2012-08-272-2/+5
* fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2012-08-272-6/+4
* gbuild: register all jarsMichael Stahl2012-08-171-6/+6
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-142-3/+1
* reduce ascii noise and useless commentsThomas Arnhold2012-08-082-4/+0
* remove include comments and boxesThomas Arnhold2012-08-082-5/+0
* String::AllocBuffer replacementsCaolán McNamara2012-08-072-28/+24
* Remove non-existing forward declarationsThomas Arnhold2012-08-073-4/+0
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-08-062-3/+2
* SfxBroadcaster: fix STL conversion:Michael Stahl2012-08-042-27/+51
* enable preview for 'special' '*' formatsNoel Power2012-08-032-3/+11
* cntnrsrt.hxx: remove dead codeMichael Stahl2012-08-022-167/+0
* strip down UniString some moreCaolán McNamara2012-08-027-43/+46
* Remove unused code: those classes are unusedThomas Arnhold2012-08-011-74/+0
* include svl/svdde.hxxCaolán McNamara2012-08-012-6/+2
* Fix mingw build of svlFridrich Štrba2012-07-311-5/+9
* DdeServices has forward declarations so can't be typedef'dMichael Stahl2012-07-311-1/+1
* svarray.hxx: 'e's pining for the fjords...Michael Stahl2012-07-314-301/+0
* remove DECLARE_LISTCaolán McNamara2012-07-312-9/+3
* use of a pointer to a temporary strings buffer is very wrongCaolán McNamara2012-07-311-9/+11
* strip down the PTRARR macro to the bits the last two uses requireCaolán McNamara2012-07-311-45/+2
* remove unnecessary includes of svl/svarray.hxxCaolán McNamara2012-07-304-4/+0
* C40_GETPOS is unnecessary nowCaolán McNamara2012-07-301-2/+0
* ditch SV_DECL_PTRARR_SORT_DELCaolán McNamara2012-07-301-73/+3
* Remove strange DummyTypeCaolán McNamara2012-07-292-17/+11
* expand out some rats nests of macrosCaolán McNamara2012-07-291-152/+132
* SV_DECL_PTRARR_GEN only used once, expand it outCaolán McNamara2012-07-291-16/+13
* callcatcher: strip SvPtrarr down to the used piecesCaolán McNamara2012-07-292-61/+0
* svarray.hxx: clean out much more cruftThomas Arnhold2012-07-291-90/+0
* expand final SV_DECL_VARARR SV_IMPL_VARARR SvPtrarr macroCaolán McNamara2012-07-282-206/+145
* dung out the unused pre-stl macrosCaolán McNamara2012-07-281-71/+0
* update comment about SvPtrArrCaolán McNamara2012-07-281-1/+1
* convert SfxListenerArr_Impl from SvPtrarr to std::vectorCaolán McNamara2012-07-283-70/+38