summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DataPilotTablePositionData.idl
AgeCommit message (Collapse)AuthorFilesLines
2013-06-04*api: clean up multi-line and mal-formed XML tagsMichael Stahl1-2/+2
It is amazing what some people believe autodoc supports. Also, com::sun::star::uno::Any does not exist in IDL, that is part of the C++ language binding. Change-Id: I1f1f5cf5d27663ace6ff618ecbecb41fd2dfa1fc
2013-06-04*api: convert <const>Michael Stahl1-3/+3
This one is apparently often abused to link to a constant group, while it can only link to constants within a group. sed -i "s,<const>\([^<]\+\)</const>,\1,g" Change-Id: Ic3d8099751340e4b046298c861bb659beb351eaf
2013-06-04*api: convert remaining <member>Michael Stahl1-2/+2
sed -i "s,<member>\([^<]\+\)</member>,\1,g" Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec
2013-06-04*api: replace <member>Foo</member>Michael Stahl1-5/+5
These member variables need a # prefix. sed -i "s,<member>\([^<:]\+[^)]\)</member>,#\1,g" Change-Id: I721b90f4edae32b5a362479bdbd60423f6427364
2013-06-04*api: convert <type>Foo</type>Michael Stahl1-2/+2
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-08-12Remove comment art from offapi and udkapiJean-Tiare LE BIGOT1-5/+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/+2
2010-11-02jsc340: i115337: cleanup since tagsJuergen Schmidt1-1/+1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-5/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-05-20INTEGRATION: CWS koheidatapilot01 (1.1.2); FILE ADDEDKurt Zenker1-0/+94
2008/05/20 12:57:50 kz 1.1.2.6: updated license header 2007/12/07 05:29:36 kohei 1.1.2.5: removed explicit scopes from elements whose scopes are com::sun::star::sheet, added more annotations for XDataPilotTable2 interface. 2007/12/06 23:08:29 kohei 1.1.2.4: more javadoc comments added. 2007/12/06 22:19:05 kohei 1.1.2.3: more javadoc comments for the new API. 2007/11/30 05:10:20 kohei 1.1.2.2: included license headers & added javadoc description (not done yet). 2007/11/08 17:56:41 kohei 1.1.2.1: added more UNO interface & modified some to allow retrieving position data based on cell positions withth data pilot table.