Searched refs:ScDrawTextCursor (Results 1 – 5 of 5) sorted by relevance
820 ScDrawTextCursor::ScDrawTextCursor(const ScDrawTextCursor& rOther) : in ScDrawTextCursor() function in ScDrawTextCursor826 ScDrawTextCursor::ScDrawTextCursor( const uno::Reference<text::XText>& xParent, in ScDrawTextCursor() function in ScDrawTextCursor834 ScDrawTextCursor::~ScDrawTextCursor() throw() in ~ScDrawTextCursor()840 uno::Reference<text::XText> SAL_CALL ScDrawTextCursor::getText() in getText()846 uno::Reference<text::XTextRange> SAL_CALL ScDrawTextCursor::getStart() in getStart()852 ScDrawTextCursor* pNew = new ScDrawTextCursor( *this ); in getStart()863 uno::Reference<text::XTextRange> SAL_CALL ScDrawTextCursor::getEnd() in getEnd()869 ScDrawTextCursor* pNew = new ScDrawTextCursor( *this ); in getEnd()882 sal_Int64 SAL_CALL ScDrawTextCursor::getSomething( in getSomething()895 const uno::Sequence<sal_Int8>& ScDrawTextCursor::getUnoTunnelId() in getUnoTunnelId()[all …]
1124 return new ScDrawTextCursor( this, *pText ); in createTextCursor()1143 SvxUnoTextCursor* pCursor = new ScDrawTextCursor( this, *pText ); in createTextCursorByRange()
283 class ScDrawTextCursor : public SvxUnoTextCursor class289 ScDrawTextCursor(const ScDrawTextCursor& rOther);290 ScDrawTextCursor( const com::sun::star::uno::Reference<293 virtual ~ScDrawTextCursor() throw();308 static ScDrawTextCursor* getImplementation( const com::sun::star::uno::Reference<
1067 ScDrawTextCursor* pDrawImp = ScDrawTextCursor::getImplementation( xPropSet ); in FillPropertySet()
2388 … ScDrawTextCursor* pCursor = ScDrawTextCursor::getImplementation( xCursorProp ); in _ExportAutoStyles()