summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-19/+30
2017-09-22Ditch now unused GraphicExportDialog, GraphicExportOptionsDialogEike Rathke5-397/+0
2017-09-22Bin obsolete commentTor Lillqvist1-2/+0
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt7-22/+22
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt4-10/+10
2017-09-20unused aDDLastRectPos in SvxIconChoiceCtrl_ImplNoel Grandin2-2/+1
2017-09-19Writer export to PNG,JPG: switch to proper SvFilterOptionsDialogEike Rathke1-0/+3
2017-09-19Call getCurrentPageWriter() only for WriterEike Rathke1-1/+5
2017-09-19Detect Writer doc independent of selection, we'll need that laterEike Rathke1-8/+17
2017-09-19DocumentToGraphicRenderer: suppress selection for Writer, it doesn't workEike Rathke1-0/+14
2017-09-19DocumentToGraphicRenderer: current page is 1 if selectionEike Rathke1-7/+4
2017-09-19oops..Eike Rathke1-1/+1
2017-09-19Introduce DocumentToGraphicRenderer::hasSelection() and maSelectionEike Rathke1-17/+25
2017-09-19Rename getCurrentPageWriter() to getCurrentPage()Eike Rathke3-3/+8
2017-09-19'a'CurrentPage gets on my nervesEike Rathke1-9/+9
2017-09-19Writer export to PNG|JPG dialog preparation, current page number nonsenseEike Rathke1-1/+7
2017-09-19renderToGraphic: assert document and target sizeEike Rathke1-0/+3
2017-09-19tdf#43157 Replace DBG_ASSERT() with assert() in tabbar.cxxUlrich Gemkow1-4/+3
2017-09-18Export to PNG: use proper dialog and filter options, tdf#108317Eike Rathke3-13/+57
2017-09-18Move initialization to where it belongsEike Rathke1-15/+15