Lines Matching refs:nRef
403 sal_uInt16 nRef(0); in readTheItems() local
404 rStream >> nRef; in readTheItems()
414 if ( nRef > SFX_ITEMS_OLD_MAXREF ) in readTheItems()
415 pItem->SetKind( nRef ); in readTheItems()
417 AddRef(*pItem, nRef); in readTheItems()
832 sal_uInt16 nRef(0), nCount(0), nVersion(0); in Load1_Impl() local
879 rStream >> nRef; in Load1_Impl()
884 if ( nRef ) in Load1_Impl()
893 if ( nRef > SFX_ITEMS_OLD_MAXREF ) in Load1_Impl()
894 pItem->SetKind( nRef ); in Load1_Impl()
896 AddRef(*pItem, nRef); in Load1_Impl()