summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2013-11-05fixincludeguards.sh: swThomas Arnhold560-1270/+1270
2013-11-05First modification on the default template for the WriterAhmad H. Al Harthi1-8/+17
2013-11-04DOCX filter: handle CT_Ind_rightChars and CT_PPrBase_snapToGridMiklos Vajna1-3/+34
2013-11-04DOCX filter: roundtrip themeTint and themeShadeMiklos Vajna1-0/+6
2013-11-04use results of include-what-you-useChr. Rossmanith1-13/+5
2013-11-04DOCX filter: more run properties table style roundtrip workMiklos Vajna1-1/+15
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin6-7/+7
2013-11-04remove redundant calls to OUString constructorNoel Grandin4-13/+12
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin4-13/+13
2013-11-03Get rid of global aDotStrTor Lillqvist7-14/+13
2013-11-03Bin unused (and uninformative) debugging SvStream operator<< for SwpHintsTor Lillqvist1-7/+0
2013-11-03Bin the unused SvStream &operator<<Tor Lillqvist1-12/+0
2013-11-02fdo#39468 Translate German strings.Henning Diedler1-4/+4
2013-11-02SwSpellPopup: rename member variables missing their prefixesMiklos Vajna2-130/+130
2013-11-01stop unbalanced OutputDevice Push/Pop warnings on closing helpCaolán McNamara1-4/+9
2013-11-01Related: #i33737# some minor refactoring in advanceOliver-Rainer Wittmann54-299/+303
2013-11-01-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-11-01-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-11-01Made some changes to remove the compile warnings...Jian Hong Cheng3-11/+16
2013-11-01Revise un-necessary checking..Jian Hong Cheng1-2/+2
2013-11-01Resolves: #i120927: Import/Export Hyperlink Info of Graphic with Anchor...Jian Hong Cheng6-0/+621
2013-11-01fdo#70998 Termchange: Graphics->ImageSamuel Mehrbrodt11-35/+35
2013-10-31writerfilter: implement BorderHandler::getInteropGrabBag()Miklos Vajna1-9/+30
2013-10-31DOCX filter: roundtrip more table cell border properties for table stylesMiklos Vajna1-4/+12
2013-10-31writerfilter: implement TDefTableHandler::getInteropGrabBagMiklos Vajna1-1/+47
2013-10-31Resolves: fdo#70358 crash when deleting tablesCaolán McNamara1-2/+9
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin3-4/+4
2013-10-30-Werror,-Wmismatched-tagsStephan Bergmann1-1/+1
2013-10-30DOCX filter: roundtrip more table style propertiesMiklos Vajna1-1/+68
2013-10-30Factor out DocxTableStyleExport from DocxAttributeOutputMiklos Vajna5-402/+511
2013-10-30DOCX export: initial w:tblStylePr handlingMiklos Vajna1-0/+45
2013-10-30Bin obsolete C30-only (some ancient Sun compiler) codeTor Lillqvist1-5/+0
2013-10-29cppcheck: fix Possible inefficient checking for emptinessJulien Nabet1-1/+1
2013-10-29sw: clone InputField dialog on input-field removalPierre-Eric Pelloux-Prayer3-2/+42
2013-10-29Resolves: fdo#69510 don't access beyond end of stringCaolán McNamara1-1/+2
2013-10-29DOCX export: handle table style's pPr / rPr from InteropGrabBagMiklos Vajna1-1/+100
2013-10-29cppcheck: Array index is used before limits checkJulien Nabet1-1/+1
2013-10-29cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2-7/+7
2013-10-28DOCX filter: roundtrip semiHidden and unhideWhenUsed for table stylesMiklos Vajna1-1/+9
2013-10-28remove local css namespace definitionsThomas Arnhold1-2/+0
2013-10-28fdo#69893 fix SwWrtShell::SelAll() to work with empty table at doc startMiklos Vajna1-0/+6
2013-10-28Fingers slippedTor Lillqvist1-1/+1
2013-10-28Try a different way to not show the keyboard initially on iOSTor Lillqvist1-8/+8
2013-10-28windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold10-84/+1
2013-10-26remove unused class SwItemPropertySetMatúš Kukan1-6/+0
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna167-829/+829
2013-10-25move OOXML_COLOR_AUTO from writerfilter to msfilter, we need it from swMiklos Vajna1-0/+4
2013-10-25DOCX export: table style export: initial cell hanglingMiklos Vajna1-1/+39
2013-10-25DOCX export: table style export: handle tblStyleRowBandSize, etc.Miklos Vajna1-8/+60
2013-10-25fdo#44736 - set and fetch multiple properties concurrently 2Matúš Kukan4-54/+38