Lines Matching refs:nCount

150 	sal_uInt16 nCount = aSelChangedListeners.Count();  in Invalidate()  local
151 if(nCount) in Invalidate()
155 for ( sal_uInt16 i = nCount; i--; ) in Invalidate()
164 while ((nCount = aSelChangedListeners.Count()) != 0) in Invalidate()
488 long nCount = xShapeColl->getCount(); in select() local
489 for ( long i = 0; i < nCount; i++ ) in select()
794 sal_uInt16 nCount = pDoc->FillRubyList( *rSh.GetCrsr(), aList, 0 ); in getRubyList() local
795 Sequence< Sequence< PropertyValue > > aRet(nCount); in getRubyList()
798 for(sal_uInt16 n = 0; n < nCount; n++) in getRubyList()
965 sal_uInt16 nCount = aSelChangedListeners.Count(); in NotifySelChanged() local
966 for ( sal_uInt16 i = nCount; i--; ) in NotifySelChanged()
980 sal_uInt16 nCount = aSelChangedListeners.Count(); in NotifyDBChanged() local
981 for ( sal_uInt16 i = nCount; i--; ) in NotifyDBChanged()
1062 sal_Int32 nCount = -1; in getPropertyValue() local
1064 nCount = m_pView->GetWrtShell().GetPageCount(); in getPropertyValue()
1066 nCount = m_pView->GetWrtShell().GetLineCount( sal_False /*of whole document*/ ); in getPropertyValue()
1067 aRet <<= nCount; in getPropertyValue()
1317 sal_Bool SwXTextViewCursor::goLeft(sal_Int16 nCount, sal_Bool bExpand) throw( uno::RuntimeException… in goLeft() argument
1326 for( sal_uInt16 i = 0; i < nCount; i++ ) in goLeft()
1336 sal_Bool SwXTextViewCursor::goRight(sal_Int16 nCount, sal_Bool bExpand) throw( uno::RuntimeExceptio… in goRight() argument
1345 for( sal_uInt16 i = 0; i < nCount; i++ ) in goRight()
1973 sal_Bool SwXTextViewCursor::goDown(sal_Int16 nCount, sal_Bool bExpand) throw( uno::RuntimeException… in goDown() argument
1982 for( sal_uInt16 i = 0; i < nCount; i++ ) in goDown()
1992 sal_Bool SwXTextViewCursor::goUp(sal_Int16 nCount, sal_Bool bExpand) throw( uno::RuntimeException ) in goUp() argument
2001 for( sal_uInt16 i = 0; i < nCount; i++ ) in goUp()