Lines Matching refs:aControl

445         EmbeddedControl aControl( aShapeName );  in createAndInsertClientXShape()  local
450 AxCommandButtonModel& rAxModel = aControl.createModel< AxCommandButtonModel >(); in createAndInsertClientXShape()
459 AxLabelModel& rAxModel = aControl.createModel< AxLabelModel >(); in createAndInsertClientXShape()
472 … static_cast< AxMorphDataModelBase& >( aControl.createModel< AxNumericFieldModel >() ) : in createAndInsertClientXShape()
473 … static_cast< AxMorphDataModelBase& >( aControl.createModel< AxTextBoxModel >() ); in createAndInsertClientXShape()
484 AxFrameModel& rAxModel = aControl.createModel< AxFrameModel >(); in createAndInsertClientXShape()
504 AxCheckBoxModel& rAxModel = aControl.createModel< AxCheckBoxModel >(); in createAndInsertClientXShape()
517 AxOptionButtonModel& rAxModel = aControl.createModel< AxOptionButtonModel >(); in createAndInsertClientXShape()
528 AxListBoxModel& rAxModel = aControl.createModel< AxListBoxModel >(); in createAndInsertClientXShape()
543 AxComboBoxModel& rAxModel = aControl.createModel< AxComboBoxModel >(); in createAndInsertClientXShape()
555 AxSpinButtonModel& rAxModel = aControl.createModel< AxSpinButtonModel >(); in createAndInsertClientXShape()
565 AxScrollBarModel& rAxModel = aControl.createModel< AxScrollBarModel >(); in createAndInsertClientXShape()
577 AxFrameModel& rAxModel = aControl.createModel< AxFrameModel >(); in createAndInsertClientXShape()
585 if( ControlModelBase* pAxModel = aControl.getModel() ) in createAndInsertClientXShape()
591 …Reference< XShape > xShape = createAndInsertXControlShape( aControl, rxShapes, aShapeRect, nCtrlIn… in createAndInsertClientXShape()