Lines Matching refs:word

61     mxTextViewCursor = word::getXTextViewCursor( mxModel );  in SwVbaSelection()
88 uno::Reference< word::XRange > SAL_CALL
93 …return uno::Reference< word::XRange >( new SwVbaRange( this, mxContext, xDocument, xTextRange->get… in getRange()
118 sal_Int32 nUnit = word::WdUnits::wdLine; in HomeKey()
119 sal_Int32 nExtend = word::WdMovementType::wdMove; in HomeKey()
125 case word::WdUnits::wdStory: in HomeKey()
134 case word::WdUnits::wdLine: in HomeKey()
152 sal_Int32 nUnit = word::WdUnits::wdLine; in EndKey()
153 sal_Int32 nExtend = word::WdMovementType::wdMove; in EndKey()
159 case word::WdUnits::wdStory: in EndKey()
168 case word::WdUnits::wdLine: in EndKey()
244 sal_Int32 nUnit = word::WdUnits::wdCharacter; in MoveRight()
246 sal_Int32 nExtend = word::WdMovementType::wdMove; in MoveRight()
267 case word::WdUnits::wdCell: in MoveRight()
269 if( nExtend == word::WdMovementType::wdExtend ) in MoveRight()
289 sal_Int32 nUnit = word::WdUnits::wdCharacter; in MoveLeft()
291 sal_Int32 nExtend = word::WdMovementType::wdMove; in MoveLeft()
311 case word::WdUnits::wdCell: in MoveLeft()
313 if( nExtend == word::WdMovementType::wdExtend ) in MoveLeft()
333 sal_Int32 nUnit = word::WdUnits::wdCharacter; in MoveDown()
335 sal_Int32 nExtend = word::WdMovementType::wdMove; in MoveDown()
356 case word::WdUnits::wdLine: in MoveDown()
359 sal_Bool bExpand = ( nExtend == word::WdMovementType::wdMove ) ? sal_False : sal_True; in MoveDown()
402 uno::Reference< word::XParagraphFormat > SAL_CALL
409 SwVbaSelection::setParagraphFormat( const uno::Reference< word::XParagraphFormat >& rParagraphForma… in setParagraphFormat()
414 uno::Reference< word::XFind > SAL_CALL
418 return uno::Reference< word::XFind >( new SwVbaFind( this, mxContext, mxModel, xTextRange ) ); in getFind()
421 uno::Reference< word::XStyle > SAL_CALL
428 SwVbaSelection::setStyle( const uno::Reference< word::XStyle >& rStyle ) throw ( uno::RuntimeExcept… in setStyle()
433 uno::Reference< word::XFont > SAL_CALL
446 uno::Reference< word::XRange > SAL_CALL SwVbaSelection::GoTo( const uno::Any& _what, const uno::Any… in GoTo()
453 case word::WdGoToItem::wdGoToBookmark: in GoTo()
456 … uno::Reference< word::XApplication > xApplication( Application(), uno::UNO_QUERY_THROW ); in GoTo()
457 …uno::Reference< word::XBookmark > xBookmark( xApplication->getActiveDocument()->Bookmarks(_name), … in GoTo()
462 case word::WdGoToItem::wdGoToPage: in GoTo()
466 sal_Int32 nLastPage = word::getPageCount( mxModel ); in GoTo()
476 case word::WdGoToDirection::wdGoToLast: in GoTo()
481 case word::WdGoToDirection::wdGoToNext: in GoTo()
486 case word::WdGoToDirection::wdGoToPrevious: in GoTo()
503 case word::WdGoToItem::wdGoToSection: in GoTo()
530 case word::WdInformation::wdActiveEndPageNumber: in Information()
535 case word::WdInformation::wdNumberOfPagesInDocument: in Information()
540 case word::WdInformation::wdVerticalPositionRelativeToPage: in Information()
587 … uno::Reference< word::XTable > xVBATbl = new SwVbaTable( mxParent, mxContext, xTextDoc, xTbl ); in Tables()
604 uno::Reference< word::XHeaderFooter > SAL_CALL
607 uno::Reference< text::XText > xCurrentText = word::getXTextViewCursor( mxModel )->getText(); in getHeaderFooter()
610 …uno::Reference< beans::XPropertySet > xPageStyleProps( word::getCurrentPageStyle( mxModel ), uno::… in getHeaderFooter()
611 sal_Int32 nIndex = word::WdHeaderFooterIndex::wdHeaderFooterPrimary; in getHeaderFooter()
614 nIndex = word::WdHeaderFooterIndex::wdHeaderFooterEvenPages; in getHeaderFooter()
616 nIndex = word::WdHeaderFooterIndex::wdHeaderFooterFirstPage; in getHeaderFooter()
618 …return uno::Reference< word::XHeaderFooter >( new SwVbaHeaderFooter( this, mxContext, mxModel, xPa… in getHeaderFooter()
621 return uno::Reference< word::XHeaderFooter >(); in getHeaderFooter()