summaryrefslogtreecommitdiffstats
path: root/svtools/source
Commit message (Expand)AuthorAgeFilesLines
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2012-04-051-2/+2
* drop methods only used in svdemCaolán McNamara2012-04-051-13/+0
* fdo#48111 added English_Malawi [en-MW] locale dataEike Rathke2012-04-041-0/+1
* ValueSet: reworked key navigationMatteo Casalin2012-04-031-122/+85
* Cleanup some unnecessary #includeMatteo Casalin2012-04-031-2/+0
* ValueSet: simplify calculation of item rectangleMatteo Casalin2012-04-031-7/+4
* fdo#44698 settings are under a different menu in Mac OS XAndras Timar2012-04-032-0/+22
* Convert tools/table.hxx usage to std::set in Calendar class in svtools moduleNoel Grandin2012-04-021-68/+66
* remove static objects from static_initialization_and_destruction chainCaolán McNamara2012-04-021-8/+5
* removed duplicate includes in svl / svtoolsTakeshi Abe2012-04-029-10/+0
* emf+ on win: flush the header stream, so that it doesn't look like emptyRadek Doulik2012-03-291-0/+4
* emf+ on win: enable emf+ parsingRadek Doulik2012-03-291-5/+0
* no need for a global rtl::OUString hereCaolán McNamara2012-03-291-3/+5
* don't leak pDirMutex and other code janitorialsCaolán McNamara2012-03-282-27/+16
* Remove unused code in svtools.Santiago Martinez2012-03-262-26/+0
* ditch collection of static OUStringsCaolán McNamara2012-03-261-10/+10
* fold accessibilityoptions_const.hxx into accessibilityoptions.cxxCaolán McNamara2012-03-262-52/+13
* weird use of volatileCaolán McNamara2012-03-231-2/+2
* SvtAccessibilityOptions::GetIsForBorders is no longer usedCaolán McNamara2012-03-231-5/+0
* Memcheck: Jump depends on unitialised variableMarkus Mohrhard2012-03-231-0/+1
* remove ToDouble/ToFloatCaolán McNamara2012-03-201-2/+2
* callcatcher: update list, I suspect SvLBoxBmp cannot be instantiatedCaolán McNamara2012-03-201-6/+0
* make ResId->OUString the primary routeCaolán McNamara2012-03-201-7/+0
* remove extra string castsCaolán McNamara2012-03-205-12/+11
* Some include and comment clean upStephan Bergmann2012-03-161-6/+1
* fdo#37593 Make sure needsUpdate compares canonicalized pathsStephan Bergmann2012-03-161-0/+11
* Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2012-03-161-1/+1
* Some visual clean upStephan Bergmann2012-03-144-27/+20
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-143-0/+14
* svtools/source/contnr: translate commentsStefan Knorr (astron)2012-03-1412-565/+540
* svtools/source/config: fix typos, translateStefan Knorr (astron)2012-03-145-26/+26
* svtools/source/brwbox: translate commentsStefan Knorr (astron)2012-03-145-139/+130
* TextEngine::SeekCursor needs to call SetFont after allStephan Bergmann2012-03-131-1/+5
* Clean up ODocumentInfoPreviewStephan Bergmann2012-03-135-201/+228
* Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin2012-03-082-4/+3
* fix the conditionRadek Doulik2012-03-081-1/+1
* added one more check to be more safe to identify (in)valid metafilesRadek Doulik2012-03-081-1/+1
* just in caseCaolán McNamara2012-03-081-2/+3
* allow wmf header to be placed on position aligned to 4 bytesRadek Doulik2012-03-071-2/+6
* remove various unused methods and source filesCaolán McNamara2012-03-071-19/+0
* ditch archaic taskbox/taskmisc/taskstat implementationsCaolán McNamara2012-03-063-793/+0
* TaskBar is never constructedCaolán McNamara2012-03-062-504/+0
* Replace VARARR TEWritingDirectionInfos with std::vectorMaciej Rumianowski2012-03-053-24/+24
* Replace VARARR_SORT TESortedPositions with std::setMaciej Rumianowski2012-03-051-27/+24
* ValueSet: simplified autoscroll logicMatteo Casalin2012-03-031-32/+21
* ValueSet: reduce memory footprint by dynamically evaluating rectanglesMatteo Casalin2012-03-033-103/+161
* ValueSet: remove redundant checkMatteo Casalin2012-03-031-3/+1
* ValueSet: fix safety check - failure value of GetItemId is 0, not -1Matteo Casalin2012-03-031-1/+1
* ValueSet: replace some conditionals with simple arithmeticMatteo Casalin2012-03-031-8/+6