Home
last modified time | relevance | path

Searched refs:mxTextViewCursor (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/vba/
H A Dvbaselection.cxx61 mxTextViewCursor = word::getXTextViewCursor( mxModel ); in SwVbaSelection()
93 …mxContext, xDocument, xTextRange->getStart(), xTextRange->getEnd(), mxTextViewCursor->getText() ) … in getRange()
193 uno::Reference< beans::XPropertySet > xCursorProps( mxTextViewCursor, uno::UNO_QUERY_THROW ); in NextCell()
238mxTextViewCursor->gotoRange( uno::Reference< text::XTextRange >( xCell, uno::UNO_QUERY_THROW ), sa… in NextCell()
358 … uno::Reference< view::XViewCursor > xViewCursor( mxTextViewCursor, uno::UNO_QUERY_THROW ); in MoveDown()
377 sal_Bool isCollapsed = mxTextViewCursor->isCollapsed(); in TypeParagraph()
380 mxTextViewCursor->collapseToStart(); in TypeParagraph()
464 … uno::Reference< text::XPageCursor > xPageCursor( mxTextViewCursor, uno::UNO_QUERY_THROW ); in GoTo()
532 … result = uno::makeAny( SwVbaInformationHelper::handleWdActiveEndPageNumber( mxTextViewCursor ) ); in Information()
542 …Any( SwVbaInformationHelper::handleWdVerticalPositionRelativeToPage( mxModel, mxTextViewCursor ) ); in Information()
H A Dvbaselection.hxx42 css::uno::Reference< css::text::XTextViewCursor > mxTextViewCursor; member in SwVbaSelection

Completed in 14 milliseconds