summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)AuthorFilesLines
2014-07-02Generally better to have DLLPUBLIC class with some DLLPRIVATE membersStephan Bergmann1-10/+10
2014-06-30Translated German comments in filerec.hxx and doxygen-ify.Jeroen Nijhof1-229/+238
2014-06-26Move SheetPrinter to svl and rename it to GridPrinter.Kohei Yoshida1-0/+44
2014-06-26Revert needless inlining of methods for publicly exposed class.Kohei Yoshida1-8/+8
2014-06-19indentation fixesMiklos Vajna1-1/+4
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin4-9/+9
2014-06-12Bin crack, _NOTIFY_HXX is not defined anywhere anywayTor Lillqvist1-2/+0
2014-06-11Bin crack, _SFXITEMS_HXX is not defined anywhere anywayTor Lillqvist2-6/+0
2014-06-09de-virtualize these stringify methods, nothing overrides themCaolán McNamara1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin3-5/+5
2014-06-06simplify SfxListener::EndListening and StartListeningNoel Grandin1-2/+2
2014-05-28Related: fdo#79142 make SetName default to ReindexingCaolán McNamara1-2/+7
2014-05-24Remove unused headersMatteo Casalin2-4/+0
2014-05-24sal_uInt16 to size_tMatteo Casalin1-1/+1
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-2/+0
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-16ODF filters: fallback glTF model to bitmap for older versionsZolnai Tamás1-1/+1
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-3/+3
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin1-1/+1
2014-05-13remove dead codeNoel Grandin1-2/+0
2014-05-09move INetContentTypes::scan() to INetMIME::scanContentType()Chr. Rossmanith1-35/+0
2014-05-06dflt -> defaultThomas Arnhold1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-05-04Typo: depricated->deprecatedJulien Nabet1-1/+1
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni2-2/+2
2014-04-24remove odd hackThomas Arnhold1-0/+2
2014-04-23huge hrc and src file cleanupThomas Arnhold2-8/+5
2014-04-19fixincludeguards.sh: includeThomas Arnhold1-3/+3
2014-04-14typo: positon -> positionThomas Arnhold1-1/+1
2014-04-04Introduce a new media shape property to handle mime typeZolnai Tamás1-1/+1
2014-04-04svl/eitem.hxx: sal_Bool->boolNoel Grandin2-2/+2
2014-04-04remove unnecessary virtual in SfxVisibilityItemNoel Grandin1-2/+2
2014-04-04svl/visitem: sal_Bool->boolNoel Grandin1-1/+1
2014-04-04svl/style.hxx: sal_Bool->boolNoel Grandin1-3/+1
2014-04-03svl: sal_Bool->boolNoel Grandin2-9/+9
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann17-19/+19
2014-04-01coverity#708187 Uninitialized pointer fieldCaolán McNamara1-2/+8
2014-03-29Fix some types in virtual methods to properly override.Matúš Kukan2-3/+3
2014-03-29tools: remove unused SvStream::IsA() and associated ID_*STREAM macrosMichael Stahl2-4/+0
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl3-5/+5
2014-03-29tools: allow 64-bit positions on SvLockBytesMichael Stahl1-6/+6
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann3-11/+0
2014-03-28Remove remaining DBG_CTOR etc. remnants from svlStephan Bergmann10-84/+28
2014-03-27Introduce INetContentType::scanStephan Bergmann1-9/+17
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann34-288/+288
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann31-46/+46
2014-03-25Adapt to sal/log.hxxStephan Bergmann1-1/+1
2014-03-25Remove unused SfxMiniRecordWriter ctorStephan Bergmann1-19/+0
2014-03-22coverity#708190 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida1-1/+1