Lines Matching refs:Find
222 SfxStyleSheetBase *pOther = rPool.Find( rName, nFamily ) ; in SetName()
274 SfxStyleSheetBase* pIter = rPool.Find(rName, nFamily); in SetParent()
286 pIter = rPool.Find(pIter->GetParent(), nFamily); in SetParent()
305 if( !rPool.Find( rName, nFamily ) ) in SetFollow()
541 SfxStyleSheetBase* SfxStyleSheetIterator::Find(const XubString& rStr) in Find() function in SfxStyleSheetIterator
637 aIter.Find(rStyle); in SetParent()
698 rtl::Reference< SfxStyleSheetBase > xStyle( aIter.Find( rName ) ); in Make()
728 SfxStyleSheetBase* pOld = aIter.Find( rSheet.GetName() ); in Add()
771 SfxStyleSheetBase* SfxStyleSheetBasePool::Find(const XubString& rName, in Find() function in SfxStyleSheetBasePool
776 return aIter.Find(rName); in Find()
831 SfxStyleSheetBase* pOld = aIter.Find( p->GetName() ); in Insert()
835 pOld = aIter.Find( p->GetParent() ); in Insert()
1283 SfxStyleSheet *pParent = (SfxStyleSheet *)rPool.Find(aOldParent, nFamily, 0xffff); in SetParent()
1290 SfxStyleSheet *pParent = (SfxStyleSheet *)rPool.Find(aParent, nFamily, 0xffff); in SetParent()