summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-12editeng: implement per-view LOK_CALLBACK_INVALIDATE_VISIBLE_CURSORMiklos Vajna1-1/+5
2016-07-12svx lok: assert that per-view callbacks don't invoke the model callbackMiklos Vajna1-0/+4
2016-07-12editeng: remove never read mpLibreOfficeKitCallbackMiklos Vajna1-1/+1
2016-07-12Remove excess newlinesChris Sherlock382-2166/+0
2016-07-12editeng: ImpEditView::mbTiledRendering is never readMiklos Vajna1-4/+3
2016-07-12svx: implement per-view LOK_CALLBACK_TEXT_SELECTION for graphic selMiklos Vajna1-1/+7
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin9-103/+58
2016-07-12svx: implement per-view LOK_CALLBACK_INVALIDATE_TILESMiklos Vajna1-1/+7
2016-07-12svx: implement per-view LOK_CALLBACK_GRAPHIC_SELECTIONMiklos Vajna1-3/+24
2016-07-12Related: tdf#100269 sd xml dump: expose layout of table shapesMiklos Vajna1-65/+0
2016-06-28add missing includeAndras Timar1-0/+1
2016-06-26bccu#1843 - Calc copy/paste chart tile invalidation problemAshod Nakashian1-0/+25
2016-06-18Resolves: tdf#82532 parent mutex dtored before child dtor uses itCaolán McNamara2-10/+3
2016-06-12sd bccu#1840: .uno: commands for inserting rows / columns in Impress.Jan Holesovsky1-0/+78
2016-06-12lok: Avoid dereferencing nullptr.Jan Holesovsky1-8/+12
2016-06-12editeng: handle SdrModel::isTiledSearching()Miklos Vajna1-1/+1