Home
last modified time | relevance | path

Searched refs:pTC (Results 1 – 25 of 31) sorted by relevance

12

/AOO41X/main/rsc/source/rsc/
H A Drsc.cxx409 pTC = pTypCont; in RscCompiler()
414 pTC->pEH->FatalError( ERR_OPENFILE, RscId(), pCL->aOutputLst.GetBuffer() ); in RscCompiler()
415 pTC->pEH->SetListFile( fListing ); in RscCompiler()
441 pTC->pEH->SetListFile( NULL ); in ~RscCompiler()
475 pTC->WriteSyntax( stdout ); in Start()
483 pTC->pEH->FatalError( ERR_NOINPUT, RscId() ); in Start()
487 pTC->aFileTab.NewCodeFile( *pString ); in Start()
496 pTC->pEH->SetListFile( NULL ); in Start()
498 pFName = pTC->aFileTab.First(); in Start()
504 pTC->aFileTab.GetIndex( pFName ) in Start()
[all …]
/AOO41X/main/rsc/source/parser/
H A Drscyacc.y134 pTC->pEH->Error( ERR_ZERODIVISION, NULL, RscId() );
145 if( !pTC->aFileTab.NewDef( pFI->GetFileIndex(),
159 if( !pTC->aFileTab.NewDef( pFI->GetFileIndex(),
164 if( !pTC->aFileTab.NewDef( pFI->GetFileIndex(),
171 pTC->pEH->Error( ERR_DECLAREDEFINE, NULL, RscId(), $3 );
176 pTC->pEH->Error( ERR_DOUBLEDEFINE, NULL, RscId(), $3->GetName().GetBuffer() );
207 pTC->aNmTb.Put( nId, CLASSNAME, pCurClass );
208 pTC->GetRoot()->Insert( pCurClass );
226 Atom nId = pTC->aNmTb.Put( $3, VARNAME );
263 $$ = pTC->SearchType( pHS->getID( aTypeName.GetBuffer(), true ) );
[all …]
H A Drscyacc.cxx57 pTC->pEH->Error( ERR_NOVARIABLENAME, rInst.pClass, RscId() ); in GetVarInst()
73 pTC->pEH->Error( aError, aInst.pClass, RscId() ); in SetNumber()
89 pTC->pEH->Error( aError, aInst.pClass, RscId() ); in SetConst()
103 pTC->pEH->Error( aError, aInst.pClass, RscId() ); in SetString()
113 pTC->pEH->Error( ERR_ZERODIVISION, NULL, RscId() ); in MakeRscId()
116 pTC->pEH->Error( ERR_IDRANGE, NULL, RscId(), in MakeRscId()
148 pTC->pEH->Error( ERR_NOCOPYOBJ, pHeader->pClass, aName1, in DoClassHeader()
169 pTC->pEH->Error( ERR_FALSETYPE, S.Top().pClass, aName1, in DoClassHeader()
177 pTC->pEH->Error( WRN_GLOBALID, pHeader->pClass, aName1 ); in DoClassHeader()
186 pTC->pEH->StdOut( ".", RscVerbosityVerbose ); in DoClassHeader()
[all …]
H A Drsclex.cxx65 RscTypCont* pTC; variable
222 if( pTC->aNmTb.Get( nHashId, &aKey ) ) in MakeToken()
258 pDef = pTC->aFileTab.FindDef( aBuf.getStr() ); in MakeToken()
324 pTC->pEH->Error( ERR_YACC, NULL, RscId(), pMessage ); in yyerror()
330 pTC = pFileInst->pTypCont; // Datenkontainer setzten in InitParser()
352 pTC = NULL; in EndParser()
H A Drscpar.cxx63 RscFileInst::RscFileInst( RscTypCont * pTC, sal_uLong lIndexSrc, in RscFileInst() argument
66 pTypCont = pTC; in RscFileInst()
78 RscFileInst::RscFileInst( RscTypCont * pTC, sal_uLong lIndexSrc, in RscFileInst() argument
81 pTypCont = pTC; in RscFileInst()
H A Derscerr.cxx433 if( pFI && pTC ){ in ErrorFormat()
435 StdLstErr( pTC->aFileTab.Get( pFI->GetFileIndex() )->aFileName.GetBuffer() ); in ErrorFormat()
/AOO41X/main/rsc/source/res/
H A Drscarray.cxx472 RscTypCont * pTC, sal_uInt32 nTab, in WriteSrcHeader() argument
479 if( pTC->IsSrsDefault() ) in WriteSrcHeader()
485 for( it = pTC->GetFallbacks().begin(); !pNode && it != pTC->GetFallbacks().end(); ++it ) in WriteSrcHeader()
496 pTC, nTab, aId, pVarName ); in WriteSrcHeader()
506 aSuper.pClass->WriteSrcHeader( aSuper, fOutput, pTC, in WriteSrcHeader()
509 if( !pTC->IsSrsDefault() ) in WriteSrcHeader()
510 WriteSrc( rInst, fOutput, pTC, nTab, pVarName ); in WriteSrcHeader()
518 static void WriteSrc( RscInstNode * pNode, FILE * fOutput, RscTypCont * pTC, in WriteSrc() argument
524 WriteSrc( pNode->Left(), fOutput, pTC, nTab, pVarName, in WriteSrc()
535 pNode->aInst.pClass->WriteSrcHeader( pNode->aInst, fOutput, pTC, in WriteSrc()
[all …]
H A Drscmgr.cxx198 RscTypCont * pTC, sal_uInt32 nTab, in WriteSrcHeader() argument
218 rInst.pClass->WriteSrc( rInst, fOutput, pTC, nTab +1, pVarName ); in WriteSrcHeader()
220 RscClass::WriteSrc( rInst, fOutput, pTC, nTab +1, pVarName); in WriteSrcHeader()
252 RscTypCont * pTC, const RscId &rId, in WriteRcHeader() argument
270 if( !pObjNode && pTC ) in WriteRcHeader()
276 pTC->pEH->Error( aError, rInst.pClass, rId, aMsg.GetBuffer() ); in WriteRcHeader()
290 aError = aRefI.pClass->WriteRcHeader( aRefI, rMem, pTC, in WriteRcHeader()
296 aError = aRefI.pClass->WriteRcHeader( aRefInst, rMem, pTC, in WriteRcHeader()
308 aError = rInst.pClass->WriteRc( rInst, rMem, pTC, nDeep, bExtra ); in WriteRcHeader()
310 aError = WriteInstRc( rInst, rMem, pTC, nDeep, bExtra ); in WriteRcHeader()
[all …]
H A Drsctop.cxx800 RscTypCont * pTC, const RscId & rId ) in WriteHxxHeader() argument
803 return pSuperClass->WriteHxxHeader( rInst, fOutput, pTC, rId ); in WriteHxxHeader()
805 return rInst.pClass->WriteHxx( rInst, fOutput, pTC, rId ); in WriteHxxHeader()
818 RscTypCont * pTC, const RscId & rId ){ in WriteHxx() argument
820 return pSuperClass->WriteHxx( rInst, fOutput, pTC, rId ); in WriteHxx()
835 RscTypCont * pTC, const RscId & rId ) in WriteCxxHeader() argument
838 return pSuperClass->WriteCxxHeader( rInst, fOutput, pTC, rId ); in WriteCxxHeader()
840 return rInst.pClass->WriteCxx( rInst, fOutput, pTC, rId ); in WriteCxxHeader()
853 RscTypCont * pTC, const RscId & rId ){ in WriteCxx() argument
855 return pSuperClass->WriteCxx( rInst, fOutput, pTC, rId ); in WriteCxx()
[all …]
H A Drscclass.cxx773 RscTypCont * pTC, in WriteSrc() argument
781 RscTop::WriteSrc( rInst, fOutput, pTC, nTab, pVarName ); in WriteSrc()
806 aTmpI, fOutput, pTC, nTab, RscId(), pVarName ); in WriteSrc()
814 aTmpI, fOutput, pTC, nTab, RscId(), pVarName ); in WriteSrc()
821 aTmpI, fOutput, pTC, nTab, RscId(), pVarName ); in WriteSrc()
840 aTmpI, fOutput, pTC, nTab, RscId(), pName ); in WriteSrc()
862 RscTypCont * pTC in GetCorrectValues() argument
877 aTmpI.pClass->WriteRc( aTmpI, aMem, pTC, 0, sal_False ); in GetCorrectValues()
888 RscTypCont * pTC, in WriteInstRc() argument
919 sal_Int32 nVal = GetCorrectValues( rInst, i, 0, pTC ); in WriteInstRc()
[all …]
H A Drsccont.cxx855 RscTypCont * pTC, sal_uInt32 nTab, in ContWriteSrc() argument
869 fOutput, pTC, nTab, in ContWriteSrc()
885 RscTypCont * pTC, sal_uInt32 nDeep, sal_Bool bExtra ) in ContWriteRc() argument
898 rMem, pTC, in ContWriteRc()
911 RscTypCont * pTC, in ContWriteRcAccess() argument
924 pTypeClass->WriteRcAccess( fOutput, pTC, "Item" ); in ContWriteRcAccess()
947 RscTypCont * pTC, sal_uInt32 nTab, in WriteSrc() argument
950 RscTop::WriteSrc( rInst, fOutput, pTC, nTab, pVarName ); in WriteSrc()
951 ContWriteSrc( rInst, fOutput, pTC, nTab, pVarName ); in WriteSrc()
964 RscTypCont * pTC, sal_uInt32 nDeep, sal_Bool bExtra ) in WriteRc() argument
[all …]
H A Drscstr.cxx318 RscTypCont * pTC, sal_uInt32 nDeep, sal_Bool bExtra ) in WriteRc() argument
345 if( pTC ) in WriteRc()
351 pTC->pEH->Error( aError, rInst.pClass, in WriteRc()
367 aError = aRefI.pClass->WriteRc( aRefI, rMem, pTC, nDeep, bExtra ); in WriteRc()
371 if( ((RscStringInst *)rInst.pData)->pStr && pTC ) in WriteRc()
374 pTC->GetSourceCharSet() ); in WriteRc()
H A Drscconst.cxx205 void RscConst::WriteSyntax( FILE * fOutput, RscTypCont * pTC ) in WriteSyntax() argument
207 RscTop::WriteSyntax( fOutput, pTC ); in WriteSyntax()
/AOO41X/main/rsc/inc/
H A Drscclass.hxx60 sal_uInt32 nTupelIdx, RscTypCont * pTC );
93 RscTypCont * pTC, sal_uInt32 nTab, const char * );
95 RscTypCont * pTC, sal_uInt32, sal_Bool bExtra );
97 RscTypCont * pTC, sal_uInt32, sal_Bool bExtra );
98 void WriteSyntax( FILE * fOutput, RscTypCont * pTC );
100 void WriteRcAccess( FILE * fOutput, RscTypCont * pTC,
102 void WriteRcCtor( FILE * fOutput, RscTypCont * pTC );
110 RscTypCont * pTC, sal_uInt32, sal_Bool bExtra,
113 RscTypCont * pTC, sal_uInt32, sal_Bool bExtra );
122 RscTypCont * pTC, sal_uInt32, sal_Bool bExtra );
[all …]
H A Drsctop.hxx215 RscTypCont * pTC, sal_uInt32 nTab,
218 RscTypCont * pTC, sal_uInt32 nTab,const char * );
220 RscTypCont * pTC, const RscId & aId,
223 RscTypCont * pTC, sal_uInt32 nDeep, sal_Bool bExtra );
227 RscTypCont * pTC, const RscId & rId );
229 RscTypCont * pTC, const RscId &rId );
231 RscTypCont * pTC, const RscId &rId );
233 RscTypCont * pTC, const RscId &rId );
235 void WriteSyntaxHeader( FILE * fOutput, RscTypCont * pTC );
236 virtual void WriteSyntax( FILE * fOutput, RscTypCont * pTC );
[all …]
H A Drsccont.hxx57 RscTypCont * pTC, sal_uInt32 nTab, const char * );
59 RscTypCont * pTC, sal_uInt32, sal_Bool bExtra );
60 void ContWriteRcAccess( FILE * fOutput, RscTypCont * pTC,
107 RscTypCont * pTC, sal_uInt32 nTab, const char * );
109 RscTypCont * pTC, sal_uInt32 , sal_Bool bExtra);
111 RscTypCont * pTC, const RscId & rId );
113 RscTypCont * pTC, const RscId &rId );
124 RscTypCont * pTC, sal_uInt32 nTab, const char * );
134 RscTypCont * pTC, sal_uInt32, sal_Bool bExtra );
135 void WriteRcAccess( FILE * fOutput, RscTypCont * pTC,
[all …]
H A Drscrange.hxx64 RscTypCont * pTC, sal_uInt32 nTab, const char * );
66 RscTypCont * pTC, sal_uInt32, sal_Bool bExtra );
67 void WriteRcAccess( FILE * fOutput, RscTypCont * pTC,
105 RscTypCont * pTC, sal_uInt32 nTab, const char * );
107 RscTypCont * pTC, sal_uInt32, sal_Bool bExtra );
108 void WriteRcAccess( FILE * fOutput, RscTypCont * pTC,
159 RscTypCont * pTC, sal_uInt32 nTab, const char * );
161 RscTypCont * pTC, sal_uInt32, sal_Bool bExtra );
163 void WriteRcAccess( FILE * fOutput, RscTypCont * pTC,
188 RscTypCont * pTC, sal_uInt32 nTab, const char * );
[all …]
H A Drscmgr.hxx52 RscTypCont * pTC, sal_uInt32 nTab,
56 RscTypCont * pTC, sal_uInt32 nTab, const char * );
58 RscTypCont * pTC, const RscId & rId,
61 RscTypCont * pTC, sal_uInt32, sal_Bool bExtra );
63 RscTypCont * pTC, const RscId & rId );
65 RscTypCont * pTC, const RscId & rId );
67 RscTypCont * pTC, const RscId & rId );
69 RscTypCont * pTC, const RscId & rId );
H A Drscarray.hxx67 RscTypCont * pTC, sal_uInt32 nTab, const char * );
97 RscTypCont * pTC, sal_uInt32 nTab,
100 RscTypCont * pTC, sal_uInt32 nTab, const char * );
102 RscTypCont * pTC, sal_uInt32, sal_Bool bExtra );
103 virtual void WriteRcAccess( FILE * fOutput, RscTypCont * pTC,
114 RscTypCont * pTC, sal_uInt32 nTab,
117 RscTypCont * pTC, sal_uInt32 nTab, const char * );
119 RscTypCont * pTC, const RscId & aId,
H A Drscconst.hxx52 virtual void WriteSyntax( FILE * fOutput, RscTypCont * pTC );
53 virtual void WriteRcAccess( FILE * fOutput, RscTypCont * pTC,
86 RscTypCont * pTC, sal_uInt32 nTab, const char * );
88 RscTypCont * pTC, sal_uInt32, sal_Bool bExtra );
H A Drscstr.hxx68 RscTypCont * pTC, sal_uInt32 nTab, const char * );
70 RscTypCont * pTC, sal_uInt32, sal_Bool bExtra );
71 virtual void WriteRcAccess( FILE * fOutput, RscTypCont * pTC,
H A Drscflag.hxx61 RscTypCont * pTC, sal_uInt32 nTab, const char * );
63 RscTypCont * pTC, sal_uInt32, sal_Bool bExtra );
99 RscTypCont * pTC, sal_uInt32 nTab, const char * );
H A Drscpar.hxx58 RscFileInst( RscTypCont * pTC, sal_uLong lIndexSrc,
60 RscFileInst( RscTypCont * pTC, sal_uLong lIndexSrc,
/AOO41X/main/xmloff/source/transform/
H A DMergeElemTContext.cxx246 XMLPersTextContentTContext *pTC = in CreateChildContext() local
251 XMLPersTextContentTContextVector::value_type aVal(pTC); in CreateChildContext()
253 pContext = pTC; in CreateChildContext()
258 XMLPersTextContentTContext *pTC = in CreateChildContext() local
263 XMLPersTextContentTContextVector::value_type aVal(pTC); in CreateChildContext()
265 pContext = pTC; in CreateChildContext()
/AOO41X/main/automation/source/server/
H A Dstatemnt.cxx6152 … ::svt::table::TableControl *pTC = dynamic_cast< ::svt::table::TableControl* >(pControl); in Execute()
6157 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pTC->GetColumnCount() ) && in Execute()
6158 … ValueOK( aUId, MethodString( nMethodId ), nNr2, pTC->GetRowCount() )) in Execute()
6160 … ::svt::table::PTableModel pModel = pTC->GetModel(); in Execute()
6169 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pTC->GetColumnCount() ) && in Execute()
6170 … ValueOK( aUId, MethodString( nMethodId ), nNr2, pTC->GetRowCount() )) in Execute()
6172 … ::svt::table::PTableModel pModel = pTC->GetModel(); in Execute()
6239 … pRet->GenReturn ( RET_Value, aUId, (comm_ULONG)pTC->GetColumnCount() ); in Execute()
6244 … pRet->GenReturn ( RET_Value, aUId, (comm_ULONG)pTC->GetRowCount() ); in Execute()
6249 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pTC->GetRowCount() )) in Execute()
[all …]

12