Searched refs:mxCtrlModel (Results 1 – 2 of 2) sorted by relevance
167 mxCtrlModel.reset( new AxLabelModel ); in VbaDummyFormControl()168 mxCtrlModel->setAwtModelMode(); in VbaDummyFormControl()169 mxCtrlModel->importProperty( XML_Size, CREATE_OUSTRING( "10;10" ) ); in VbaDummyFormControl()383 if( rxParentNC.is() && mxSiteModel.get() && mxCtrlModel.get() ) try in createAndConvert()386 OUString aServiceName = mxCtrlModel->getServiceName(); in createAndConvert()409 if( mxCtrlModel.get() ) in importControlModel()410 mxCtrlModel->importBinaryModel( rInStrm ); in importControlModel()416 …AxContainerModelBase* pContainerModel = dynamic_cast< AxContainerModelBase* >( mxCtrlModel.get() ); in importStorage()458 if( rxCtrlModel.is() && mxSiteModel.get() && mxCtrlModel.get() ) in convertProperties()466 … mxSiteModel->convertProperties( aPropMap, rConv, mxCtrlModel->getControlType(), nCtrlIndex ); in convertProperties()[all …]
178 ControlModelRef mxCtrlModel; /// Specific control properties. member in oox::ole::VbaFormControl