Searched refs:pApiNames (Results 1 – 1 of 1) sorted by relevance
214 Sequence <OUString> *pApiNames; member in FilterPropertiesInfo_Impl264 pApiNames( 0 ) in FilterPropertiesInfo_Impl()271 delete pApiNames; in ~FilterPropertiesInfo_Impl()280 OSL_ENSURE( !pApiNames, "perfomance warning: API names already retrieved" ); in AddProperty()281 if( pApiNames ) in AddProperty()283 delete pApiNames; in AddProperty()284 pApiNames = NULL; in AddProperty()290 if( !pApiNames ) in GetApiNames()329 pApiNames = new Sequence < OUString >( nCount ); in GetApiNames()330 OUString *pNames = pApiNames->getArray(); in GetApiNames()[all …]
Completed in 18 milliseconds