summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2012-03-09fdo#45962: fix context menu key yanking cursor out of header/footerMichael Stahl1-1/+1
2012-03-09add regression test for writerMarkus Mohrhard3-0/+314
2012-03-09sw: doxygen comments for SwTxtFmtColl, SwFlowFrm, SwTxtFrmMiklos Vajna3-0/+3
2012-03-09update code a bitCaolán McNamara5-25/+25
2012-03-08Look for SCRIPTING in BUILD_TYPETor Lillqvist1-1/+1
2012-03-08sw: SwTxtFrm formatting, cleaned up useless debug code and translated commentsCédric Bosdonnat2-66/+19
2012-03-08sw layout dump: replaced pointers by FrmIds and added frame boundsCédric Bosdonnat2-14/+33
2012-03-08different types in std::min on 32bitCaolán McNamara1-2/+1
2012-03-08docufld.cxx: Apple gcc can't find min(sal_Int32, int)Michael Stahl1-1/+2
2012-03-08Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin10-55/+31
2012-03-08convert to OUString to I can use SAL_WARNCaolán McNamara5-24/+27
2012-03-08fdo#43424: Comparing empty document with attached one crashes LOSzabolcs Dezsi1-6/+9
2012-03-08Fixed crash when renaming AutoTextSzabolcs Dezsi1-1/+7
2012-03-08Resolves: fdo#46939 don't rename autotext when source and dest are the sameCaolán McNamara1-13/+14
2012-03-08Resolves: fdo#40686 dyaLinePitch only valid between [1-31680]Caolán McNamara2-6/+9
2012-03-08fdo#45682 split button for writer table line colorWinfried Donkers1-1/+1
2012-03-0864bit Truncated pointer used as an unique 32bit idCaolán McNamara3-7/+17
2012-03-08tidy up SwBreakItCaolán McNamara2-30/+23
2012-03-08fold i18npaper into i18nutilCaolán McNamara1-1/+0
2012-03-08de-uno-ize ScriptTypeDetectorCaolán McNamara3-18/+8
2012-03-08ditch SW_XBREAKITER defineCaolán McNamara1-1/+0
2012-03-08tidy up WW8FormulaControl, with knock on results elsewhereCaolán McNamara59-401/+408
2012-03-08Fix bug in commit ad9960ffeb25f31ce4b1f819f909f1eb9ad6d7ddNoel Grandin1-4/+5
2012-03-07We just want to know if this ole object is already exported or notCaolán McNamara5-52/+8
2012-03-07sw: tweak comment translationsMichael Stahl8-129/+124
2012-03-07Fix MSVC compilation error: can't assign a const char* to StringTor Lillqvist1-1/+1
2012-03-07convert SwWW8ImplReader::simpleAddTextToParagraph to SAL_INFO()Miklos Vajna1-3/+1
2012-03-06repair the "No Fill" button which sets a transparent background in WriterIvan Timofeev1-0/+5
2012-03-06fdo#45671 writer par. bg color simplified codeWinfried Donkers2-13/+0
2012-03-06Fix fdo#38207 and also hide another option in Writer/WebStefan Knorr (astron)1-2/+14
2012-03-06silence SolarMutex not locked spewCaolán McNamara2-0/+4
2012-03-06wrong types used here, breaks 64bit bigendianCaolán McNamara1-3/+3
2012-03-06SwColumnPage::LinkStubTimeout doesn't need to be a linkCaolán McNamara2-6/+5
2012-03-06SwTOXStylesTabPage::LinkStubModifyHdl doesn't need to be a linkCaolán McNamara2-5/+4
2012-03-05Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist6-1/+24
2012-03-05WaE: unused variable in the DISABLE_SCRIPTING caseTor Lillqvist1-1/+1
2012-03-05Related: rhbz#799630 survive unknown/broken nIdctHint valuesCaolán McNamara1-1/+4
2012-03-05remove RTL_CONSTASCII_USTRINGPARAM usageLuboš Luňák17-201/+185
2012-03-05sw: CheckFields: oops, forgot to close the documentMichael Stahl1-0/+6
2012-03-05fdo#39694, fdo#42073: add junit test for theseMichael Stahl2-0/+175
2012-03-05fdo#39694: add test documentJuergen Steinhilber1-0/+0
2012-03-05RtfAttributeOutput::FlyFrameGraphic: don't try to compare a null pointerMiklos Vajna1-1/+1
2012-03-05i#118986 RTF: reduce memory usage when exporting large graphicsMiklos Vajna1-8/+8
2012-03-05make ExportPICT() and WriteHex() be able to write to a streamMiklos Vajna2-9/+27
2012-03-05introduce RtfStringBufferMiklos Vajna6-200/+408
2012-03-05this can be just a pointer as wellMiklos Vajna2-6/+6
2012-03-05Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist1-0/+2
2012-03-03Avoid temporary rtl::OUStringJulien Nabet1-1/+1
2012-03-03SwXTextField::setPropertyValue: simplify a bit:Michael Stahl1-11/+7
2012-03-03unofield.cxx: fix indentation a littleMichael Stahl1-12/+13