Lines Matching refs:pItem

216 	NameOrIndex *pItem;  in removeByName()  local
221 pItem = (NameOrIndex *)&((*aIter)->Get( XATTR_LINEEND ) ); in removeByName()
222 if( pItem->GetName() == aSearchName ) in removeByName()
247 NameOrIndex *pItem; in replaceByName() local
252 pItem = (NameOrIndex *)&((*aIter)->Get( XATTR_LINEEND ) ); in replaceByName()
253 if( pItem->GetName() == aSearchName ) in replaceByName()
279 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINESTART, nSurrogate); in replaceByName()
280 if( pItem && pItem->GetName() == aSearchName ) in replaceByName()
282 pItem->PutValue( aElement ); in replaceByName()
291 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINEEND, nSurrogate); in replaceByName()
292 if( pItem && pItem->GetName() == aSearchName ) in replaceByName()
294 pItem->PutValue( aElement ); in replaceByName()
308 NameOrIndex *pItem; in getByNameFromPool() local
312 pItem = (NameOrIndex*)pPool->GetItem2( nWhich, nSurrogate ); in getByNameFromPool()
314 if( pItem && pItem->GetName() == rSearchName ) in getByNameFromPool()
316 pItem->QueryValue( rAny, 0 ); in getByNameFromPool()
359 NameOrIndex* pItem; in createNamesForPool() local
364 pItem = (NameOrIndex*)pPool->GetItem2( nWhich, nSurrogate ); in createNamesForPool()
366 if( pItem == NULL || pItem->GetName().Len() == 0 ) in createNamesForPool()
369 SvxUnogetApiNameForItem( XATTR_LINEEND, pItem->GetName(), aName ); in createNamesForPool()
411 NameOrIndex *pItem; in hasByName() local
418 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINESTART, nSurrogate); in hasByName()
419 if( pItem && pItem->GetName() == aSearchName ) in hasByName()
427 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINEEND, nSurrogate); in hasByName()
428 if( pItem && pItem->GetName() == aSearchName ) in hasByName()
447 NameOrIndex *pItem; in hasElements() local
453 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINESTART, nSurrogate); in hasElements()
454 if( pItem && pItem->GetName().Len() != 0 ) in hasElements()
461 pItem = (NameOrIndex*)mpModelPool->GetItem2( XATTR_LINEEND, nSurrogate); in hasElements()
462 if( pItem && pItem->GetName().Len() != 0 ) in hasElements()