# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_GeneratedPackage_GeneratedPackage,odk_uno_loader_classes,$(call gb_CustomTarget_get_workdir,odk/classes))) $(eval $(call gb_GeneratedPackage_use_customtarget,odk_uno_loader_classes,odk/classes)) $(eval $(call gb_GeneratedPackage_add_dir,odk_uno_loader_classes,$(INSTDIR)/$(SDKDIRNAME)/classes/com/sun/star/lib/loader,com/sun/star/lib/loader)) # vim: set noet sw=4 ts=4: elect name='h' onchange='this.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/libreofficekit/source/gtk/tilebuffer.hxx
AgeCommit message (Expand)Author
2015-12-21coverity#1315075 Uninitialized scalar fieldCaolán McNamara
2015-12-07Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara
2015-11-23Do all svp text rendering with cairoCaolán McNamara
2015-11-13LOK: setClientZoom() - sets the client zoom levelMihai Varga
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04lokdocview: Don't render tiles while tile buffer has changedPranav Kant
2015-11-03lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.Jan Holesovsky
2015-11-03libreofficekit: -Werror=unused-parameterMiklos Vajna
2015-10-31lokdocview: Fix memory leaksPranav Kant
2015-10-30lokdocview: ensure private structure is allocated with operator newMiklos Vajna
2015-10-05LOK: added the button type and key modifier to postMouseEvent()Mihai Varga
2015-09-28libreofficekit: fix mismatched free() / deleteMiklos Vajna
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-08-04lokdocview: Don't use extern variable: lokThreadPoolPranav Kant
2015-08-03coverity#1315075 Uninitialized pointer fieldCaolán McNamara
2015-07-28lokdocview: post_command arguments are not supposed to be constPranav Kant
2015-07-28lokdocview: setGraphicSelection in another threadPranav Kant
2015-07-28lokdocview: Move postMouseEvent in separate LOK threadPranav Kant
2015-07-28lokdocview: Use only one ctor for instantiating LOEventPranav Kant
2015-07-28Use thread pool for LOK call: paintTile()Pranav Kant
2015-07-28lokdocview, tilebuffer: Add DOxygen commentsPranav Kant
2015-07-28lokdocview: Make paintTile() asyncPranav Kant
2015-06-12CID#1306215 Uninitialized membersMiklos Vajna
2015-06-09loplugin:literaltoboolconversionStephan Bergmann
2015-06-09-Werror,-Wunused-private-fieldStephan Bergmann
2015-06-09tilebuffer: tileSize as member variable is superfluousPranav Kant
2015-06-09tilebuffer: ZoomFactor as member variable is superfluousPranav Kant
2015-06-09lokdocview, tilebuffer: clean upPranav Kant
2015-06-09lokdocview: move commonly used functions and variables to common headerPranav Kant
2015-06-09lokdocview: Add support for editing documentsPranav Kant
2015-06-09lokdocview: Use maps instead of vectorPranav Kant
2015-06-09Add tile buffering supportPranav Kant