summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-18msDescription in SvtRulerAccessible is unusedNoel Grandin1-2/+1
2017-09-18aFocusRect in CheckBoxControl is unusedNoel Grandin1-2/+2
2017-09-18headString in SvTreeListBox is unusedNoel Grandin1-36/+1
2017-09-14improve redundantcast lopluginNoel Grandin1-3/+3
2017-09-13no need to call GetNumerator() / GetDenominator() for FractionNoel Grandin2-7/+4
2017-09-13Fraction: make conversion operators and constructor explicitNoel Grandin2-4/+4
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann1-1/+1
2017-09-13Revert "svtools: HTML import: don't put lone surrogates in OUString"Stephan Bergmann1-2/+1
2017-09-12clang-tidy modernize-use-emplace in svgio..svtoolsNoel Grandin11-34/+34
2017-09-12use std::unique_ptr in TItemInfoNoel Grandin2-23/+12
2017-09-12cppcheck: identicalConditionAfterEarlyExitJochen Nitschke1-1/+1
2017-09-11Avoid "ThreadSanitizer: lock-order-inversion (potential deadlock)"Stephan Bergmann2-16/+8
2017-09-11cppcheck: knownConditionTrueFalseJochen Nitschke1-4/+0
2017-09-07svtools: HTML import: don't put lone surrogates in OUStringMichael Stahl1-1/+2
2017-09-07SvTreeListBox: turn some DBG_ASSERT() into assert()Eike Rathke1-15/+15
2017-09-06Replace some lists by vectors in svtoolsJulien Nabet2-16/+16
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin2-14/+14
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin2-16/+16
2017-09-04tdf#89130 Draw: Better UI for handling layer attributesUlrich Gemkow1-7/+21
2017-08-30WB_AUTOSIZE is always on for SvtURLBoxCaolán McNamara2-4/+4
2017-08-29Export to PNG: init DPI with screen resolution, tdf#108317Eike Rathke1-0/+7
2017-08-29Export to PNG: export selected cell range only, not as page, tdf#108317Eike Rathke1-2/+6
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M8-12/+12
2017-08-28Consistently use oslInterlockedCount for SvImpLBox::s_nImageRefCountStephan Bergmann1-1/+1
2017-08-27convert code-class in ErrCode to scoped enumNoel Grandin3-91/+92
2017-08-25loplugin:unusedfieldsNoel Grandin1-11/+0
2017-08-25loplugin:unusedmethodsNoel Grandin4-80/+0