Home
last modified time | relevance | path

Searched refs:annotation (Results 1 – 25 of 112) sorted by relevance

12345

/aoo41x/main/offapi/com/sun/star/office/
H A DXAnnotation.idl61 /** This interface gives access to an annotation inside a document.
68 /** manages the lifetime of this annotation, should only be used
69 by the owner of the annotation which should be the document itself. */
72 /** a reference to the document content this annotation is anchored to. */
76 the annotation should be rendered. This could be an offset to the
81 large the annotation should be rendered. */
84 /** stores the full name of the author who created this annotation. */
87 /** stores the date and time this annotation was last edited. */
H A DXAnnotationAccess.idl45 /** This interface gives access to the annotation for a document content.
49 /** creates a new annotation and inserts it into the document content.
53 /** removes the annotation from this document content.
55 …void removeAnnotation( [in] XAnnotation annotation ) raises ( com::sun::star::lang::IllegalArgumen…
58 a new enumeration object for this annotation container.
/aoo41x/main/offapi/com/sun/star/sheet/
H A DXSheetAnnotations.idl51 /** creates a new annotation.
53 <p>This method creates a new annotation object, attaches it to the
58 annotation.
61 contains the annotation text.
69 /** removes a cell annotation from the collection.
71 <p>This method removes the annotation from its cell and from the
75 is the index of the annotation in the collection.
H A DXSheetAnnotation.idl41 /** provides methods to query data of the annotation and to show and
51 contains this annotation.
57 /** returns the name of the user who last changed the annotation.
64 annotation was last changed.
70 /** returns, whether the annotation is permanently visible.
76 /** specifies whether the annotation is permanently visible.
H A DCellAnnotation.idl49 /** represents a cell annotation object attached to a spreadsheet cell.
57 /** provides methods to query data of the annotation
66 <p>The parent of a cell annotation is the cell that contains it.</p>
72 /** provides access to the text contents of the annotation.
H A DXSheetAnnotationAnchor.idl41 /** provides access to a cell annotation attached to a spreadsheet cell.
50 /** returns the annotation at this anchor.
H A DXSheetAnnotationShapeSupplier.idl41 /** provides methods to get the shape of o annotation
51 /** returns the shape of the annotation
H A DCellAnnotationShape.idl37 /** represents the shape of a cell annotation object attached to a spreadsheet cell.
H A DSheetCell.idl222 /** provides access to the annotation attached to this cell.
/aoo41x/main/offapi/com/sun/star/text/textfield/
H A DAnnotation.idl36 /** specifies service of an annotation text field.
42 /** contains the name of the author of the annotation.
46 /** contains the initials of the author of the annotation.
52 /** contains the name of the annotation.
58 /** contains the annotation's content
/aoo41x/test/testcommon/source/org/openoffice/test/common/
H A DFileProvider.java27 import java.lang.annotation.Annotation;
28 import java.lang.annotation.ElementType;
29 import java.lang.annotation.Retention;
30 import java.lang.annotation.RetentionPolicy;
31 import java.lang.annotation.Target;
/aoo41x/main/sd/source/core/annotations/
H A DAnnotationAccess.cxx38 …moveAnnotation(const css::uno::Reference< css::office::XAnnotation > & annotation) throw (css::uno…
65 …moveAnnotation(const css::uno::Reference< css::office::XAnnotation > & annotation) throw (css::uno… in removeAnnotation() argument
/aoo41x/main/sw/source/ui/docvw/
H A DPostItMgr.cxx668 … static_cast<sw::annotation::SwAnnotationWin*>(pPostIt)->InitAnswer(mpAnswer); in LayoutPostIts()
1378 sw::annotation::SwAnnotationWin* SwPostItMgr::GetAnnotationWin(const SwPostItField* pFld) const in GetAnnotationWin()
1383 return dynamic_cast<sw::annotation::SwAnnotationWin*>((*i)->pPostIt); in GetAnnotationWin()
1467 sw::annotation::SwAnnotationWin* pOldPostIt = in SetShadowState()
1473 sw::annotation::SwAnnotationWin* pNewPostIt = GetAnnotationWin(pFld); in SetShadowState()
1499 … sw::annotation::SwAnnotationWin* pOldPostIt = GetAnnotationWin(mShadowState.mpShadowFld); in SetShadowState()
1925 dynamic_cast<sw::annotation::SwAnnotationWin*>(mpActivePostIt) != 0; in HasActiveAnnotationWin()
H A DAnnotationMenuButton.hxx33 namespace sw { namespace annotation { namespace
H A Dannotation.src24 #include "annotation.hrc"
H A DAnnotationMenuButton.cxx43 namespace sw { namespace annotation { namespace
H A DAnnotationWin.cxx61 namespace sw { namespace annotation { namespace
/aoo41x/main/sw/inc/
H A DPostItMgr.hxx53 namespace sw { namespace annotation { namespace
248 sw::annotation::SwAnnotationWin* GetAnnotationWin(const SwPostItField* pFld) const;
H A DAnnotationWin.hxx32 namespace sw { namespace annotation { namespace
/aoo41x/main/sw/source/core/fields/
H A Dpostithelper.cxx201 return new sw::annotation::SwAnnotationWin( rEditWin, nBits, in GetSidebarWindow()
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DBundle.properties29 # {0} - original name before annotation
/aoo41x/main/sw/
H A DAllLangResTarget_sw.mk106 sw/source/ui/docvw/annotation.src \
/aoo41x/main/offapi/com/sun/star/text/
H A DBibliographyDataField.idl59 /** This field contains an annotation.
/aoo41x/main/sd/source/ui/unoidl/
H A Dunopage.hxx161 …::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation > & annotation) throw (::com::s…
H A Dunopage.cxx2599 void SAL_CALL SdGenericDrawPage::removeAnnotation(const Reference< XAnnotation > & annotation) thro… in removeAnnotation() argument
2601 GetPage()->removeAnnotation(annotation); in removeAnnotation()

Completed in 94 milliseconds

12345