summaryrefslogtreecommitdiff
path: root/svtools/inc/svtools
AgeCommit message (Expand)AuthorFilesLines
2012-11-01Translate German comments and improve some GermishPhilipp Weissenbacher2-117/+106
2012-10-31This destructor should be virtual.Kohei Yoshida1-1/+1
2012-10-31Make SvTreeList non-copyable.Kohei Yoshida1-0/+3
2012-10-30Apparently CheckIntegrity() was only declared but never defined.Kohei Yoshida1-2/+0
2012-10-29Remove unnecessary type casts.Kohei Yoshida2-1/+4
2012-10-29These are not used.Kohei Yoshida1-3/+0
2012-10-29Finally removed SvTreeEntryList.Kohei Yoshida1-39/+0
2012-10-29Let's use const where we can.Kohei Yoshida2-6/+4
2012-10-29Use SvTreeListEntries to store child entries.Kohei Yoshida2-18/+26
2012-10-25XubString->OUStringCaolán McNamara2-2/+2
2012-10-23sfx2: add ERRCODE_SFX_FORMAT_ROWCOLMiklos Vajna1-0/+1
2012-10-23Make SvTreeEntryList private to svtools.Kohei Yoshida2-49/+16
2012-10-22disable cursor in about dialog and message boxesIvan Timofeev1-1/+0
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud2-3/+3
2012-10-19We don't need this method now.Kohei Yoshida1-2/+0
2012-10-19Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida1-21/+3
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida6-381/+351
2012-10-19Move SvListEntry and SvLBoxEntry into own files.Kohei Yoshida3-94/+132
2012-10-17default SwInsertGrfRulerDlg to first entryCaolán McNamara1-1/+1
2012-10-17Remove the unneeded "scalable font" icon from the font combobox.Jan Holesovsky3-24/+3
2012-10-13callcatcher: update unused code and drop freshly unused methodsCaolán McNamara1-2/+0
2012-10-12Put typedef inside class scope.Kohei Yoshida1-3/+3
2012-10-12No need to keep this method.Kohei Yoshida1-1/+0
2012-10-12These can be private.Kohei Yoshida1-3/+3
2012-10-12Less friends.Kohei Yoshida1-2/+0
2012-10-12Hide (part of) the implementation.Kohei Yoshida1-13/+2
2012-10-11Re-organize the data members of SvTreeListBox.Kohei Yoshida1-58/+54
2012-10-11Fix a crash on tree list instantiation.Kohei Yoshida1-1/+4
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida4-487/+376
2012-10-11XubString->OUStringCaolán McNamara1-31/+33
2012-10-11VCLMultiLineEdit->VclMultiLineEdit to align with other new widget namesCaolán McNamara1-1/+1
2012-10-09AddListenerLink/RemoveListenerLink not implementedCaolán McNamara1-3/+0
2012-10-09String->OUString in tools::ErrorContextNoel Grandin1-4/+4
2012-10-09convert graphic export dialog to .uiCaolán McNamara1-4/+11
2012-10-06Bin unused leftover "dummy" fieldsTor Lillqvist3-31/+0
2012-10-04callcatcher: update unused code listCaolán McNamara1-8/+0
2012-09-28convert hard-coded layout of char name tabpage to .uiCaolán McNamara1-0/+1
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara1-1/+0
2012-09-27Remove DECLARE_SVTREELIST.Kohei Yoshida2-39/+18
2012-09-27Use more STL iterators instead of First(), Next() and last() (sic).Kohei Yoshida1-6/+14
2012-09-27Correct prefix for integer type.Kohei Yoshida1-1/+1
2012-09-27Let's use std::vector directly.Kohei Yoshida1-6/+2
2012-09-27const correctness.Kohei Yoshida1-4/+5
2012-09-27Hide method definitions of SvTreeEntryList.Kohei Yoshida1-68/+20
2012-09-27fdo#46808, Adapt sdb::DatabaseContext UNO service to new styleNoel Grandin1-1/+2
2012-09-21unusedcode: SvtSlideSorterBarOptions::*ListenerLinkMatúš Kukan1-4/+0
2012-09-17XubString->OUStringCaolán McNamara2-10/+10
2012-09-14- fdo#35973 - Remember the state of the sidebar pane in Impress (ToolPanel)Rob Snelders1-0/+102
2012-09-14gridfixes: ensure removal of a column in grid control adjusts the cursorNorbert Thiebaud1-0/+36
2012-09-14gridfixes: re-enable the mouse listeners which got lostNorbert Thiebaud1-3/+0