# -*- 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_JunitTest_JunitTest,sc_complex)) # sc/qa/complex/calcPreview/ tests do not work automatically (they request "Press # any key after resizing" etc.) $(eval $(call gb_JunitTest_add_classes,sc_complex, \ complex.sc.CalcRTL \ )) $(eval $(call gb_JunitTest_use_jars,sc_complex, \ OOoRunner \ jurt \ ridl \ test \ unoil \ )) $(eval $(call gb_JunitTest_add_sourcefiles,sc_complex, \ sc/qa/complex/dataPilot/_XDataPilotDescriptor \ sc/qa/complex/dataPilot/_XDataPilotTable \ sc/qa/complex/dataPilot/_XNamed \ sc/qa/complex/dataPilot/_XPropertySet \ sc/qa/complex/sc/CalcRTL \ )) $(eval $(call gb_JunitTest_set_defs,sc_complex, \ $$(DEFS) \ )) # vim: set noet sw=4 ts=4: otropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/libreofficekit
AgeCommit message (Expand)Author
2017-03-21lok: Fix crash in paintPartTile() when the current view was destroyed.Jan Holesovsky
2017-03-12lok: start describing UNO commands used through LOKTomaž Vajngerl
2017-03-06libreofficekit: GTK 3.22 deprecates gtk_show_uriMichael Stahl
2017-03-03tdf#106287 Remove outdated remarkAdolfo Jayme Barrientos
2017-02-24libreofficekit: adapt README to realityMiklos Vajna
2017-02-23Better make the zero-initialization more explicitStephan Bergmann
2017-02-22loplugin:unusedfieldsNoel Grandin
2017-02-20gtktiledviewer: Different reply uno command for impressPranav Kant
2017-02-20gtktiledviewer: Id param is string nowPranav Kant
2017-02-20gtktiledviewer: Adjust for different delete uno cmd for impressPranav Kant
2017-02-20gtktiledviewer: enable comment sidebar for all doctypesPranav Kant
2017-02-16gtktiledviewer: Different UNO command for calcPranav Kant
2017-02-16gtktiledviewer: This is a better place to change doc-specific controlsPranav Kant
2017-02-16gtktiledviewer: Kill CommentsSidebar's docConfigurePranav Kant
2017-02-16gtktiledviewer: Kill signalSize; move its code to initWindowPranav Kant
2017-02-16gtktiledviewer: Factor out per view code to separate functionPranav Kant
2017-02-16gtktiledviewer: Store author name of each viewPranav Kant
2017-02-16gtktiledviewer: comment id can be a string too nowPranav Kant
2017-02-13Fix typosAndrea Gelmini
2017-01-31gtktiledviewer: gtk version checksPranav Kant
2017-01-30gtktiledviewer: Handle comment callback with Modify flagPranav Kant
2017-01-30gtktiledviewer: Unused variablePranav Kant
2017-01-30gtktiledviewer: Mark reply comments with lightgreen backgroundPranav Kant
2017-01-30gtktiledviewer: Can edit comment from comment sidebar nowPranav Kant
2017-01-28coverity#1351757 Uninitialized pointer fieldCaolán McNamara
2017-01-27gtktiledviewer: Can reply, delete comments from sidebarPranav Kant
2017-01-27gtktiledviewer: factor out user prompt entry dialogPranav Kant
2017-01-27lokdocview: 'comment' signal for comment callbacksPranav Kant
2017-01-27gtktiledviewer: Comment dialog when tiled annotations are offPranav Kant
2017-01-27lokdocview: Separate gobject property for turning off commentsPranav Kant
2017-01-27gtktiledviewer: Comments sidebarPranav Kant
2017-01-27lok: Implement new callbacks for comment notificationsPranav Kant
2017-01-27lokdocview: Turn off annotations rendering herePranav Kant
2017-01-27CppunitTest_libreofficekit_tiledrendering: fix cppunitassertequals warningsMiklos Vajna
2017-01-24loplugin: unnecessary destructor jvmfwk..lotuswordproNoel Grandin
2017-01-23gtktiledviewer: Make edit mode the default onePranav Kant
2017-01-23lokdocview: Handle keypad enterPranav Kant
2017-01-23lok: Listen for state change events for cell alignment commandsPranav Kant
2017-01-09New loplugin:externvar: libreofficekitStephan Bergmann
2017-01-06gtktiledviewer: Lets avoid using manual buffer sizesPranav Kant
2017-01-06gtktiledviewer: Override alignment buttons uno commands for calcPranav Kant
2017-01-06gtktiledviewer: Support for posting arguments to uno commandsPranav Kant
2017-01-06lokdocview: Handle insert keyPranav Kant
2017-01-02Fix inefficient usage of string::find() in condition (CWE597)Muhammet Kara