summaryrefslogtreecommitdiff
path: root/framework/source/uielement/statusbarmanager.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-02loplugin:stringconstantNoel Grandin1-1/+0
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-4/+2
2015-10-14com::sun::star->css in frameworkNoel Grandin1-13/+13
2015-09-04convert Link<> to typedNoel Grandin1-8/+4
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky1-3/+2
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+1
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-26/+25
2015-03-24loplugin:constantfunction: frameworkNoel Grandin1-4/+0
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-4/+4
2014-12-26Adjust the statusbar item widths according to HiDPI scaling factorTomaž Vajngerl1-0/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-4/+2
2014-04-07framework: sal_Bool->boolNoel Grandin1-10/+10
2014-03-19Use SolarMutexGuard directlyStephan Bergmann1-24/+20
2014-03-17Consolidate framework::{Resetable,}GuardStephan Bergmann1-18/+18
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-8/+8
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-01-29Introduce com.sun.star.frame.ControllerFactory singletons:Matúš Kukan1-2/+2
2013-12-10Drop duplicate #includeTakeshi Abe1-1/+0
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-6/+6
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-1/+1
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer1-1/+0
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks1-4/+4
2013-07-23fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-25/+0
2013-07-23Convert framework::StatusBarManager to WeakImplHelperNoel Grandin1-20/+0
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold1-1/+0
2013-05-31css::frame::XStatusbarController: add missing interfaceAriel Constenla-Haile1-73/+49
2013-05-22fdo#46808, Convert XMultiServiceFactory to XComponentContextNoel Grandin1-2/+2
2013-05-22fdo#46808, Convert XMultiServiceFactory to XComponentContextNoel Grandin1-12/+10
2013-05-21UI Controller Factory fixesAriel Constenla-Haile1-45/+41
2013-05-21Related: #i121442# support status bar merging and StatusbarControllersAriel Constenla-Haile1-67/+181
2013-03-08RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-17/+17
2012-12-21fdo#46808, Use service constructor for frame::UICommandDescriptionNoel Grandin1-1/+1
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-1/+0
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-6/+3
2012-08-08remove include comments and boxesThomas Arnhold1-10/+0
2012-05-18removed unused const rtl::OUStringTakeshi Abe1-3/+0
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold1-3/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-6/+6
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-2/+2
2012-02-21expand and remove css_ui macroThomas Arnhold1-10/+7
2011-12-30Fix for fdo43460 Part XX getLength() to isEmpty()Olivier Hallot1-1/+1
2011-12-14shrinked useless constants/definesTakeshi Abe1-1/+0
2011-12-14catch exception by constant referenceTakeshi Abe1-4/+4