summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2013-07-25Resolves: fdo#67113 split insert autotext and field controlsCaolán McNamara3-97/+186
2013-07-25Related: fdo#67113 restore some code, it has side effectsIvan Timofeev1-0/+2
2013-07-25fdo#59427 first step for template menuCor Nouws6-6/+42
2013-07-25fix for SwCombinedCharField constructor with wrong initAdam Co1-1/+1
2013-07-24fdo#60990 testcaseMiklos Vajna2-0/+15
2013-07-24Related: fdo#60990 w:textbox -> v:textboxMiklos Vajna1-2/+2
2013-07-24fdo#60990 VML export: handle paragraph/run properties of shape textMiklos Vajna1-0/+12
2013-07-24fdo#66781 : fix bullets with level 0Adam Co5-5/+48
2013-07-24fdo#67213 - crash on opening AutoText dialog (Ctrl+F3Noel Grandin2-43/+57
2013-07-24Revert "fdo#67213 - crash on opening AutoText dialog (Ctrl+F3)"Noel Grandin1-8/+1
2013-07-24sw: update hintids.hxx comments to match realityMiklos Vajna1-72/+72
2013-07-24SfxGrabBagItem testcaseMiklos Vajna2-1/+12
2013-07-24MSWordExportBase: handle SfxGrabBagItemMiklos Vajna7-0/+38
2013-07-24sw: add ParaInteropGrabBag uno property to paragraphsMiklos Vajna5-1/+9
2013-07-23Fix drop caps backgroundZolnai Tamás1-0/+3
2013-07-23Check explicitily the space at the end of the lineZolnai Tamás1-5/+6
2013-07-23fdo#67213 - crash on opening AutoText dialog (Ctrl+F3)Noel Grandin1-1/+8
2013-07-23expand out the U2S and S2U macros from sfxuno.hxxNoel Grandin3-3/+3
2013-07-23fdo#64637 RTF import: handle multiple RTF_COMPANYMiklos Vajna2-0/+23
2013-07-22fdo#66145: fix for FirstIsShared flagAdam Co4-2/+21
2013-07-22Decrease scope of some variableZolnai Tamás1-9/+7
2013-07-22Remove useless private operator==() from SwFontZolnai Tamás1-3/+0
2013-07-22Remove useless variableZolnai Tamás1-5/+2
2013-07-22Fix indentationZolnai Tamás1-6/+6
2013-07-22Remove obsolote border dialogZolnai Tamás14-236/+3
2013-07-22n#825976: Table of Illustration has hyperlinks by default like TOCCédric Bosdonnat1-2/+6
2013-07-18merge more copypaste into assertXPath()Miklos Vajna1-48/+17
2013-07-18merge copypaste into parseExport()Miklos Vajna1-56/+34
2013-07-18fix DOCX export page border - interoperabillity. export case #2Adam Co4-24/+191
2013-07-18fdo#46808, Convert frame::FrameControl service to new styleNoel Grandin2-57/+43
2013-07-17wrong widget name in wrap page .ui conversionCaolán McNamara1-1/+1
2013-07-17Related: fdo#65632 DOCX filter: fix import of non-redlined footnoteMiklos Vajna2-0/+13
2013-07-17convert frame/graphic wrap page to .uiCaolán McNamara7-482/+904
2013-07-17fdo#39904, n#825976: implement hyperlinks for Illustrations indexCédric Bosdonnat7-6/+37
2013-07-17mail merge: forward PrinterName property to ExecPrint methodPierre-Eric Pelloux-Prayer1-1/+1
2013-07-17mail merge: properly increment indexing counter (was const)Pierre-Eric Pelloux-Prayer1-8/+9
2013-07-16fdo#63133: Write tools/tempfile.hxx outPalenik Mihály2-4/+3
2013-07-16fdo#39468 Comment translation GER-ENG in sw/source/ui/uiview (Part 4)Matthias Freund3-203/+170
2013-07-16fdo#63273 sw: let word count not update stat. fieldsMiklos Vajna4-14/+20
2013-07-16SwGetRefField::PutValue: unused variable sTmpMichael Stahl1-1/+0
2013-07-16warning C4805 unsafe mix of type sal_Bool and type boolMichael Stahl1-1/+1
2013-07-16String to OUStringMatteo Casalin37-1088/+1078
2013-07-16Delete SvCacheStream classPalenik Mihály5-7/+2
2013-07-16remove pointless empty variableLuboš Luňák1-3/+1
2013-07-16convert versions of dialog to .uiCaolán McNamara1-2/+2
2013-07-16DocxAttributeOutput: avoid 'a' prefix for doubleMiklos Vajna1-16/+16
2013-07-16fdo#66929: fix for default textbox inset valuesAdam Co3-6/+47
2013-07-16Mark as constTakeshi Abe12-17/+17
2013-07-15avoid unwanted silent conversion to boolLuboš Luňák1-2/+2
2013-07-15DoubleToString: do not modify a reference argument, just return the resultMatteo Casalin3-19/+17