summaryrefslogtreecommitdiff
path: root/svx/source/table
AgeCommit message (Expand)AuthorFilesLines
2014-06-24Related bnc#822625: Minimum height was not invalidated when rectangle changes.Matúš Kukan3-14/+9
2014-06-17bnc#882627: Allow to edit spacing to contents even with no borders visible.Matúš Kukan1-1/+1
2014-06-02Pass also const CellRef& to save a lot of getCellByPosition() calls.Matúš Kukan3-10/+7
2014-05-28Related bnc#822625: Cache minimum height for table cells.Matúš Kukan2-5/+10
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet2-10/+10
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky1-1/+1
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet3-9/+9
2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist2-2/+2
2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist7-7/+7
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-22table not resizing when rows/columns added to itCaolán McNamara1-1/+9
2014-04-22fix namespaceCaolán McNamara1-1/+1
2014-04-22coverity#708389 Uninitialized scalar fieldCaolán McNamara1-1/+11
2014-04-15svx: sal_Bool->boolNoel Grandin14-67/+49
2014-04-14typo: positon -> positionThomas Arnhold1-1/+1
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann1-22/+0
2014-04-08coverity#708388 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin8-16/+16
2014-04-03svl: sal_Bool->boolNoel Grandin1-2/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-2/+2
2014-03-29typo: selektion -> selectionThomas Arnhold1-1/+1
2014-03-28Resolves: #i120201# added forcing TableLayouter to take action...Armin Le Grand1-1/+6
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand1-2/+4
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann20-280/+280
2014-03-25avoid repeated table layouting (fdo#75622)Luboš Luňák1-3/+28
2014-03-18fdo#75260: Align exterior borders of a table correctly for double lines.Kohei Yoshida1-4/+14
2014-03-15coverity#982473 Dereference after null checkCaolán McNamara1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin3-19/+19
2014-03-11svx: sal_Bool->boolNoel Grandin1-22/+22
2014-03-11svx: sal_Bool->boolNoel Grandin1-2/+2
2014-03-11svx: sal_Bool->boolNoel Grandin2-9/+9
2014-03-11editeng: sal_Bool->boolNoel Grandin3-10/+10
2014-03-10svx: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-11/+1
2014-03-03remove unused code in sdr::tableNoel Grandin3-74/+0
2014-02-27editeng: sal_Bool->boolNoel Grandin4-10/+10
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann24-492/+492
2014-02-26Remove visual noise from svxAlexander Wilms18-56/+56
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-2/+3
2014-02-24implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann1-4/+4
2014-02-23Remove unneccessary commentsAlexander Wilms17-737/+737
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+2
2014-02-20svl: sal_Bool -> boolStephan Bergmann4-20/+20
2014-02-17cid#705907 dereference before null checkNoel Grandin1-1/+1
2014-02-13coverity#738003 Uncaught exceptionCaolán McNamara2-4/+11
2014-02-13coverity#738003 Uncaught exceptionCaolán McNamara2-2/+6
2014-02-07coverity#1132667 Unchecked dynamic_castCaolán McNamara1-2/+3
2014-01-28bool improvementsStephan Bergmann4-29/+29