summaryrefslogtreecommitdiffstats
path: root/sw/source
Commit message (Expand)AuthorAgeFilesLines
* initial DOCX export of Writer textframe gradientsMiklos Vajna2013-01-302-2/+41
* sw: handle RES_FILL_STYLE/GRADIENT in AttributeOutputBase::OutputItemMiklos Vajna2013-01-307-1/+59
* fdo#59928: sw: fix mouse selection of fields:Michael Stahl2013-01-301-16/+42
* sw: unused includes in paintfrmMiklos Vajna2013-01-291-18/+0
* SwFrm::PaintBackground: paint gradients in one goMiklos Vajna2013-01-291-5/+11
* sw: import draw:fill-gradient-name for Writer textframesMiklos Vajna2013-01-291-2/+20
* SvXMLExport::_ExportStyles: also try to export text gradientsMiklos Vajna2013-01-291-0/+8
* sal_Bool to boolTakeshi Abe2013-01-2911-182/+183
* fix previous string conversion:Michael Stahl2013-01-282-2/+2
* fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac2013-01-284-166/+146
* text::BaseFrameProperties: add FillGradientName optional propertyMiklos Vajna2013-01-283-9/+25
* SwXTextFrame: use XFillGradientItem instead of extending SvxBrushItemMiklos Vajna2013-01-2812-24/+54
* SwXTextFrame: use XFillStyleItem instead of extending SvxBrushItemMiklos Vajna2013-01-2812-24/+52
* Show meaningful title for search key not found infobox, fdo#59865Robert Roth2013-01-281-8/+21
* Removed empty autocorr.src fileRobert Roth2013-01-281-18/+0
* fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin2013-01-284-30/+14
* fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin2013-01-284-15/+8
* Some cppcheck cleaningJulien Nabet2013-01-272-4/+3
* move SetAccessibleRelationLabeledBy relations into .ui and out of codeCaolán McNamara2013-01-272-22/+0
* move SetAccessibleRelationLabeledBy relations into .ui and out of codeCaolán McNamara2013-01-278-27/+0
* sal_Bool to boolTakeshi Abe2013-01-2626-87/+87
* Nuke unused #defineTakeshi Abe2013-01-262-3/+0
* Drop unused functionTakeshi Abe2013-01-261-1/+0
* get rid of some XubStringsCaolán McNamara2013-01-264-4/+4
* fix build, change overridden GetOLEStorageName to OUStringCaolán McNamara2013-01-252-4/+4
* fdo#59779: Set the first page attributes on pooled styles creationCédric Bosdonnat2013-01-251-0/+1
* SwFrm::PaintBackground: paint gradient in layout if SvxBrushItem wants itMiklos Vajna2013-01-251-2/+4
* text::BaseFrameProperties: add FillStyle and FillGradient optional propertiesMiklos Vajna2013-01-253-1/+15
* sal_Bool to boolTakeshi Abe2013-01-2520-74/+75
* OUString: remove namespace and chained appendsMatteo Casalin2013-01-251-8/+4
* Change GetSavedValue() to return OUStringChr. Rossmanith2013-01-2415-45/+45
* add a layout aware SfxSingleTabDialogCaolán McNamara2013-01-242-11/+4
* rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialogCaolán McNamara2013-01-2419-21/+21
* Resolves: fdo#59586 Missing comma in particular PDF fileCaolán McNamara2013-01-242-6/+6
* set all format->untitled X menu entries to the same helpidCaolán McNamara2013-01-231-0/+8
* fdo#59428: SwDoc::ChgPageDesc: always copy to first-pagedescMichael Stahl2013-01-231-5/+5
* convert autofit width dialog to new .uiCaolán McNamara2013-01-234-139/+15
* docx export: use 'nil' instead of 'none' to express no borderPierre-Eric Pelloux-Prayer2013-01-231-1/+1
* sal_Bool to boolTakeshi Abe2013-01-2312-65/+65
* It is unconditionalTakeshi Abe2013-01-231-5/+0
* oox: kill no longer needed S() macroMiklos Vajna2013-01-221-2/+2
* docx export: fix table 'tblInd' attribute computationPierre-Eric Pelloux-Prayer2013-01-222-6/+13
* sw: DOCX export of TextFrame shadowMiklos Vajna2013-01-221-0/+31
* sw: DOCX export of TextFrame border width / colorMiklos Vajna2013-01-221-0/+16
* sw: DOCX export of TextFrame background colorMiklos Vajna2013-01-221-3/+9
* sw: DOCX export of TextFrame size/positionMiklos Vajna2013-01-222-7/+39
* sw: initial DOCX export of TextFrames as VML rectanglesMiklos Vajna2013-01-221-6/+20
* fix previous string conversion:Michael Stahl2013-01-211-2/+1
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-2138-157/+156
* Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2013-01-217-17/+17