summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/sfxhelp.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-13/+13
2013-12-27cppcheck: remove dupsJulien Nabet1-1/+0
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin1-1/+1
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-14/+14
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-4/+4
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-2/+2
2013-09-18Resolves: fdo#69440 only ask for tabcontrol in builder dialogsCaolán McNamara1-1/+2
2013-07-10removed unused language/country string member variablesEike Rathke1-22/+0
2013-07-08rename sfx2 log area to sfxMichael Stahl1-4/+4
2013-07-08-Werror,-Wlogical-not-parentheses (Clang trunk towards 3.4)Stephan Bergmann1-2/+2
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-3/+3
2013-06-06Remove remnants of help agentCaolán McNamara1-159/+3
2013-05-07fdo#64211 replace "%2F" to "/" in online (wiki) help URLsAndras Timar1-0/+1
2013-04-09make help work againCaolán McNamara1-2/+2
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin1-8/+8
2013-04-03limit scope of the variableMarkus Mohrhard1-1/+1
2013-04-03maybe a bit over-engineeredMarkus Mohrhard1-11/+2
2013-04-03screen space is a valuable good, don't waste itMarkus Mohrhard1-11/+7
2013-04-03this variable was unusedMarkus Mohrhard1-1/+0
2013-04-03more clean-up around SfxContentHelperMarkus Mohrhard1-3/+3
2013-03-04doubled namespacesThomas Arnhold1-1/+0
2013-02-22String -> OUStringIvan Timofeev1-20/+23
2013-02-17spelling: otherwhise -> otherwiseIvan Timofeev1-1/+1
2013-02-16coverity#441015 Use after freeCaolán McNamara1-0/+3
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac1-13/+13
2013-01-24look into active tabcontrol page on help fallback searchCaolán McNamara1-1/+14
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-15/+9
2012-10-02XubString->OUStringCaolán McNamara1-121/+115
2012-09-28move layout diagnostics to vcl.layout channelCaolán McNamara1-8/+0
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara1-0/+12
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-1/+2
2012-09-05Some clean up of previous commitStephan Bergmann1-8/+5
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin1-5/+3
2012-09-03fdo#46808, Adapt system::SystemShellExecute UNO service to new styleNoel Grandin1-9/+4
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-5/+3
2012-07-25delete svl/svstdarr.hxxMichael Stahl1-1/+0
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-30/+14
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-2/+2
2012-06-26tidy some resource stringsCaolán McNamara1-2/+2
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-2/+2
2012-06-02targeted string re-workNorbert Thiebaud1-13/+13
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-2/+2
2012-04-10removed unused definesTakeshi Abe1-3/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+3
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann1-1/+1
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz1-7/+7
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz1-7/+7
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora1-3/+0
2012-01-10Fix for fdo43460 Part XXXIII getLength() to isEmpty()Olivier Hallot1-9/+9
2011-12-22catch by const refCaolán McNamara1-6/+6