summaryrefslogtreecommitdiff
path: root/qadevOOo/objdsc/sw
AgeCommit message (Collapse)AuthorFilesLines
2018-03-09remove MID_GRAPHIC_URL and related mappings, implementationTomaž Vajngerl3-6/+3
Change-Id: I752a2f036791720d12fb04b95f53d4127d605c7e Reviewed-on: https://gerrit.libreoffice.org/50979 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2018-03-08sw: get rid of FN_UNO_GRAPHIC_U_R_L and "GraphicURL" propertyTomaž Vajngerl1-1/+1
Change-Id: I6148016658e5bb46fd4f8765a233a434174791fd Reviewed-on: https://gerrit.libreoffice.org/50922 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2013-09-20uno: new InteropGrabBag UNO prop in OfficeDocumentAndres Gomez1-0/+1
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 Gomez1-0/+1
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ás6-0/+6
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ás6-0/+54
Use just those API tests which still alive. Export filter test use import so no need for distinct import tests. Change-Id: Idddc2ece10e20027551538f4e8c224edffa9bfe8
2012-11-30API CHANGE: remove service com.sun.star.text.PrintPreviewSettingsMichael Stahl1-9/+0
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 Stahl1-2/+0
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-26API CHANGE: remove com.sun.star.document.XDocumentInfoMichael Stahl1-1/+0
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-03-23.csv files don't need executable bitsMichael Stahl4-0/+0
2011-11-10removed leftovers of the Simple Handles optionTim Hardeck1-1/+0
Removed leftovers of the Simple Handles option which weren't delete by the previous patch.
2008-06-13INTEGRATION: CWS qadev32 (1.7.28); FILE MERGEDRüdiger Timm1-2/+0
2008/03/25 10:25:59 cn 1.7.28.1: #i87407# remove propperties TopMargin and ButtomMargin of com::sun::star::text::CellRange
2007-06-04INTEGRATION: CWS qadev29 (1.1.206); FILE MERGEDIvo Hinkelmann1-0/+4
2007/04/26 07:35:46 cn 1.1.206.1: #i75120# new Interface 'com::sun::star::view::XFormLayerAccess'
2006-11-21INTEGRATION: CWS qadev27 (1.3.58); FILE MERGEDVladimir Glazounov1-0/+1
2006/06/20 09:49:50 cn 1.3.58.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'
2006-11-21INTEGRATION: CWS qadev27 (1.5.58); FILE MERGEDVladimir Glazounov3-0/+3
2006/06/20 09:49:50 cn 1.5.58.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'
2006-11-21INTEGRATION: CWS qadev27 (1.6.58); FILE MERGEDVladimir Glazounov1-0/+1
2006/06/20 09:49:50 cn 1.6.58.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'
2006-11-21INTEGRATION: CWS qadev27 (1.5.58); FILE MERGEDVladimir Glazounov2-0/+2
2006/06/20 09:49:49 cn 1.5.58.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'
2006-11-21INTEGRATION: CWS qadev27 (1.6.58); FILE MERGEDVladimir Glazounov1-0/+1
2006/06/20 09:49:49 cn 1.6.58.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'
2006-11-21INTEGRATION: CWS qadev27 (1.6.16); FILE MERGEDVladimir Glazounov1-0/+1
2006/06/20 09:49:49 cn 1.6.16.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'
2005-11-02INTEGRATION: CWS qadev24 (1.5.34); FILE MERGEDKurt Zenker1-0/+6
2005/08/24 12:22:03 cn 1.5.34.1: #i53720 add com::sun::star::chart::XChartDataArray since #i51627
2004-08-11INTEGRATION: CWS tleamisc (1.2.50); FILE MERGEDOliver Bolte1-71/+3
2004/08/10 14:26:36 sw 1.2.50.1: #i25331#
2004-08-11INTEGRATION: CWS tleamisc (1.2.50); FILE MERGEDOliver Bolte1-0/+1
2004/08/10 14:26:35 sw 1.2.50.1: #i25331#
2004-08-11INTEGRATION: CWS tleamisc (1.1.142); FILE MERGEDOliver Bolte2-0/+2
2004/08/10 14:26:35 sw 1.1.142.1: #i25331#
2004-08-11INTEGRATION: CWS tleamisc (1.4.92); FILE MERGEDOliver Bolte3-3/+6
2004/08/10 14:26:35 sw 1.4.92.1: #i25331#
2004-08-11INTEGRATION: CWS tleamisc (1.5.50); FILE MERGEDOliver Bolte1-0/+1
2004/08/10 14:26:34 sw 1.5.50.1: #i25331#
2004-08-11INTEGRATION: CWS tleamisc (1.1.142); FILE MERGEDOliver Bolte1-0/+1
2004/08/10 14:26:34 sw 1.1.142.1: #i25331#
2004-08-11INTEGRATION: CWS tleamisc (1.2.92); FILE MERGEDOliver Bolte1-8/+9
2004/08/10 14:26:34 sw 1.2.92.1: #i25331#
2004-08-11INTEGRATION: CWS tleamisc (1.4.92); FILE MERGEDOliver Bolte2-2/+4
2004/08/10 14:26:34 sw 1.4.92.1: #i25331#
2004-08-11INTEGRATION: CWS tleamisc (1.5.50); FILE MERGEDOliver Bolte1-0/+1
2004/08/10 14:26:33 sw 1.5.50.1: #i25331#
2004-08-11INTEGRATION: CWS tleamisc (1.4.92); FILE MERGEDOliver Bolte1-1/+2
2004/08/10 14:26:33 sw 1.4.92.1: #i25331#
2004-08-11INTEGRATION: CWS tleamisc (1.1.142); FILE MERGEDOliver Bolte1-0/+2
2004/08/10 14:26:33 sw 1.1.142.1: #i25331#
2004-08-11INTEGRATION: CWS tleamisc (1.1.2); FILE ADDEDOliver Bolte1-0/+65
2004/08/10 14:24:40 sw 1.1.2.1: #i25331#
2004-03-19INTEGRATION: CWS qadev16 (1.1.2); FILE ADDEDOliver Bolte1-0/+95
2004/03/04 14:31:23 sg 1.1.2.1: #115512#NEW: initial version
2004-03-19INTEGRATION: CWS qadev16 (1.1.2); FILE ADDEDOliver Bolte1-0/+193
2004/03/04 14:31:03 sg 1.1.2.1: #115512#NEW: initial version
2004-03-19INTEGRATION: CWS qadev16 (1.1.2); FILE ADDEDOliver Bolte1-0/+95
2004/03/04 14:30:42 sg 1.1.2.1: #115512#NEW: initial version
2004-03-19INTEGRATION: CWS qadev16 (1.1.2); FILE ADDEDOliver Bolte1-0/+103
2004/03/04 14:30:16 sg 1.1.2.1: #115512#NEW: initial version
2004-03-19INTEGRATION: CWS qadev16 (1.1.60); FILE MERGEDOliver Bolte1-1/+1
2004/03/10 10:35:07 sw 1.1.60.1: #115512#
2004-03-17INTEGRATION: CWS tl02 (1.4.34); FILE MERGEDOliver Bolte1-1/+4
2004/02/02 11:31:08 sw 1.4.34.1: #112405#
2004-03-17INTEGRATION: CWS tl02 (1.4.34); FILE MERGEDOliver Bolte1-1/+4
2004/02/02 11:30:46 sw 1.4.34.1: #112405#
2003-09-08INTEGRATION: CWS qadev11 (1.3.24); FILE MERGEDRüdiger Timm1-0/+9
2003/08/28 14:43:33 sw 1.3.24.1: #112003#
2003-09-08INTEGRATION: CWS qadev11 (1.3.24); FILE MERGEDRüdiger Timm2-0/+14
2003/08/28 14:43:32 sw 1.3.24.1: #112003#
2003-09-08INTEGRATION: CWS qadev11 (1.1.28); FILE MERGEDRüdiger Timm1-0/+2
2003/08/28 14:43:32 sw 1.1.28.1: #112003#
2003-09-08INTEGRATION: CWS qadev11 (1.3.24); FILE MERGEDRüdiger Timm1-0/+9
2003/08/28 14:43:31 sw 1.3.24.1: #112003#
2003-09-08INTEGRATION: CWS qadev11 (1.1.28); FILE MERGEDRüdiger Timm2-0/+5
2003/08/28 14:43:31 sw 1.1.28.1: #112003#
2003-09-08INTEGRATION: CWS qadev11 (1.3.24); FILE MERGEDRüdiger Timm3-1/+17
2003/08/28 14:43:30 sw 1.3.24.1: #112003#
2003-09-08INTEGRATION: CWS qadev11 (1.3.24); FILE MERGEDRüdiger Timm2-4/+9
2003/08/28 14:43:29 sw 1.3.24.1: #112003#
2003-09-08INTEGRATION: CWS qadev11 (1.2.2); FILE ADDEDRüdiger Timm1-0/+36
2003/08/28 14:43:10 sw 1.2.2.1: #112003#
2003-09-08INTEGRATION: CWS qadev11 (1.1.28); FILE MERGEDRüdiger Timm1-0/+1
2003/08/28 14:43:28 sw 1.1.28.1: #112003#
2003-09-08INTEGRATION: CWS qadev11 (1.3.24); FILE MERGEDRüdiger Timm1-0/+9
2003/08/28 14:43:28 sw 1.3.24.1: #112003#
2003-09-08INTEGRATION: CWS qadev11 (1.2.14); FILE MERGEDRüdiger Timm2-6/+6
2003/08/28 14:43:28 sw 1.2.14.1: #112003#