summaryrefslogtreecommitdiffstats
path: root/qadevOOo/objdsc/sw
Commit message (Collapse)AuthorAgeFilesLines
* remove MID_GRAPHIC_URL and related mappings, implementationTomaž Vajngerl2018-03-093-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>
* sw: get rid of FN_UNO_GRAPHIC_U_R_L and "GraphicURL" propertyTomaž Vajngerl2018-03-081-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>
* uno: new InteropGrabBag UNO prop in OfficeDocumentAndres Gomez2013-09-201-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>
* svx: new InteropGrabBag UNO prop in Shape serviceAndres Gomez2013-09-051-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>
* CharBrd 7: Border shadowZolnai Tamás2013-08-236-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
* CharBrd 8.2: Tests for UNO API and ODF filterZolnai Tamás2013-08-186-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
* API CHANGE: remove service com.sun.star.text.PrintPreviewSettingsMichael Stahl2012-11-301-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'
* API CHANGE: remove com.sun.star.text.XLineNumberingSupplierMichael Stahl2012-11-301-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
* API CHANGE: remove com.sun.star.document.XDocumentInfoMichael Stahl2012-11-261-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
* .csv files don't need executable bitsMichael Stahl2012-03-234-0/+0
|
* removed leftovers of the Simple Handles optionTim Hardeck2011-11-101-1/+0
| | | | | Removed leftovers of the Simple Handles option which weren't delete by the previous patch.
* INTEGRATION: CWS qadev32 (1.7.28); FILE MERGEDRüdiger Timm2008-06-131-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
* INTEGRATION: CWS qadev29 (1.1.206); FILE MERGEDIvo Hinkelmann2007-06-041-0/+4
| | | | 2007/04/26 07:35:46 cn 1.1.206.1: #i75120# new Interface 'com::sun::star::view::XFormLayerAccess'
* INTEGRATION: CWS qadev27 (1.3.58); FILE MERGEDVladimir Glazounov2006-11-211-0/+1
| | | | 2006/06/20 09:49:50 cn 1.3.58.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'
* INTEGRATION: CWS qadev27 (1.5.58); FILE MERGEDVladimir Glazounov2006-11-213-0/+3
| | | | 2006/06/20 09:49:50 cn 1.5.58.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'
* INTEGRATION: CWS qadev27 (1.6.58); FILE MERGEDVladimir Glazounov2006-11-211-0/+1
| | | | 2006/06/20 09:49:50 cn 1.6.58.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'
* INTEGRATION: CWS qadev27 (1.5.58); FILE MERGEDVladimir Glazounov2006-11-212-0/+2
| | | | 2006/06/20 09:49:49 cn 1.5.58.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'
* INTEGRATION: CWS qadev27 (1.6.58); FILE MERGEDVladimir Glazounov2006-11-211-0/+1
| | | | 2006/06/20 09:49:49 cn 1.6.58.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'
* INTEGRATION: CWS qadev27 (1.6.16); FILE MERGEDVladimir Glazounov2006-11-211-0/+1
| | | | 2006/06/20 09:49:49 cn 1.6.16.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'
* INTEGRATION: CWS qadev24 (1.5.34); FILE MERGEDKurt Zenker2005-11-021-0/+6
| | | | 2005/08/24 12:22:03 cn 1.5.34.1: #i53720 add com::sun::star::chart::XChartDataArray since #i51627
* INTEGRATION: CWS tleamisc (1.2.50); FILE MERGEDOliver Bolte2004-08-111-71/+3
| | | | 2004/08/10 14:26:36 sw 1.2.50.1: #i25331#
* INTEGRATION: CWS tleamisc (1.2.50); FILE MERGEDOliver Bolte2004-08-111-0/+1
| | | | 2004/08/10 14:26:35 sw 1.2.50.1: #i25331#
* INTEGRATION: CWS tleamisc (1.1.142); FILE MERGEDOliver Bolte2004-08-112-0/+2
| | | | 2004/08/10 14:26:35 sw 1.1.142.1: #i25331#
* INTEGRATION: CWS tleamisc (1.4.92); FILE MERGEDOliver Bolte2004-08-113-3/+6
| | | | 2004/08/10 14:26:35 sw 1.4.92.1: #i25331#
* INTEGRATION: CWS tleamisc (1.5.50); FILE MERGEDOliver Bolte2004-08-111-0/+1
| | | | 2004/08/10 14:26:34 sw 1.5.50.1: #i25331#
* INTEGRATION: CWS tleamisc (1.1.142); FILE MERGEDOliver Bolte2004-08-111-0/+1
| | | | 2004/08/10 14:26:34 sw 1.1.142.1: #i25331#
* INTEGRATION: CWS tleamisc (1.2.92); FILE MERGEDOliver Bolte2004-08-111-8/+9
| | | | 2004/08/10 14:26:34 sw 1.2.92.1: #i25331#
* INTEGRATION: CWS tleamisc (1.4.92); FILE MERGEDOliver Bolte2004-08-112-2/+4
| | | | 2004/08/10 14:26:34 sw 1.4.92.1: #i25331#
* INTEGRATION: CWS tleamisc (1.5.50); FILE MERGEDOliver Bolte2004-08-111-0/+1
| | | | 2004/08/10 14:26:33 sw 1.5.50.1: #i25331#
* INTEGRATION: CWS tleamisc (1.4.92); FILE MERGEDOliver Bolte2004-08-111-1/+2
| | | | 2004/08/10 14:26:33 sw 1.4.92.1: #i25331#
* INTEGRATION: CWS tleamisc (1.1.142); FILE MERGEDOliver Bolte2004-08-111-0/+2
| | | | 2004/08/10 14:26:33 sw 1.1.142.1: #i25331#
* INTEGRATION: CWS tleamisc (1.1.2); FILE ADDEDOliver Bolte2004-08-111-0/+65
| | | | 2004/08/10 14:24:40 sw 1.1.2.1: #i25331#
* INTEGRATION: CWS qadev16 (1.1.2); FILE ADDEDOliver Bolte2004-03-191-0/+95
| | | | 2004/03/04 14:31:23 sg 1.1.2.1: #115512#NEW: initial version
* INTEGRATION: CWS qadev16 (1.1.2); FILE ADDEDOliver Bolte2004-03-191-0/+193
| | | | 2004/03/04 14:31:03 sg 1.1.2.1: #115512#NEW: initial version
* INTEGRATION: CWS qadev16 (1.1.2); FILE ADDEDOliver Bolte2004-03-191-0/+95
| | | | 2004/03/04 14:30:42 sg 1.1.2.1: #115512#NEW: initial version
* INTEGRATION: CWS qadev16 (1.1.2); FILE ADDEDOliver Bolte2004-03-191-0/+103
| | | | 2004/03/04 14:30:16 sg 1.1.2.1: #115512#NEW: initial version
* INTEGRATION: CWS qadev16 (1.1.60); FILE MERGEDOliver Bolte2004-03-191-1/+1
| | | | 2004/03/10 10:35:07 sw 1.1.60.1: #115512#
* INTEGRATION: CWS tl02 (1.4.34); FILE MERGEDOliver Bolte2004-03-171-1/+4
| | | | 2004/02/02 11:31:08 sw 1.4.34.1: #112405#
* INTEGRATION: CWS tl02 (1.4.34); FILE MERGEDOliver Bolte2004-03-171-1/+4
| | | | 2004/02/02 11:30:46 sw 1.4.34.1: #112405#
* INTEGRATION: CWS qadev11 (1.3.24); FILE MERGEDRüdiger Timm2003-09-081-0/+9
| | | | 2003/08/28 14:43:33 sw 1.3.24.1: #112003#
* INTEGRATION: CWS qadev11 (1.3.24); FILE MERGEDRüdiger Timm2003-09-082-0/+14
| | | | 2003/08/28 14:43:32 sw 1.3.24.1: #112003#
* INTEGRATION: CWS qadev11 (1.1.28); FILE MERGEDRüdiger Timm2003-09-081-0/+2
| | | | 2003/08/28 14:43:32 sw 1.1.28.1: #112003#
* INTEGRATION: CWS qadev11 (1.3.24); FILE MERGEDRüdiger Timm2003-09-081-0/+9
| | | | 2003/08/28 14:43:31 sw 1.3.24.1: #112003#
* INTEGRATION: CWS qadev11 (1.1.28); FILE MERGEDRüdiger Timm2003-09-082-0/+5
| | | | 2003/08/28 14:43:31 sw 1.1.28.1: #112003#
* INTEGRATION: CWS qadev11 (1.3.24); FILE MERGEDRüdiger Timm2003-09-083-1/+17
| | | | 2003/08/28 14:43:30 sw 1.3.24.1: #112003#
* INTEGRATION: CWS qadev11 (1.3.24); FILE MERGEDRüdiger Timm2003-09-082-4/+9
| | | | 2003/08/28 14:43:29 sw 1.3.24.1: #112003#
* INTEGRATION: CWS qadev11 (1.2.2); FILE ADDEDRüdiger Timm2003-09-081-0/+36
| | | | 2003/08/28 14:43:10 sw 1.2.2.1: #112003#
* INTEGRATION: CWS qadev11 (1.1.28); FILE MERGEDRüdiger Timm2003-09-081-0/+1
| | | | 2003/08/28 14:43:28 sw 1.1.28.1: #112003#
* INTEGRATION: CWS qadev11 (1.3.24); FILE MERGEDRüdiger Timm2003-09-081-0/+9
| | | | 2003/08/28 14:43:28 sw 1.3.24.1: #112003#
* INTEGRATION: CWS qadev11 (1.2.14); FILE MERGEDRüdiger Timm2003-09-082-6/+6
| | | | 2003/08/28 14:43:28 sw 1.2.14.1: #112003#