summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* loplugin: tidy up some log areasCaolán McNamara2012-10-251-5/+5
* PasswordContainer::allowPersistentStoring: fix warning C4805Michael Stahl2012-10-241-1/+1
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-123-7/+7
* These are now already OUStrings, so no need for extra temp OUStringsCaolán McNamara2012-10-091-10/+10
* SfxErrorHandler::CreateString: remove pointless loopsMichael Stahl2012-10-091-1/+1
* String->OUString in SVL::SvNumberFormat calendar methodsNoel Grandin2012-10-092-18/+18
* String->OUString in svl::ImpSvNumFor::GetNewCurrencySymbol methodNoel Grandin2012-10-095-20/+21
* String->OUString in svl::SvNumberFormat::GetMappedFormatstring methodNoel Grandin2012-10-092-25/+25
* sal_Bool->bool in svl::DdeTransactionNoel Grandin2012-10-042-5/+5
* sal_Bool->bool in svl::SfxStyleSheetBaseNoel Grandin2012-10-042-51/+51
* sal_Bool->bool in svl::SvxSearchItemNoel Grandin2012-10-042-52/+52
* sal_Bool->bool in svl::DECL_PTRHINTNoel Grandin2012-10-041-4/+4
* Fixes/improvements on previous commitStephan Bergmann2012-10-041-3/+3
* fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin2012-10-041-3/+8
* String->OUString in svl::ImpSvNumberformatInfoNoel Grandin2012-10-023-36/+36
* String->OUString in sComment field in svl::SvNumberFormatNoel Grandin2012-10-021-3/+3
* sal_Bool->bool in svl::SfxImageItemNoel Grandin2012-10-022-6/+6
* sal_Bool->bool in svl::PasswordContainerNoel Grandin2012-10-022-41/+41
* sal_Bool->bool in svl::OFSInputStreamContainer and OFSStreamContainerNoel Grandin2012-10-024-17/+16
* sal_Bool->bool in svl::SvtCTLOptionsNoel Grandin2012-10-022-47/+47
* XubString->OUStringCaolán McNamara2012-10-023-199/+195
* Use comphelper::getComponentContextStephan Bergmann2012-09-291-11/+2
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-285-10/+0
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-281-1/+1
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-285-5/+10
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-285-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