Searched refs:AxCommandButtonModel (Results 1 – 4 of 4) sorted by relevance
846 AxCommandButtonModel::AxCommandButtonModel() : in AxCommandButtonModel() function in oox::ole::AxCommandButtonModel856 void AxCommandButtonModel::importProperty( sal_Int32 nPropId, const OUString& rValue ) in importProperty()870 void AxCommandButtonModel::importPictureData( sal_Int32 nPropId, BinaryInputStream& rInStrm ) in importPictureData()879 bool AxCommandButtonModel::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel()896 ApiControlType AxCommandButtonModel::getControlType() const in getControlType()901 void AxCommandButtonModel::convertProperties( PropertyMap& rPropMap, const ControlConverter& rConv … in convertProperties()1758 … aClassId.equalsAscii( AX_GUID_COMMANDBUTTON ) ) return &createModel< AxCommandButtonModel >(); in createModelFromGuid()
267 case VBA_SITE_COMMANDBUTTON: xCtrlModel.reset( new AxCommandButtonModel ); break; in createControlModel()
472 class AxCommandButtonModel : public AxFontDataModel class475 explicit AxCommandButtonModel();
450 AxCommandButtonModel& rAxModel = aControl.createModel< AxCommandButtonModel >(); in createAndInsertClientXShape()
Completed in 39 milliseconds