summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-12-24remove (now) unused functionfeature/unostyles2Bjoern Michaelsen1-2/+0
2015-12-24refactor SwXStyle::ApplyDescriptorPropertiesBjoern Michaelsen1-12/+10
2015-12-24refactor SwXStyle::getPropertySetInfoBjoern Michaelsen1-68/+10
2015-12-24refactor SwXStyle::get/setParentStyleBjoern Michaelsen1-45/+29
2015-12-24refactor SwXStyle::isUserDefined/isInUseBjoern Michaelsen1-21/+9
2015-12-24refactor SwXStyle::get/setNameBjoern Michaelsen1-28/+22
2015-12-24use local init function for conditional tooBjoern Michaelsen1-35/+29
2015-12-24use init helpers in ctorBjoern Michaelsen1-34/+32
2015-12-24have PROPERTY_MAP values in entries ...Bjoern Michaelsen1-35/+14
2015-12-24lets have a ref to a StyleEntry from a SwXStyle tooBjoern Michaelsen1-53/+58
2015-12-24refactor SwXStyle ctorBjoern Michaelsen1-26/+31
2015-12-24remove GetPropImpl wrapperBjoern Michaelsen1-6/+5
2015-12-24remove GetBasePool wrappersBjoern Michaelsen1-22/+19
2015-12-24instead of lying with friendship, lets be honestBjoern Michaelsen1-20/+15
2015-12-24use a proper smart pointer hereBjoern Michaelsen1-6/+6
2015-12-24move trivial functions inlineBjoern Michaelsen1-67/+18
2015-12-24move SwXStyle entirely into compilation unitBjoern Michaelsen6-307/+341
2015-12-24remove SwXStyle creation outside of compilation unitBjoern Michaelsen3-11/+31
2015-12-23New saving behaviorMaxim Monastirsky7-10/+6
2015-12-22crashtesting: CreateShellID returns the mediums base url...Caolán McNamara2-3/+3
2015-12-22Avoid bad downcast during destructionStephan Bergmann1-1/+1
2015-12-22loplugin:simplifyboolStephan Bergmann1-1/+1
2015-12-22Indentation fixesMiklos Vajna1-5/+5
2015-12-22tdf#93009 SwViewShell: fix printing of comments on the marginMiklos Vajna1-2/+2
2015-12-21crashtesting: post NPAPI removal crash fixingCaolán McNamara3-4/+751
2015-12-21loplugin:unusedfields in swNoel Grandin50-128/+46
2015-12-21tdf93236 N-UP printing in combination with mailmerge broken file-print 1/4Juergen Funk13-422/+684
2015-12-21loplugin:unusedmethodsNoel Grandin2-5/+0
2015-12-20loplugin:staticcallStephan Bergmann1-1/+1
2015-12-20loplugin:cstylecastStephan Bergmann1-1/+1
2015-12-20sw: add yet another stupid component for WNTMichael Stahl1-3/+1
2015-12-20sw: remove that silly lcl_CopyStreamMichael Stahl2-29/+14
2015-12-20factor out oox::GetOLEObjectStream() without sw dependenciesMichael Stahl1-211/+5
2015-12-20sw: stop using SfxObjectShell in DocxExport::WriteOLEObjectMichael Stahl1-10/+28
2015-12-19tdf#83755 correct non-printing character positionMark Hung1-0/+22
2015-12-18tdf#33477: added support of property VertOrient to cell rangeOliver Specht2-0/+32
2015-12-18fix some issues with 214b0c8356ab88e75cb4bbc2ad3109ee536dcd70Michael Stahl2-3/+2
2015-12-18Java unittest(CheckCrossReferences.java) converted to Python unittestkadertarlan4-313/+235
2015-12-18related tdf#96398 pull out more NPAPI-related codeThorsten Behrens1-1/+0
2015-12-17nConfigId is always 0Maxim Monastirsky1-1/+1
2015-12-17[API CHANGE] Remove NPAPI-related UNO APIThorsten Behrens1-40/+0
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt1-2/+0
2015-12-17sw, sd, sc: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna2-7/+0
2015-12-17Manage m_pSttNdIdx via unique_ptrStephan Bergmann2-5/+7
2015-12-16sw: extend some more OOXML export test to check embedded objectsMichael Stahl1-0/+104
2015-12-16assert that no ODF import happens without a BaseURLMichael Stahl1-0/+2
2015-12-16tdf#96536 sw Hide Whitespace: shrink oversized page frames on para deleteMiklos Vajna3-1/+42
2015-12-16Make test code actually test somethingStephan Bergmann1-16/+15
2015-12-16sw layout xml dump: show if the frame has fix sizeMiklos Vajna1-0/+1
2015-12-16tdf#96515 sw Hide Whitespace: avoid creating unneeded page framesMiklos Vajna2-1/+49