summaryrefslogtreecommitdiffstats
path: root/svtools/inc
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary type casts.Kohei Yoshida2012-10-292-1/+4
* These are not used.Kohei Yoshida2012-10-291-3/+0
* Finally removed SvTreeEntryList.Kohei Yoshida2012-10-291-39/+0
* Let's use const where we can.Kohei Yoshida2012-10-292-6/+4
* Use SvTreeListEntries to store child entries.Kohei Yoshida2012-10-292-18/+26
* XubString->OUStringCaolán McNamara2012-10-252-2/+2
* sfx2: add ERRCODE_SFX_FORMAT_ROWCOLMiklos Vajna2012-10-231-0/+1
* Make SvTreeEntryList private to svtools.Kohei Yoshida2012-10-232-49/+16
* disable cursor in about dialog and message boxesIvan Timofeev2012-10-221-1/+0
* replace sxub_Unicode by sal_UnicodeNorbert Thiebaud2012-10-192-3/+3
* We don't need this method now.Kohei Yoshida2012-10-191-2/+0
* Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida2012-10-191-21/+3
* Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida2012-10-196-381/+351
* Move SvListEntry and SvLBoxEntry into own files.Kohei Yoshida2012-10-193-94/+132
* default SwInsertGrfRulerDlg to first entryCaolán McNamara2012-10-171-1/+1
* Remove the unneeded "scalable font" icon from the font combobox.Jan Holesovsky2012-10-173-24/+3
* callcatcher: update unused code and drop freshly unused methodsCaolán McNamara2012-10-131-2/+0
* Put typedef inside class scope.Kohei Yoshida2012-10-121-3/+3
* No need to keep this method.Kohei Yoshida2012-10-121-1/+0
* These can be private.Kohei Yoshida2012-10-121-3/+3
* Less friends.Kohei Yoshida2012-10-121-2/+0
* Hide (part of) the implementation.Kohei Yoshida2012-10-121-13/+2
* Re-organize the data members of SvTreeListBox.Kohei Yoshida2012-10-111-58/+54
* Fix a crash on tree list instantiation.Kohei Yoshida2012-10-111-1/+4
* Merged SvTreeListBox and SvLBox.Kohei Yoshida2012-10-114-487/+376
* XubString->OUStringCaolán McNamara2012-10-111-31/+33
* VCLMultiLineEdit->VclMultiLineEdit to align with other new widget namesCaolán McNamara2012-10-111-1/+1
* AddListenerLink/RemoveListenerLink not implementedCaolán McNamara2012-10-091-3/+0
* String->OUString in tools::ErrorContextNoel Grandin2012-10-091-4/+4
* convert graphic export dialog to .uiCaolán McNamara2012-10-091-4/+11
* Bin unused leftover "dummy" fieldsTor Lillqvist2012-10-063-31/+0
* callcatcher: update unused code listCaolán McNamara2012-10-041-8/+0
* convert hard-coded layout of char name tabpage to .uiCaolán McNamara2012-09-281-0/+1
* having two SetPosSizePixel is a blasted nuisanceCaolán McNamara2012-09-281-1/+0
* Remove DECLARE_SVTREELIST.Kohei Yoshida2012-09-272-39/+18
* Use more STL iterators instead of First(), Next() and last() (sic).Kohei Yoshida2012-09-271-6/+14
* Correct prefix for integer type.Kohei Yoshida2012-09-271-1/+1
* Let's use std::vector directly.Kohei Yoshida2012-09-271-6/+2
* const correctness.Kohei Yoshida2012-09-271-4/+5
* Hide method definitions of SvTreeEntryList.Kohei Yoshida2012-09-271-68/+20
* fdo#46808, Adapt sdb::DatabaseContext UNO service to new styleNoel Grandin2012-09-271-1/+2
* unusedcode: SvtSlideSorterBarOptions::*ListenerLinkMatúš Kukan2012-09-211-4/+0
* XubString->OUStringCaolán McNamara2012-09-172-10/+10
* - fdo#35973 - Remember the state of the sidebar pane in Impress (ToolPanel)Rob Snelders2012-09-141-0/+102
* gridfixes: ensure removal of a column in grid control adjusts the cursorNorbert Thiebaud2012-09-141-0/+36
* gridfixes: re-enable the mouse listeners which got lostNorbert Thiebaud2012-09-141-3/+0
* gridfixes: #i117398# allow to specify selection colors in table/gridNorbert Thiebaud2012-09-141-0/+24
* gridfixes: copied #i112562#'s fix from CWS gridcontrol06 hereinNorbert Thiebaud2012-09-142-3/+39
* gridfixes: when the table controls doesn't have the focus use diff. color.Norbert Thiebaud2012-09-142-16/+14
* gridfixes: #i117265# use a NumberFormatter for converting cell values to text.Norbert Thiebaud2012-09-142-2/+26