Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-16 | sw doesn't need to link oox | Luboš Luňák | |
that commit should have been cleaned up before it went upstream | |||
2012-03-16 | fdo#42750: delay painting borders until after subsidiary lines | Michael Stahl | |
With commit 0f0896c26fb260d1bbf31d7a886df3f61837f0f2, borders are drawn immediately, but then the subsidiary lines are drawn over the borders, hiding 1 twip wide borders completely. | |||
2012-03-16 | Introduced SystemShellExecuteFlags::URIS_ONLY | Stephan Bergmann | |
2012-03-16 | add indentation to sw's layout dumper | Markus Mohrhard | |
2012-03-15 | Add comments in formatclipboard.hxx | Maxime de Roucy | |
2012-03-15 | SwEditShell : use of the STL swap function | Maxime de Roucy | |
2012-03-15 | getMaxLookup in SwEditShell::GetPaMTxtFmtColl | Maxime de Roucy | |
Handle getMaxLookup as the maximum number of node to inspect. | |||
2012-03-15 | rewrite and comment SwEditShell::GetPaMTxtFmtColl | Maxime de Roucy | |
Classe SwEditShell. Add some doxygen description for GetCurTxtFmtColl and GetPaMTxtFmtColl. Rewrite of GetPaMTxtFmtColl in order to comment and simplify the code. | |||
2012-03-15 | Cleanup in txtfly.cxx and translated comments to english there | Cédric Bosdonnat | |
2012-03-15 | these writer unittests surely are slow | Luboš Luňák | |
2012-03-15 | Horizontal scrollbar fix in Writer and Calc Print Preview | Szabolcs Dezsi | |
2012-03-15 | sw: xmldump: print pointers again | Michael Stahl | |
2012-03-14 | Translate German comments | Philipp Weissenbacher | |
2012-03-14 | SwParaDlg::PageCreated: replace this hardwired 0x001E with something readable | Miklos Vajna | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | |
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed. | |||
2012-03-13 | Convert tools/table.hxx to std::set in SwSrcEditWindow in SW module | Noel Grandin | |
2012-03-13 | Resolves: fdo#46728 reference count the overlay managers | Caolán McNamara | |
2012-03-13 | merge return branches | Caolán McNamara | |
2012-03-13 | another missing open brace | Korrawit Pruegsanusak | |
2012-03-13 | missing open brace | Korrawit Pruegsanusak | |
2012-03-13 | ww8: implement sprmPFContextualSpacing | Miklos Vajna | |
2012-03-13 | trailing whitespace cleanup | Michael Meeks | |
2012-03-13 | translate german comments | Nicolas Christener | |
2012-03-13 | always use the *real* visibility of the SwScrollbar, part 2 | Ivan Timofeev | |
2012-03-13 | testcase for fdo#45563 | Miklos Vajna | |
2012-03-12 | SwFlowFrm::CalcUpperSpace: fix crash with null pPrevFrm in framework_unoapi | Michael Stahl | |
2012-03-12 | implement RTF support of contextual spacing | Miklos Vajna | |
Import, export and testcase. | |||
2012-03-12 | cui: implement contextual spacing UI | Miklos Vajna | |
2012-03-12 | DocxAttributeOutput: implement contextual spacing | Miklos Vajna | |
2012-03-12 | SwFlowFrm: implement contextual spacing | Miklos Vajna | |
2012-03-12 | SvxULSpaceItem: implement contextual spacing | Miklos Vajna | |
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 | |