Lines Matching refs:ScAnnotationObj

62 SC_SIMPLE_SERVICE_INFO( ScAnnotationObj, "ScAnnotationObj", "com.sun.star.sheet.CellAnnotation" )
67 ScAnnotationObj::ScAnnotationObj(ScDocShell* pDocSh, const ScAddress& rPos) : in ScAnnotationObj() function in ScAnnotationObj
78 ScAnnotationObj::~ScAnnotationObj() in ~ScAnnotationObj()
87 void ScAnnotationObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
105 uno::Reference<uno::XInterface> SAL_CALL ScAnnotationObj::getParent() throw(uno::RuntimeException) in getParent()
118 void SAL_CALL ScAnnotationObj::setParent( const uno::Reference<uno::XInterface>& /* Parent */ ) in setParent()
127 uno::Reference<text::XTextCursor> SAL_CALL ScAnnotationObj::createTextCursor() in createTextCursor()
135 uno::Reference<text::XTextCursor> SAL_CALL ScAnnotationObj::createTextCursorByRange( in createTextCursorByRange()
144 rtl::OUString SAL_CALL ScAnnotationObj::getString() throw(uno::RuntimeException) in getString()
150 void SAL_CALL ScAnnotationObj::setString( const rtl::OUString& aText ) throw(uno::RuntimeException) in setString()
156 void SAL_CALL ScAnnotationObj::insertString( const uno::Reference<text::XTextRange>& xRange, in insertString()
164 void SAL_CALL ScAnnotationObj::insertControlCharacter( const uno::Reference<text::XTextRange>& xRan… in insertControlCharacter()
172 uno::Reference<text::XText> SAL_CALL ScAnnotationObj::getText() throw(uno::RuntimeException) in getText()
178 uno::Reference<text::XTextRange> SAL_CALL ScAnnotationObj::getStart() throw(uno::RuntimeException) in getStart()
184 uno::Reference<text::XTextRange> SAL_CALL ScAnnotationObj::getEnd() throw(uno::RuntimeException) in getEnd()
192 table::CellAddress SAL_CALL ScAnnotationObj::getPosition() throw(uno::RuntimeException) in getPosition()
202 rtl::OUString SAL_CALL ScAnnotationObj::getAuthor() throw(uno::RuntimeException) in getAuthor()
209 rtl::OUString SAL_CALL ScAnnotationObj::getDate() throw(uno::RuntimeException) in getDate()
216 sal_Bool SAL_CALL ScAnnotationObj::getIsVisible() throw(uno::RuntimeException) in getIsVisible()
223 void SAL_CALL ScAnnotationObj::setIsVisible( sal_Bool bIsVisible ) throw(uno::RuntimeException) in setIsVisible()
232 uno::Reference < drawing::XShape > SAL_CALL ScAnnotationObj::getAnnotationShape() in getAnnotationShape()
243 SvxUnoText& ScAnnotationObj::GetUnoText() in GetUnoText()
255 const ScPostIt* ScAnnotationObj::ImplGetNote() const in ImplGetNote()