Lines Matching refs:sal_Int32

118     sal_Int32 nUnit = word::WdUnits::wdLine;  in HomeKey()
119 sal_Int32 nExtend = word::WdMovementType::wdMove; in HomeKey()
152 sal_Int32 nUnit = word::WdUnits::wdLine; in EndKey()
153 sal_Int32 nExtend = word::WdMovementType::wdMove; in EndKey()
191 void SwVbaSelection::NextCell( sal_Int32 nCount, E_DIRECTION eDirection ) throw ( uno::RuntimeExcep… in NextCell()
244 sal_Int32 nUnit = word::WdUnits::wdCharacter; in MoveRight()
245 sal_Int32 nCount = 1; in MoveRight()
246 sal_Int32 nExtend = word::WdMovementType::wdMove; in MoveRight()
289 sal_Int32 nUnit = word::WdUnits::wdCharacter; in MoveLeft()
290 sal_Int32 nCount = 1; in MoveLeft()
291 sal_Int32 nExtend = word::WdMovementType::wdMove; in MoveLeft()
333 sal_Int32 nUnit = word::WdUnits::wdCharacter; in MoveDown()
334 sal_Int32 nCount = 1; in MoveDown()
335 sal_Int32 nExtend = word::WdMovementType::wdMove; in MoveDown()
448 sal_Int32 nWhat = 0; in GoTo()
465 sal_Int32 nCurrPage = xPageCursor->getPage(); in GoTo()
466 sal_Int32 nLastPage = word::getPageCount( mxModel ); in GoTo()
467 sal_Int32 nCount = 0; in GoTo()
470 sal_Int32 nWhich = 0; in GoTo()
473 sal_Int32 nPage = 0; in GoTo()
513 ::sal_Int32 SAL_CALL SwVbaSelection::getLanguageID() throw (uno::RuntimeException) in getLanguageID()
518 void SAL_CALL SwVbaSelection::setLanguageID( ::sal_Int32 _languageid ) throw (uno::RuntimeException) in setLanguageID()
523 uno::Any SAL_CALL SwVbaSelection::Information( sal_Int32 _type ) throw (uno::RuntimeException) in Information()
571 sal_Int32 nIndex = 0; in Tables()
611 sal_Int32 nIndex = word::WdHeaderFooterIndex::wdHeaderFooterPrimary; in getHeaderFooter()
638 ::sal_Int32 SAL_CALL SwVbaSelection::getStart() throw (uno::RuntimeException) in getStart()
643 void SAL_CALL SwVbaSelection::setStart( ::sal_Int32 _start ) throw (uno::RuntimeException) in setStart()
647 ::sal_Int32 SAL_CALL SwVbaSelection::getEnd() throw (uno::RuntimeException) in getEnd()
652 void SAL_CALL SwVbaSelection::setEnd( ::sal_Int32 _end ) throw (uno::RuntimeException) in setEnd()