summaryrefslogtreecommitdiff
path: root/svx/source/inc
AgeCommit message (Expand)Author
2015-06-10coverity#1302618 deref of NULLCaolán McNamara
2015-06-09loplugin:unnecessaryvirtualsNoel Grandin
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-05-13refactor FrameSelector to use RenderContextTomaž Vajngerl
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist
2015-04-28svx: fix GCC-4.7 buildMiklos Vajna
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-23Remove unnecessary overridesStephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-22tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-17Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks
2015-04-16make CreateItemWindow return a VclPtr<>.Michael Meeks
2015-04-16svx: can avoid comphelper/implbase_var.hxx in formcontrollerMiklos Vajna
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-14tdf#88710 Kill svx dbtoolsclientMatthew Nicholls
2015-04-10VclPtr: unfortunate includes needed for inlining ref/unref.Michael Meeks
2015-04-10Move OutputDevice members to VclPtr: starmath, svx.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2015-03-19loplugin:constantfunction: svxNoel Grandin
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Idle and Timer are now completely independentTobias Madl
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-02-24TyposJulien Nabet
2015-02-09fdo#39468 translated german commentsDaniel Sikeler
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-24Typo: syncro->synchroJulien Nabet
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-12-21fdo#87555 ComboBox in table should use same formatting as floating ComboBoxLionel Elie Mamane
2014-12-19Consistently define plain string literals here, no OUStringsStephan Bergmann
2014-12-18fix buildCaolán McNamara