Home
last modified time | relevance | path

Searched refs:rAxModel (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/oox/source/xls/
H A Ddrawingfragment.cxx450 AxCommandButtonModel& rAxModel = aControl.createModel< AxCommandButtonModel >(); in createAndInsertClientXShape() local
451 …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() local
460 …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 …]
/AOO42X/main/oox/inc/oox/xls/
H A Ddrawingfragment.hxx205 ::oox::ole::AxMorphDataModelBase& rAxModel,