/aoo42x/main/rsc/source/rsc/ |
H A D | rsc.cxx | 409 pTC = pTypCont; in RscCompiler() 441 pTC->pEH->SetListFile( NULL ); in ~RscCompiler() 475 pTC->WriteSyntax( stdout ); in Start() 518 pTC->pEH->StdOut( "Files: " ); in Start() 523 pTC->pEH->StdOut( " " ); in Start() 526 pTC->pEH->StdOut( "\n" ); in Start() 848 … for( pFName = pTC->aFileTab.First(); pFName && aError.IsOk(); pFName = pTC->aFileTab.Next() ) in Link() 852 pTC->Delete( pTC->aFileTab.GetIndex( pFName ) ); in Link() 907 pTC->ClearSysNames(); in Link() 993 … for( pFName = pTC->aFileTab.First(); pFName && aError.IsOk(); pFName = pTC->aFileTab.Next() ) in Link() [all …]
|
/aoo42x/main/rsc/source/parser/ |
H A D | yyrscyacc.y | 134 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(), 207 pTC->aNmTb.Put( nId, CLASSNAME, pCurClass ); 208 pTC->GetRoot()->Insert( pCurClass ); 226 Atom nId = pTC->aNmTb.Put( $3, VARNAME ); 269 pTC->InsertType( pCont ); 287 pTC->pEH->Error( ERR_NOTYPE, pCurClass, RscId() ); 310 pTC->pEH->Error( aError, S.Top().pClass, aRscId ); [all …]
|
H A D | rscyacc.cxx | 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() 169 pTC->pEH->Error( ERR_FALSETYPE, S.Top().pClass, aName1, in DoClassHeader() 186 pTC->pEH->StdOut( ".", RscVerbosityVerbose ); in DoClassHeader() 204 pTC->pEH->Error( aError, pHeader->pClass, aName1 ); in DoClassHeader() 208 pTC->pEH->Error( aError, S.Top().pClass, aName1, in DoClassHeader() 211 pTC->pEH->Error( aError, S.Top().pClass, aName1 ); in DoClassHeader() [all …]
|
H A D | rsclex.cxx | 65 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 D | rscpar.cxx | 63 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 D | erscerr.cxx | 433 if( pFI && pTC ){ in ErrorFormat() 435 StdLstErr( pTC->aFileTab.Get( pFI->GetFileIndex() )->aFileName.GetBuffer() ); in ErrorFormat()
|
/aoo42x/main/rsc/source/res/ |
H A D | rscmgr.cxx | 198 RscTypCont * pTC, sal_uInt32 nTab, in WriteSrcHeader() argument 252 RscTypCont * pTC, const RscId &rId, in WriteRcHeader() argument 270 if( !pObjNode && pTC ) in WriteRcHeader() 403 RscTypCont * pTC, const RscId &rId ) in WriteHxxHeader() argument 414 if( !pObjNode && pTC ) in WriteHxxHeader() 432 else if (pTC) in WriteHxxHeader() 435 MakeName( pTC, rInst.pClass, in WriteHxxHeader() 453 MakeName( pTC, rInst.pClass, in WriteHxxHeader() 472 RscTypCont * pTC, const RscId & rId ) in WriteHxx() argument 502 if( !pObjNode && pTC ) in WriteCxxHeader() [all …]
|
H A D | rscarray.cxx | 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() 559 WriteSrcArray( rInst, fOutput, pTC, nTab, pVarName ); in WriteSrc() 582 for( it = pTC->GetFallbacks().begin(); !pNode && it != pTC->GetFallbacks().end(); ++it ) in WriteRc() 607 RscTypCont * pTC, in WriteRcAccess() argument 652 RscTypCont * pTC, sal_uInt32 nTab, in WriteSrcHeader() argument [all …]
|
H A D | rsctop.cxx | 800 RscTypCont * pTC, const RscId & rId ) in WriteHxxHeader() argument 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 853 RscTypCont * pTC, const RscId & rId ){ in WriteCxx() argument 870 RscTypCont * pTC, sal_uInt32 nTab, in WriteSrcHeader() argument 905 RscTypCont * pTC, const RscId & rId, in WriteRcHeader() argument 929 WriteRc( rInst, rMem, pTC, nDeep, bExtra ) ); in WriteRc() 948 WriteSyntax( fOutput, pTC ); in WriteSyntaxHeader() 965 pSuperClass->WriteSyntax( fOutput, pTC ); in WriteSyntax() [all …]
|
H A D | rscclass.cxx | 773 RscTypCont * pTC, in WriteSrc() argument 806 aTmpI, fOutput, pTC, nTab, RscId(), pVarName ); in WriteSrc() 840 aTmpI, fOutput, pTC, nTab, RscId(), pName ); in WriteSrc() 862 RscTypCont * pTC in GetCorrectValues() argument 888 RscTypCont * pTC, in WriteInstRc() argument 943 WriteRcHeader( aTmpI, rMem, pTC, in WriteInstRc() 965 WriteRcHeader( aTmpI, rMem, pTC, in WriteInstRc() 988 RscTypCont * pTC, in WriteRc() argument 1011 RscTop::WriteSyntax( fOutput, pTC ); in WriteSyntax() 1129 nId = pTC->PutSysName( rInst.pClass->GetTypId(), in WriteSysDependRc() [all …]
|
H A D | rsccont.cxx | 855 RscTypCont * pTC, sal_uInt32 nTab, in ContWriteSrc() argument 869 fOutput, pTC, nTab, in ContWriteSrc() 898 rMem, pTC, in ContWriteRc() 911 RscTypCont * pTC, in ContWriteRcAccess() argument 947 RscTypCont * pTC, sal_uInt32 nTab, in WriteSrc() argument 985 RscTypCont * pTC, const RscId & rRscId ) in WriteHxx() argument 1002 fOutput, pTC, in WriteHxx() 1020 RscTypCont * pTC, const RscId & rRscId ) in WriteCxx() argument 1037 fOutput, pTC, in WriteCxx() 1070 RscTypCont * pTC, sal_uInt32 nTab, in WriteSrc() argument [all …]
|
H A D | rscstr.cxx | 318 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 D | rscconst.cxx | 205 void RscConst::WriteSyntax( FILE * fOutput, RscTypCont * pTC ) in WriteSyntax() argument 207 RscTop::WriteSyntax( fOutput, pTC ); in WriteSyntax()
|
/aoo42x/main/rsc/inc/ |
H A D | rscclass.hxx | 60 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 D | rsctop.hxx | 215 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 ); 236 virtual void WriteSyntax( FILE * fOutput, RscTypCont * pTC ); 238 virtual void WriteRcAccess( FILE * fOutput, RscTypCont * pTC, [all …]
|
H A D | rsccont.hxx | 57 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 D | rscrange.hxx | 64 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 D | rscmgr.hxx | 52 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 D | rscarray.hxx | 67 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 D | rscconst.hxx | 52 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 D | rscstr.hxx | 68 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 D | rscflag.hxx | 61 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 D | rscpar.hxx | 58 RscFileInst( RscTypCont * pTC, sal_uLong lIndexSrc, 60 RscFileInst( RscTypCont * pTC, sal_uLong lIndexSrc,
|
/aoo42x/main/xmloff/source/transform/ |
H A D | MergeElemTContext.cxx | 246 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()
|
/aoo42x/main/automation/source/server/ |
H A D | statemnt.cxx | 6157 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pTC->GetColumnCount() ) && in Execute() 6160 … ::svt::table::PTableModel pModel = pTC->GetModel(); in Execute() 6169 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pTC->GetColumnCount() ) && in Execute() 6172 … ::svt::table::PTableModel pModel = pTC->GetModel(); in Execute() 6249 if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pTC->GetRowCount() )) in Execute() 6253 Size aSize( pTC->GetSizePixel() ); in Execute() 6271 if ( pTC->IsRowSelected( nNr1-1 ) ) in Execute() 6272 pTC->Select(); in Execute() 6283 pRet->GenReturn ( RET_Value, aUId, comm_USHORT( pTC->GetSelectedRowCount() )); in Execute() 6288 if ( ValueOK( aUId, CUniString("GetSelIndex"), nNr1, pTC->GetSelectedRowCount() ) ) in Execute() [all …]
|