Searched refs:ScAnnotationObj (Results 1 – 10 of 10) sorted by relevance
67 ScAnnotationObj::ScAnnotationObj(ScDocShell* pDocSh, const ScAddress& rPos) : in ScAnnotationObj() function in ScAnnotationObj78 ScAnnotationObj::~ScAnnotationObj() in ~ScAnnotationObj()87 void ScAnnotationObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()127 uno::Reference<text::XTextCursor> SAL_CALL ScAnnotationObj::createTextCursor() in createTextCursor()144 rtl::OUString SAL_CALL ScAnnotationObj::getString() throw(uno::RuntimeException) in getString()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()232 uno::Reference < drawing::XShape > SAL_CALL ScAnnotationObj::getAnnotationShape() in getAnnotationShape()243 SvxUnoText& ScAnnotationObj::GetUnoText() in GetUnoText()[all …]
3515 ScAnnotationObj* ScAnnotationsObj::GetObjectByIndex_Impl( sal_Int32 nIndex ) const in GetObjectByIndex_Impl()3521 return new ScAnnotationObj( pDocShell, aPos ); in GetObjectByIndex_Impl()
6679 return new ScAnnotationObj( pDocSh, aCellPos ); in getAnnotation()
1 "ScAnnotationObj";"com::sun::star::text::XSimpleText";"createTextCursor()"2 "ScAnnotationObj";"com::sun::star::text::XSimpleText";"createTextCursorByRange()"3 "ScAnnotationObj";"com::sun::star::text::XSimpleText";"insertString()"5 "ScAnnotationObj";"com::sun::star::text::XTextRange";"getText()"6 "ScAnnotationObj";"com::sun::star::text::XTextRange";"getStart()"7 "ScAnnotationObj";"com::sun::star::text::XTextRange";"getEnd()"8 "ScAnnotationObj";"com::sun::star::text::XTextRange";"getString()"9 "ScAnnotationObj";"com::sun::star::text::XTextRange";"setString()"13 "ScAnnotationObj";"com::sun::star::sheet::XSheetAnnotation";"getDate()"16 "ScAnnotationObj";"com::sun::star::container::XChild";"getParent()"[all …]
41 class ScAnnotationObj : public cppu::WeakImplHelper5< class50 ScAnnotationObj(ScDocShell* pDocSh, const ScAddress& rPos);51 virtual ~ScAnnotationObj();
61 class ScAnnotationObj;749 ScAnnotationObj* GetObjectByIndex_Impl( sal_Int32 nIndex ) const;
192 sc.ScAnnotationObj::com::sun::star::sheet::XSheetAnnotation193 sc.ScAnnotationObj::com::sun::star::text::XSimpleText194 sc.ScAnnotationObj::com::sun::star::text::XTextRange
37 -o sc.ScAnnotationObj
70 public class ScAnnotationObj extends TestCase { class
73 job75=sc.ScAnnotationObj
Completed in 96 milliseconds