summaryrefslogtreecommitdiff
path: root/svx/source/table
AgeCommit message (Expand)Author
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet
2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist
2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-22table not resizing when rows/columns added to itCaolán McNamara
2014-04-22fix namespaceCaolán McNamara
2014-04-22coverity#708389 Uninitialized scalar fieldCaolán McNamara
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-04-14typo: positon -> positionThomas Arnhold
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann
2014-04-08coverity#708388 Uninitialized scalar fieldCaolán McNamara
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-03svl: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-29typo: selektion -> selectionThomas Arnhold
2014-03-28Resolves: #i120201# added forcing TableLayouter to take action...Armin Le Grand
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-25avoid repeated table layouting (fdo#75622)Luboš Luňák
2014-03-18fdo#75260: Align exterior borders of a table correctly for double lines.Kohei Yoshida
2014-03-15coverity#982473 Dereference after null checkCaolán McNamara
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-11editeng: sal_Bool->boolNoel Grandin
2014-03-10svx: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-03-03remove unused code in sdr::tableNoel Grandin
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from svxAlexander Wilms
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-24implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-21editeng: sal_Bool->boolNoel Grandin
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-17cid#705907 dereference before null checkNoel Grandin
2014-02-13coverity#738003 Uncaught exceptionCaolán McNamara
2014-02-13coverity#738003 Uncaught exceptionCaolán McNamara
2014-02-07coverity#1132667 Unchecked dynamic_castCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2014-01-22convert more SvStream::operator<< callsNoel Grandin
2014-01-17bool improvementsStephan Bergmann
2014-01-16fdo#54938: Convert svx and svl to cppu::supportsService...Marcos Paulo de Souza
2013-12-13cppcheck: fix same expression, check once !mxTable.is()Julien Nabet
2013-12-13cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2013-12-13WaE: field 'mxImpl' will be initialized after field 'mnPreviousSelectionCount'Tor Lillqvist