Searched refs:aProcName (Results 1 – 2 of 2) sorted by relevance
174 String aProcName = pProc->GetName(); in Save() local181 aProcName.Search( String( RTL_CONSTASCII_USTRINGPARAM("Property ") ) ); in Save()182 String aPureProcName = aProcName; in Save()186 aPropPrefix = aProcName.Copy( 0, 13 ); // 13 == Len( "Property ?et " ) in Save()187 aPureProcName = aProcName.Copy( 13 ); in Save()208 aProcName = aIfaceProcName; in Save()248 pMapperMeth = rMod.GetIfaceMapperMethod( aProcName, pMeth ); in Save()252 pMeth = rMod.GetMethod( aProcName, pProc->GetType() ); in Save()
1849 String aProcName; in handleProcedureProperties() local1850 aProcName.AppendAscii( "Property Get " ); in handleProcedureProperties()1851 aProcName += pProcProperty->GetName(); in handleProcedureProperties()1853 SbxVariable* pMeth = Find( aProcName, SbxCLASS_METHOD ); in handleProcedureProperties()1892 String aProcName; in handleProcedureProperties() local1893 aProcName.AppendAscii( "Property Set " ); in handleProcedureProperties()1894 aProcName += pProcProperty->GetName(); in handleProcedureProperties()1895 pMeth = Find( aProcName, SbxCLASS_METHOD ); in handleProcedureProperties()1899 String aProcName; in handleProcedureProperties() local1900 aProcName.AppendAscii( "Property Let " ); in handleProcedureProperties()[all …]