summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)Author
2014-05-28Related: fdo#79142 make SetName default to ReindexingCaolán McNamara
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-16ODF filters: fallback glTF model to bitmap for older versionsZolnai Tamás
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-13remove dead codeNoel Grandin
2014-05-09move INetContentTypes::scan() to INetMIME::scanContentType()Chr. Rossmanith
2014-05-06dflt -> defaultThomas Arnhold
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-05-04Typo: depricated->deprecatedJulien Nabet
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-24remove odd hackThomas Arnhold
2014-04-23huge hrc and src file cleanupThomas Arnhold
2014-04-19fixincludeguards.sh: includeThomas Arnhold
2014-04-14typo: positon -> positionThomas Arnhold
2014-04-04Introduce a new media shape property to handle mime typeZolnai Tamás
2014-04-04svl/eitem.hxx: sal_Bool->boolNoel Grandin
2014-04-04remove unnecessary virtual in SfxVisibilityItemNoel Grandin
2014-04-04svl/visitem: sal_Bool->boolNoel Grandin
2014-04-04svl/style.hxx: sal_Bool->boolNoel Grandin
2014-04-03svl: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-04-01coverity#708187 Uninitialized pointer fieldCaolán McNamara
2014-03-29Fix some types in virtual methods to properly override.Matúš Kukan
2014-03-29tools: remove unused SvStream::IsA() and associated ID_*STREAM macrosMichael Stahl
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl
2014-03-29tools: allow 64-bit positions on SvLockBytesMichael Stahl
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann
2014-03-28Remove remaining DBG_CTOR etc. remnants from svlStephan Bergmann
2014-03-27Introduce INetContentType::scanStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-03-25Adapt to sal/log.hxxStephan Bergmann
2014-03-25Remove unused SfxMiniRecordWriter ctorStephan Bergmann
2014-03-22coverity#708190 Uninitialized scalar fieldCaolán McNamara
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin
2014-03-12coverity#708189 Uninitialized scalar fieldCaolán McNamara
2014-03-11svl: fix bogus visibility annotation on IndexedStyleSheetsMichael Stahl
2014-03-11fdo#39468 Translate German commentsTobias Lippert
2014-03-11fdo#30770 - Speed up xslx importTobias Lippert
2014-03-11callcatcher: update unused codeCaolán McNamara
2014-03-10Add comment to StyleSheetIteratorTobias Lippert
2014-03-05remove unused code SfxGrabBagItem::SetGrabBagNoel Grandin
2014-03-05debug only code SfxItemPool::GetMasterPool() constNoel Grandin
2014-03-03remove unused code svl::SharedStringPool::SharedStringPool()Noel Grandin
2014-03-01Set the default cell border line width to 0.75 pt in Calc.Kohei Yoshida
2014-03-01Remove visual noise from includeAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann