summaryrefslogtreecommitdiffstats
path: root/basic/source/uno/dlgcont.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-1/+1
* clang-tidy performance-unnecessary-value-param in basicNoel Grandin2016-04-111-1/+1
* loplugin:unusedfields in basicNoel Grandin2015-12-231-6/+4
* yyyyyNoel Grandin2015-11-041-4/+4
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-301-1/+1
* new loplugin: refcountingNoel Grandin2015-08-031-1/+1
* com::sun::star->css in basicNoel Grandin2015-07-201-7/+6
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-4/+4
* V813: Decreased performanceCaolán McNamara2015-03-041-5/+5
* Clean up previous commitStephan Bergmann2015-02-261-13/+1
* basic: convert sb.component to constructor usageChris Sherlock2015-02-261-14/+8
* fixes for up-casting to Reference<XInterface>Noel Grandin2014-06-251-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-221-2/+2
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-091-0/+1
* basic: sal_Bool->boolNoel Grandin2014-04-071-6/+6
* coverity#706238 Uncaught exceptionCaolán McNamara2014-04-041-1/+1
* fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner2014-03-281-2/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-5/+5
* Remove visual noise from basicAlexander Wilms2014-02-251-3/+3
* bool improvementsStephan Bergmann2014-01-281-2/+2
* bool improvementsStephan Bergmann2014-01-211-1/+1
* remove unnecessary use of OUString constructor in BASIC moduleNoel Grandin2013-11-111-3/+3
* remove unused componentcontext.hxx includesNoel Grandin2013-06-051-1/+0
* Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style"Stephan Bergmann2013-05-251-3/+11
* Use the new type-checking Reference constructor to reduce code noiseNoel Grandin2013-05-221-1/+1
* fdo#46808, Convert awt::UnoControlDialogModel to new styleNoel Grandin2013-05-211-11/+3
* fdo#46808, Use service constructorsNoel Grandin2013-05-151-43/+4
* fdo#46808, use XComponentContext in SfxLibraryContainerNoel Grandin2013-05-141-19/+19
* fdo#46808, replace XMultiServiceFactory with XComponentContext is SfxLibraryNoel Grandin2013-05-141-6/+6
* fdo#46808, Adapt document::GraphicObjectResolver UNO service to new styleNoel Grandin2013-01-281-8/+6
* Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza2013-01-031-27/+24
* AllSettings with LanguageTagEike Rathke2012-11-221-1/+1
* fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin2012-11-151-2/+2
* fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2012-10-221-13/+3
* fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin2012-10-041-15/+5
* Use comphelper::getComponentContextStephan Bergmann2012-09-291-22/+6
* sal_Bool to boolTakeshi Abe2012-08-191-4/+4
* re-base on ALv2 code. Includes:Michael Meeks2012-07-181-23/+14
* Some cppcheck cleaningJulien Nabet2012-06-301-1/+1
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-061-3/+3
* targetted misc. minor cppcheck cleanups reversionMichael Meeks2012-05-311-1/+1
* reorganize trickier staticsCaolán McNamara2012-04-021-12/+10
* over-engineered thread-safe static OUStringCaolán McNamara2012-03-221-10/+1
* Removed unused macroTakeshi Abe2012-03-081-2/+0
* rmove include of pch header in basicNorbert Thiebaud2011-11-271-2/+0
* catch ignored exceptions by const referenceTakeshi Abe2011-08-241-5/+5
* fix leaking 'Pictures' streams from basic dialogs in baseNoel Power2011-08-221-31/+2
* fdo#40079: load Dialog library before trying to get embedded imagesLionel Elie Mamane2011-08-171-1/+1
* fixed typoTakeshi Abe2011-07-261-3/+3
* cppcheck inefficient checking for emptinessKayo Hamid2011-04-221-1/+1