summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/sfxhelp.cxx
AgeCommit message (Expand)Author
2015-11-04loplugin:stringconstantNoel Grandin
2015-10-29com::sun::star->css in sfx2Noel Grandin
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-21cppcheck: noExplicitConstructorCaolán McNamara
2015-06-16Fix typosAndrea Gelmini
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10accessibility: cleanup for updated toolkit API.Michael Meeks
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-10-02loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-18ErrorBox->MessageDialogCaolán McNamara
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-09Typo: I/internaly -> I/internallyJulien Nabet
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2013-12-27cppcheck: remove dupsJulien Nabet
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-11sfx2: include <> for external includesNorbert Thiebaud
2013-09-18Resolves: fdo#69440 only ask for tabcontrol in builder dialogsCaolán McNamara
2013-07-10removed unused language/country string member variablesEike Rathke
2013-07-08rename sfx2 log area to sfxMichael Stahl
2013-07-08-Werror,-Wlogical-not-parentheses (Clang trunk towards 3.4)Stephan Bergmann
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-06Remove remnants of help agentCaolán McNamara
2013-05-07fdo#64211 replace "%2F" to "/" in online (wiki) help URLsAndras Timar
2013-04-09make help work againCaolán McNamara
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin
2013-04-03limit scope of the variableMarkus Mohrhard
2013-04-03maybe a bit over-engineeredMarkus Mohrhard
2013-04-03screen space is a valuable good, don't waste itMarkus Mohrhard
2013-04-03this variable was unusedMarkus Mohrhard
2013-04-03more clean-up around SfxContentHelperMarkus Mohrhard
2013-03-04doubled namespacesThomas Arnhold
2013-02-22String -> OUStringIvan Timofeev