Searched refs:pTypCont (Results 1 – 6 of 6) sorted by relevance
/trunk/main/rsc/source/parser/ |
H A D | rscdb.cxx | 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() 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() 649 sal_Int32 nCount = pTypCont->aIdTranslator.size(); in IMPL_LINK_INLINE_END() 655 pTypCont->aIdTranslator.begin(); it != pTypCont->aIdTranslator.end(); ++it ) in IMPL_LINK_INLINE_END() 666 pTypCont->IncFilePos( rMem.Size() ); in IMPL_LINK_INLINE_END() [all …]
|
H A D | rscpar.cxx | 66 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 D | rsclex.cxx | 330 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()
|
/trunk/main/rsc/source/prj/ |
H A D | gui.cxx | 89 RscTypCont* pTypCont = new RscTypCont( pErrHdl, local 97 RscCompiler* pCompiler = new RscCompiler( pCmdLine, pTypCont ); 106 delete pTypCont;
|
/trunk/main/rsc/inc/ |
H A D | rscpar.hxx | 56 RscTypCont * pTypCont; member in RscFileInst
|
/trunk/main/rsc/source/rsc/ |
H A D | rsc.cxx | 402 RscCompiler::RscCompiler( RscCmdLine * pLine, RscTypCont * pTypCont ) in RscCompiler() argument 409 pTC = pTypCont; in RscCompiler()
|
Completed in 31 milliseconds