summaryrefslogtreecommitdiff
path: root/include/svtools
AgeCommit message (Expand)AuthorFilesLines
2014-05-15fixincludeguards.pl: now we can fix thoseThomas Arnhold6-17/+17
2014-05-13BrowseBoxCheckInvariants appears to be unused [loplugin:unreffun]Matúš Kukan1-4/+0
2014-05-13Revert "remove unused code -SvtLanguageTable::AddLanguageTag"Eike Rathke1-0/+7
2014-05-13remove unused code -SvtLanguageTable::AddLanguageTagNoel Grandin1-7/+0
2014-05-12svtools: Translated ctrltool.hxx from English to GermanTobias Mueller1-52/+44
2014-05-10ISO C++ forbids declaration of ‘rLanguageTag’ with no typeMiklos Vajna1-0/+2
2014-05-10added SvtLanguageTable::AddLanguageTag()Eike Rathke1-0/+8
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold1-1/+0
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann3-3/+4
2014-05-06move ResArray into SvtLanguageTableImplEike Rathke1-17/+2
2014-05-06make all SvtLanguageTable non-static methods privateEike Rathke1-8/+12
2014-05-06provide static GetLanguageEntryCount() and GetLanguageTypeAtIndex()Eike Rathke1-0/+2
2014-05-06Move headers included only in svtools to svtoolsTor Lillqvist7-982/+0
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni2-2/+2
2014-04-29fdo#75058: Optimize autofilter item filling for non-tree items.Kohei Yoshida1-0/+4
2014-04-29Related: fdo#50697 reset the cache timeout on GetGraphicCaolán McNamara1-0/+2
2014-04-28WaE: implicit conversion from bool to 'long'Tor Lillqvist1-1/+1
2014-04-28remove unused code from TabBarNoel Grandin1-21/+0
2014-04-28Improve TabBar return typesNoel Grandin1-8/+9
2014-04-27Typos: dfined -> defined + add missing 's'Julien Nabet5-8/+8
2014-04-24make SvDetachedEventDescriptor::hasByName return boolNoel Grandin1-3/+3
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold2-0/+5
2014-04-23huge hrc and src file cleanupThomas Arnhold2-41/+0
2014-04-19fixincludeguards.sh: includeThomas Arnhold4-10/+10
2014-04-18svtools: valueset.cxx - use scoped_ptr and clean-upTomaž Vajngerl1-9/+8
2014-04-17introduce second static GetLanguageString() with explicit bool parameterEike Rathke1-0/+1
2014-04-17introduce static SvtLanguageTable::GetLanguageType()Eike Rathke1-1/+3
2014-04-15sal_Bool to bool in SvtRulerAccessibleNoel Grandin1-19/+19
2014-04-14typo: hilight -> highlightThomas Arnhold1-1/+1
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-04-09Remove unused codeStephan Bergmann1-1/+0
2014-04-08WaE: implicit conversion of literal of type 'int' to 'bool'Tor Lillqvist1-1/+1
2014-04-08coverity#708193 Uninitialized scalar fieldCaolán McNamara1-1/+5
2014-04-08coverity#708197 Uninitialized scalar fieldCaolán McNamara1-2/+7
2014-04-08use TriState instead of sal_Bool as there's three possibilitiesCaolán McNamara1-4/+4
2014-04-07Bin empty @seealso, @param, @return etc metacommentsTor Lillqvist3-48/+0
2014-04-07Remove silly PUT_SEMICOLON_AT_THE_ENDStephan Bergmann1-1/+1
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann3-16/+4
2014-04-06WaE: passing OString by value, rather pass by referenceTor Lillqvist2-5/+5
2014-04-06Add HtmlWriterHelper to svtools.Tomaž Vajngerl1-0/+7
2014-04-06HtmlWriter: add prettyPrint option, instance variablesTomaž Vajngerl1-4/+8
2014-04-06svtools: HtmlWriter - for writing HTML structure to a streamTomaž Vajngerl1-0/+41
2014-04-06Bin copy-pasta comments of low informative valueTor Lillqvist6-14/+14
2014-04-04coverity#708196 Uninitialized scalar fieldCaolán McNamara1-2/+2
2014-04-04coverity#708195 Uninitialized scalar fieldCaolán McNamara1-2/+2
2014-04-04callcatcher: update unused codeCaolán McNamara1-2/+1
2014-04-03Typo: colum->columnJulien Nabet1-1/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-4/+4
2014-04-03svtools/treelistentry.hxx: sal_Bool->boolNoel Grandin1-5/+5
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann45-54/+54