summaryrefslogtreecommitdiff
path: root/framework/source/fwe
AgeCommit message (Expand)AuthorFilesLines
2016-01-22Fix wrong use of OUString::copyMaxim Monastirsky1-5/+3
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-04-22Update to XDocumentEventBroadcaster et alStephan Bergmann1-4/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin4-14/+14
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-04-02loplugin:staticmethodsNoel Grandin1-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-03-02TyposJulien Nabet2-2/+2
2015-03-01Typo: embeded->embeddedJulien Nabet2-2/+2
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara2-30/+30
2015-02-04rename MenuConfiguration::Attributes->MenuAttributesCaolán McNamara3-10/+10
2015-02-04fix leak from framework::AddonMenuManager::BuildMenuCaolán McNamara3-6/+26
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-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
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 Bergmann10-130/+92
2014-12-16fdo#39440 reduce scope of local variablesMichael Weghorn4-7/+5
2014-12-12framework: Use appropriate OUString functions on string constantsStephan Bergmann5-23/+20
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 Stahl5-0/+5
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin1-2/+2
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin2-4/+4
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 Grandin3-5/+5
2014-09-12framework: sal_Bool -> boolStephan Bergmann1-2/+2
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-37/+5
2014-06-04compareTo -> equalsNoel Grandin1-1/+1
2014-06-04coverity#737167 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin2-5/+5
2014-05-24coverity#983680 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet5-27/+27
2014-05-19Resolves: #i86528# use the module manager to identify the context...Tsutomu Uchino1-40/+41
2014-05-17Single line between methodsHussian Alamri1-27/+0