summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2020-10-30don't need to include sfx2/sidebar/SidebarToolBox.hxxCaolán McNamara2-2/+1
2020-10-30convert some tools::Long->sal_Int32Noel1-16/+16
2020-10-29StylesPreview in Writer NB arrangement in two rowsandreas kainz5-30/+47
2020-10-29Notebookbar stylespreview up and down icon use default NB sc_ sizeandreas kainz1-2/+2
2020-10-28convert some more long -> tools::LongNoel2-2/+2
2020-10-28tdf#137790 calc: Minimal line width for different line stylesSerge Krot1-0/+5
2020-10-28std::set->o3tl::sorted_vector in InterfaceBagNoel Grandin1-1/+1
2020-10-28convert some more long -> tools::LongNoel5-11/+11
2020-10-27Resolves: tdf#137620 add DeleteSurroundingText at vcl::Window levelCaolán McNamara1-12/+3
2020-10-26std::unique_ptr -> std::optionalNoel1-17/+18
2020-10-26tdf#137650 sw page top border relative orientation: add UISzabolcs Toth1-0/+1
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel164-1621/+1623
2020-10-24use SetSelection and DeleteSelected to make cursor go to the right placeCaolán McNamara1-4/+3
2020-10-23Resolves: tdf#137615 fix EffectPropertyPanelandreas kainz1-1/+1
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara135-135/+135
2020-10-22always call GetFocus if GrabFocus succeededCaolán McNamara1-3/+0
2020-10-21Fix typosAndrea Gelmini1-1/+1
2020-10-21new tools::Degree10 strong typedefNoel Grandin20-61/+61
2020-10-20CppunitTest_svx_unit: directly use asserts hereXisco Fauli1-16/+19
2020-10-20fix orientation in vcl::Font<->awt::FontDescriptor conversionNoel1-2/+2
2020-10-19tdf#136073 combine glow and softedge sidebar sectionandreas kainz10-427/+316
2020-10-18sd: fix transparency when drawing OverlayPolyPolygonTomaž Vajngerl1-2/+2
2020-10-18sd: custom annotation marker and draw polygon annotation from PDFTomaž Vajngerl1-0/+46
2020-10-16svx: use the fastparser API when possibleNoel1-15/+6
2020-10-16add a DrawingAreaUIObject to avoid need to include layout.hxx for uitestCaolán McNamara4-36/+24
2020-10-16tdf#128212 Change the text z camera rotation order.Gülşah Köse4-34/+40
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel1-1/+1
2020-10-16try to prefetch also graphics for background fill bitmapLuboš Luňák1-6/+22
2020-10-15add a GetUITestFactory for WeldEditViewCaolán McNamara1-0/+38
2020-10-15pdfium: add an FPDFImageObj_GetBitmap() wrapperMiklos Vajna1-12/+6
2020-10-14Resolves tdf#137447 - Access galleries via tight extensionsHeiko Tietze3-81/+252
2020-10-13tdf#137446 catch divByZero in ResizeMultMarkedObjRegina Henschel1-3/+3
2020-10-13static_cast after dynamic_castNoel16-88/+70
2020-10-12CaptureMouse on mouse-down and ReleaseMouse on mouse-upCaolán McNamara1-0/+5
2020-10-10tdf#87963: Add percentage value to new calculated compressed image sizeDaniel1-3/+6
2020-10-09Added optional parameter Enabled for uno:SpellOnlineMert Tumer1-1/+1
2020-10-08Don't needlessly convert to sal_Int32 instead of longStephan Bergmann1-4/+4
2020-10-08don't scroll to the cursor on gaining focusCaolán McNamara1-1/+1
2020-10-08CustomWeld::Paint rRect is in logical units, not pixelsCaolán McNamara1-2/+1
2020-10-08don't scroll to the cursor during paintCaolán McNamara1-1/+1
2020-10-07let a subclass destroy and recreate its EditViewCaolán McNamara1-20/+29
2020-10-06loplugin:const* make some params and methods constNoel18-38/+41
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara7-10/+7
2020-10-06loplugin:const& make some params and methods constNoel3-8/+8
2020-10-06let a subclass defer creating its EditViewCaolán McNamara1-5/+8
2020-10-05use more TOOLS_WARN_EXCEPTIONMike Kaganski27-80/+99
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-1/+2
2020-10-02rearrange to not use pUndoObject after std::moveTomaž Vajngerl1-1/+2
2020-10-02tdf#134566 gtk IM support for custom widgetsCaolán McNamara2-0/+30
2020-10-01loplugin:unusedfieldsNoel1-1/+3