Searched refs:rAxModel (Results 1 – 2 of 2) sorted by relevance
450 AxCommandButtonModel& rAxModel = aControl.createModel< AxCommandButtonModel >(); in createAndInsertClientXShape() local451 …convertControlText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maCaption, pTextBox, pClie… in createAndInsertClientXShape()452 rAxModel.mnFlags = AX_FLAGS_ENABLED | AX_FLAGS_OPAQUE | AX_FLAGS_WORDWRAP; in createAndInsertClientXShape()453 rAxModel.mnVerticalAlign = pClientData->mnTextVAlign; in createAndInsertClientXShape()459 AxLabelModel& rAxModel = aControl.createModel< AxLabelModel >(); in createAndInsertClientXShape() local460 …convertControlText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maCaption, pTextBox, pClie… in createAndInsertClientXShape()461 rAxModel.mnFlags = AX_FLAGS_ENABLED | AX_FLAGS_WORDWRAP; in createAndInsertClientXShape()462 rAxModel.mnBorderStyle = AX_BORDERSTYLE_NONE; in createAndInsertClientXShape()463 rAxModel.mnSpecialEffect = AX_SPECIALEFFECT_FLAT; in createAndInsertClientXShape()464 rAxModel.mnVerticalAlign = pClientData->mnTextVAlign; in createAndInsertClientXShape()[all …]
205 ::oox::ole::AxMorphDataModelBase& rAxModel,