/aoo42x/main/offapi/com/sun/star/office/ |
H A D | XAnnotation.idl | 61 /** 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 D | XAnnotationAccess.idl | 45 /** 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.
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | XSheetAnnotations.idl | 51 /** 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 D | XSheetAnnotation.idl | 41 /** 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 D | CellAnnotation.idl | 49 /** 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 D | XSheetAnnotationAnchor.idl | 41 /** provides access to a cell annotation attached to a spreadsheet cell. 50 /** returns the annotation at this anchor.
|
H A D | XSheetAnnotationShapeSupplier.idl | 41 /** provides methods to get the shape of o annotation 51 /** returns the shape of the annotation
|
H A D | CellAnnotationShape.idl | 37 /** represents the shape of a cell annotation object attached to a spreadsheet cell.
|
H A D | SheetCell.idl | 222 /** provides access to the annotation attached to this cell.
|
/aoo42x/main/offapi/com/sun/star/text/textfield/ |
H A D | Annotation.idl | 36 /** 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
|
/aoo42x/test/testcommon/source/org/openoffice/test/common/ |
H A D | FileProvider.java | 27 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;
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | PostItMgr.cxx | 668 … 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 D | AnnotationMenuButton.hxx | 33 namespace sw { namespace annotation { namespace
|
H A D | annotation.src | 24 #include "annotation.hrc"
|
H A D | AnnotationMenuButton.cxx | 43 namespace sw { namespace annotation { namespace
|
H A D | AnnotationWin.cxx | 61 namespace sw { namespace annotation { namespace
|
/aoo42x/main/sw/inc/ |
H A D | PostItMgr.hxx | 53 namespace sw { namespace annotation { namespace 248 sw::annotation::SwAnnotationWin* GetAnnotationWin(const SwPostItField* pFld) const;
|
H A D | AnnotationWin.hxx | 32 namespace sw { namespace annotation { namespace
|
/aoo42x/main/sw/source/core/fields/ |
H A D | postithelper.cxx | 201 return new sw::annotation::SwAnnotationWin( rEditWin, nBits, in GetSidebarWindow()
|
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/ |
H A D | Bundle.properties | 29 # {0} - original name before annotation
|
/aoo42x/main/sw/ |
H A D | AllLangResTarget_sw.mk | 106 sw/source/ui/docvw/annotation.src \
|
/aoo42x/main/offapi/com/sun/star/text/ |
H A D | BibliographyDataField.idl | 59 /** This field contains an annotation.
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | unopage.hxx | 161 …::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation > & annotation) throw (::com::s…
|
H A D | unopage.cxx | 2599 void SAL_CALL SdGenericDrawPage::removeAnnotation(const Reference< XAnnotation > & annotation) thro… in removeAnnotation() argument 2601 GetPage()->removeAnnotation(annotation); in removeAnnotation()
|
/aoo42x/main/offapi/com/sun/star/accessibility/ |
H A D | AccessibleRole.idl | 692 In the OpenDocument file format a comment is known as an annotation.</p>
|