Searched refs:xMethParameters (Results 1 – 1 of 1) sorted by relevance
1863 SbxArrayRef xMethParameters = new SbxArray; in handleProcedureProperties() local1864 xMethParameters->Put( pMeth, 0 ); // Method as parameter 0 in handleProcedureProperties()1868 xMethParameters->Put( pPar, i ); in handleProcedureProperties()1871 pMeth->SetParameters( xMethParameters ); in handleProcedureProperties()