Searched refs:SvxUnoTextCursor (Results 1 – 11 of 11) sorted by relevance
95 "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 …]
486 uno::Sequence< uno::Type > SvxUnoTextCursor::maTypeSequence;496 SvxUnoTextCursor::SvxUnoTextCursor( const SvxUnoTextBase& rText ) throw() in SvxUnoTextCursor() function in SvxUnoTextCursor502 SvxUnoTextCursor::SvxUnoTextCursor( const SvxUnoTextCursor& rCursor ) throw() in SvxUnoTextCursor() function in SvxUnoTextCursor511 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 …]
1843 SvxUnoTextCursor* pCursor = new SvxUnoTextCursor( *this ); in createTextCursorBySelection()1855 return new SvxUnoTextCursor( *this ); in createTextCursor()
625 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()
1170 SvxUnoTextCursor* pCursor = new ScDrawTextCursor( this, *pText ); in createTextCursorByRange()
6362 SvxUnoTextCursor* pCursor = new ScCellTextCursor( *this ); in createTextCursorByRange()
51 svx.SvxUnoTextCursor::com::sun::star::beans::XMultiPropertyStates57 svx.SvxUnoTextCursor::com::sun::star::text::XTextRange61 svx.SvxUnoTextCursor::com::sun::star::style::ParagraphProperties
48 -o svx.SvxUnoTextCursor
246 class ScCellTextCursor : public SvxUnoTextCursor275 class ScHeaderFooterTextCursor : public SvxUnoTextCursor303 class ScDrawTextCursor : public SvxUnoTextCursor
618 class EDITENG_DLLPUBLIC SvxUnoTextCursor : public SvxUnoTextRangeBase, class630 SvxUnoTextCursor( const SvxUnoTextBase& rText ) throw();631 SvxUnoTextCursor( const SvxUnoTextCursor& rCursor ) throw();632 virtual ~SvxUnoTextCursor() throw();
44 public class SvxUnoTextCursor extends TestCase { class
Completed in 124 milliseconds