Lines Matching refs:n

430 											 SfxStyleFamily eFam, sal_uInt16 n)  in SfxStyleSheetIterator()  argument
435 if((n != SFXSTYLEBIT_ALL ) && ((n & SFXSTYLEBIT_USED) == SFXSTYLEBIT_USED)) in SfxStyleSheetIterator()
438 n &= ~SFXSTYLEBIT_USED; in SfxStyleSheetIterator()
440 nMask=n; in SfxStyleSheetIterator()
450 sal_uInt16 n = 0; in Count() local
452 n = (sal_uInt16) pBasePool->aStyles.size(); in Count()
458 n++; in Count()
460 return n; in Count()
469 for(sal_uInt16 n=0; n<pBasePool->aStyles.size(); n++) in operator []() local
471 SfxStyleSheetBase* pStyle = pBasePool->aStyles[n].get(); in operator []()
476 nAktPosition=n; in operator []()
493 for( sal_uInt16 n = 0; n < pBasePool->aStyles.size(); n++ ) in First() local
495 SfxStyleSheetBase* pStyle = pBasePool->aStyles[n].get(); in First()
499 nIdx = n; in First()
521 for( sal_uInt16 n = nAktPosition + 1; n < pBasePool->aStyles.size(); n++ ) in Next() local
523 SfxStyleSheetBase* pStyle = pBasePool->aStyles[n].get(); in Next()
527 nIdx = n; in Next()
543 for ( sal_uInt16 n = 0; n < pBasePool->aStyles.size(); n++ ) in Find() local
545 SfxStyleSheetBase* pStyle = pBasePool->aStyles[n].get(); in Find()
552 nAktPosition = n; in Find()
646 void SfxStyleSheetBasePool::SetSearchMask(SfxStyleFamily eFam, sal_uInt16 n) in SetSearchMask() argument
648 nSearchFamily = eFam; nMask = n; in SetSearchMask()
976 sal_uLong n = aStyles.size(); in Load() local
982 for ( sal_uLong i = 0; i < n; i++ ) in Load()
1164 for( sal_uInt16 n = 0; n < nEnd; ++n, ++ppB ) in Store() local
1166 String* p = aOrigNames.GetObject( n ); in Store()