Home
last modified time | relevance | path

Searched refs:ScDrawTextCursor (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/sc/source/ui/unoobj/
H A Dtextuno.cxx833 ScDrawTextCursor::ScDrawTextCursor(const ScDrawTextCursor& rOther) : in ScDrawTextCursor() function in ScDrawTextCursor
839 ScDrawTextCursor::ScDrawTextCursor( const uno::Reference<text::XText>& xParent, in ScDrawTextCursor() function in ScDrawTextCursor
847 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 …]
H A Dshapeuno.cxx1150 return new ScDrawTextCursor( this, *pText ); in createTextCursor()
1170 SvxUnoTextCursor* pCursor = new ScDrawTextCursor( this, *pText ); in createTextCursorByRange()
/aoo4110/main/sc/inc/
H A Dtextuno.hxx303 class ScDrawTextCursor : public SvxUnoTextCursor class
309 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<
/aoo4110/main/sc/source/filter/xml/
H A Dxmlstyli.cxx1067 ScDrawTextCursor* pDrawImp = ScDrawTextCursor::getImplementation( xPropSet ); in FillPropertySet()
H A Dxmlexprt.cxx2388ScDrawTextCursor* pCursor = ScDrawTextCursor::getImplementation( xCursorProp ); in _ExportAutoStyles()

Completed in 54 milliseconds