summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* Fix .Len -> getLengthJulien Nabet2012-11-041-1/+1
* basic add a generic unit test fixtureNorbert Thiebaud2012-11-035-0/+310
* basic: preliminary cosmetic clean-upNorbert Thiebaud2012-11-0343-1049/+2593
* basic: OUStringification of ddectrlNorbert Thiebaud2012-11-035-44/+81
* basic migration to OUStringNorbert Thiebaud2012-11-034-71/+180
* basic: convert StepPAD to OUStringNorbert Thiebaud2012-11-031-3/+7
* simplify and use OUString for StepLOADNCNorbert Thiebaud2012-11-031-8/+4
* basic: use OUString in DimAsNewRecoverItemNorbert Thiebaud2012-11-031-5/+5
* basic: unnecessary round-trip via StringNorbert Thiebaud2012-11-031-1/+1
* basic: avoid String<>OUString issue by by-passing them completelyNorbert Thiebaud2012-11-031-2/+20
* basic: clean-up String from eventatt.cxxNorbert Thiebaud2012-11-031-38/+55
* basic: String -> OUString in basicmanagerNorbert Thiebaud2012-11-035-187/+236
* svformatter already accept OUString inputNorbert Thiebaud2012-11-031-4/+2
* basic: use OUString internaly for error messagesNorbert Thiebaud2012-11-032-20/+20
* cosmetic prep-workNorbert Thiebaud2012-11-031-110/+274
* use OUString for intermediary result in PrepareNumberFormatterNorbert Thiebaud2012-11-031-8/+9
* cosmetic clean-upNorbert Thiebaud2012-11-031-25/+90
* basic: implement RIGHT with OUStringNorbert Thiebaud2012-11-031-11/+8
* trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara2012-10-303-28/+32
* Missing #includeStephan Bergmann2012-10-291-0/+1
* fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin2012-10-291-7/+3
* UniString->rtl::OUStringBufferCaolán McNamara2012-10-281-4/+12
* fdo#46808, use service constructor for beans::IntrospectionNoel Grandin2012-10-231-12/+3
* fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2012-10-223-46/+14
* replace sxub_Unicode by sal_UnicodeNorbert Thiebaud2012-10-1914-54/+54
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-123-11/+11
* WaE [loplugin]: statement alignmentTor Lillqvist2012-10-101-3/+15
* fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin2012-10-043-39/+11
* fdo#48257 collect function prototypes from basic/ into single header fileJack Leigh2012-10-044-26/+40
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-013-5/+6
* Use comphelper::getComponentContextStephan Bergmann2012-09-295-152/+70
* fix WNT build: missed one oleaut32Michael Stahl2012-09-281-2/+1
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-284-8/+0
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-283-3/+3
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-284-4/+8
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-284-0/+4
* Fix MSVC build: #undef EXPLICIT (which gets defined as 'explicit' somewhere)Tor Lillqvist2012-09-251-0/+4
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-252-6/+6
* replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2012-09-211-3/+3
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-192-6/+5
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-182-4/+2
* dung out namespacing clutter.Michael Meeks2012-09-172-265/+255
* fdo#46808, Adapt bridge::BridgeFactory UNO service to new styleNoel Grandin2012-09-171-14/+6
* fdo#46808, Adapt i18n::LocaleData UNO service to new styleNoel Grandin2012-09-172-0/+2
* These tests do not need the UCBStephan Bergmann2012-09-173-5/+1
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-143-1/+3
* fdo#46808, Adapt ucb::UniversalContentBroker UNO service to new styleNoel Grandin2012-09-141-5/+5
* Remove unused reference classTakeshi Abe2012-09-134-9/+0
* Bin pointer to non-existent classTakeshi Abe2012-09-135-15/+0
* -Werror=unused-parameterStephan Bergmann2012-09-121-1/+1