summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-12sd tiled rendering: it's pointless to send selection changes during search allMiklos Vajna1-0/+24
2016-06-12lool - page border shadow can be disabledMarco Cecchetti2-0/+6
2016-06-11We need the gengal program at build timeTor Lillqvist1-2/+0
2016-06-11Skip some executables in the OS X sandboxed (Mac App Store) caseTor Lillqvist1-0/+2
2016-06-11tdf#100269 svx: fix undo of table column resizeMiklos Vajna8-1/+96
2016-05-31tdf#93403 check for changed DataSource on all Controls on form reloadLionel Elie Mamane1-1/+12
2016-05-30tdf#100115: _nColId is sal_uInt16Julien Nabet1-2/+2