Lines Matching refs:pCollection
347 cppu::OTypeCollection * pCollection = 0; in getTypes() local
353 pCollection = pFolderTypes; in getTypes()
354 if ( !pCollection ) in getTypes()
358 pCollection = pFolderTypes; in getTypes()
359 if ( !pCollection ) in getTypes()
373 pCollection = &aCollection; in getTypes()
375 pFolderTypes = pCollection; in getTypes()
386 pCollection = pDocumentTypes; in getTypes()
387 if ( !pCollection ) in getTypes()
391 pCollection = pDocumentTypes; in getTypes()
392 if ( !pCollection ) in getTypes()
405 pCollection = &aCollection; in getTypes()
407 pDocumentTypes = pCollection; in getTypes()
415 return (*pCollection).getTypes(); in getTypes()