From cdc1af8302d0998f98776ec103f1402ee9a3d6f4 Mon Sep 17 00:00:00 2001 From: Ariel Constenla-Haile Date: Sun, 4 Nov 2012 02:42:08 +0000 Subject: #i87780# - Document css::text::AutoTextGroup properties --- offapi/com/sun/star/text/AutoTextGroup.idl | 35 ++++++++++-------------------- 1 file 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 -#endif - -#ifndef __com_sun_star_container_XIndexAccess_idl__ #include -#endif - -#ifndef __com_sun_star_container_XNamed_idl__ #include -#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 AutoTextEntry's in this group + */ + [property, readonly] string FilePath; -//============================================================================= + /** The title of this AutoTextGroup + */ + [property] string Title; + +}; }; }; }; }; -- cgit v1.2.3