Home
last modified time | relevance | path

Searched refs:pTypCont (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/rsc/source/parser/
H A Drscdb.cxx94 static sal_uInt32 getLangIdAndShortenLocale( RscTypCont* pTypCont, in getLangIdAndShortenLocale() argument
115 pTypCont->AddLanguage( aL.getStr() ); in getLangIdAndShortenLocale()
500 RscTypCont* pTypCont; member in RscEnumerateObj
550 RscWriteRc aMem( pTypCont->GetByteOrder() ); in IMPL_LINK()
553 aMem, pTypCont, in IMPL_LINK()
556 pTypCont->pEH->Error( aError, pClass, pObjNode->GetRscId() ); in IMPL_LINK()
575 fOutput, pTypCont, 0, in IMPL_LINK_INLINE_START()
597 fOutput, pTypCont, pObjNode->GetRscId() ); in IMPL_LINK_INLINE_END()
616 fOutput, pTypCont, pObjNode->GetRscId() ); in IMPL_LINK_INLINE_END()
645 pTypCont->PutTranslatorKey( (sal_uInt64(nRT) << 32) + sal_uInt64(nId) ); in IMPL_LINK_INLINE_END()
[all …]
H A Drscpar.cxx66 pTypCont = pTC; in RscFileInst()
81 pTypCont = pTC; in RscFileInst()
208 if( pTypCont->pEH->GetListFile() ){ in GetNewLine()
212 pTypCont->pEH->LstOut( buf ); in GetNewLine()
213 pTypCont->pEH->LstOut( GetLine() ); in GetNewLine()
214 pTypCont->pEH->LstOut( "\n" ); in GetNewLine()
H A Drsclex.cxx330 pTC = pFileInst->pTypCont; // Datenkontainer setzten in InitParser()
364 RscTypCont * pTypCon = pFileInst->pTypCont; in IncludeParser()
404 if( pFileInst->pTypCont->pEH->nErrors ) in parser()
432 if( rFileInst.pTypCont->pEH->nErrors ) in MacroParser()
/AOO41X/main/rsc/source/prj/
H A Dgui.cxx89 RscTypCont* pTypCont = new RscTypCont( pErrHdl, local
97 RscCompiler* pCompiler = new RscCompiler( pCmdLine, pTypCont );
106 delete pTypCont;
/AOO41X/main/rsc/inc/
H A Drscpar.hxx56 RscTypCont * pTypCont; member in RscFileInst
/AOO41X/main/rsc/source/rsc/
H A Drsc.cxx402 RscCompiler::RscCompiler( RscCmdLine * pLine, RscTypCont * pTypCont ) in RscCompiler() argument
409 pTC = pTypCont; in RscCompiler()