summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2012-03-16sw doesn't need to link ooxLuboš Luňák
that commit should have been cleaned up before it went upstream
2012-03-16fdo#42750: delay painting borders until after subsidiary linesMichael 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-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann
2012-03-16add indentation to sw's layout dumperMarkus Mohrhard
2012-03-15Add comments in formatclipboard.hxxMaxime de Roucy
2012-03-15SwEditShell : use of the STL swap functionMaxime de Roucy
2012-03-15getMaxLookup in SwEditShell::GetPaMTxtFmtCollMaxime de Roucy
Handle getMaxLookup as the maximum number of node to inspect.
2012-03-15rewrite and comment SwEditShell::GetPaMTxtFmtCollMaxime 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-15Cleanup in txtfly.cxx and translated comments to english thereCédric Bosdonnat
2012-03-15these writer unittests surely are slowLuboš Luňák
2012-03-15Horizontal scrollbar fix in Writer and Calc Print PreviewSzabolcs Dezsi
2012-03-15sw: xmldump: print pointers againMichael Stahl
2012-03-14Translate German commentsPhilipp Weissenbacher
2012-03-14SwParaDlg::PageCreated: replace this hardwired 0x001E with something readableMiklos Vajna
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan 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-13Convert tools/table.hxx to std::set in SwSrcEditWindow in SW moduleNoel Grandin
2012-03-13Resolves: fdo#46728 reference count the overlay managersCaolán McNamara
2012-03-13merge return branchesCaolán McNamara
2012-03-13another missing open braceKorrawit Pruegsanusak
2012-03-13missing open braceKorrawit Pruegsanusak
2012-03-13ww8: implement sprmPFContextualSpacingMiklos Vajna
2012-03-13trailing whitespace cleanupMichael Meeks
2012-03-13translate german commentsNicolas Christener
2012-03-13always use the *real* visibility of the SwScrollbar, part 2Ivan Timofeev
2012-03-13testcase for fdo#45563Miklos Vajna
2012-03-12SwFlowFrm::CalcUpperSpace: fix crash with null pPrevFrm in framework_unoapiMichael Stahl
2012-03-12implement RTF support of contextual spacingMiklos Vajna
Import, export and testcase.
2012-03-12cui: implement contextual spacing UIMiklos Vajna
2012-03-12DocxAttributeOutput: implement contextual spacingMiklos Vajna
2012-03-12SwFlowFrm: implement contextual spacingMiklos Vajna
2012-03-12SvxULSpaceItem: implement contextual spacingMiklos Vajna
2012-03-12use string literal OUString overloadsLuboš Luňák
2012-03-12this massive rigmarole is just to map a msword author id to a writer author idCaolán McNamara
2012-03-11Some cppcheck cleaningJulien Nabet
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-09fdo#45962: fix context menu key yanking cursor out of header/footerMichael 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-09add regression test for writerMarkus 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-09sw: doxygen comments for SwTxtFmtColl, SwFlowFrm, SwTxtFrmMiklos Vajna
2012-03-09update code a bitCaolán McNamara
2012-03-08Look for SCRIPTING in BUILD_TYPETor Lillqvist
2012-03-08sw: SwTxtFrm formatting, cleaned up useless debug code and translated commentsCédric Bosdonnat
2012-03-08sw layout dump: replaced pointers by FrmIds and added frame boundsCédric Bosdonnat
2012-03-08different types in std::min on 32bitCaolán McNamara
2012-03-08docufld.cxx: Apple gcc can't find min(sal_Int32, int)Michael Stahl
2012-03-08Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel 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-08convert to OUString to I can use SAL_WARNCaolán McNamara
2012-03-08fdo#43424: Comparing empty document with attached one crashes LOSzabolcs Dezsi
2012-03-08Fixed crash when renaming AutoTextSzabolcs Dezsi
2012-03-08Resolves: fdo#46939 don't rename autotext when source and dest are the sameCaolán McNamara
2012-03-08Resolves: fdo#40686 dyaLinePitch only valid between [1-31680]Caolán McNamara