summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2012-03-26Remove unused code in svtools.Santiago Martinez2-26/+0
2012-03-26ditch collection of static OUStringsCaolán McNamara1-10/+10
2012-03-26fold accessibilityoptions_const.hxx into accessibilityoptions.cxxCaolán McNamara2-52/+13
2012-03-23weird use of volatileCaolán McNamara2-4/+4
2012-03-23SvtAccessibilityOptions::GetIsForBorders is no longer usedCaolán McNamara2-6/+0
2012-03-23Memcheck: Jump depends on unitialised variableMarkus Mohrhard1-0/+1
2012-03-20remove ToDouble/ToFloatCaolán McNamara4-14/+7
2012-03-20callcatcher: update list, I suspect SvLBoxBmp cannot be instantiatedCaolán McNamara2-7/+0
2012-03-20make ResId->OUString the primary routeCaolán McNamara2-8/+0
2012-03-20remove extra string castsCaolán McNamara7-14/+13
2012-03-16Some include and comment clean upStephan Bergmann1-6/+1
2012-03-16fdo#37593 Make sure needsUpdate compares canonicalized pathsStephan Bergmann1-0/+11
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann1-1/+1
2012-03-14Some visual clean upStephan Bergmann4-27/+20
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann9-0/+44
2012-03-14svtools/source/contnr: translate commentsStefan Knorr (astron)12-565/+540
2012-03-14svtools/source/config: fix typos, translateStefan Knorr (astron)5-26/+26
2012-03-14svtools/source/brwbox: translate commentsStefan Knorr (astron)5-139/+130
2012-03-13TextEngine::SeekCursor needs to call SetFont after allStephan Bergmann1-1/+5
2012-03-13Clean up ODocumentInfoPreviewStephan Bergmann8-225/+274
2012-03-12implement RTF support of contextual spacingMiklos Vajna1-0/+1
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan6-12/+12
2012-03-08Translate German commentsPhilipp Weissenbacher1-87/+77
2012-03-08Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin3-7/+4
2012-03-08fix the conditionRadek Doulik1-1/+1
2012-03-08added one more check to be more safe to identify (in)valid metafilesRadek Doulik1-1/+1
2012-03-08just in caseCaolán McNamara1-2/+3
2012-03-07allow wmf header to be placed on position aligned to 4 bytesRadek Doulik1-2/+6
2012-03-07remove various unused methods and source filesCaolán McNamara3-21/+0
2012-03-06ditch archaic taskbox/taskmisc/taskstat implementationsCaolán McNamara6-1068/+0
2012-03-06TaskBar is never constructedCaolán McNamara4-624/+0
2012-03-05Replace VARARR TEWritingDirectionInfos with std::vectorMaciej Rumianowski3-24/+24
2012-03-05Replace VARARR_SORT TESortedPositions with std::setMaciej Rumianowski1-27/+24
2012-03-03ValueSet: simplified autoscroll logicMatteo Casalin1-32/+21
2012-03-03ValueSet: reduce memory footprint by dynamically evaluating rectanglesMatteo Casalin4-104/+168
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-02WaE: has virtual functions but non-virtual destructorTor Lillqvist1-0/+2
2012-03-02Re-introduce variable thought unused in 2004 and use it as presumably intendedTor Lillqvist1-1/+2
2012-03-01More IMPL_LINK_NOARG fixesStephan Bergmann1-2/+2
2012-03-01Presumably the intent is to zero the whole pHexTable, not just the 1st elementTor Lillqvist1-1/+1
2012-03-01Sillyish clang WaE: array subscript is of type 'char'Tor Lillqvist1-30/+30
2012-03-01WaE: equality comparison with extraneous parenthesesTor Lillqvist1-1/+1
2012-03-01More IMPL_LINK_NOARG fixes for clangTor Lillqvist14-25/+25
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann36-97/+97
2012-03-01LOCAGICAL->LOGICALCaolán McNamara3-4/+4
2012-02-28we don't want any of these to be streamed out/in as 64bit valuesCaolán McNamara2-7/+11
2012-02-28callcatcher: remove newly unused methods and update listCaolán McNamara1-7/+0
2012-02-28use read_uInt16s_ToOUString instead of hand-crafted loopCaolán McNamara1-3/+2