summaryrefslogtreecommitdiff
path: root/xmlhelp
AgeCommit message (Expand)AuthorFilesLines
2015-01-20Some more loplugin:cstylecast: xmlhelpStephan Bergmann2-6/+6
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-3/+0
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara2-13/+13
2014-12-18xmlhelp: Use appropriate OUString functions on string constantsStephan Bergmann6-33/+23
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-15xmlhelp: Use appropriate OUString functions on string constantsStephan Bergmann6-42/+42
2014-12-04images: Tango is the most complete theme.Jan Holesovsky1-8/+7
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl2-2/+5
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
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 Gelmini3-3/+3
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-1/+1
2014-10-20loplugin: cstylecastNoel Grandin1-1/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-2/+1
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2-57/+10
2014-09-11(Rudimentary) C++11 support is a hard requirement nowStephan Bergmann2-8/+1
2014-08-11Resolves: fdo#82025 use strlen instead of stored length byteCaolán McNamara1-6/+9
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-7/+1
2014-06-04compareToAscii -> equalsAsciiNoel Grandin4-4/+4
2014-06-02fdo#68849: Add header guards to all include filesJens Carl1-0/+6
2014-05-29fdo#68849: Add header guards to all include filesJens Carl1-0/+5
2014-05-27use namespace css instead of com::sunThomas Arnhold1-12/+11
2014-05-24cppcheck: redundantAssignmentThomas Arnhold1-2/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin2-5/+2
2014-05-13Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet2-6/+6
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet2-7/+7
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-05-02xmlhelp: sal_Bool->boolNoel Grandin7-13/+13
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold18-36/+36
2014-04-15Remove unused codeStephan Bergmann2-4/+0
2014-04-14typo: misformed -> malformedThomas Arnhold1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann6-8/+8
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann12-158/+158
2014-03-20de-macroize xmlhelp ContentProviderNorbert Thiebaud2-23/+66
2014-03-20kill ucbhelper XTYPEPROVIDER_DECL macroNorbert Thiebaud2-3/+9
2014-03-20de-macroize xmlhelp tvfactoryNorbert Thiebaud2-66/+4
2014-03-20de-macroize xmlhelp TVBaseNorbert Thiebaud2-69/+6
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-6/+6
2014-03-05kill XINTERFACE_IMPL_6Norbert Thiebaud1-7/+24
2014-03-05de-macroize XINTERFACE_DECLNorbert Thiebaud2-2/+12
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza1-6/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann15-220/+220
2014-02-26Remove visual noise from xmlhelpAlexander Wilms1-4/+4
2014-02-21coverity#708696 Uninitialized scalar fieldCaolán McNamara1-5/+7
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2-18/+16
2013-12-06Related: fdo#72022 internal links bustedCaolán McNamara1-1/+1
2013-12-06Resolves: fdo#72022 Integrated help ignored if installedCaolán McNamara1-1/+1
2013-12-02fdo#60698: Merge tvhlp1 into ucpchelp1Marcos Paulo de Souza9-92/+11
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin5-12/+11