Lines Matching refs:pData
162 sal_Bool MergeData::operator==( ResData *pData ) in operator ==() argument
164 ByteString sResTyp_upper( pData->sResTyp ); in operator ==()
169 return (( pData->sId == sLID ) && in operator ==()
170 ( pData->sGId == sGID ) && in operator ==()
314 MergeData *pData = GetMergeData( pResData ); in GetPFormEntrys() local
315 if ( pData ) in GetPFormEntrys()
316 return pData->GetPFormEntrys( pResData ); in GetPFormEntrys()
323 MergeData *pData = GetMergeData( pResData , true ); in GetPFormEntrysCaseSensitive() local
324 if ( pData ) in GetPFormEntrysCaseSensitive()
325 return pData->GetPFormEntrys( pResData ); in GetPFormEntrysCaseSensitive()
337 MergeData *pData; in InsertEntry() local
345 pData = mit->second; in InsertEntry()
349 pData = new MergeData( rTYP, rGID, rLID, rInFilename ); in InsertEntry()
350 aMap.insert( MergeDataHashMap::value_type( sKey, pData ) ); in InsertEntry()
356 pFEntrys = pData->GetPFObject( rPFO ); in InsertEntry()
361 pData->Insert( rPFO , pFEntrys ); in InsertEntry()