Lines Matching refs:pControlModels
912 const Reference< XControlModel >* pControlModels = aControlModels.getConstArray(); in implUpdateGroupStructure() local
913 const Reference< XControlModel >* pControlModelsEnd = pControlModels + aControlModels.getLength(); in implUpdateGroupStructure()
928 for ( ; pControlModels != pControlModelsEnd; ++pControlModels ) in implUpdateGroupStructure()
931 xModelSI = xModelSI.query( *pControlModels ); in implUpdateGroupStructure()
948 aCurrentGroup->push_back( *pControlModels ); in implUpdateGroupStructure()
951 nCurrentGroupStep = lcl_getDialogStep( *pControlModels ); in implUpdateGroupStructure()
956 Reference< XPropertySet > xModelProps( *pControlModels, UNO_QUERY ); in implUpdateGroupStructure()
978 const sal_Int32 nThisModelStep = lcl_getDialogStep( *pControlModels ); in implUpdateGroupStructure()
984 aCurrentGroup->push_back( *pControlModels ); in implUpdateGroupStructure()
989 Reference< XPropertySet > xModelProps( *pControlModels, UNO_QUERY ); in implUpdateGroupStructure()
1012 aCurrentGroup->push_back( *pControlModels ); in implUpdateGroupStructure()
1019 Reference< XPropertySet > xModelProps( *pControlModels, UNO_QUERY ); in implUpdateGroupStructure()