Lines Matching refs:nObj
1040 for( sal_uInt16 nObj = 0; nObj < pObjs->Count(); nObj++ ) in implClearDependingVarsOnDelete() local
1042 SbxVariable* pVar = pObjs->Get( nObj ); in implClearDependingVarsOnDelete()
1269 for ( sal_uInt16 nObj = 0; nObj < pObjs->Count(); nObj++ ) in InitAllModules() local
1271 SbxVariable* pVar = pObjs->Get( nObj ); in InitAllModules()
1290 for ( sal_uInt16 nObj = 0; nObj < pObjs->Count(); nObj++ ) in DeInitAllModules() local
1292 SbxVariable* pVar = pObjs->Get( nObj ); in DeInitAllModules()
1911 sal_uInt16 nObj; in LoadData() local
1913 for( nObj = 0 ; nObj < nObjCount ; nObj++ ) in LoadData()
1915 SbxVariable* pVar = pObjs->Get( nObj ); in LoadData()
1917 ppDeleteTab[nObj] = pBasic ? NULL : pVar; in LoadData()
1919 for( nObj = 0 ; nObj < nObjCount ; nObj++ ) in LoadData()
1921 SbxVariable* pVar = ppDeleteTab[nObj]; in LoadData()