/aoo41x/main/sc/source/ui/vba/ |
H A D | vbacomment.cxx | 55 uno::Reference< text::XSimpleText > xAnnoText( getAnnotation(), uno::UNO_QUERY ); in ScVbaComment() 61 ScVbaComment::getAnnotation() throw (uno::RuntimeException) in getAnnotation() function in ScVbaComment 65 …return uno::Reference< sheet::XSheetAnnotation > ( xAnnoAnchor->getAnnotation(), uno::UNO_QUERY_TH… in getAnnotation() 82 table::CellAddress aAddress = getAnnotation()->getPosition(); in getAnnotationIndex() 118 return getAnnotation()->getAuthor(); in getAuthor() 130 …uno::Reference< sheet::XSheetAnnotationShapeSupplier > xAnnoShapeSupp( getAnnotation(), uno::UNO_Q… in getShape() 141 return getAnnotation()->getIsVisible(); in getVisible() 147 getAnnotation()->setIsVisible( _visible ); in setVisible() 176 uno::Reference< text::XSimpleText > xAnnoText( getAnnotation(), uno::UNO_QUERY_THROW ); in Text()
|
H A D | vbacomment.hxx | 46 …css::uno::Reference< css::sheet::XSheetAnnotation > SAL_CALL getAnnotation() throw (css::uno::Runt…
|
/aoo41x/test/testcommon/source/org/openoffice/test/common/ |
H A D | FileProvider.java | 120 Annotation a = f.getAnnotation(FileRepos.class); in FileProvider() 129 a = f.getAnnotation(FileFilter.class); in FileProvider() 137 a = f.getAnnotation(FileRepeat.class); in FileProvider()
|
H A D | CSVReporter.java | 90 Ignore ignore = description.getAnnotation(Ignore.class); in testIgnored()
|
H A D | XMLReporter.java | 120 Ignore ignore = description.getAnnotation(Ignore.class); in testIgnored()
|
/aoo41x/main/writerfilter/source/doctok/ |
H A D | WW8DocumentImpl.hxx | 629 writerfilter::Reference<Stream>::Pointer_t getAnnotation(sal_uInt32 nPos); 636 writerfilter::Reference<Stream>::Pointer_t getAnnotation
|
H A D | WW8DocumentImpl.cxx | 956 pResult = getAnnotation(rCpAndFc); in getSubDocument() 1220 WW8DocumentImpl::getAnnotation(sal_uInt32 nPos) in getAnnotation() function in writerfilter::doctok::WW8DocumentImpl 1231 WW8DocumentImpl::getAnnotation(const CpAndFc & rCpAndFc) in getAnnotation() function in writerfilter::doctok::WW8DocumentImpl
|
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XSheetAnnotationAnchor.java | 48 anno = oObj.getAnnotation(); in _getAnnotation()
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | XSheetAnnotationAnchor.idl | 52 com::sun::star::sheet::XSheetAnnotation getAnnotation();
|
/aoo41x/main/sd/source/ui/annotations/ |
H A D | annotationwindow.hxx | 121 …const ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation >& getAnnotation() c… in getAnnotation() function in sd::AnnotationWindow
|
/aoo41x/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScAnnotationTextCursor.java | 128 XSheetAnnotation oAnno = oAnnoA.getAnnotation(); in createTestEnvironment()
|
H A D | ScAnnotationObj.java | 159 XSheetAnnotation oAnno = oAnnoA.getAnnotation(); in createTestEnvironment()
|
H A D | ScAnnotationsObj.java | 154 XSheetAnnotation oAnno = oAnnoA.getAnnotation(); in createTestEnvironment()
|
H A D | ScAnnotationShapeObj.java | 177 XSheetAnnotation oAnno = oAnnoA.getAnnotation(); in createTestEnvironment()
|
/aoo41x/test/testuno/source/fvt/uno/sc/rowcolumn/ |
H A D | CreateShowHideEditDeleteComments.java | 190 XSheetAnnotation xAnnotation = xAnnotAnchor.getAnnotation(); in testShowHideComments()
|
/aoo41x/main/oox/source/xls/ |
H A D | commentsbuffer.cxx | 140 Reference< XSheetAnnotation > xAnno( xAnnoAnchor->getAnnotation(), UNO_SET_THROW ); in finalizeImport()
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleCellBase.cxx | 375 … uno::Reference <sheet::XSheetAnnotation> xSheetAnnotation = xAnnotationAnchor->getAnnotation(); in GetNote()
|
/aoo41x/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScCellObj.csv | 156 "ScCellObj";"com::sun::star::sheet::XSheetAnnotationAnchor";"getAnnotation()"
|
/aoo41x/main/sc/workben/ |
H A D | test.cxx | 433 XSheetAnnotationRef xAnnotation = xAnchor->getAnnotation(); in lcl_Annotations()
|
/aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetSample.java | 288 com.sun.star.sheet.XSheetAnnotation xAnnotation = xAnnotAnchor.getAnnotation(); in doCellSamples()
|
/aoo41x/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetSample.cs | 175 xAnnotAnchor.getAnnotation(); in doCellSamples()
|
/aoo41x/main/sc/inc/ |
H A D | cellsuno.hxx | 949 getAnnotation() throw(::com::sun::star::uno::RuntimeException);
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 6673 uno::Reference<sheet::XSheetAnnotation> SAL_CALL ScCellObj::getAnnotation() in getAnnotation() function in ScCellObj
|