summaryrefslogtreecommitdiff
path: root/qadevOOo/objdsc
AgeCommit message (Collapse)Author
2017-07-02tdf#45904 Move Java XCellAddressable test to C++Jens Carl
Change-Id: Ib68c7dd8087f19bd969cf5273c3a6e8664c6bb62 Reviewed-on: https://gerrit.libreoffice.org/39348 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-06-20tdf#45904 Move remaining XCellSeries test code to C++Paul Trojahn
Change-Id: Ie4ee1e52157dd38ac0defee2e9d5cfa822763183 Reviewed-on: https://gerrit.libreoffice.org/38807 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-06-08Fix build after f1454b474d9248d7ef2cb84f396a974184e5167eStephan Bergmann
..."tdf#45904 Move java XCellSeries test to c++". For one, the XCellSeries tests needed to be removed from qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableSheetObj.csv, now that those tests are done in C++. (Plus some clean-up in qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java and sc/qa/unoapi/knownissues.xcl that was missing from f1454b474d9248d7ef2cb84f396a974184e5167e.) But for another, qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellCursorObj.csv and qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellRangeObj.csv still list XCellSeries tests (which apparently have not been superseded with C++ tests), so partially revert f1454b474d9248d7ef2cb84f396a974184e5167e to get back qadevOOo/tests/java/ifc/sheet/_XCellSeries.java needed by those tests. Change-Id: I09f756fb804dafee3064947abcfb796db4797b32
2017-01-24AccStatisticsObject is apparently dead codeStephan Bergmann
Change-Id: I4e04b13538d1242ea38d1400df0ced813171bc5e
2016-10-10Remove no longer relevant qadevOOo/qaSamuel Mehrbrodt
Change-Id: Ic1cee9e61d31a6ee8f248c7e976c5eca8e0d86bd Reviewed-on: https://gerrit.libreoffice.org/29233 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2016-07-20add test for css::sheet::SpreadsheetDocumentSettings Wildcards propertyEike Rathke
Though many other optional properties since OOo3 are also missing, is adding this even worth it? Change-Id: I72eeb3e55c6464b0e46e484177a773b2188846b0
2015-11-17remove vestigial Adabas D references in tests etc.Michael Stahl
Adabas D connector was removed in 8256eb0205fcddb79a67be13d6507b2653ff5e08 Change-Id: Ie142763ac32728c1596c196d919cbe84e6735c96
2015-10-04Prefer getSelectedFiles to getFiles (sdext+qadevOOo)Julien Nabet
Change-Id: I4827e47b7d67b0112c0f9023c0db4ce8975f06e1 Reviewed-on: https://gerrit.libreoffice.org/19126 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2014-05-04Revert "Revert "temporarily disable failing , fdo#66617Markus Mohrhard
This reverts commit 9b8c33ecc561bf8685614ec61d709c8001901fb6.
2014-05-01Revert "temporarily disable failing chart2 ChXDiagram RegressionCurves test"Markus Mohrhard
This reverts commit 6be6700edb3b704d62d8b331ba95f227617c57d3.
2014-01-18fwk: Use constructor feature for ModuleUIConfigurationManager.Matúš Kukan
And avoid css::uno::XInitialization protocol.
2013-09-20uno: new InteropGrabBag UNO prop in OfficeDocumentAndres Gomez
Added the new InteropGrabBag property to the OfficeDocument service and modified the JUnit UNO unit tests for it. Added specific implementation in the sfx2 module for the SfxBaseModel class. Added specific inherited implementations in the sc, sd, starmath and sw modules for the ScModelObj, SdXImpressDocument, SmModel, and SwXTextDocument classes. This new property is intended by now for its usage on preserving OOX's theming although the aim is to be able to re-create the theming in the future from saved properties. It could also be used for preserving other attributes for interoperability among document formats. Change-Id: Ia822856293c70ae22911afa794e3e38bcaa31f86 Reviewed-on: https://gerrit.libreoffice.org/6000 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-05svx: new InteropGrabBag UNO prop in Shape serviceAndres Gomez
Added the new InteropGrabBag property to the Shape service and modified the JUnit UNO unit tests for it. Added specific implementation in the svx module for the SvxShape class. This new property is intended by now for its usage on preserving OOX's Smart-Art but it could also be used for preserving other attributes for interoperability among document formats. Change-Id: Idc7a8e91592399ff05effd4da6eaa2935f8f4d42 Reviewed-on: https://gerrit.libreoffice.org/5769 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-08-23CharBrd 7: Border shadowZolnai Tamás
1, New character attribute - Add the three shadow members to font (width, color, location) 2, Painting - Extract the shadow painting to a local function and use that for character shadow (paintfrm.cxx) - Reduce the painting rectangle of background (shadow doesn't inherites the background of content) 3, Border merge - Use text portion join members to skip shadow when neccessary. 4, Vertical text - Get shadow space dependant from oritentation and border merge. 5, UNO API and ODF filter Paragraph: ParaShadowFormat -> Character: CharShadowFormat Change-Id: Ief4669990d238016c3ffc18a2609a3df7d9dddbf
2013-08-18CharBrd 8.2: Tests for UNO API and ODF filterZolnai Tamás
Use just those API tests which still alive. Export filter test use import so no need for distinct import tests. Change-Id: Idddc2ece10e20027551538f4e8c224edffa9bfe8
2013-07-05temporarily disable failing chart2 ChXDiagram RegressionCurves testMichael Stahl
Change-Id: I29d79338fb1af00337176c11bfd984ce26c37df6
2013-07-05Related: #i121514# Remove deprecated UnoControlSimpleAnimationAriel Constenla-Haile
(cherry picked from commit 514bb6777e001d02dbd9be63fc7a6187560aad63) Conflicts: offapi/com/sun/star/awt/UnoControlSimpleAnimation.idl offapi/com/sun/star/awt/UnoControlSimpleAnimationModel.idl offapi/com/sun/star/awt/XSimpleAnimation.idl offapi/com/sun/star/awt/makefile.mk offapi/type_reference/typelibrary_history.txt offapi/type_reference/types.rdb toolkit/inc/toolkit/helper/servicenames.hxx toolkit/source/awt/vclxtoolkit.cxx toolkit/source/awt/xsimpleanimation.cxx toolkit/source/controls/tksimpleanimation.cxx toolkit/source/helper/registerservices.cxx toolkit/source/helper/servicenames.cxx toolkit/util/toolkit.xml Change-Id: If7f8de62713e28434e28975026cf8e5c66c831aa
2013-07-05Related: #i121513# Remove deprecated UnoControlThrobberModelAriel Constenla-Haile
(cherry picked from commit 5569d97f06a0299e41b91ca248bf7eaa038b1f21) Conflicts: icon-themes/human/toolkit/source/awt/spinner03-grey_01.png icon-themes/human/toolkit/source/awt/spinner03-grey_02.png icon-themes/human/toolkit/source/awt/spinner03-grey_03.png icon-themes/human/toolkit/source/awt/spinner03-grey_04.png icon-themes/human/toolkit/source/awt/spinner03-grey_05.png icon-themes/human/toolkit/source/awt/spinner03-grey_06.png icon-themes/human/toolkit/source/awt/spinner03-grey_07.png icon-themes/human/toolkit/source/awt/spinner03-grey_08.png icon-themes/human/toolkit/source/awt/spinner03-grey_09.png icon-themes/human/toolkit/source/awt/spinner03-grey_10.png icon-themes/human/toolkit/source/awt/spinner03-grey_11.png icon-themes/human/toolkit/source/awt/spinner03-grey_12.png offapi/com/sun/star/awt/UnoControlThrobber.idl offapi/com/sun/star/awt/UnoControlThrobberModel.idl offapi/com/sun/star/awt/XThrobber.idl offapi/com/sun/star/awt/makefile.mk offapi/type_reference/typelibrary_history.txt offapi/type_reference/types.rdb rat-excludes swext/mediawiki/help/component.txt swext/mediawiki/src/com/sun/star/wiki/WikiDialog.java swext/mediawiki/src/com/sun/star/wiki/WikiEditSettingDialog.java swext/mediawiki/src/com/sun/star/wiki/WikiPropDialog.java swext/mediawiki/src/description.xml toolkit/AllLangResTarget_tk.mk toolkit/inc/toolkit/helper/servicenames.hxx toolkit/source/awt/vclxtoolkit.cxx toolkit/source/awt/xthrobber.cxx toolkit/source/awt/xthrobber.hrc toolkit/source/awt/xthrobber.src toolkit/source/controls/tkthrobber.cxx toolkit/source/helper/registerservices.cxx toolkit/source/helper/servicenames.cxx toolkit/src2xml/src.lst toolkit/util/toolkit.xml Change-Id: Ic415a96fe6ba7040a3b03fd562f997d2df1516d6
2012-11-30API CHANGE: remove service com.sun.star.text.PrintPreviewSettingsMichael Stahl
This service was obsoleted by CWS printerpullpages: the implementation in Writer was defunct in OpenOffice.org 3.3 and completely removed in OpenOffice.org 3.4. Change-Id: Ia4dd6f1f1d8fc399583032b44d99663532409b5c EXISTENCE: published key "/UCR/com/sun/star/text/PrintPreviewSettings" exists only in registry 1 SERVICE: /UCR/com/sun/star/text/DocumentSettings service1 contains 1 more references as service2 incompatible change: Reference 2 ('PrintPreviewSettings') in 'r1' is not longer a reference of this service in 'r2'
2012-11-30API CHANGE: remove com.sun.star.text.XLineNumberingSupplierMichael Stahl
This interface has been deprecated since OpenOffice.org initial CVS import. EXISTENCE: published key "/UCR/com/sun/star/text/XLineNumberingSupplier" exists only in registry 1 SERVICE: /UCR/com/sun/star/text/GenericTextDocument service1 contains 1 more references as service2 incompatible change: Reference 10 ('XLineNumberingSupplier') in 'r1' is not longer a reference of this service in 'r2' Change-Id: I24ff18d0fe22d3caa893a7d5c766d352b7ca99c3
2012-11-29API CHANGE: remove com.sun.star.system.XProxySettingsMichael Stahl
... and related services: com.sun.star.system.SOffice52ProxySettings com.sun.star.system.ProxySettings com.sun.star.system.SystemProxySettings The implementation for these has apparently been removed in OpenOffice.org 2.0 or thereabouts. EXISTENCE: published key "/UCR/com/sun/star/system/SOffice52ProxySettings" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/system/ProxySettings" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/system/XProxySettings" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/system/SystemProxySettings" exists only in registry 1 Change-Id: If00c332edf08619fcad12ed07d0d8a13a714045e
2012-11-29chart2: replace use of deprecated UserDefinedAttributeSupplierMichael Stahl
... with UserDefinedAttributesSupplier Change-Id: Ib289aaae114d89238a665d0a58eda6fa8d0c482b
2012-11-27fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann
c988da288ec473a28f61ebb53aa3ff82bab11ef4 "fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new style" had left some FolderPicker implementations at XFolderPicker, so creating them caused DeploymentExceptions. Change-Id: I3463161f9bb87a69a2777c331eb5b93d487790b0
2012-11-26API CHANGE: remove com.sun.star.document.XDocumentInfoMichael Stahl
The following badly designed interfaces and services were deprecated in OpenOffice.org 3.0 and are now remove from the API: com.sun.star.document.DocumentInfo com.sun.star.document.StandaloneDocumentInfo com.sun.star.document.XDocumentInfo com.sun.star.document.XDocumentInfoSupplier com.sun.star.document.XStandaloneDocumentInfo The supported replacements for these have been introduced in OOo 3.0: com.sun.star.document.XDocumentProperties com.sun.star.document.XDocumentPropertiesSupplier com.sun.star.document.DocumentProperties http://www.mail-archive.com/interface-announce@openoffice.org/msg00432.html Remove the implementation of these interfaces and services in sfx2 (SfxBaseModel, objuno.cxx) Also remove unit tests for these services in qadevOOo and sfx2. Conflicts: offapi/type_reference/types.rdb Change-Id: Ib0b48a4e53a8079c82fac3bb49a829812f8e5256
2012-10-30fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin
Create a merged XLinguServiceManager2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I297bada1066cd74809108641b56ee4d5898112ec
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
reportbuilder, license file not needed. Patch contributed by Armin Le Grand http://svn.apache.org/viewvc?view=revision&revision=1305814 Adapting extras/ to our wordbook setup.
2012-04-12offapi: remove obsolete XInplaceLayout (2nd try)Thomas Arnhold
This is related to 10e580c57b907420e8c6d816325445a40a720e4a
2012-03-23.csv files don't need executable bitsMichael Stahl
2012-02-18Revert "offapi: remove obsolete XInplaceLayout"Thomas Arnhold
This reverts commit 5ca858c01cb2e2aa93c8aca65fd271a900785e3f. This change implicates some more changes in layoutmanager.hxx see ::cppu::WeakImplHelper8. So keep it...
2012-02-18offapi: remove obsolete XInplaceLayoutThomas Arnhold
2011-11-10removed leftovers of the Simple Handles optionTim Hardeck
Removed leftovers of the Simple Handles option which weren't delete by the previous patch.
2010-02-25sb118: #i109125# change source file copyright notice from Sun Microsystems ↵sb
to Oracle
2009-09-10#101955# configmgr2 unoapi testssb
2009-07-06CWS-TOOLING: integrate CWS unoapi04Vladimir Glazounov
2009-06-26 14:00:27 +0200 lla r273410 : #i102248# cleanups 2009-06-26 13:36:44 +0200 lla r273407 : #i102248# fix problem with too long sleeps and waits 2009-06-26 08:34:17 +0200 lla r273393 : #i102248# cleanups 2009-06-26 08:28:43 +0200 lla r273392 : #i102248# cleanups 2009-06-25 13:17:19 +0200 lla r273379 : #i102248# add prototypes 2009-06-25 11:31:02 +0200 lla r273371 : #i102248# cleanups 2009-06-25 11:15:18 +0200 lla r273370 : #i102248# add a selftest for demonstration. 2009-06-25 10:53:35 +0200 lla r273369 : #i102248# add a selftest for demonstration. 2009-06-25 10:38:10 +0200 lla r273368 : #i102248# add a selftest for demonstration. 2009-06-23 11:09:35 +0200 lla r273266 : #i102248# cleanup 2009-06-23 11:00:15 +0200 lla r273265 : #i10i108248# add cwstestresult to cwscheckapi 2009-06-23 10:59:50 +0200 lla r273264 : #i10i108248# add cwstestresult to cwscheckapi 2009-06-23 10:58:47 +0200 lla r273263 : #i102248# add selftest
2008-06-13INTEGRATION: CWS qadev32 (1.7.28); FILE MERGEDRüdiger Timm
2008/03/25 10:25:59 cn 1.7.28.1: #i87407# remove propperties TopMargin and ButtomMargin of com::sun::star::text::CellRange
2008-05-20INTEGRATION: CWS koheidatapilot01 (1.1.234); FILE MERGEDKurt Zenker
2008/04/17 20:33:45 kohei 1.1.234.1: added interfaces for XDataPilotTable2.
2007-11-26INTEGRATION: CWS impress134 (1.2.4); FILE MERGEDIvo Hinkelmann
2007/11/14 10:22:52 cl 1.2.4.1: #i83313# renamed ChildsOnDemand to ChildrenOnDemand
2007-09-06INTEGRATION: CWS qadev30 (1.1.2); FILE ADDEDKurt Zenker
2007/06/28 18:43:10 cn 1.1.2.1: #i78980# new object descriptions
2007-09-06INTEGRATION: CWS qadev30 (1.1.2); FILE ADDEDKurt Zenker
2007/06/28 18:37:57 cn 1.1.2.1: #i78980# new object descriptions
2007-09-06INTEGRATION: CWS qadev30 (1.1.2); FILE ADDEDKurt Zenker
2007/06/28 18:38:22 cn 1.1.2.1: #i78980# new object descriptions
2007-09-06INTEGRATION: CWS qadev30 (1.1.2); FILE ADDEDKurt Zenker
2007/06/28 18:38:11 cn 1.1.2.1: #i78980# new object descriptions
2007-09-06INTEGRATION: CWS qadev30 (1.1.2); FILE ADDEDKurt Zenker
2007/06/28 18:37:46 cn 1.1.2.1: #i78980# new object descriptions
2007-09-06INTEGRATION: CWS qadev30 (1.1.2); FILE ADDEDKurt Zenker
2007/06/28 18:37:34 cn 1.1.2.1: #i78980# new object descriptions
2007-09-06INTEGRATION: CWS qadev30 (1.2.150); FILE MERGEDKurt Zenker
2007/06/28 18:43:35 cn 1.2.150.1: #i78980# update objdsc
2007-09-06INTEGRATION: CWS qadev30 (1.1.2); FILE ADDEDKurt Zenker
2007/06/28 18:37:25 cn 1.1.2.1: #i78980# new object descriptions
2007-09-06INTEGRATION: CWS qadev30 (1.1.2); FILE ADDEDKurt Zenker
2007/06/28 18:43:20 cn 1.1.2.1: #i78980# new object descriptions
2007-09-06INTEGRATION: CWS qadev30 (1.1.212); FILE MERGEDKurt Zenker
2007/06/28 18:43:35 cn 1.1.212.1: #i78980# update objdsc
2007-09-06INTEGRATION: CWS qadev30 (1.2.162); FILE MERGEDKurt Zenker
2007/06/28 18:43:35 cn 1.2.162.1: #i78980# update objdsc
2007-09-06INTEGRATION: CWS qadev30 (1.2.102); FILE MERGEDKurt Zenker
2007/06/28 18:43:35 cn 1.2.102.1: #i78980# update objdsc
2007-06-04INTEGRATION: CWS qadev29 (1.1.206); FILE MERGEDIvo Hinkelmann
2007/04/26 07:35:46 cn 1.1.206.1: #i75120# new Interface 'com::sun::star::view::XFormLayerAccess'