summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini4-7/+6
2012-09-29Use comphelper::getComponentContextStephan Bergmann3-43/+11
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl7-14/+0
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl1-1/+1
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl7-7/+14
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl7-0/+7
2012-09-28Related: fdo#39626 bootstrap.ini is windows-only, use generic mechanismCaolán McNamara1-1/+1
2012-09-28convert hard-coded layout of char name tabpage to .uiCaolán McNamara2-4/+66
2012-09-28convert hard-coded layout of effects tabpage to .uiCaolán McNamara1-0/+7
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara7-9/+8
2012-09-27Remove DECLARE_SVTREELIST.Kohei Yoshida3-39/+83
2012-09-27Use more STL iterators instead of First(), Next() and last() (sic).Kohei Yoshida3-68/+84
2012-09-27Correct prefix for integer type.Kohei Yoshida2-6/+6
2012-09-27Let's use std::vector directly.Kohei Yoshida2-7/+3
2012-09-27const correctness.Kohei Yoshida2-13/+18
2012-09-27Hide method definitions of SvTreeEntryList.Kohei Yoshida2-91/+134
2012-09-27Improvements on previous commitStephan Bergmann1-2/+1
2012-09-27fdo#46808, Adapt sdb::DatabaseContext UNO service to new styleNoel Grandin2-3/+6
2012-09-26TransferableHelper: fix annoying assertion "bad pCharClass"Michael Stahl1-1/+1
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud7-16/+16
2012-09-23be in lexicographic orderTakeshi Abe1-2/+2
2012-09-23fix typoTakeshi Abe1-1/+1
2012-09-23add missing basic keywords to syntax highlighterAndras Timar1-0/+5
2012-09-21unusedcode: SvtSlideSorterBarOptions::*ListenerLinkMatúš Kukan2-51/+0
2012-09-20fdo#49350 Speedup entry painting for SvTreeListBoxTomaž Vajngerl1-3/+3
2012-09-20introduce new option --disable-cve-testsDavid Ostrovsky1-0/+2
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann7-20/+20
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud2-2/+1
2012-09-17fdo#46808, Adapt i18n::LocaleData UNO service to new styleNoel Grandin1-0/+1
2012-09-17XubString->OUStringCaolán McNamara4-30/+28
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann9-17/+20
2012-09-14- fdo#35973 - Remember the state of the sidebar pane in Impress (ToolPanel)Rob Snelders4-0/+545
2012-09-14fix debug messageLuboš Luňák1-6/+1
2012-09-14gridfixes: fixed assertionFrank Schoenheit [fs]1-1/+1
2012-09-14gridfixes: use long instead of sal_uInt32, to prevent pb on 64bit platformsNorbert Thiebaud1-2/+2
2012-09-14gridfixes: impl_getColumnForOrdinate:no need to subs m_nRowHeaderWidthPixelNorbert Thiebaud1-4/+2
2012-09-14gridfixes: impl_ni_calculateColumnWidths: re-calculate the proper valuesNorbert Thiebaud1-0/+2
2012-09-14gridfixes: ensure removal of a column in grid control adjusts the cursorNorbert Thiebaud5-9/+94
2012-09-14gridfixes: re-enable the mouse listeners which got lostNorbert Thiebaud4-27/+2
2012-09-14gridfixes: lcl_getAlignmentTextDrawFlags: row header w/o columnsNorbert Thiebaud1-1/+3
2012-09-14gridfixes: impl_ni_relayout: update the child window position/size lastNorbert Thiebaud1-3/+3
2012-09-14gridfixes: fixed selection handling, part INorbert Thiebaud1-16/+3
2012-09-14UNFINISHED: column resizing refactoringFrank Schoenheit [fs]2-255/+373
2012-09-14gridfixes: #i117398# allow to specify selection colors in table/gridNorbert Thiebaud6-25/+187
2012-09-14gridfixes: #i117398# cleaned up the row selection APINorbert Thiebaud2-80/+85
2012-09-14gridfixes: copied #i112562#'s fix from CWS gridcontrol06 hereinNorbert Thiebaud6-48/+283
2012-09-14gridfixes: #i112465# delegate RequestHelp to the base class,Norbert Thiebaud1-0/+8
2012-09-14gridfixes: when the table controls doesn't have the focus use diff. color.Norbert Thiebaud6-102/+95
2012-09-14gridfixes: #i117265# use a NumberFormatter for converting cell values to text.Norbert Thiebaud7-33/+503
2012-09-11XubString->rtl::OUStringCaolán McNamara3-21/+19