summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2012-11-04 02:42:08 +0000
committerAriel Constenla-Haile <arielch@apache.org>2012-11-04 02:42:08 +0000
commitcdc1af8302d0998f98776ec103f1402ee9a3d6f4 (patch)
tree3dc7a57fff5ac098c71d110248438f6d38a9e030
parentbcc6f1762eda8ac5290eb10b4ad47a249c9b5f51 (diff)
#i87780# - Document css::text::AutoTextGroup properties
Notes
Notes: merged as: e98c03ed6525b026ca3cd7941b3634c0f5561397
-rw-r--r--offapi/com/sun/star/text/AutoTextGroup.idl35
1 files changed, 12 insertions, 23 deletions
diff --git a/offapi/com/sun/star/text/AutoTextGroup.idl b/offapi/com/sun/star/text/AutoTextGroup.idl
index 0c5fee5b164c..dcb16709b8ed 100644
--- a/offapi/com/sun/star/text/AutoTextGroup.idl
+++ b/offapi/com/sun/star/text/AutoTextGroup.idl
@@ -23,45 +23,34 @@
#ifndef __com_sun_star_text_AutoTextGroup_idl__
#define __com_sun_star_text_AutoTextGroup_idl__
-#ifndef __com_sun_star_text_XAutoTextGroup_idl__
#include <com/sun/star/text/XAutoTextGroup.idl>
-#endif
-
-#ifndef __com_sun_star_container_XIndexAccess_idl__
#include <com/sun/star/container/XIndexAccess.idl>
-#endif
-
-#ifndef __com_sun_star_container_XNamed_idl__
#include <com/sun/star/container/XNamed.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module text {
-//=============================================================================
+module com { module sun { module star { module text {
-// DocMerge from xml: service com::sun::star::text::AutoTextGroup
-/** provides access to text blocks in a group.@see com::sun::star::text::AutoTextContainer
+/** provides access to text blocks in a group.
+ @see com::sun::star::text::AutoTextContainer
*/
published service AutoTextGroup
{
- // DocMerge: empty anyway
interface com::sun::star::text::XAutoTextGroup;
- // DocMerge: empty anyway
interface com::sun::star::container::XIndexAccess;
-
- // DocMerge from xml: service com::sun::star::text::AutoTextGroup: interface com::sun::star::container::XNamed
/** provides access to the name of the group.
- */
+ */
interface com::sun::star::container::XNamed;
-};
+ /** The path to the file containing the <type>AutoTextEntry</type>&apos;s in this group
+ */
+ [property, readonly] string FilePath;
-//=============================================================================
+ /** The title of this <type>AutoTextGroup</type>
+ */
+ [property] string Title;
+
+};
}; }; }; };