Lines Matching refs:SwXTextViewCursor

144 		((SwXTextViewCursor*)pCrsr)->Invalidate();  in Invalidate()
749 *pxTextViewCursor = new SwXTextViewCursor(GetView()); in getViewCursor()
1160 SwXTextViewCursor::SwXTextViewCursor(SwView* pVw) : in SwXTextViewCursor() function in SwXTextViewCursor
1168 SwXTextViewCursor::~SwXTextViewCursor() in ~SwXTextViewCursor()
1184 sal_Bool SwXTextViewCursor::IsTextSelection( sal_Bool bAllowTables ) const in IsTextSelection()
1204 sal_Bool SwXTextViewCursor::isVisible(void) throw( uno::RuntimeException ) in isVisible()
1213 void SwXTextViewCursor::setVisible(sal_Bool /*bVisible*/) throw( uno::RuntimeException ) in setVisible()
1221 awt::Point SwXTextViewCursor::getPosition(void) throw( uno::RuntimeException ) in getPosition()
1247 void SwXTextViewCursor::collapseToStart(void) throw( uno::RuntimeException ) in collapseToStart()
1272 void SwXTextViewCursor::collapseToEnd(void) throw( uno::RuntimeException ) in collapseToEnd()
1297 sal_Bool SwXTextViewCursor::isCollapsed(void) throw( uno::RuntimeException ) in isCollapsed()
1317 sal_Bool SwXTextViewCursor::goLeft(sal_Int16 nCount, sal_Bool bExpand) throw( uno::RuntimeException… in goLeft()
1336 sal_Bool SwXTextViewCursor::goRight(sal_Int16 nCount, sal_Bool bExpand) throw( uno::RuntimeExceptio… in goRight()
1356 void SwXTextViewCursor::gotoRange( in gotoRange()
1500 void SwXTextViewCursor::gotoStart(sal_Bool bExpand) throw( uno::RuntimeException ) in gotoStart()
1516 void SwXTextViewCursor::gotoEnd(sal_Bool bExpand) throw( uno::RuntimeException ) in gotoEnd()
1532 sal_Bool SwXTextViewCursor::jumpToFirstPage(void) throw( uno::RuntimeException ) in jumpToFirstPage()
1554 sal_Bool SwXTextViewCursor::jumpToLastPage(void) throw( uno::RuntimeException ) in jumpToLastPage()
1577 sal_Bool SwXTextViewCursor::jumpToPage(sal_Int16 nPage) throw( uno::RuntimeException ) in jumpToPage()
1590 sal_Bool SwXTextViewCursor::jumpToNextPage(void) throw( uno::RuntimeException ) in jumpToNextPage()
1603 sal_Bool SwXTextViewCursor::jumpToPreviousPage(void) throw( uno::RuntimeException ) in jumpToPreviousPage()
1616 sal_Bool SwXTextViewCursor::jumpToEndOfPage(void) throw( uno::RuntimeException ) in jumpToEndOfPage()
1629 sal_Bool SwXTextViewCursor::jumpToStartOfPage(void) throw( uno::RuntimeException ) in jumpToStartOfPage()
1642 sal_Int16 SwXTextViewCursor::getPage(void) throw( uno::RuntimeException ) in getPage()
1659 sal_Bool SwXTextViewCursor::screenDown(void) throw( uno::RuntimeException ) in screenDown()
1677 sal_Bool SwXTextViewCursor::screenUp(void) throw( uno::RuntimeException ) in screenUp()
1695 uno::Reference< text::XText > SwXTextViewCursor::getText(void) throw( uno::RuntimeException ) in getText()
1716 uno::Reference< text::XTextRange > SwXTextViewCursor::getStart(void) throw( uno::RuntimeException ) in getStart()
1737 uno::Reference< text::XTextRange > SwXTextViewCursor::getEnd(void) throw( uno::RuntimeException ) in getEnd()
1758 OUString SwXTextViewCursor::getString(void) throw( uno::RuntimeException ) in getString()
1791 void SwXTextViewCursor::setString(const OUString& aString) throw( uno::RuntimeException ) in setString()
1823 uno::Reference< XPropertySetInfo > SwXTextViewCursor::getPropertySetInfo( ) throw(RuntimeExceptio… in getPropertySetInfo()
1831 void SwXTextViewCursor::setPropertyValue( const OUString& rPropertyName, const Any& aValue ) in setPropertyValue()
1855 Any SwXTextViewCursor::getPropertyValue( const OUString& rPropertyName ) in getPropertyValue()
1874 void SwXTextViewCursor::addPropertyChangeListener( in addPropertyChangeListener()
1882 void SwXTextViewCursor::removePropertyChangeListener( in removePropertyChangeListener()
1890 void SwXTextViewCursor::addVetoableChangeListener( in addVetoableChangeListener()
1898 void SwXTextViewCursor::removeVetoableChangeListener( in removeVetoableChangeListener()
1905 PropertyState SwXTextViewCursor::getPropertyState( const OUString& rPropertyName ) in getPropertyState()
1924 Sequence< PropertyState > SwXTextViewCursor::getPropertyStates( in getPropertyStates()
1941 void SwXTextViewCursor::setPropertyToDefault( const OUString& rPropertyName ) in setPropertyToDefault()
1956 Any SwXTextViewCursor::getPropertyDefault( const OUString& rPropertyName ) in getPropertyDefault()
1973 sal_Bool SwXTextViewCursor::goDown(sal_Int16 nCount, sal_Bool bExpand) throw( uno::RuntimeException… in goDown()
1992 sal_Bool SwXTextViewCursor::goUp(sal_Int16 nCount, sal_Bool bExpand) throw( uno::RuntimeException ) in goUp()
2011 sal_Bool SwXTextViewCursor::isAtStartOfLine(void) throw( uno::RuntimeException ) in isAtStartOfLine()
2029 sal_Bool SwXTextViewCursor::isAtEndOfLine(void) throw( uno::RuntimeException ) in isAtEndOfLine()
2047 void SwXTextViewCursor::gotoEndOfLine(sal_Bool bExpand) throw( uno::RuntimeException ) in gotoEndOfLine()
2063 void SwXTextViewCursor::gotoStartOfLine(sal_Bool bExpand) throw( uno::RuntimeException ) in gotoStartOfLine()
2079 OUString SwXTextViewCursor::getImplementationName(void) throw( RuntimeException ) in getImplementationName()
2086 sal_Bool SwXTextViewCursor::supportsService(const OUString& rServiceName) throw( RuntimeException ) in supportsService()
2099 Sequence< OUString > SwXTextViewCursor::getSupportedServiceNames(void) throw( RuntimeException ) in getSupportedServiceNames()
2115 const uno::Sequence< sal_Int8 > & SwXTextViewCursor::getUnoTunnelId() in getUnoTunnelId()
2124 sal_Int64 SAL_CALL SwXTextViewCursor::getSomething( in getSomething()
2138 IMPLEMENT_FORWARD_XINTERFACE2(SwXTextViewCursor,SwXTextViewCursor_Base,OTextCursorHelper) in IMPLEMENT_FORWARD_XINTERFACE2() argument
2139 const SwDoc* SwXTextViewCursor::GetDoc() const in IMPLEMENT_FORWARD_XINTERFACE2()
2145 SwDoc* SwXTextViewCursor::GetDoc() in GetDoc()
2151 const SwPaM* SwXTextViewCursor::GetPaM() const in GetPaM()
2157 SwPaM* SwXTextViewCursor::GetPaM() in GetPaM()