summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp
AgeCommit message (Expand)AuthorFilesLines
2013-11-07remove unnecessary use of OUString constructor in XMLHELP moduleNoel Grandin3-31/+29
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-8/+8
2013-10-24valgrind: on success aHDFData is out of scopeCaolán McNamara1-1/+1
2013-10-24pEmpty is completely insane to useCaolán McNamara1-4/+2
2013-10-23clean up some include guardsThomas Arnhold1-2/+2
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-9/+2
2013-10-16cleanupThomas Arnhold1-2/+1
2013-10-03CID#705780 seeing as this is irredeemably wrong remove itCaolán McNamara3-54/+1
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist1-6/+2
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-1/+1
2013-08-13fdo#57950: Remove some chained appends in xmhelpJelle van der Waa2-27/+12
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa9-190/+0
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-06-29remove some createFromAscii usageThomas Arnhold1-1/+1
2013-06-13rename HAVE_CXX0X->HAVE_CXX11 and clean up to #define in a config headerLuboš Luňák2-2/+5
2013-06-05fdo#46808, Replace usage of SpecialConfigManagerNoel Grandin1-21/+3
2013-04-22fdo#62096 Corrected stupid error in previous patchSameer Deshmukh1-1/+1
2013-04-22fdo#62096 - Changed a few compareTo's to '=='Sameer Deshmukh1-2/+2
2013-04-15prefix all component_getFactory methodsPeter Foley1-1/+1
2013-04-11detect and apply Windows' high contrast theme to local helpAndras Timar1-0/+27
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák14-546/+546
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-04-02icon style fixes in local helpAndras Timar2-11/+21
2013-03-28use LanguageTag instead of comphelper::LocaleEike Rathke1-15/+5
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann1-1/+1
2013-03-19reduce whitespaces between include and filenameThomas Arnhold3-3/+3
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold2-8/+8
2013-03-10Removed RTL_CONSTASCII_USTRINGPARAM in xmlhelp/ureChr. Rossmanith1-1/+1
2013-03-08make use of startsWith()Thomas Arnhold1-1/+1
2013-02-25loplugin: unused variablesThomas Arnhold1-5/+0
2013-02-24remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith2-2/+2
2013-02-22s/the the/the/Tor Lillqvist1-2/+2
2013-02-20coverity: passing by const reference is more efficientMarkus Mohrhard1-4/+4
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin1-5/+2
2012-12-25Get rid of (most uses of) GUITor Lillqvist1-1/+1
2012-11-30fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin5-24/+15
2012-11-30fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactoryNoel Grandin3-5/+5
2012-11-30Disambiguate for Visual Studio 2010Fridrich Štrba1-1/+1
2012-11-28fdo#46808, use service constructor for i18n::CollatorNoel Grandin1-4/+2
2012-11-21re-base on ALv2 code. Includes:Michael Meeks21-995/+429
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin2-6/+6
2012-11-05fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin3-21/+16
2012-11-05fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifierNoel Grandin6-18/+19
2012-11-05fdo#46808, use service constructor for ucb::PropertiesManagerNoel Grandin1-1/+2
2012-11-05fdo#46808, use service constructor for ucb::StoreNoel Grandin2-16/+11
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin2-14/+10
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky1-4/+4
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin1-16/+10
2012-10-23fdo#46808, use service constructor for uri::UriReferenceFactoryNoel Grandin1-15/+2
2012-10-04sal_Bool->bool in xmlhelpNoel Grandin2-3/+3