Kaydet (Commit) e98c03ed authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile Kaydeden (comit) Caolán McNamara

Resolves: #i87780# Document css::text::AutoTextGroup properties

(cherry picked from commit cdc1af83)

Conflicts:
	offapi/com/sun/star/text/AutoTextGroup.idl

Change-Id: I543e5c34973e39c4f5fe95388411db2967f7ced2
üst 08a6da99
...@@ -20,28 +20,33 @@ ...@@ -20,28 +20,33 @@
#define __com_sun_star_text_AutoTextGroup_idl__ #define __com_sun_star_text_AutoTextGroup_idl__
#include <com/sun/star/text/XAutoTextGroup.idl> #include <com/sun/star/text/XAutoTextGroup.idl>
#include <com/sun/star/container/XIndexAccess.idl> #include <com/sun/star/container/XIndexAccess.idl>
#include <com/sun/star/container/XNamed.idl> #include <com/sun/star/container/XNamed.idl>
module com { module sun { module star { module text {
/** provides access to text blocks in a group.
module com { module sun { module star { module text { @see com::sun::star::text::AutoTextContainer
/** provides access to text blocks in a group.@see com::sun::star::text::AutoTextContainer
*/ */
published service AutoTextGroup published service AutoTextGroup
{ {
interface com::sun::star::text::XAutoTextGroup; interface com::sun::star::text::XAutoTextGroup;
interface com::sun::star::container::XIndexAccess; interface com::sun::star::container::XIndexAccess;
/** provides access to the name of the group. /** provides access to the name of the group.
*/ */
interface com::sun::star::container::XNamed; interface com::sun::star::container::XNamed;
}; /** The path to the file containing the AutoTextEntry&apos;s in this group
*/
[property, readonly] string FilePath;
/** The title of this AutoTextGroup
*/
[property] string Title;
};
}; }; }; }; }; }; }; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment