summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2021-05-12fix some VirtualDevice leaksNoel Grandin1-1/+1
2021-05-11Resolves tdf#127406 - Font name and style name not readableHeiko Tietze1-4/+4
2021-05-11Fix style previews widget with multiple languagesSzymon Kłos1-1/+6
2021-05-10reduce frequency of dynamic_castNoel Grandin1-1/+3
2021-05-10svx: fix crash with active text edit vs slide deleteMiklos Vajna1-0/+6
2021-05-10do not leak SdrObject global pool on shutdownNoel Grandin1-1/+24
2021-05-08ref-count SfxItemPoolNoel Grandin10-39/+24
2021-05-07use a single global item pool for chart2 draw modelNoel Grandin1-1/+1
2021-05-07add utility method to get last pool in chainNoel Grandin1-8/+1
2021-05-06Limit scopes of some variablesMike Kaganski1-10/+5
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin4-12/+11
2021-05-06use Widget::get_clipboardCaolán McNamara7-14/+28
2021-05-05loplugin:constmethodNoel Grandin2-2/+2
2021-05-05Don't initialize variables only to reset laterMike Kaganski1-6/+2
2021-05-05tdf#141935 svx cui: apply line cap setting of line stylesLászló Németh1-0/+13
2021-05-05tdf#141934 svx dialog: fix missing dots in line style previewLászló Németh1-0/+3
2021-05-05inline SdrModel::ImpCtorNoel Grandin1-16/+8
2021-05-04tdf#139500 svx: fix crash on changing table properties during active text editMiklos Vajna2-1/+39
2021-05-03There's no longer a purpose to the math horizontal scrollbarCaolán McNamara1-1/+16
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin1-2/+2
2021-05-03tdf#141995 Remove uno:Flash command from Customize dialogGabor Kelemen1-19/+0
2021-05-03lok: Edit the click selected cell on table selectionmerttumer1-1/+5
2021-05-03Fix Row size change is not updatedmerttumer1-1/+6
2021-05-03Implemented CTRL + A selects all the cellsmerttumer3-1/+40
2021-05-03Fix ESC key selects all the cells of the table objectmerttumer1-7/+0
2021-05-02drop unneeded temporaryCaolán McNamara1-2/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann52-218/+218
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-4/+1
2021-04-30Related: tdf#138281 move grab_focus to ActivateFindCaolán McNamara1-3/+5
2021-04-30allow dnd into weldeditviewCaolán McNamara1-0/+7
2021-04-30extend the selection range so adjacent lines are considered one blockCaolán McNamara1-1/+30
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin22-195/+86
2021-04-29tdf#141967 bail early in Activate if disposingCaolán McNamara1-0/+5
2021-04-29do not apply line dashing in drawinglayer (tdf#136957)Luboš Luňák1-6/+6
2021-04-29can stack-allocate thisNoel Grandin1-3/+3
2021-04-29use unique_ptr in TextEditOverlayObjectNoel Grandin1-11/+9
2021-04-29rename ECKEN -> CORNERNoel Grandin6-12/+12
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin1-2/+2
2021-04-28createPixelProcessor2DFromOutputDevice won't return nullCaolán McNamara10-88/+55
2021-04-28replace old-school RasterOp::Invert selection in weldeditviewCaolán McNamara1-5/+31
2021-04-28use string_view in INetURLObject::encodeNoel Grandin6-22/+22
2021-04-27loplugin:moveoptNoel Grandin2-3/+2
2021-04-27use more string_view in tools/streamNoel Grandin1-1/+1
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