summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-10-24tdf#39960 fix saving of GIF images into RTFVasily Melenchuk1-2/+10
2015-10-24cppcheck: invalidPrintfArgType_sintCaolán McNamara1-2/+2
2015-10-23tdf#94386: envelope unit test completedOliver Specht1-2/+23
2015-10-22vcl: add ITiledRenderable::getWindow() and implement in swMiklos Vajna2-0/+9
2015-10-22sw: prefix members of SwUnoPropertyMapProviderMiklos Vajna2-200/+200
2015-10-22sw: prefix members of SwCrsrMoveStateMiklos Vajna11-262/+262
2015-10-22sw: prefix members of SwVirtPageNumInfoMiklos Vajna2-8/+8
2015-10-22sw: prefix members of SwXAutoStyleFamilyMiklos Vajna2-16/+16
2015-10-21sw: replace boost::ptr_vector with std::vectorMichael Stahl1-8/+4
2015-10-21sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-14/+15
2015-10-21sw: replace boost::ptr_vector with std::vectorMichael Stahl1-16/+11
2015-10-21sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-6/+6
2015-10-21tdf#81219: Sanitize the thumbnail of web view.Jan Holesovsky1-1/+10
2015-10-21refactor out some com::sun::star typedefsNoel Grandin3-9/+5
2015-10-21remove untyped Link<>Noel Grandin1-7/+4
2015-10-21sw: prefix members of SwPageFrmMiklos Vajna5-110/+110
2015-10-21sw: prefix members of SwUpdateAttrMiklos Vajna2-9/+9
2015-10-20Replace bind2nd/mem_fun by lambdas in sw/source/uibase/dbui/dbmgr.cxxTimothée Isnard1-4/+6
2015-10-20sw: prefix members of SwXAutoStylesEnumeratorMiklos Vajna2-12/+12
2015-10-20sw: prefix members of SwXFramesMiklos Vajna2-11/+11
2015-10-20new loplugin: badvectorinitNoel Grandin1-1/+1
2015-10-20loplugin:defaultparamsStephan Bergmann93-182/+169
2015-10-20sw: avoid 'using namespace' in headersMiklos Vajna4-9/+5
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-20Up/Down's bSelect param cannot be defaulted anywayStephan Bergmann1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann88-177/+166
2015-10-19cleanup some local var declarationsNoel Grandin3-6/+5
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-19cppcheck:nullPointerRedundantCheckNoel Grandin3-4/+1
2015-10-19Use comphelper::InitPropertySequence()Miklos Vajna1-7/+7
2015-10-19tdf#94374 DOCX import: allow insert -> object -> documentMiklos Vajna3-0/+30
2015-10-19sw: prefix members of SwTableMiklos Vajna5-146/+146
2015-10-19sw: prefix members of SwXAutoStylesMiklos Vajna2-15/+15
2015-10-19sw: prefix members of SwXStyleMiklos Vajna2-120/+120
2015-10-19Revert "cppcheck:duplInheritedMember"Noel Grandin3-1/+4
2015-10-19cppcheck:duplInheritedMemberNoel Grandin3-4/+1
2015-10-19tdf#36117 .docx preserve page vertical alignment after RTJustin Luth6-0/+67
2015-10-18cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-18fix StyleRef to Heading styles when doc is opened in localized MS WordAndras Timar1-2/+2
2015-10-17tdf#36117 .doc preserve page vertical alignment after RTJustin Luth11-7/+125
2015-10-17coverity#1327442 Division or modulo by zeroCaolán McNamara1-2/+3
2015-10-16drop templated HasItem in favour of new templated SfxItemSet::GetItemCaolán McNamara6-58/+14
2015-10-16convert Link<> to typedNoel Grandin2-11/+14
2015-10-16remove unused Link<> fieldNoel Grandin2-17/+0
2015-10-16convert Link<> to typedNoel Grandin4-7/+6
2015-10-16convert Link<> to typedNoel Grandin3-7/+5
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky15-26/+26
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky15-60/+60
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky15-60/+60
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky15-28/+26