summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2015-03-20introduce Sync() helperBjoern Michaelsen
2015-03-20move IsChanged to shared baseBjoern Michaelsen
2015-03-20typoBjoern Michaelsen
2015-03-20derive SwIterator<> from ClientIteratorBaseBjoern Michaelsen
2015-03-19more privacy tweaksBjoern Michaelsen
2015-03-19rename SwClientIter to sw::ClientIteratorBaseBjoern Michaelsen
2015-03-19simplify specialized SwIterator::First()Bjoern Michaelsen
2015-03-19make SwClientIter construcatable only from SwIterBjoern Michaelsen
2015-03-19limit friendshipBjoern Michaelsen
2015-03-19remove superficial helpersBjoern Michaelsen
2015-03-19specialize SwIterator<SwClient, T>Bjoern Michaelsen
2015-03-19make GetModify privateBjoern Michaelsen
2015-03-19more static checks ftwBjoern Michaelsen
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen
2015-03-19static checks ftwBjoern Michaelsen
2015-03-19move GoEnd to SwIterator<>Bjoern Michaelsen
2015-03-19coverity#1288894 Dereference after null check, goldenCaolán McNamara
2015-03-19tdf#70346 MM: don't restore section visibilityJan-Marek Glogowski
2015-03-19loplugin:constantfunction: sotNoel Grandin
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin
2015-03-19loplugin:constantfunction: sfx2Noel Grandin
2015-03-19DocxSdrExport::Impl: use std::unique_ptr for m_pFlyFillAttrListMiklos Vajna
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara
2015-03-18tdf#89783: sal_uInt16 replacement by size_tVasily Melenchuk
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-18convert AccessibleStates to enum classNoel Grandin
2015-03-18convert SidebarPosition to enum classNoel Grandin
2015-03-18convert ViewState to enum classNoel Grandin
2015-03-18convert DocumentSettingId to an enum classNoel Grandin
2015-03-18DocxAttributeOutput::TableBackgrounds: use unique_ptrMiklos Vajna
2015-03-17Remove oox::core::FilterBase::implGetImplementationName indirectionStephan Bergmann
2015-03-17Fix MSVC buildStephan Bergmann
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-17DocxAttributeOutput::m_pFoot/EndnotesList: use std::unique_ptrMiklos Vajna
2015-03-17-Werror,-Winconsistent-missing-overrideStephan Bergmann
2015-03-17WW8: bShdTxtCol is always falseZolnai Tamás
2015-03-17SfxTabDialog: avoid changing const input parameterZolnai Tamás
2015-03-16make SwClientIter::GoStart/GoEnd privateBjoern Michaelsen
2015-03-16refactor iterationBjoern Michaelsen
2015-03-16get rid of SearchTypeBjoern Michaelsen
2015-03-16fix stray SAL_OVERRIDEBjoern Michaelsen
2015-03-16remove 'shortcut' that is longer than the originalBjoern Michaelsen
2015-03-16Fixes for moving stuff to SwIteratorBjoern Michaelsen
2015-03-16Move SwClientIter::Previous() to SwIteratorBjoern Michaelsen
2015-03-16Move SwClientIter::Next() to SwIteratorBjoern Michaelsen
2015-03-16Move SwClientIter::Last() to SwIteratorBjoern Michaelsen
2015-03-16move SwClientIter::First() to SwIteratorBjoern Michaelsen
2015-03-16assert hard hereBjoern Michaelsen
2015-03-16make typed iteration private in SwClientIter nowBjoern Michaelsen