#i117329# - Publishing of UNO types, last wave (for now).

This commit is contained in:
Kai Sommerfeld 2011-03-23 10:34:12 +01:00
parent 3e396922c2
commit 0b494e0cb9
13 changed files with 16 additions and 16 deletions

View file

@ -45,7 +45,7 @@
@since OOo 3.0
*/
interface XAnimationListener : ::com::sun::star::lang::XEventListener
published interface XAnimationListener : ::com::sun::star::lang::XEventListener
{
/** This event is raised when the element local timeline begins to play.
<p>It will be raised each time the element begins the active duration (i.e. when it restarts, but not when it repeats).</p>

View file

@ -43,7 +43,7 @@
/**
*/
interface XAnimationNode : ::com::sun::star::container::XChild
published interface XAnimationNode : ::com::sun::star::container::XChild
{
/** a value from <const>AnimationNodeType</const>.

View file

@ -40,7 +40,7 @@
/** specifies a document which consists of multiple pages
with drawings.
*/
service DrawingDocument
published service DrawingDocument
{
/** this base service describes the whole functionality of such DrawingDocument. */
service GenericDrawingDocument;

View file

@ -82,7 +82,7 @@
<p>Because its function is needed more then once, its defined as generic one.</p>
*/
service GenericDrawingDocument
published service GenericDrawingDocument
{
/** this base service describes storing and printing */
service com::sun::star::document::OfficeDocument;

View file

@ -52,7 +52,7 @@
/** This is the service provided by a presentation document.
*/
service PresentationDocument
published service PresentationDocument
{
/** This is a basic service for a drawing document.

View file

@ -39,7 +39,7 @@ module com { module sun { module star { module presentation {
@since OOo 3.0
*/
interface XSlideShowListener : ::com::sun::star::animations::XAnimationListener
published interface XSlideShowListener : ::com::sun::star::animations::XAnimationListener
{
/** Notify that the slide show is paused
*/

View file

@ -59,7 +59,7 @@ module com { module sun { module star { module presentation {
@since OOo 2.4
*/
interface XSlideShowView : ::com::sun::star::uno::XInterface
published interface XSlideShowView : ::com::sun::star::uno::XInterface
{
/** Get view canvas.<p>
@ -81,9 +81,9 @@ interface XSlideShowView : ::com::sun::star::uno::XInterface
/** Query the current transformation matrix for this view.<p>
This method returns the transformation matrix of the
view. When notified via the transformation change listener,
the show will be displayed using the new transformation.<p>
This method returns the transformation matrix of the
view. When notified via the transformation change listener,
the show will be displayed using the new transformation.<p>
@return the view transformation matrix. Note that the slide
show itself will paint all slides as one-by-one boxes, one

View file

@ -67,7 +67,7 @@ module com { module sun { module star { module rdf {
@see XRepository
@see XDocumentMetadataAccess
*/
interface XMetadatable : XURI
published interface XMetadatable : XURI
{
//-------------------------------------------------------------------------
/** a metadata reference, comprising the stream name and the XML ID.

View file

@ -66,7 +66,7 @@ module com { module sun { module star { module rdf {
@see XURI
@see XLiteral
*/
interface XNode
published interface XNode
{
/// the string value of the node.
[readonly, attribute] string StringValue;

View file

@ -50,7 +50,7 @@ module com { module sun { module star { module rdf {
@see XBlankNode
@see XURI
*/
interface XResource : XNode
published interface XResource : XNode
{
};

View file

@ -62,7 +62,7 @@ module com { module sun { module star { module rdf {
@see XRepository
*/
interface XURI : XResource
published interface XURI : XResource
{
/// prefix
[readonly, attribute] string Namespace;

View file

@ -61,7 +61,7 @@ module com { module sun { module star { module text { module textfield {
@see com::sun::star::rdf
*/
service MetadataField
published service MetadataField
{
//-------------------------------------------------------------------------
/** None of the properties of

View file

@ -35,7 +35,7 @@ module com { module sun { module star { module view {
/** Specifies a selection type for a view that supports a selection model.
*/
enum SelectionType
published enum SelectionType
{
//-------------------------------------------------------------------------