Lines Matching refs:nUnit
118 sal_Int32 nUnit = word::WdUnits::wdLine; in HomeKey() local
120 _unit >>= nUnit; in HomeKey()
123 switch( nUnit ) in HomeKey()
152 sal_Int32 nUnit = word::WdUnits::wdLine; in EndKey() local
154 _unit >>= nUnit; in EndKey()
157 switch( nUnit ) in EndKey()
244 sal_Int32 nUnit = word::WdUnits::wdCharacter; in MoveRight() local
249 _unit >>= nUnit; in MoveRight()
265 switch( nUnit ) in MoveRight()
289 sal_Int32 nUnit = word::WdUnits::wdCharacter; in MoveLeft() local
294 _unit >>= nUnit; in MoveLeft()
309 switch( nUnit ) in MoveLeft()
333 sal_Int32 nUnit = word::WdUnits::wdCharacter; in MoveDown() local
338 _unit >>= nUnit; in MoveDown()
354 switch( nUnit ) in MoveDown()