summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propcontroller.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-1/+1
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin1-22/+10
2016-04-22Avoid reserved identifiersStephan Bergmann1-11/+11
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-18cppcheck:noExplicitConstructorNoel Grandin1-4/+4
2015-10-01com::sun::star->css in extensions/Noel Grandin1-6/+6
2015-09-17convert Link<> to typedNoel Grandin1-2/+1
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-1/+1
2015-04-22extensions: convert new to ::Create.Michael Meeks1-1/+1
2015-04-10cleanup Printer VclRef pieces.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+1
2014-12-18extensions: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-12extensions: sal_Bool -> boolStephan Bergmann1-2/+2
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-06-05extensions: remove SAL_THROW macroNoel Grandin1-1/+1
2014-05-08extensions: sal_Bool->boolNoel Grandin1-15/+15
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-4/+4
2014-03-03EXTENSIONS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-3/+0
2014-02-27Remove visual noise from extensionsAlexander Wilms1-10/+10
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-39/+39
2014-02-23Remove unneccessary commentsAlexander Wilms1-81/+81
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr1-1/+1
2013-11-11remove unnecessary use of OUString constructor in EXTENSIONS moduleNoel Grandin1-3/+3
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza1-7/+2
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold1-1/+1
2013-06-05fdo#46808, Convert a copy of ComponentContext to XComponentContextNoel Grandin1-10/+12
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-55/+55
2013-03-27-Wunused-macrosStephan Bergmann1-2/+0
2013-02-19property browser: respect property orderingLionel Elie Mamane1-3/+1
2013-02-19janitorial: indentationLionel Elie Mamane1-1/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
2012-06-29Remove UNO includes commentsThomas Arnhold1-2/+0
2012-05-29targeted string re-workNorbert Thiebaud1-6/+6
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1
2011-12-23Fix for fdo43460 Part XVI getLength() to isEmpty()Olivier Hallot1-7/+7
2011-12-10catch exception by constant referenceTakeshi Abe1-5/+5
2011-11-27remove include of pch header in extensionsNorbert Thiebaud1-2/+0