Home
last modified time | relevance | path

Searched refs:SvxUnoTextCursor (Results 1 – 11 of 11) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxUnoTextCursor.csv95 "SvxUnoTextCursor";"com::sun::star::text::XTextCursor";"isCollapsed()"
96 "SvxUnoTextCursor";"com::sun::star::text::XTextCursor";"goLeft()"
97 "SvxUnoTextCursor";"com::sun::star::text::XTextCursor";"goRight()"
98 "SvxUnoTextCursor";"com::sun::star::text::XTextCursor";"gotoStart()"
99 "SvxUnoTextCursor";"com::sun::star::text::XTextCursor";"gotoEnd()"
100 "SvxUnoTextCursor";"com::sun::star::text::XTextCursor";"gotoRange()"
103 "SvxUnoTextCursor";"com::sun::star::text::XTextRange";"getText()"
104 "SvxUnoTextCursor";"com::sun::star::text::XTextRange";"getStart()"
105 "SvxUnoTextCursor";"com::sun::star::text::XTextRange";"getEnd()"
106 "SvxUnoTextCursor";"com::sun::star::text::XTextRange";"getString()"
[all …]
/trunk/main/editeng/source/uno/
H A Dunotext2.cxx486 uno::Sequence< uno::Type > SvxUnoTextCursor::maTypeSequence;
496 SvxUnoTextCursor::SvxUnoTextCursor( const SvxUnoTextBase& rText ) throw() in SvxUnoTextCursor() function in SvxUnoTextCursor
502 SvxUnoTextCursor::SvxUnoTextCursor( const SvxUnoTextCursor& rCursor ) throw() in SvxUnoTextCursor() function in SvxUnoTextCursor
511 SvxUnoTextCursor::~SvxUnoTextCursor() throw() in ~SvxUnoTextCursor()
541 void SAL_CALL SvxUnoTextCursor::acquire() throw ( ) in acquire()
546 void SAL_CALL SvxUnoTextCursor::release() throw ( ) in release()
587 void SAL_CALL SvxUnoTextCursor::collapseToStart() in collapseToStart()
594 void SAL_CALL SvxUnoTextCursor::collapseToEnd() in collapseToEnd()
601 sal_Bool SAL_CALL SvxUnoTextCursor::isCollapsed() in isCollapsed()
622 void SAL_CALL SvxUnoTextCursor::gotoStart( sal_Bool bExpand ) in gotoStart()
[all …]
H A Dunotext.cxx1843 SvxUnoTextCursor* pCursor = new SvxUnoTextCursor( *this ); in createTextCursorBySelection()
1855 return new SvxUnoTextCursor( *this ); in createTextCursor()
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx625 SvxUnoTextCursor( rOther ), in ScCellTextCursor()
632 SvxUnoTextCursor( rText.GetUnoText() ), in ScCellTextCursor()
696 return SvxUnoTextCursor::getSomething( rId ); in getSomething()
729 SvxUnoTextCursor( rOther ), in ScHeaderFooterTextCursor()
736 SvxUnoTextCursor( rText.GetUnoText() ), in ScHeaderFooterTextCursor()
800 return SvxUnoTextCursor::getSomething( rId ); in getSomething()
834 SvxUnoTextCursor( rOther ), in ScDrawTextCursor()
841 SvxUnoTextCursor( rText ), in ScDrawTextCursor()
904 return SvxUnoTextCursor::getSomething( rId ); in getSomething()
H A Dshapeuno.cxx1170 SvxUnoTextCursor* pCursor = new ScDrawTextCursor( this, *pText ); in createTextCursorByRange()
H A Dcellsuno.cxx6362 SvxUnoTextCursor* pCursor = new ScCellTextCursor( *this ); in createTextCursorByRange()
/trunk/main/svx/qa/unoapi/
H A Dknownissues.xcl51 svx.SvxUnoTextCursor::com::sun::star::beans::XMultiPropertyStates
57 svx.SvxUnoTextCursor::com::sun::star::text::XTextRange
61 svx.SvxUnoTextCursor::com::sun::star::style::ParagraphProperties
H A Dsvx.sce48 -o svx.SvxUnoTextCursor
/trunk/main/sc/inc/
H A Dtextuno.hxx246 class ScCellTextCursor : public SvxUnoTextCursor
275 class ScHeaderFooterTextCursor : public SvxUnoTextCursor
303 class ScDrawTextCursor : public SvxUnoTextCursor
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx618 class EDITENG_DLLPUBLIC SvxUnoTextCursor : public SvxUnoTextRangeBase, class
630 SvxUnoTextCursor( const SvxUnoTextBase& rText ) throw();
631 SvxUnoTextCursor( const SvxUnoTextCursor& rCursor ) throw();
632 virtual ~SvxUnoTextCursor() throw();
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxUnoTextCursor.java44 public class SvxUnoTextCursor extends TestCase { class

Completed in 314 milliseconds