summaryrefslogtreecommitdiff
path: root/filter/source/xsltdialog
AgeCommit message (Expand)AuthorFilesLines
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2-7/+7
2015-04-10vclwidget: only call dispose() onceNoel Grandin5-7/+7
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks3-6/+6
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin11-57/+128
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2-16/+16
2015-04-09vcl: VclPtr conversion in filterNoel Grandin6-0/+21
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin1-4/+3
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-6/+6
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin2-8/+0
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2-4/+4
2014-12-18filter: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-08Related: rhbz#1164614 better default size for no xslt entries caseCaolán McNamara1-1/+6
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-2/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-3/+3
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-10Related: fdo#85111 put a box around xml filter settings controlCaolán McNamara2-15/+36
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-29ref-counting vcl::Window subclassesNoel Grandin1-1/+0
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann6-17/+1
2014-10-06loplugin: cstylecastNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin11-18/+18
2014-09-10fdo#55380 replaced use of obsolete interfacesDaniel Sikeler2-9/+9
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-3/+3
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-2/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin4-10/+2
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-2/+2
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-12/+12
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-1/+0
2014-05-14Unify utl::TempFile ctorsStephan Bergmann1-2/+2
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-22filter: sal_Bool->boolNoel Grandin4-10/+10
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann4-31/+31
2014-03-17filter,formula: prefer passing OUString by referenceNoel Grandin1-3/+2
2014-03-10filter: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-2/+1
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-1/+1
2014-02-27Remove visual noise from filterAlexander Wilms3-10/+10
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann4-46/+46
2014-02-23Remove unneccessary commentsAlexander Wilms4-58/+58
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-1/+1
2014-01-17Window::Notify should return boolStephan Bergmann2-7/+7
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann1-2/+2
2014-01-16fdo#54938: Convert filter to cppu::supportsServiceMarcos Paulo de Souza1-25/+2
2014-01-14bool improvementsStephan Bergmann2-22/+18
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann1-0/+1