summaryrefslogtreecommitdiff
path: root/framework/source/classes
AgeCommit message (Expand)AuthorFilesLines
2016-11-03SafeMode: Add indicator to window title when in Safe ModeSamuel Mehrbrodt1-0/+5
2016-10-20Open menu: Simplify inserting menu entriesSamuel Mehrbrodt1-5/+0
2016-10-03Fix typosAndrea Gelmini1-3/+3
2016-06-13Fix typosAndrea Gelmini1-1/+1
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara1-1/+0
2016-04-26Change label to title case similar to other surrounding labelsYousuf Philips1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-12FwkTabWindow is unused since d6d86237b1b438919609988049ac4a152612fee1Maxim Monastirsky1-359/+0
2016-03-23loplugin:constantparam in frameworkNoel Grandin1-3/+2
2016-03-10MenuDispatcher::m_pMenuManager is always nullptrMaxim Monastirsky1-976/+0
2016-02-18allow disabling file/new, wizards, recent documents menu entriesOliver Specht1-23/+23
2016-01-13Modified state icons not packaged into zipMaxim Monastirsky1-0/+9
2016-01-12GetImageFromURL/SetImageProducer unusedNoel Grandin1-1/+0
2016-01-11loplugin:unusedmethods unused return value in frameworkNoel Grandin1-3/+1
2016-01-05tdf#96059 Replaced imageproducer with CommandInfoProvidersusobhang701-8/+9
2015-11-19Toolbar: Add 'Save As' to 'Save' dropdownSamuel Mehrbrodt1-5/+0
2015-11-19use comphelper::containerToSequenceNoel Grandin1-5/+2
2015-11-12Namespace cleanup and disambiguationAshod Nakashian1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-9/+9
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-02loplugin:stringconstantNoel Grandin1-1/+1
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin3-7/+5
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-20convert Link<> to typedNoel Grandin1-2/+2
2015-09-07convert Link<> to typedNoel Grandin1-2/+2
2015-09-03convert Link<> to typedNoel Grandin1-2/+1
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-08-14append '(Remote)' in the titlebar when remote file is openedSzymon Kłos1-0/+5
2015-08-03inline some use-once typedefsNoel Grandin1-4/+4
2015-07-24string: 'Remote File' -> 'Save Remote File...'Szymon Kłos1-1/+1
2015-07-16'Save As' popup menu in the Writer's toolbarSzymon Kłos1-0/+5
2015-07-16open remote entry in the open drop down menuSzymon Kłos1-0/+5
2015-07-03Fix typosAndrea Gelmini1-4/+4
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann1-1/+1
2015-05-25convert TOTOP constants to scoped enumNoel Grandin1-1/+1
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin1-4/+1
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin1-3/+3
2015-05-08Use typed Menu::Set[De]actuivateHdl LinksStephan Bergmann1-6/+6
2015-05-08Use typed Menu::SetHighlightHdl LinkStephan Bergmann1-2/+2
2015-05-04Use typed TabControl::SetDeactivatePageHdl LinkStephan Bergmann1-2/+2
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-19/+32
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann1-1/+1
2015-04-17framework: convert new to ::Create.Michael Meeks1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2