summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2017-11-19clang-tidy modernize-use-equals-default in svtoolsJochen Nitschke2-29/+0
2017-11-15drop now unused ToolPanelOptCaolán McNamara2-389/+0
2017-11-14Resolves: tdf#113835 add Fon [fon-BJ] to language listEike Rathke1-1/+2
2017-11-14Fix typosAndrea Gelmini1-1/+1
2017-11-13SotClipboardFormatId::STRING_TSVC "Unformatted text [TSV-Calc]", tdf#113571Eike Rathke1-0/+1
2017-11-11A user object id is *NOT* a SotClipboardFormatIdEike Rathke1-2/+2
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara3-6/+6
2017-11-08ofz#4115 Integer-overflowCaolán McNamara1-3/+3
2017-11-08ofz#4113 Null-dereference READCaolán McNamara1-3/+5
2017-11-06ofz infinite loopCaolán McNamara2-1/+12
2017-11-06ofz infinite loopCaolán McNamara1-1/+11
2017-11-05Replace remaining lists by vectors in svtoolsJulien Nabet3-14/+7
2017-11-03[API CHANGE] tdf#65393 Import signature line images from ooxmlSamuel Mehrbrodt1-2/+7
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin4-8/+8
2017-11-03ofz: crash with empty aParserStatesCaolán McNamara1-1/+2
2017-11-03vcl: remove sgf/sgv ancient gfx filtersThorsten Behrens4-18/+0
2017-11-03Infinite loop in ooo32227-1.rtf with calc rtf filterCaolán McNamara1-1/+3
2017-10-31loplugin:constantparam in svl,svtoolsNoel Grandin5-55/+41
2017-10-30loplugin:constantparam in vclNoel Grandin1-1/+1
2017-10-28Related tdf#95694: Enable papersize & orientation listboxesKatarina Behrens1-1/+4
2017-10-26vcl: make MapMode constructor explicitMichael Stahl16-45/+49
2017-10-26rename createOnShotInstance->createOneShotInstanceNoel Grandin1-3/+3
2017-10-26Use the canonical abbreviation "pc" of pica, instead of "pi"Takeshi Abe1-1/+1
2017-10-26Refactor font substitute removing (vcl/svtools)Julien Nabet1-4/+1
2017-10-26Fix memory leakTakeshi Abe2-5/+5
2017-10-24loplugin:finalclasses in svtoolsNoel Grandin5-53/+38
2017-10-24tdf#113368: fix crash when closing dialog opened with BasicJulien Nabet1-0/+2
2017-10-23loplugin:includeform: svtoolsStephan Bergmann37-53/+53
2017-10-23overload std::hash for OUString and OStringNoel Grandin2-2/+2
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin1-9/+2
2017-10-20svtools: SvTreeListEntry's copy ctor is unnecessaryTakeshi Abe1-13/+0
2017-10-18use std::unique_ptr in SvTreeListNoel Grandin1-39/+34
2017-10-06use rtl::Reference in SvXMLEmbeddedObjectHelperNoel Grandin1-22/+18
2017-10-06Revert "remove handing of deprecated Storage path option"Noel Grandin1-7/+7
2017-10-05remove handing of deprecated Storage path optionJochen Nitschke1-7/+7
2017-10-04add << operator for css::uno::ExceptionNoel Grandin8-44/+38
2017-10-03convert TPB_DISPLAY_NAME constants to scoped enumNoel Grandin1-5/+5
2017-10-03new loplugin:blockblockNoel Grandin1-5/+3
2017-10-01simplify some OUString compareTo callsMuhammet Kara1-1/+1
2017-10-01Resolves: tdf#112656 don't reset to default font if a custom font was setCaolán McNamara1-5/+2
2017-09-30Translate German comments and debug strings (leftovers)Johnny_M1-1/+1
2017-09-29WB_MOVEABLE should not trigger tearoff modeMaxim Monastirsky1-1/+1
2017-09-28Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" buttonStephan Bergmann1-1/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-1/+1
2017-09-26tdf#49634 Fix positioning of focus rectangle in Navigator content treeJim Raykowski1-0/+2
2017-09-24tdf#106762 Base SvxColorToolBoxControl on svt::PopupWindowControllerMaxim Monastirsky1-0/+13
2017-09-23loplugin:flatten in svl..svxNoel Grandin2-40/+32
2017-09-22Check availability of XPageCursorEike Rathke1-1/+1
2017-09-22GetGraphicSource: use DocumentToGraphicRenderer::isShapeSelected()Eike Rathke1-9/+2
2017-09-22Introduce DocumentToGraphicRenderer::isShapeSelected()Eike Rathke1-0/+24