summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2017-01-04avoid loss of text in edited placeholderDavid Tardon1-0/+1
2016-12-17tdf#104722: Wrong text alignment when text box is smaller than the text insideTamás Zolnai1-1/+9
2016-11-03svx: add missing ~CONVERT_TWIPS mask in SvxPageItem::PutValue()Miklos Vajna1-1/+1
2016-10-23tdf#101827 - mend busy contour dialog.Michael Meeks3-5/+40
2016-10-10Remove NumberFormatCodeWrapperMaarten Bosmans1-1/+0
2016-10-10Resolves: tdf#101711 revert attempt to drop unused bg imagesCaolán McNamara1-80/+4
2016-10-10Resolves: tdf#101884 keyboard navigation in User defined border controlCaolán McNamara1-0/+1
2016-09-29LOK: conditionally include part number in invalidation payloadMiklos Vajna1-1/+1
2016-09-24sc lok: avoid full invalidate tilesHenry Castro2-2/+6
2016-09-20disable generation of ole previews in ODF format until after loadCaolán McNamara2-20/+2
2016-09-16LOK: tile rendering regression fixAshod Nakashian1-3/+6
2016-09-16LOK: fast tile rendering (graphics and buttons)Ashod Nakashian1-1/+27
2016-09-14sd lok draw text: make sure watching views have no cursorsMiklos Vajna1-0/+2
2016-09-14sw: emit LOK_CALLBACK_GRAPHIC_VIEW_SELECTION as part of registerCallback()Miklos Vajna1-1/+4
2016-09-02sd lok: implement SfxViewShell::NotifyCursor() APIMiklos Vajna4-12/+21
2016-09-02svx: move GetSfxViewShell() to SdrMarkViewMiklos Vajna2-10/+10
2016-08-04svx: track view shell id in SdrUndoActionMiklos Vajna1-0/+11
2016-08-03editeng: make SfxUndoAction::GetViewShellId() interface availableMiklos Vajna1-1/+1
2016-08-02svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-3/+13
2016-08-02svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-3/+3
2016-07-28svx lok: fix handling of text edit drawing when view/page changesMiklos Vajna1-2/+74
2016-07-28svx lok: avoid SfxViewShell::Current() during constructing a new view shellMiklos Vajna1-1/+13
2016-07-27svx lok: draw text edits in all viewsMiklos Vajna2-0/+47
2016-07-22Resolves: tdf#100845 exception during vcl painting -> std::terminatecp-5.1-2Caolán McNamara1-9/+16
2016-07-21sd lok: fix hard to select a full tableHenry Castro2-8/+8
2016-07-21sd lok: decouple vcl window focus from cursor visibilityMiklos Vajna1-1/+1
2016-07-21svx lok: add LOK_CALLBACK_GRAPHIC_VIEW_SELECTIONMiklos Vajna1-0/+10
2016-07-20Remove no longer needed SdrModel::libreOfficeKitCallback()Miklos Vajna1-42/+0
2016-07-20comphelper lok: remove the g_bViewCallback globalMiklos Vajna4-69/+18
2016-07-20convert more DBG_ASSERT(false to SAL_WARNNoel Grandin5-6/+6
2016-07-20convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin4-4/+5
2016-07-20tdf#89329: use unique_ptr for pImpl in svdmodelXisco Fauli1-2/+1
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann16-33/+50
2016-07-20use Any constructor instead of temporariesNoel Grandin8-49/+16
2016-07-20cppcheck: silence known condition warning in svx tablecontrollerJochen Nitschke1-13/+10
2016-07-20clang-tidy performance-unnecessary-value-param in svxNoel Grandin16-22/+22
2016-07-20svx: remove unused SdrModel::getLibreOfficeKitCallback()Miklos Vajna1-5/+0
2016-07-20tdf#95857 Sort out German plurals ...danielt9981-4/+4
2016-07-20svx: SdrModel::mbTiledRendering is never readMiklos Vajna1-6/+0
2016-07-20vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock11-11/+11
2016-07-20Fix typosAndrea Gelmini5-7/+7
2016-07-20unnecessary use of OUString constructorNoel Grandin3-5/+5
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock6-22/+16
2016-07-20svx: remove now unused SdrModel::isTiledRendering()Miklos Vajna7-22/+13
2016-07-20Fix typosAndrea Gelmini37-56/+56
2016-07-20sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin1-1/+1
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2-3/+3
2016-07-13Resolves: rhbz#1353069 don't clear XATTR_FILL* from stylesheet if...Caolán McNamara1-15/+22
2016-07-12sfx2: bring the view shell's LOK callback up to date with SdrModelMiklos Vajna1-0/+2
2016-07-12svx: implement per-view LOK_CALLBACK_TEXT_SELECTIONMiklos Vajna1-8/+34