summaryrefslogtreecommitdiffstats
path: root/include/svl
Commit message (Expand)AuthorAgeFilesLines
* Translated German comments in filerec.hxx and doxygen-ify.Jeroen Nijhof2014-06-301-229/+238
* Move SheetPrinter to svl and rename it to GridPrinter.Kohei Yoshida2014-06-261-0/+44
* Revert needless inlining of methods for publicly exposed class.Kohei Yoshida2014-06-261-8/+8
* indentation fixesMiklos Vajna2014-06-191-1/+4
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-174-9/+9
* Bin crack, _NOTIFY_HXX is not defined anywhere anywayTor Lillqvist2014-06-121-2/+0
* Bin crack, _SFXITEMS_HXX is not defined anywhere anywayTor Lillqvist2014-06-112-6/+0
* de-virtualize these stringify methods, nothing overrides themCaolán McNamara2014-06-091-1/+1
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-093-5/+5
* simplify SfxListener::EndListening and StartListeningNoel Grandin2014-06-061-2/+2
* Related: fdo#79142 make SetName default to ReindexingCaolán McNamara2014-05-281-2/+7
* Remove unused headersMatteo Casalin2014-05-242-4/+0
* sal_uInt16 to size_tMatteo Casalin2014-05-241-1/+1
* hrc and src files: squeeze multiple newlinesThomas Arnhold2014-05-191-2/+0
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-171-1/+1
* ODF filters: fallback glTF model to bitmap for older versionsZolnai Tamás2014-05-161-1/+1
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-151-3/+3
* Find places where uno::Sequence is passed by value.Noel Grandin2014-05-141-1/+1
* remove dead codeNoel Grandin2014-05-131-2/+0
* move INetContentTypes::scan() to INetMIME::scanContentType()Chr. Rossmanith2014-05-091-35/+0
* dflt -> defaultThomas Arnhold2014-05-061-1/+1
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* Typo: depricated->deprecatedJulien Nabet2014-05-041-1/+1
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-012-2/+2
* remove odd hackThomas Arnhold2014-04-241-0/+2
* huge hrc and src file cleanupThomas Arnhold2014-04-232-8/+5
* fixincludeguards.sh: includeThomas Arnhold2014-04-191-3/+3
* typo: positon -> positionThomas Arnhold2014-04-141-1/+1
* Introduce a new media shape property to handle mime typeZolnai Tamás2014-04-041-1/+1
* svl/eitem.hxx: sal_Bool->boolNoel Grandin2014-04-042-2/+2
* remove unnecessary virtual in SfxVisibilityItemNoel Grandin2014-04-041-2/+2
* svl/visitem: sal_Bool->boolNoel Grandin2014-04-041-1/+1
* svl/style.hxx: sal_Bool->boolNoel Grandin2014-04-041-3/+1
* svl: sal_Bool->boolNoel Grandin2014-04-032-9/+9
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-0117-19/+19
* coverity#708187 Uninitialized pointer fieldCaolán McNamara2014-04-011-2/+8
* Fix some types in virtual methods to properly override.Matúš Kukan2014-03-292-3/+3
* tools: remove unused SvStream::IsA() and associated ID_*STREAM macrosMichael Stahl2014-03-292-4/+0
* tools: support 64-bit file positions in SvStreamMichael Stahl2014-03-293-5/+5
* tools: allow 64-bit positions on SvLockBytesMichael Stahl2014-03-291-6/+6
* Remove remaining DBG_NAME* usesStephan Bergmann2014-03-283-11/+0
* Remove remaining DBG_CTOR etc. remnants from svlStephan Bergmann2014-03-2810-84/+28
* Introduce INetContentType::scanStephan Bergmann2014-03-271-9/+17
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2634-288/+288
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-2631-46/+46
* Adapt to sal/log.hxxStephan Bergmann2014-03-251-1/+1
* Remove unused SfxMiniRecordWriter ctorStephan Bergmann2014-03-251-19/+0
* coverity#708190 Uninitialized scalar fieldCaolán McNamara2014-03-221-0/+1
* fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida2014-03-151-1/+1
* sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin2014-03-132-2/+2