Lines Matching refs:pCollection
243 cppu::OTypeCollection * pCollection = 0; in getTypes() local
249 pCollection = pFolderTypes; in getTypes()
250 if ( !pCollection ) in getTypes()
254 pCollection = pFolderTypes; in getTypes()
255 if ( !pCollection ) in getTypes()
269 pCollection = &aCollection; in getTypes()
271 pFolderTypes = pCollection; in getTypes()
282 pCollection = pDocumentTypes; in getTypes()
283 if ( !pCollection ) in getTypes()
287 pCollection = pDocumentTypes; in getTypes()
288 if ( !pCollection ) in getTypes()
301 pCollection = &aCollection; in getTypes()
303 pDocumentTypes = pCollection; in getTypes()
311 return (*pCollection).getTypes(); in getTypes()