summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-07-21sd lok: decouple vcl window focus from cursor visibilityMiklos Vajna2-4/+4
2016-07-21sfx2 lok: expose part number in SfxLokHelper::notifyOtherViews()Miklos Vajna1-0/+2
2016-07-21sw lok: add LOK_CALLBACK_VIEW_CURSOR_VISIBLEMiklos Vajna1-0/+16
2016-07-21svx lok: add LOK_CALLBACK_GRAPHIC_VIEW_SELECTIONMiklos Vajna1-0/+16
2016-07-20sc lok: add LOK_CALLBACK_CELL_VIEW_CURSORMiklos Vajna1-1/+16
2016-07-20LOK: change back type of view ids to intMiklos Vajna2-9/+8
2016-07-20Remove unused SfxObjectShell::libreOfficeKitCallback()Miklos Vajna2-8/+0
2016-07-20Remove no longer needed ImpEditView::mpLibreOfficeKitSearchableMiklos Vajna2-14/+1
2016-07-20sw lok: add LOK_CALLBACK_TEXT_VIEW_SELECTIONMiklos Vajna2-1/+19
2016-07-20Remove no longer needed vcl::ITiledRenderable::registerCallback()Miklos Vajna1-9/+0
2016-07-20sfx2 lok: fix missing view cursors in a new viewMiklos Vajna1-1/+1
2016-07-20Remove no longer needed SdrModel::libreOfficeKitCallback()Miklos Vajna1-15/+1
2016-07-20sw lok: add LOK_CALLBACK_INVALIDATE_VIEW_CURSORMiklos Vajna2-1/+18
2016-07-20LOK: change type of view ids to uintptr_tMiklos Vajna3-13/+15
2016-07-20comphelper lok: remove the g_bViewCallback globalMiklos Vajna1-5/+0
2016-07-20tdf#89329: use unique_ptr for pImpl in svdmodelXisco Fauli1-1/+1
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-0/+8
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20clang-tidy performance-unnecessary-value-param in svxNoel Grandin5-9/+9
2016-07-20clang-tidy performance-unnecessary-value-param in editengNoel Grandin3-5/+5
2016-07-20Avoid reserved identifiersStephan Bergmann1-4/+4
2016-07-20svx: remove unused SdrModel::getLibreOfficeKitCallback()Miklos Vajna1-2/+0
2016-07-20tdf#95857 Sort out German plurals ...danielt9981-2/+2
2016-07-20svx: SdrModel::mbTiledRendering is never readMiklos Vajna1-4/+0
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-0/+0
2016-07-20Fix typosAndrea Gelmini13-20/+20
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2-2/+2
2016-07-20svx: remove now unused SdrModel::isTiledRendering()Miklos Vajna3-8/+1
2016-07-20loplugin:unusedmethods unused return value in include/editengNoel Grandin10-23/+20
2016-07-20Fix typosAndrea Gelmini81-96/+96
2016-07-20vcl: fix WaE messagesChris Sherlock1-2/+2
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann11-20/+20
2016-07-13Fix memory leaksStephan Bergmann1-0/+20
2016-07-13Avoid reserved identifierStephan Bergmann1-2/+2
2016-07-13Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann1-4/+4
2016-07-13Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann1-6/+6
2016-07-13Manage JavaInfo instances via new/deleteStephan Bergmann1-4/+2
2016-07-13No need for SAL_CALL hereStephan Bergmann1-19/+19
2016-07-13No need for extern "C" hereStephan Bergmann1-9/+5
2016-07-13Avoid reserved identifier, remove unnecessary typedefStephan Bergmann1-3/+1
2016-07-13include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann2-11/+5
2016-07-13tdf#100883 - opencl impls. that use SEH are still bad.Michael Meeks1-0/+1
2016-07-13Resolves: tdf#88396 switching to sidebar panel will toggle it *off*...Caolán McNamara2-9/+19
2016-07-13opencl: OpenCLZone, detect CL device change and disable CL on crashTomaž Vajngerl2-1/+55
2016-07-13Resolves: rhbz#1353069 don't clear XATTR_FILL* from stylesheet if...Caolán McNamara1-2/+3
2016-07-12sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()Miklos Vajna1-1/+0
2016-07-12sfx2: bring the view shell's LOK callback up to date with SdrModelMiklos Vajna1-0/+4
2016-07-12editeng: implement per-view LOK_CALLBACK_INVALIDATE_VISIBLE_CURSORMiklos Vajna3-4/+21
2016-07-12lokdocview: add a set_visible_area()Miklos Vajna1-0/+11