Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-12 | use string literal OUString overloads | Luboš Luňák | |
2012-03-12 | this massive rigmarole is just to map a msword author id to a writer author id | Caolán McNamara | |
2012-03-11 | Some cppcheck cleaning | Julien Nabet | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-09 | fdo#45962: fix context menu key yanking cursor out of header/footer | Michael Stahl | |
For the "context menu" key VCL synthesizes a cursor position that is the center of the window, hence likely to be in the document body. When SwEditWin::Command calls lcl_CheckHeaderFooterClick, it then moves the document view cursor; prevent that by only calling that for actual mouse events. (regression from a6176612ff1a6a142a68964b2c0834d28125fc45) | |||
2012-03-09 | add regression test for writer | Markus Mohrhard | |
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. | |||
2012-03-09 | sw: doxygen comments for SwTxtFmtColl, SwFlowFrm, SwTxtFrm | Miklos Vajna | |
2012-03-09 | update code a bit | Caolán McNamara | |
2012-03-08 | Look for SCRIPTING in BUILD_TYPE | Tor Lillqvist | |
2012-03-08 | sw: SwTxtFrm formatting, cleaned up useless debug code and translated comments | Cédric Bosdonnat | |
2012-03-08 | sw layout dump: replaced pointers by FrmIds and added frame bounds | Cédric Bosdonnat | |
2012-03-08 | different types in std::min on 32bit | Caolán McNamara | |
2012-03-08 | docufld.cxx: Apple gcc can't find min(sal_Int32, int) | Michael Stahl | |
2012-03-08 | Convert from tools/table.hxx to std::map in SvxMacroTableDtor | Noel Grandin | |
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. | |||
2012-03-08 | convert to OUString to I can use SAL_WARN | Caolán McNamara | |
2012-03-08 | fdo#43424: Comparing empty document with attached one crashes LO | Szabolcs Dezsi | |
2012-03-08 | Fixed crash when renaming AutoText | Szabolcs Dezsi | |
2012-03-08 | Resolves: fdo#46939 don't rename autotext when source and dest are the same | Caolán McNamara | |
2012-03-08 | Resolves: fdo#40686 dyaLinePitch only valid between [1-31680] | Caolán McNamara | |
2012-03-08 | fdo#45682 split button for writer table line color | Winfried Donkers | |
2012-03-08 | 64bit Truncated pointer used as an unique 32bit id | Caolán McNamara | |
2012-03-08 | tidy up SwBreakIt | Caolán McNamara | |
2012-03-08 | fold i18npaper into i18nutil | Caolán McNamara | |
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 | |||
2012-03-08 | de-uno-ize ScriptTypeDetector | Caolán McNamara | |
leave a UnoScriptTypeDetector implementation that points to the trivial ScriptTypeDetector for external consumers, e.g. sdext | |||
2012-03-08 | ditch SW_XBREAKITER define | Caolán McNamara | |
2012-03-08 | tidy up WW8FormulaControl, with knock on results elsewhere | Caolán McNamara | |
2012-03-08 | Fix bug in commit ad9960ffeb25f31ce4b1f819f909f1eb9ad6d7dd | Noel Grandin | |
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. | |||
2012-03-07 | We just want to know if this ole object is already exported or not | Caolán McNamara | |
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. | |||
2012-03-07 | sw: tweak comment translations | Michael Stahl | |
037d14ce and following | |||
2012-03-07 | Fix MSVC compilation error: can't assign a const char* to String | Tor Lillqvist | |
2012-03-07 | convert SwWW8ImplReader::simpleAddTextToParagraph to SAL_INFO() | Miklos Vajna | |
2012-03-06 | repair the "No Fill" button which sets a transparent background in Writer | Ivan Timofeev | |
see commit 836d98646203e0d9d3916571ed55d6572c2cb3dc | |||
2012-03-06 | fdo#45671 writer par. bg color simplified code | Winfried Donkers | |
2012-03-06 | Fix fdo#38207 and also hide another option in Writer/Web | Stefan Knorr (astron) | |
2012-03-06 | silence SolarMutex not locked spew | Caolán McNamara | |
2012-03-06 | wrong types used here, breaks 64bit bigendian | Caolán McNamara | |
2012-03-06 | SwColumnPage::LinkStubTimeout doesn't need to be a link | Caolán McNamara | |
2012-03-06 | SwTOXStylesTabPage::LinkStubModifyHdl doesn't need to be a link | Caolán McNamara | |
2012-03-05 | Sprinkle more DISABLE_SCRIPTING ifdefs | Tor Lillqvist | |
2012-03-05 | WaE: unused variable in the DISABLE_SCRIPTING case | Tor Lillqvist | |
2012-03-05 | Related: rhbz#799630 survive unknown/broken nIdctHint values | Caolán McNamara | |
2012-03-05 | remove RTL_CONSTASCII_USTRINGPARAM usage | Luboš Luňák | |
2012-03-05 | sw: CheckFields: oops, forgot to close the document | Michael Stahl | |
2012-03-05 | fdo#39694, fdo#42073: add junit test for these | Michael Stahl | |
2012-03-05 | fdo#39694: add test document | Juergen Steinhilber | |
2012-03-05 | RtfAttributeOutput::FlyFrameGraphic: don't try to compare a null pointer | Miklos Vajna | |
2012-03-05 | i#118986 RTF: reduce memory usage when exporting large graphics | Miklos Vajna | |
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. | |||
2012-03-05 | make ExportPICT() and WriteHex() be able to write to a stream | Miklos Vajna | |
2012-03-05 | introduce RtfStringBuffer | Miklos Vajna | |
It's a wrapper around OStringBuffer to handle export of graphics more efficiently. | |||
2012-03-05 | this can be just a pointer as well | Miklos Vajna | |