Lines Matching refs:PFormEntrys
51 ByteString PFormEntrys::Dump() in Dump()
60 sal_Bool PFormEntrys::GetTransex3Text( ByteString &rReturn, in GetTransex3Text()
77 sal_Bool PFormEntrys::GetText( ByteString &rReturn, in GetText()
120 PFormEntrys* MergeData::GetPFormEntrys(ResData*) in GetPFormEntrys()
127 void MergeData::Insert(const ByteString&, PFormEntrys* pfEntrys ) in Insert()
141 ( (PFormEntrys*)(idbg->second) )->Dump(); in Dump()
148 PFormEntrys* MergeData::GetPFObject( const ByteString& rPFO ){ in GetPFObject()
155 PFormEntrys *MergeData::InsertEntry( const ByteString &rPForm ) in InsertEntry()
157 PFormEntrys* pFEntrys = new PFormEntrys( rPForm ); in InsertEntry()
311 PFormEntrys *MergeDataFile::GetPFormEntrys( ResData *pResData ) in GetPFormEntrys()
320 PFormEntrys *MergeDataFile::GetPFormEntrysCaseSensitive( ResData *pResData ) in GetPFormEntrysCaseSensitive()
353 PFormEntrys *pFEntrys = 0; in InsertEntry()
360 pFEntrys = new PFormEntrys( rPFO ); in InsertEntry()