Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx820 ScDrawTextCursor::ScDrawTextCursor(const ScDrawTextCursor& rOther) : in ScDrawTextCursor() function in ScDrawTextCursor
826 ScDrawTextCursor::ScDrawTextCursor( const uno::Reference<text::XText>& xParent, in ScDrawTextCursor() function in ScDrawTextCursor
834 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 …]
H A Dshapeuno.cxx1124 return new ScDrawTextCursor( this, *pText ); in createTextCursor()
1143 SvxUnoTextCursor* pCursor = new ScDrawTextCursor( this, *pText ); in createTextCursorByRange()
/trunk/main/sc/inc/
H A Dtextuno.hxx283 class ScDrawTextCursor : public SvxUnoTextCursor class
289 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<
/trunk/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()