Searched refs:ScDrawTextCursor (Results 1 – 5 of 5) sorted by relevance
833 ScDrawTextCursor::ScDrawTextCursor(const ScDrawTextCursor& rOther) : in ScDrawTextCursor() function in ScDrawTextCursor839 ScDrawTextCursor::ScDrawTextCursor( const uno::Reference<text::XText>& xParent, in ScDrawTextCursor() function in ScDrawTextCursor847 ScDrawTextCursor::~ScDrawTextCursor() throw() in ~ScDrawTextCursor()853 uno::Reference<text::XText> SAL_CALL ScDrawTextCursor::getText() throw(uno::RuntimeException) in getText()865 ScDrawTextCursor* pNew = new ScDrawTextCursor( *this ); in getStart()876 uno::Reference<text::XTextRange> SAL_CALL ScDrawTextCursor::getEnd() throw(uno::RuntimeException) in getEnd()882 ScDrawTextCursor* pNew = new ScDrawTextCursor( *this ); in getEnd()895 sal_Int64 SAL_CALL ScDrawTextCursor::getSomething( in getSomething()908 const uno::Sequence<sal_Int8>& ScDrawTextCursor::getUnoTunnelId() in getUnoTunnelId()925 ScDrawTextCursor* ScDrawTextCursor::getImplementation( const uno::Reference<uno::XInterface> xObj ) in getImplementation()[all …]
1150 return new ScDrawTextCursor( this, *pText ); in createTextCursor()1170 SvxUnoTextCursor* pCursor = new ScDrawTextCursor( this, *pText ); in createTextCursorByRange()
303 class ScDrawTextCursor : public SvxUnoTextCursor class309 ScDrawTextCursor(const ScDrawTextCursor& rOther);310 ScDrawTextCursor( const com::sun::star::uno::Reference<313 virtual ~ScDrawTextCursor() throw();329 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()
Completed in 56 milliseconds