Searched refs:aControlModels (Results 1 – 3 of 3) sorted by relevance
195 … Sequence< Reference< XControlModel > > aControlModels( m_xTempModel->getControlModels() ); in FillList() local196 const Reference< XControlModel >* pControlModels = aControlModels.getConstArray(); in FillList()201 for ( sal_Int32 i=0; i < aControlModels.getLength(); ++i, ++pControlModels ) in FillList()286 Sequence< Reference< XControlModel > > aControlModels( m_xTempModel->getControlModels()); variable288 const Reference< XControlModel > * pControlModels = aControlModels.getConstArray();294 for( sal_Int32 j=0; j<aControlModels.getLength(); j++ )
911 Sequence< Reference< XControlModel > > aControlModels = getControlModels(); in implUpdateGroupStructure() local912 const Reference< XControlModel >* pControlModels = aControlModels.getConstArray(); in implUpdateGroupStructure()913 const Reference< XControlModel >* pControlModelsEnd = pControlModels + aControlModels.getLength(); in implUpdateGroupStructure()916 maGroups.reserve( aControlModels.getLength() ); in implUpdateGroupStructure()
2178 Sequence< Reference< XControlModel > > aControlModels = xModel->getControlModels(); in getControls() local2179 const Reference< XControlModel > * pModels = aControlModels.getConstArray(); in getControls()2180 sal_Int32 nModels = aControlModels.getLength(); in getControls()
Completed in 68 milliseconds