Home
last modified time | relevance | path

Searched refs:PFormEntrys (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/l10ntools/source/
H A Dmerge.cxx51 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()
353 PFormEntrys *pFEntrys = 0; in InsertEntry()
[all …]
H A Dxrmmerge.cxx652 PFormEntrys *pEntrys = pMergeDataFile->GetPFormEntrys( pResData ); in WorkOnText()
688 PFormEntrys *pEntrys = pMergeDataFile->GetPFormEntrys( pResData ); in EndOfText()
H A Dcfgmerge.cxx778 PFormEntrys *pEntrys = pMergeDataFile->GetPFormEntrysCaseSensitive( pResData ); in WorkOnText()
816 PFormEntrys *pEntrys = pMergeDataFile->GetPFormEntrysCaseSensitive( pResData ); in WorkOnRessourceEnd()
H A Dhelpmerge.cxx597 PFormEntrys *pEntrys = NULL;
649 PFormEntrys *pEntrys = NULL;
H A Dexport.cxx2070 PFormEntrys *pEntrys = pMergeDataFile->GetPFormEntrys( pResData ); in PrepareTextToMerge()
2131 PFormEntrys *pEntry = pMergeDataFile->GetPFormEntrys( pResData ); in MergeRest()
2320 PFormEntrys *pEntrys; in MergeRest()
2442 PFormEntrys *oldEntry = pEntrys; in MergeRest()
H A Dlngmerge.cxx251 PFormEntrys *pEntrys = aMergeDataFile.GetPFormEntrys( pResData ); in Merge()
/aoo41x/main/l10ntools/inc/
H A Dexport.hxx56 class PFormEntrys;
66 typedef std::hash_map<ByteString , PFormEntrys* , hashByteString,equalByteString>
402 class PFormEntrys : public ByteString class
415 PFormEntrys( const ByteString &rPForm ) : ByteString( rPForm ) {}; in PFormEntrys() function in PFormEntrys
459 PFormEntrys* InsertEntry( const ByteString &rPForm );
460 PFormEntrys* GetPFormEntrys( ResData *pResData );
462 void Insert( const ByteString& rPFO , PFormEntrys* pfEntrys );
463 PFormEntrys* GetPFObject( const ByteString& rPFO );
502 PFormEntrys *GetPFormEntrys( ResData *pResData );
503 PFormEntrys *GetPFormEntrysCaseSensitive( ResData *pResData );
/aoo41x/main/l10ntools/layout/
H A Dtralay.cxx196 if ( PFormEntrys* entry = mergeData.GetPFormEntrys( resData ) ) in translateElement()

Completed in 61 milliseconds