summaryrefslogtreecommitdiff
path: root/framework/source/fwe/classes
AgeCommit message (Expand)AuthorFilesLines
2016-03-11framework: Kill BmkMenuMaxim Monastirsky1-204/+0
2016-01-18loplugin: unused return valuesNoel Grandin1-5/+3
2016-01-12GetImageFromURL/SetImageProducer unusedNoel Grandin2-2/+0
2016-01-11loplugin:unusedmethods unused return value in frameworkNoel Grandin1-35/+19
2016-01-10Fix typosAndrea Gelmini2-2/+2
2016-01-05tdf#96059 Replaced imageproducer with CommandInfoProvidersusobhang701-2/+3
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt1-21/+0
2015-11-19loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-6/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin3-6/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann9-56/+56
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-02loplugin:stringconstantNoel Grandin1-2/+2
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-3/+3
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-14com::sun::star->css in frameworkNoel Grandin5-15/+15
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-2/+1
2015-07-14sfx2: remove the global SidebarController::maSidebarControllerContainerMichael Stahl1-0/+10
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-9/+9
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin1-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 Bergmann1-1/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-25remove some @author tags from suspiciously unidiomatic codeMichael Stahl1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl1-5/+1
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-12/+4
2015-02-04rename MenuConfiguration::Attributes->MenuAttributesCaolán McNamara2-4/+4
2015-02-04fix leak from framework::AddonMenuManager::BuildMenuCaolán McNamara2-6/+4
2015-01-20Some more loplugin:cstylecast: frameworkStephan Bergmann2-2/+2
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-06how about scopeEike Rathke1-3/+4
2015-01-06workaround a weird gcc optimization werror bugEike Rathke1-19/+25
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-4/+4
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann7-100/+62
2014-12-16fdo#39440 reduce scope of local variablesMichael Weghorn1-1/+2
2014-12-12framework: Use appropriate OUString functions on string constantsStephan Bergmann3-9/+7
2014-12-03Further clean-upStephan Bergmann1-8/+0
2014-12-03Code clean-up/consolidation task.Vishv Brahmbhatt1-12/+3
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl4-0/+4
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin1-2/+2
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin1-3/+3
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-6/+1
2014-10-03coverity#1078526 Logically dead codeCaolán McNamara1-2/+1
2014-10-02loplugin: cstylecastNoel Grandin2-4/+4