summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-16sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()Miklos Vajna1-1/+1
2015-12-15sw: DOCX export: eliminate chart numbering non-determinismMichael Stahl3-5/+7
2015-12-15sw: fix build, remove deleted CheckFlies.java from makefileMichael Stahl1-2/+0
2015-12-15sw: fix MSVC build, stupid thing can't initialize const membersMichael Stahl1-5/+5
2015-12-15Java unit tests were converted to Python unit testskadertarlan3-208/+128
2015-12-15sw: set a BaseURL when copying embedded objectsMichael Stahl1-2/+2
2015-12-15filter: add BaseURL parameter to SvxMSDffManager::ImportOLE()Michael Stahl3-3/+4
2015-12-15fix missing BaseURL when loading embedded objectsMichael Stahl2-6/+28
2015-12-15sw: extend various OOXML export test to check embedded objectsMichael Stahl4-1/+114
2015-12-15sw: DOCX export: convert ODF embedded objects to OOXMLMichael Stahl3-7/+131
2015-12-15sw: replace OUStringBufferMichael Stahl1-5/+2
2015-12-15sw: move ProgId parsing to DocxExport::WriteOLEObjectMichael Stahl3-95/+105
2015-12-15tdf#96125 Fix broken Writer paragraph text-to-text alignment feature.Mark Hung1-1/+1
2015-12-15fix paint table border in DOUBLE_THIN styleaqcoder1-0/+18
2015-12-15tdf#96113 sw: don't overwrite fo:background-color on ODT frame importMiklos Vajna3-1/+7
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist3-4/+0
2015-12-14Move var decl to where it gets actually usedStephan Bergmann1-18/+20
2015-12-14DOC export: fix writing multiple smart tagsMiklos Vajna1-2/+2
2015-12-14DOC filter: mark SmartTag support non-experimentalMiklos Vajna4-69/+58
2015-12-14Related: rhbz#1289394 always provide the screen area the tip applies toCaolán McNamara2-11/+12
2015-12-14DOC filter: tokenize PlcffactoidMiklos Vajna2-2/+11
2015-12-14DOC export: write propBags in SmartTagDataMiklos Vajna3-0/+33
2015-12-14DOC export: write stringTable in SmartTagDataMiklos Vajna1-3/+18