Lines Matching refs:pStylePool
320 SfxStyleSheetBasePool* pStylePool) const in SetOrganizerSearchMask()
322 pStylePool->SetSearchMask( in SetOrganizerSearchMask()
339 SfxStyleSheetBasePool *pStylePool = GetStyleSheetPool(); in GetContentCount() local
340 if(!pStylePool) in GetContentCount()
342 SetOrganizerSearchMask(pStylePool); in GetContentCount()
343 return pStylePool->Count(); in GetContentCount()
364 SfxStyleSheetBasePool *pStylePool = GetStyleSheetPool(); in TriggerHelpPI() local
365 SetOrganizerSearchMask(pStylePool); in TriggerHelpPI()
470 SfxStyleSheetBasePool *pStylePool = GetStyleSheetPool(); in GetContent() local
471 SetOrganizerSearchMask(pStylePool); in GetContent()
472 SfxStyleSheetBase *pStyle = (*pStylePool)[i]; in GetContent()
760 SfxStyleSheetBasePool *pStylePool = GetStyleSheetPool(); in Print() local
761 SetOrganizerSearchMask(pStylePool); in Print()
762 …SfxStyleSheetIteratorPtr pIter = pStylePool->CreateIterator( pStylePool->GetSearchFamily(), pStyle… in Print()