summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/ChartTitle.idl
AgeCommit message (Collapse)AuthorFilesLines
2013-06-04*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/>Michael Stahl1-1/+1
sed -i 's,<\(TRUE\|FALSE\|VOID\|NULL\)/>,`\1`,g' Change-Id: Ia4df97ca809b00993530d67203bbe4ba7a072201
2013-06-04*api: convert <type scope="bar">Foo</type>Michael Stahl1-1/+1
This looks much better now. sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80
2013-06-04*api: convert <type>Foo</type>Michael Stahl1-1/+1
Doxygen does not know type element and will recognize strings that contain capital letter (all API types do) automatically as type. This patch removes 15k doxygen warnings. git ls-files | grep \\.idl | xargs sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: I45c07cf0b115d5fb5353f4aa9719839615ea1150
2012-11-29API CHANGE: remove com.sun.star.xml.UserDefinedAttributeSupplierMichael Stahl1-2/+2
This service is deprecated and has been replaced by com.sun.star.xml.UserDefinedAttributesSupplier in OpenOffice.org 2.0.4. Adapt all services including the removed service to use the replacement. This should have no impact on client code as this service is just glorified documentation anyway. Change-Id: Ie3db10dc34a53d77fa426b5f3bb39dc78d21b946 EXISTENCE: published key "/UCR/com/sun/star/xml/UserDefinedAttributeSupplier" exists only in registry 1 SERVICE: /UCR/com/sun/star/chart/ChartArea incompatible change: Reference 2 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2' SERVICE: /UCR/com/sun/star/chart/ChartAxis incompatible change: Reference 2 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2' SERVICE: /UCR/com/sun/star/chart/ChartDataPointProperties incompatible change: Reference 3 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2' SERVICE: /UCR/com/sun/star/chart/ChartDataRowProperties incompatible change: Reference 2 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2' SERVICE: /UCR/com/sun/star/chart/ChartDocument incompatible change: Reference 0 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2' SERVICE: /UCR/com/sun/star/chart/ChartGrid incompatible change: Reference 1 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2' SERVICE: /UCR/com/sun/star/chart/ChartLegend incompatible change: Reference 2 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2' SERVICE: /UCR/com/sun/star/chart/ChartTitle incompatible change: Reference 1 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2' SERVICE: /UCR/com/sun/star/chart/Diagram incompatible change: Reference 5 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2
2012-08-12Remove comment art from offapi and udkapiJean-Tiare LE BIGOT1-7/+0
I used this "one-liner" to detect comment lines containing only spaces and '=' or '-' $ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \; Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
2012-06-12re-base on ALv2 code.Michael Meeks1-23/+14
2012-01-05add mode-lines to .idl filesCaolán McNamara1-0/+3
2011-04-02Strip include guards in idl filesJulien Nabet1-5/+0
2010-10-24Fix some more typos in documentationAurimas Fišeras1-1/+1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-10-01CWS-TOOLING: integrate CWS chart30Vladimir Glazounov1-1/+11
2008-04-10INTEGRATION: CWS changefileheader (1.14.500); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 15:58:41 rt 1.14.500.1: #i87441# Change license header to LPGL v3.
2005-09-07INTEGRATION: CWS ooo19126 (1.13.178); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 12:14:57 rt 1.13.178.1: #i54170# Change license header: remove SISSL
2004-09-09INTEGRATION: CWS toolbars2 (1.12.70); FILE MERGEDOliver Bolte1-3/+3
2004/08/19 12:29:35 mi 1.12.70.1: #i33199# @since with version number instead of issue id
2004-06-03INTEGRATION: CWS sb18 (1.11.308); FILE MERGEDOliver Bolte1-3/+3
2004/05/21 14:56:44 sb 1.11.308.1: #i21150# Added published flag.
2003-04-17INTEGRATION: CWS sdk01 (1.8.76); FILE MERGEDRüdiger Timm1-2/+4
2003/04/07 07:46:07 mi 1.8.76.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag
2003-03-26MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-40/+11
2003-01-21merge from src641 internal ODK releaseMichael Hönnig1-11/+40
2002-12-10#106005# remove $Log entriesOliver Bolte1-40/+2
2002-11-13#100165# +optional service UserDefinedAttributeSupplierBjörn Milcke1-2/+14
2002-10-03#94968# IDL reviews mergedMichael Hönnig1-13/+20
2001-10-24proofreading and corrections by Richard HoltMichael Hönnig1-4/+7
2000-12-21@see interface/service/... ident -> @see ident - for new docu generatorMichael Hönnig1-3/+6
2000-11-08moved from apiMichael Hönnig1-2/+2
2000-11-06moved from apiMichael Hönnig1-2/+2
2000-11-06moved from apiMichael Hönnig1-0/+133