summaryrefslogtreecommitdiff
path: root/svtools/source/table/gridtablerenderer.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin1-1/+1
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-14/+14
2015-05-11refactor TableControl to use RenderContextTomaž Vajngerl1-134/+121
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-4/+4
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin1-1/+1
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-5/+5
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-05-11fix-includes.pl: svtoolsThomas Arnhold1-1/+1
2014-05-06Move headers included only in svtools to svtoolsTor Lillqvist1-1/+1
2014-02-25Remove visual noise from svtoolsAlexander Wilms1-12/+12
2014-02-23Remove unneccessary commentsAlexander Wilms1-19/+19
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2013-12-20Resolves: #i120065# apply patch for Enabled property in grid modelJürgen Schmidt1-5/+11
2013-08-22convert svtools/source/uno/* from String to OUStringNoel Grandin1-1/+1
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-04-01remove boilerplate commentsThomas Arnhold1-2/+0
2013-03-04fdo#46808, convert some code in svtools to XComponentContextNoel Grandin1-1/+1
2012-11-19re-base on ALv2 code. Includes:Michael Meeks1-22/+14
2012-09-14gridfixes: lcl_getAlignmentTextDrawFlags: row header w/o columnsNorbert Thiebaud1-1/+3
2012-09-14gridfixes: #i117398# allow to specify selection colors in table/gridNorbert Thiebaud1-7/+20
2012-09-14gridfixes: when the table controls doesn't have the focus use diff. color.Norbert Thiebaud1-13/+6
2012-09-14gridfixes: #i117265# use a NumberFormatter for converting cell values to text.Norbert Thiebaud1-4/+19
2012-06-29Remove UNO includes commentsThomas Arnhold1-2/+0
2012-01-13Fix for fdo43460 Part XXXVII getLength() to isEmpty()Olivier Hallot1-2/+2
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud1-2/+0
2011-08-23unusedcode: svt::Matúš Kukan1-6/+0
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky1-213/+450
2011-02-15gridsort: post-rebase fixesFrank Schoenheit [fs]1-26/+0
2011-02-14gridsort: pulled and merged DEV300_m100Frank Schoenheit [fs]1-6/+32
2011-01-27gridsort: properly render the sort indicator for right-aligned columnsFrank Schoenheit [fs]1-1/+1
2011-01-26gridsort: let the sort indicator arrow point up when sorted ascending, and do...Frank Schoenheit [fs]1-1/+1
2011-01-20gridsort: GridTableRenderer::impl_paintCellContent allow for XInterfaces whic...Frank Schoenheit [fs]1-5/+24
2011-01-19gridsort: render indicator for current column sortFrank Schoenheit [fs]1-3/+95
2011-01-17gridsort: delegated the column resize functionality to the DefaultInputHandle...Frank Schoenheit [fs]1-2/+2
2011-01-16gridsort: made the row title a row heading, being an Any instead of a stringFrank Schoenheit [fs]1-6/+11
2011-01-16gridsort: GCC WaEFrank Schoenheit [fs]1-0/+2
2011-01-14gridsort: fix calculation of auto-alternating-color: Do not adjust towards WH...Frank Schoenheit [fs]1-6/+6
2011-01-12removetooltypes01: Exchange misleading type sal_uIntPtr with sal_uLongCarsten Driesner1-6/+6
2011-01-12gridsort: consolidated retrieval of text draw flags - on incarnation of those...Frank Schoenheit [fs]1-46/+33
2011-01-12gridsort: consolidated and fixed table cell rendering.Frank Schoenheit [fs]1-51/+55
2011-01-12gridsort: reworked the color model for grid controls. Now supporting more tha...Frank Schoenheit [fs]1-107/+128
2011-01-11gridsort: don't display cell tooltips unconditionally. Instead, when we use t...Frank Schoenheit [fs]1-7/+57
2011-01-11gridsort: PaintRowHeader's RowPos argument was superfluous - removedFrank Schoenheit [fs]1-2/+2
2011-01-04gridsort: getCellContent: (col,row) instead of (row,col) parametersFrank Schoenheit [fs]1-1/+1
2011-01-04gridsort: don't decide in the TableControl whether a cell content is a image ...Frank Schoenheit [fs]1-126/+183
2011-01-03gridsort: removed methods from ITableModel which exposed implementation detai...Frank Schoenheit [fs]1-3/+3
2010-11-10 removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xml...Xiaofei Zhang1-69/+76