summaryrefslogtreecommitdiff
path: root/svtools/source/control
AgeCommit message (Expand)AuthorFilesLines
2012-04-20String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara3-10/+10
2012-04-16callcatcher: update listCaolán McNamara1-7/+0
2012-04-16callcatcher: update unused codeCaolán McNamara1-9/+0
2012-04-12callcatcher: update unused code listCaolán McNamara1-83/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+1
2012-04-05drop methods only used in svdemCaolán McNamara1-13/+0
2012-04-03ValueSet: reworked key navigationMatteo Casalin1-122/+85
2012-04-03Cleanup some unnecessary #includeMatteo Casalin1-2/+0
2012-04-03ValueSet: simplify calculation of item rectangleMatteo Casalin1-7/+4
2012-04-02Convert tools/table.hxx usage to std::set in Calendar class in svtools moduleNoel Grandin1-68/+66
2012-04-02removed duplicate includes in svl / svtoolsTakeshi Abe1-1/+0
2012-03-28don't leak pDirMutex and other code janitorialsCaolán McNamara1-19/+12
2012-03-23Memcheck: Jump depends on unitialised variableMarkus Mohrhard1-0/+1
2012-03-06ditch archaic taskbox/taskmisc/taskstat implementationsCaolán McNamara3-793/+0
2012-03-06TaskBar is never constructedCaolán McNamara2-504/+0
2012-03-03ValueSet: simplified autoscroll logicMatteo Casalin1-32/+21
2012-03-03ValueSet: reduce memory footprint by dynamically evaluating rectanglesMatteo Casalin3-103/+161
2012-03-03ValueSet: remove redundant checkMatteo Casalin1-3/+1
2012-03-03ValueSet: fix safety check - failure value of GetItemId is 0, not -1Matteo Casalin1-1/+1
2012-03-03ValueSet: replace some conditionals with simple arithmeticMatteo Casalin1-8/+6
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann7-7/+7
2012-02-28callcatcher: remove newly unused methods and update listCaolán McNamara1-7/+0
2012-02-27Removed unused codeSzabolcs Dezsi1-15/+0
2012-02-27drop UniString::CreateFromInt64Caolán McNamara1-2/+2
2012-02-23Adapted SvtMatchContext_Impl to safer-to-use salhelper::ThreadStephan Bergmann1-36/+30
2012-02-21WaE: duplicateBranchThomas Arnhold1-13/+3
2012-02-17ValueSet: from #defines to enum, with reduced scopeMatteo Casalin2-10/+18
2012-02-17ValueSet: use support function to clarify codeMatteo Casalin1-39/+29
2012-02-17ValueSet: factor out duplicated code in InsertItemMatteo Casalin1-64/+15
2012-02-17ValueSet: fix a test condition and remove an obsoleted header fileMatteo Casalin1-3/+2
2012-02-17ValueSet: merge almost empty implementation to main classMatteo Casalin3-100/+75
2012-02-17ValueSet: removed unused membersMatteo Casalin1-8/+0
2012-02-17ValueSet: sal_Bool to boolMatteo Casalin1-99/+93
2012-02-17Avoid unnecessary auto_ptrMatteo Casalin3-68/+66
2012-02-16callcatcher: update unused code listCaolán McNamara1-14/+0
2012-02-13Remove unused codeElton Chung2-31/+0
2012-02-08Missing newline at end of fileStephan Bergmann1-1/+1
2012-02-05Removed unused variableMatteo Casalin1-16/+10
2012-02-05Remove unused codeElton Chung1-72/+0
2012-02-01A few safe replacements of pathes->pathsJesús Corrius1-2/+2
2012-01-27svtools: LineListBox: fix handling of "none" styleMichael Stahl1-1/+1
2012-01-23Removed Get*EntryLine? and Get*EntryDistance methods.Mariusz Dykierek1-24/+0
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2-4/+4
2012-01-16Fix #ifdef SAL_LOG_INFO region.Stephan Bergmann1-1/+1
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2-14/+9
2012-01-14VALUESETITEM_SPACE is never set: remove related codeMatteo Casalin3-112/+68
2012-01-13Fix for fdo43460 Part XXXVII getLength() to isEmpty()Olivier Hallot7-13/+13
2012-01-13remove some tools/string.hxxCaolán McNamara1-13/+12
2012-01-12ditch a tools/string.hxxCaolán McNamara1-13/+13
2012-01-11SvStringsDtor->std::vectorAugust Sodora1-77/+30