Lines Matching refs:nSurrogate
275 sal_uInt32 nSurrogate; in replaceByName() local
277 for( nSurrogate = 0; nSurrogate < nStartCount; nSurrogate++ ) in replaceByName()
279 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINESTART, nSurrogate); in replaceByName()
289 for( nSurrogate = 0; nSurrogate < nEndCount; nSurrogate++ ) in replaceByName()
291 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINEEND, nSurrogate); in replaceByName()
310 for( sal_uInt32 nSurrogate = 0; nSurrogate < nSurrogateCount; nSurrogate++ ) in getByNameFromPool() local
312 pItem = (NameOrIndex*)pPool->GetItem2( nWhich, nSurrogate ); in getByNameFromPool()
357 sal_uInt32 nSurrogate; in createNamesForPool() local
362 for( nSurrogate = 0; nSurrogate < nSuroCount; nSurrogate++ ) in createNamesForPool()
364 pItem = (NameOrIndex*)pPool->GetItem2( nWhich, nSurrogate ); in createNamesForPool()
415 sal_uInt32 nSurrogate; in hasByName() local
416 for( nSurrogate = 0; nSurrogate < nStartCount; nSurrogate++ ) in hasByName()
418 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINESTART, nSurrogate); in hasByName()
425 for( nSurrogate = 0; nSurrogate < nEndCount; nSurrogate++ ) in hasByName()
427 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINEEND, nSurrogate); in hasByName()
450 sal_uInt32 nSurrogate; in hasElements() local
451 for( nSurrogate = 0; nSurrogate < nStartCount; nSurrogate++ ) in hasElements()
453 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINESTART, nSurrogate); in hasElements()
459 for( nSurrogate = 0; nSurrogate < nEndCount; nSurrogate++ ) in hasElements()
461 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINEEND, nSurrogate); in hasElements()