summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Collapse)AuthorAgeFilesLines
* add regression test for writerMarkus Mohrhard2012-03-093-0/+314
| | | | | | | use the hidden layout dump export filter to export the state of the layout and compare it against a reference file Still a work in progress.
* sw: doxygen comments for SwTxtFmtColl, SwFlowFrm, SwTxtFrmMiklos Vajna2012-03-093-0/+3
|
* update code a bitCaolán McNamara2012-03-095-25/+25
|
* Look for SCRIPTING in BUILD_TYPETor Lillqvist2012-03-081-1/+1
|
* sw: SwTxtFrm formatting, cleaned up useless debug code and translated commentsCédric Bosdonnat2012-03-082-66/+19
|
* sw layout dump: replaced pointers by FrmIds and added frame boundsCédric Bosdonnat2012-03-082-14/+33
|
* different types in std::min on 32bitCaolán McNamara2012-03-081-2/+1
|
* docufld.cxx: Apple gcc can't find min(sal_Int32, int)Michael Stahl2012-03-081-1/+2
|
* Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin2012-03-0810-55/+31
| | | | | | | | | In this case, we also convert from storing pointers to storing the items directly because SvxMacroTableDtor completely controls the lifecycle of the SvxMacro objects it contains. Also add an operator== to SvxMacroTableDtor and remove the out-of-line implementations of equals from two other places.
* convert to OUString to I can use SAL_WARNCaolán McNamara2012-03-085-24/+27
|
* fdo#43424: Comparing empty document with attached one crashes LOSzabolcs Dezsi2012-03-081-6/+9
|
* Fixed crash when renaming AutoTextSzabolcs Dezsi2012-03-081-1/+7
|
* Resolves: fdo#46939 don't rename autotext when source and dest are the sameCaolán McNamara2012-03-081-13/+14
|
* Resolves: fdo#40686 dyaLinePitch only valid between [1-31680]Caolán McNamara2012-03-082-6/+9
|
* fdo#45682 split button for writer table line colorWinfried Donkers2012-03-081-1/+1
|
* 64bit Truncated pointer used as an unique 32bit idCaolán McNamara2012-03-083-7/+17
|
* tidy up SwBreakItCaolán McNamara2012-03-082-30/+23
|
* fold i18npaper into i18nutilCaolán McNamara2012-03-081-1/+0
| | | | | | | | | | It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting
* de-uno-ize ScriptTypeDetectorCaolán McNamara2012-03-083-18/+8
| | | | | leave a UnoScriptTypeDetector implementation that points to the trivial ScriptTypeDetector for external consumers, e.g. sdext
* ditch SW_XBREAKITER defineCaolán McNamara2012-03-081-1/+0
|
* tidy up WW8FormulaControl, with knock on results elsewhereCaolán McNamara2012-03-0859-401/+408
|
* Fix bug in commit ad9960ffeb25f31ce4b1f819f909f1eb9ad6d7ddNoel Grandin2012-03-081-4/+5
| | | | | | My previous patch converting SvPtrarr usage to std::vector had a bug, (spotted by Ivan timofeev.i.s@gmail.com) where it called multimap.find instead of multimap.equal_range.
* We just want to know if this ole object is already exported or notCaolán McNamara2012-03-075-52/+8
| | | | | | | | | So it's merely the knowledge of having exported this object already that we need to know in order to elide re-exporting it. This code is still 64bit unsafe, as the nPictureId has to be a unique 32bit value for each object, so using the pointer as the key is horribly dubious, but this should be the same as the original code.
* sw: tweak comment translationsMichael Stahl2012-03-078-129/+124
| | | | 037d14ce and following
* Fix MSVC compilation error: can't assign a const char* to StringTor Lillqvist2012-03-071-1/+1
|
* convert SwWW8ImplReader::simpleAddTextToParagraph to SAL_INFO()Miklos Vajna2012-03-071-3/+1
|
* repair the "No Fill" button which sets a transparent background in WriterIvan Timofeev2012-03-061-0/+5
| | | | see commit 836d98646203e0d9d3916571ed55d6572c2cb3dc
* fdo#45671 writer par. bg color simplified codeWinfried Donkers2012-03-062-13/+0
|
* Fix fdo#38207 and also hide another option in Writer/WebStefan Knorr (astron)2012-03-061-2/+14
|
* silence SolarMutex not locked spewCaolán McNamara2012-03-062-0/+4
|
* wrong types used here, breaks 64bit bigendianCaolán McNamara2012-03-061-3/+3
|
* SwColumnPage::LinkStubTimeout doesn't need to be a linkCaolán McNamara2012-03-062-6/+5
|
* SwTOXStylesTabPage::LinkStubModifyHdl doesn't need to be a linkCaolán McNamara2012-03-062-5/+4
|
* Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist2012-03-056-1/+24
|
* WaE: unused variable in the DISABLE_SCRIPTING caseTor Lillqvist2012-03-051-1/+1
|
* Related: rhbz#799630 survive unknown/broken nIdctHint valuesCaolán McNamara2012-03-051-1/+4
|
* remove RTL_CONSTASCII_USTRINGPARAM usageLuboš Luňák2012-03-0517-201/+185
|
* sw: CheckFields: oops, forgot to close the documentMichael Stahl2012-03-051-0/+6
|
* fdo#39694, fdo#42073: add junit test for theseMichael Stahl2012-03-052-0/+175
|
* fdo#39694: add test documentJuergen Steinhilber2012-03-051-0/+0
|
* RtfAttributeOutput::FlyFrameGraphic: don't try to compare a null pointerMiklos Vajna2012-03-051-1/+1
|
* i#118986 RTF: reduce memory usage when exporting large graphicsMiklos Vajna2012-03-051-8/+8
| | | | | | Delay the call to FlyFrameGraphic() till we can write the result to the stream without buffering in memory; 1.048GB -> 330.1MB memory usage with the bugdoc.
* make ExportPICT() and WriteHex() be able to write to a streamMiklos Vajna2012-03-052-9/+27
|
* introduce RtfStringBufferMiklos Vajna2012-03-056-200/+408
| | | | | It's a wrapper around OStringBuffer to handle export of graphics more efficiently.
* this can be just a pointer as wellMiklos Vajna2012-03-052-6/+6
|
* Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist2012-03-051-0/+2
|
* Avoid temporary rtl::OUStringJulien Nabet2012-03-031-1/+1
|
* SwXTextField::setPropertyValue: simplify a bit:Michael Stahl2012-03-031-11/+7
| | | | | | It looks like the second call to PutValue() was accidentally inserted in f462a51fcc8e50f3255d2d8c98a4c6408dce725e. Also, pDoc is valid when pField is.
* unofield.cxx: fix indentation a littleMichael Stahl2012-03-031-12/+13
|
* fdo#42073: sw: expand all text fields when setting properties:Michael Stahl2012-03-031-3/+2
| | | | | | | | SwXTextField::setPropertyValue: call Expand() for all text fields Fixes getPresentation returning stale values. (regression from CWS sw34bf01, 8485708f3001fca132c3353c464fe7187ef62bed) Also, without this the text formatting does not actually update and the new content is not displayed until some other unrelated editing operation.