summaryrefslogtreecommitdiff
path: root/basic/source/uno/dlgcont.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-12-02tdf#93592 Make it possible to add default language resource to dialogeditorNiklas Johansson1-1/+5
2016-09-14tdf#88205 use list ctor for uno::Sequence a11y to canvasJochen Nitschke1-5/+2
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith1-6/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-11clang-tidy performance-unnecessary-value-param in basicNoel Grandin1-1/+1
2015-12-23loplugin:unusedfields in basicNoel Grandin1-6/+4
2015-11-04yyyyyNoel Grandin1-4/+4
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-08-03new loplugin: refcountingNoel Grandin1-1/+1
2015-07-20com::sun::star->css in basicNoel Grandin1-7/+6
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-4/+4
2015-03-04V813: Decreased performanceCaolán McNamara1-5/+5
2015-02-26Clean up previous commitStephan Bergmann1-13/+1
2015-02-26basic: convert sb.component to constructor usageChris Sherlock1-14/+8
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin1-1/+1
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-2/+2
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-07basic: sal_Bool->boolNoel Grandin1-6/+6
2014-04-04coverity#706238 Uncaught exceptionCaolán McNamara1-1/+1
2014-03-28fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner1-2/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-5/+5
2014-02-25Remove visual noise from basicAlexander Wilms1-3/+3
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-21bool improvementsStephan Bergmann1-1/+1
2013-11-11remove unnecessary use of OUString constructor in BASIC moduleNoel Grandin1-3/+3
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-05-25Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style"Stephan Bergmann1-3/+11
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-1/+1
2013-05-21fdo#46808, Convert awt::UnoControlDialogModel to new styleNoel Grandin1-11/+3
2013-05-15fdo#46808, Use service constructorsNoel Grandin1-43/+4
2013-05-14fdo#46808, use XComponentContext in SfxLibraryContainerNoel Grandin1-19/+19
2013-05-14fdo#46808, replace XMultiServiceFactory with XComponentContext is SfxLibraryNoel Grandin1-6/+6
2013-01-28fdo#46808, Adapt document::GraphicObjectResolver UNO service to new styleNoel Grandin1-8/+6
2013-01-03Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza1-27/+24
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-2/+2
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-13/+3
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-15/+5
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-22/+6
2012-08-19sal_Bool to boolTakeshi Abe1-4/+4
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-30Some cppcheck cleaningJulien Nabet1-1/+1
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-3/+3
2012-05-31targetted misc. minor cppcheck cleanups reversionMichael Meeks1-1/+1
2012-04-02reorganize trickier staticsCaolán McNamara1-12/+10
2012-03-22over-engineered thread-safe static OUStringCaolán McNamara1-10/+1
2012-03-08Removed unused macroTakeshi Abe1-2/+0
2011-11-27rmove include of pch header in basicNorbert Thiebaud1-2/+0
2011-08-24catch ignored exceptions by const referenceTakeshi Abe1-5/+5
2011-08-22fix leaking 'Pictures' streams from basic dialogs in baseNoel Power1-31/+2