summaryrefslogtreecommitdiff
path: root/svtools/source/uno/unogridcolumnfacade.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-09Get rid of OSL_UNUSEDStephan Bergmann1-2/+1
2015-09-07svtools: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-1/+2
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-07-14loplugin:unusedmethods svtoolsNoel Grandin1-93/+0
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-22convert COL_ATTRS_ constants to scoped enumNoel Grandin1-4/+4
2014-07-01Activate the "suspicious cast to sal_Bool" parts of loplugin:salboolStephan Bergmann1-4/+4
2014-05-06Move headers included only in svtools to svtoolsTor Lillqvist1-3/+3
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-4/+4
2014-02-25Remove visual noise from svtoolsAlexander Wilms1-8/+8
2014-02-23Remove unneccessary commentsAlexander Wilms1-30/+30
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-6/+6
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-6/+6
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza1-1/+0
2013-08-15convert include/svtools/table/tablemodel.hxx from String to OUStringNoel Grandin1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-04-01remove boilerplate commentsThomas Arnhold1-2/+0
2012-11-19re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-29Remove UNO includes commentsThomas Arnhold1-2/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe1-8/+8
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud1-2/+0
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara1-0/+3
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-0/+427
2011-03-11fix up merging issues, so it compilesMichael Meeks1-3/+3
2011-01-25Mac WaEFrank Schoenheit [fs]1-1/+1
2011-01-24gridsort: adjusted ITableModel documentation to the new realitiesFrank Schoenheit [fs]1-0/+1
2011-01-24gridsort: re-did the column resizingFrank Schoenheit [fs]1-16/+16
2011-01-19gridsort: introduce XGridColumn::DataModelIndex. this allows for column remov...Frank Schoenheit [fs]1-0/+34
2011-01-11gridsort: +XGridColumn::HelpText, to be displayed as tooltip for the column h...Frank Schoenheit [fs]1-4/+34
2011-01-05gridsort: member names usually start with UpperCase - corrected this for Grid...Frank Schoenheit [fs]1-6/+6
2011-01-04gridsort: don't let the SVTXGridControl listen for XGridColumn changes. Inste...Frank Schoenheit [fs]1-0/+362