summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann1-1/+1
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin3-9/+3
2015-05-18SAL_WARN_UNUSED LinkStephan Bergmann1-17/+2
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin3-7/+7
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin1-1/+1
2015-05-14tdf#86138 Context menu should state the name of the toolbarPhilippe Jung1-0/+3
2015-05-13framework: remove pointless IGate interface and de-virtualizeMichael Stahl2-69/+6
2015-05-13ramework: remove confusing unused Gate::openGap()Michael Stahl2-33/+0
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin3-3/+3
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann9-10/+10
2015-05-09coverity#1297236 Uninitialized scalar fieldCaolán McNamara1-1/+3
2015-05-08Ensure progress bar LibreOfficeKit callbacks don't repeat the same percentageTor Lillqvist2-1/+8
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2-2/+2
2015-05-08convert SHOWDIALOG_ID constants to scoped enumNoel Grandin1-3/+3
2015-05-08Use typed Menu::Set[De]actuivateHdl LinksStephan Bergmann6-21/+21
2015-05-08Use typed Menu::SetHighlightHdl LinkStephan Bergmann4-6/+6
2015-05-06Don't bother ensuring progress bar LibreOfficeKit callbacks are monotonicalTor Lillqvist2-8/+1
2015-05-06We don't use <config_features.h> any more hereTor Lillqvist1-2/+0
2015-05-06Add support for progress bar callbacks to LibreOfficeKit clientsTor Lillqvist2-18/+38
2015-05-06Use typed ToolBox::SetMenuButtonHdl LinkStephan Bergmann2-5/+3
2015-05-06Use typed ToolBox::SetDataChangedHdl LinkStephan Bergmann4-9/+5
2015-05-06Use typed ToolBox::SetStateChangedHdl LinkStephan Bergmann4-10/+7
2015-05-06Use typed ToolBox::SetCommandHdl LinkStephan Bergmann4-17/+8
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin3-3/+3
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin2-4/+4
2015-05-06Use typed ToolBox::SetDeactivateHdl LinkStephan Bergmann4-11/+7
2015-05-06Use typed ToolBox::SetActivateHdl LinkStephan Bergmann4-11/+7
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann4-34/+25
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl2-4/+4
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann7-22/+14
2015-05-04Use typed TabControl::SetDeactivatePageHdl LinkStephan Bergmann4-6/+6
2015-04-30Gradually typed LinkStephan Bergmann5-11/+11
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann8-11/+11
2015-04-29error C2666: 'operator ==' : 2 overloads have similar conversionsDavid Tardon1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks36-130/+165
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann2-2/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann5-15/+12
2015-04-25remove some @author tags from suspiciously unidiomatic codeMichael Stahl2-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-3/+3
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-23Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>Stephan Bergmann7-31/+31
2015-04-22Update to XDocumentEventBroadcaster et alStephan Bergmann2-18/+18
2015-04-22Update to XDocumentEventBroadcaster et alStephan Bergmann1-4/+4
2015-04-22Ensure WakeUpThread is joined before exitStephan Bergmann4-78/+52
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+3
2015-04-20java: remove some unused codeNoel Grandin3-17/+0