summaryrefslogtreecommitdiff
path: root/basic/source/uno/namecont.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-08basic: use SolarMutex to lock SfxLibraryContainerMichael Stahl1-2/+2
2014-09-04fdo#52076 remove Library dir when no libraryLionel Elie Mamane1-6/+11
2014-09-04detect if Standard is only library to *save*Lionel Elie Mamane1-1/+1
2014-09-04add const qualifierLionel Elie Mamane1-1/+1
2014-07-24fdo#52076 remove empty library instead of writing it out emptyLionel Elie Mamane1-1/+5
2014-07-03coverity#706241 Uncaught exceptionCaolán McNamara1-9/+20
2014-07-01coverity#706240 Uncaught exceptionCaolán McNamara1-11/+17
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin1-5/+5
2014-06-13coverity#1213486 Uncaught exceptionCaolán McNamara1-10/+18
2014-06-10iprevent violation of exception specMarkus Mohrhard1-1/+6
2014-05-31Avoid possible memory leaks in case of exceptionsTakeshi Abe1-8/+5
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-1/+1
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-4/+4
2014-05-22fdo#68983: basic: if the library is not loaded fully, copy source storageMichael Stahl1-5/+12
2014-05-22Revert "fdo#67685 open xSourceLibrariesStor only when needed"Michael Stahl1-15/+15
2014-05-22fdo#68983: Revert "remove #if 0 block (from ...Michael Stahl1-16/+44
2014-04-07basic: sal_Bool->boolNoel Grandin1-74/+74
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-03-28fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner1-14/+7
2014-03-28Remove remaining DBG_CTOR etc. remnants from basicStephan Bergmann1-8/+0
2014-03-10basic: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-13/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-69/+69
2014-02-25Remove visual noise from basicAlexander Wilms1-5/+5
2014-01-28bool improvementsStephan Bergmann1-36/+36
2014-01-28coverity#738565 Uninitialized scalar fieldCaolán McNamara1-0/+1
2013-11-11SAL_WARN_UNUSED INetURLObjectStephan Bergmann1-1/+0
2013-11-11remove unnecessary use of OUString constructor in BASIC moduleNoel Grandin1-6/+6
2013-10-17The getSupportedServiceNames implementations will already take careStephan Bergmann1-1/+0
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza1-12/+2
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-3/+3
2013-09-17convert BASIC from String to OUStringNoel Grandin1-1/+1
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-1/+2
2013-08-02do *not* silently ignore errors when saving librariesLionel Elie Mamane1-9/+6
2013-08-02fdo#67685 open xSourceLibrariesStor only when neededLionel Elie Mamane1-15/+15
2013-07-29Remove effectively unused INetURLObject OString overloadsStephan Bergmann1-7/+4
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-8/+8
2013-06-03SfxLibraryContainer::storeLibraries_Impl: make saving basic macros work againMiklos Vajna1-0/+2
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-10/+5
2013-05-14fdo#46808, use XComponentContext in SfxLibraryContainerNoel Grandin1-11/+9
2013-05-14fdo#46808, replace XMultiServiceFactory with XComponentContext is SfxLibraryNoel Grandin1-4/+4
2013-05-09remove #if 0 block ( from af34774d260a68fc02cd78ba90dd8d4afaf1a2a4 )Noel Power1-45/+15
2013-05-08hopefully this fixed the strange autorecovery related dataloss fdo#42899Noel Power1-0/+14
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+4
2013-03-28Bypass extension scanning unless HAVE_FEATURE_EXTENSIONSTor Lillqvist1-0/+4
2013-03-19More "compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareTo(s)" fixesStephan Bergmann1-1/+1
2013-03-08some further OUString cleanupThomas Arnhold1-2/+1
2013-03-04doubled includesThomas Arnhold1-1/+0