summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2021-04-26drop mask from BitmapExNoel Grandin8-11/+11
2021-04-24tdf#139699: remove stray image that is not used anywhereKatarina Behrens1-5/+0
2021-04-23use get_accessible_location_on_screen to get positionCaolán McNamara1-15/+4
2021-04-23undo blocking emitting focus events during grab_focusCaolán McNamara3-8/+3
2021-04-23std::move optimisationNoel Grandin1-1/+1
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2-6/+6
2021-04-22remove caching in ViewObjectContactOfE3dNoel Grandin2-28/+2
2021-04-22ensure cursor drawn on re-gaining focusCaolán McNamara1-0/+3
2021-04-22std::move optimisationNoel Grandin1-35/+35
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-1/+1
2021-04-22Resolves: tdf#141721 text from 1st col not clipped if 2nd col is emptyCaolán McNamara1-0/+5
2021-04-22if only the first col width is set, the 2nd will take the remaining spaceCaolán McNamara1-1/+1
2021-04-22tdf#141816: fix a thinkoMike Kaganski1-1/+1
2021-04-21tdf#141419 restore use any explicitly set background color in previewsCaolán McNamara1-0/+10
2021-04-21Resolves: tdf#141765 set 'color' GtkToolbar to small-button sizeCaolán McNamara1-0/+3
2021-04-21Related tdf#139804 Allow activating btn on first clickSamuel Mehrbrodt1-0/+1
2021-04-21cid#1476300 Dereference after null checkCaolán McNamara1-2/+2
2021-04-20tdf#86321: Revert "Resolves: #i123539# some optimizations for 3D chart..."Xisco Fauli3-67/+25
2021-04-20lok: Pass object ord num in the uno commandmerttumer3-8/+33
2021-04-20Improve dumpGluePointsAsJSONmerttumer1-24/+38
2021-04-20Get Glue Points in the selection callbackmerttumer1-0/+59
2021-04-20lok: Don't invalidate GluePointsmerttumer2-0/+10
2021-04-20Hide GluePoints in LOKmerttumer1-1/+2
2021-04-20lok: Send gridOffset of the shapemerttumer1-1/+24
2021-04-20LOK: Fix Moving drag handles calculates wrong offsetmerttumer1-4/+9
2021-04-20LOK: Fix wrong gridOffset when shape is moved on calcmerttumer1-2/+5
2021-04-19svx properties: pass SfxItemSet around by valueNoel Grandin29-133/+133
2021-04-19weld SmEditTextWindowCaolán McNamara1-2/+11
2021-04-19svx: fix crash in DefaultProperties::dumpAsXml()Michael Stahl1-1/+4
2021-04-19a11y tests show we should use GetOutputDevice for pixel/logic conversionsCaolán McNamara1-44/+28
2021-04-18reduce allocation cost in SvxShape::SetPropertyNoel Grandin1-14/+14
2021-04-17remove some cachingNoel Grandin1-13/+2
2021-04-17add lang::XServiceInfo to WeldEditAccessibleCaolán McNamara1-3/+19
2021-04-17tdf#141701 Crash when closing 3D View dialog of 3D chartNoel Grandin1-0/+1
2021-04-17tdf#141675 Incorrect position of shapeNoel Grandin1-17/+13
2021-04-16tdf#131634 Don't redo actions created before text edit begins.Mark Hung2-1/+5
2021-04-16Related tdf#136764 - Minimum width for Styles InspectorHeiko Tietze1-3/+5
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin8-68/+68
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin1-5/+5
2021-04-14static_cast after dynamic_castNoel Grandin1-35/+22
2021-04-14avoid creating an SfxItemSet hereNoel Grandin1-16/+17
2021-04-13flatten PropertyChangeNotifierNoel Grandin1-38/+14
2021-04-13no need to make copies of these objectsNoel Grandin3-48/+48
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin1-9/+8
2021-04-12forward decl vcl::Window in uiobject.hxxCaolán McNamara3-5/+4
2021-04-12svx: prefix members of SdrObjectMiklos Vajna22-357/+357
2021-04-12update PCHsCaolán McNamara1-2/+1
2021-04-11ofz#30962 Timeout: skip slow path for fuzzingCaolán McNamara1-0/+4
2021-04-10tdf#130326 related, speed up drawingNoel Grandin1-13/+17
2021-04-10tdf#130326 speed up XLSX loadNoel Grandin1-1/+1