Lines Matching refs:rAxModel

450                 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()
471 AxMorphDataModelBase& rAxModel = bNumeric ? in createAndInsertClientXShape() local
474 …convertControlText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maValue, pTextBox, pClient… in createAndInsertClientXShape()
475 setFlag( rAxModel.mnFlags, AX_FLAGS_MULTILINE, pClientData->mbMultiLine ); in createAndInsertClientXShape()
476 setFlag( rAxModel.mnScrollBars, AX_SCROLLBAR_VERTICAL, pClientData->mbVScroll ); in createAndInsertClientXShape()
478 rAxModel.mnPasswordChar = '*'; in createAndInsertClientXShape()
484 AxFrameModel& rAxModel = aControl.createModel< AxFrameModel >(); in createAndInsertClientXShape() local
485 …convertControlText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maCaption, pTextBox, pClie… in createAndInsertClientXShape()
486rAxModel.mnBorderStyle = pClientData->mbNo3D ? AX_BORDERSTYLE_SINGLE : AX_BORDERSTYLE_NONE; in createAndInsertClientXShape()
487rAxModel.mnSpecialEffect = pClientData->mbNo3D ? AX_SPECIALEFFECT_FLAT : AX_SPECIALEFFECT_BUMPED; in createAndInsertClientXShape()
504 AxCheckBoxModel& rAxModel = aControl.createModel< AxCheckBoxModel >(); in createAndInsertClientXShape() local
505 …convertControlText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maCaption, pTextBox, pClie… in createAndInsertClientXShape()
506 convertControlBackground( rAxModel, rShape ); in createAndInsertClientXShape()
507 rAxModel.maValue = OUString::valueOf( pClientData->mnChecked ); in createAndInsertClientXShape()
508rAxModel.mnSpecialEffect = pClientData->mbNo3D ? AX_SPECIALEFFECT_FLAT : AX_SPECIALEFFECT_SUNKEN; in createAndInsertClientXShape()
509 rAxModel.mnVerticalAlign = pClientData->mnTextVAlign; in createAndInsertClientXShape()
511 rAxModel.mnMultiSelect = bTriState ? AX_SELCTION_MULTI : AX_SELCTION_SINGLE; in createAndInsertClientXShape()
517 AxOptionButtonModel& rAxModel = aControl.createModel< AxOptionButtonModel >(); in createAndInsertClientXShape() local
518 …convertControlText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maCaption, pTextBox, pClie… in createAndInsertClientXShape()
519 convertControlBackground( rAxModel, rShape ); in createAndInsertClientXShape()
520 rAxModel.maValue = OUString::valueOf( pClientData->mnChecked ); in createAndInsertClientXShape()
521rAxModel.mnSpecialEffect = pClientData->mbNo3D ? AX_SPECIALEFFECT_FLAT : AX_SPECIALEFFECT_SUNKEN; in createAndInsertClientXShape()
522 rAxModel.mnVerticalAlign = pClientData->mnTextVAlign; in createAndInsertClientXShape()
528 AxListBoxModel& rAxModel = aControl.createModel< AxListBoxModel >(); in createAndInsertClientXShape() local
529 convertControlFontData( rAxModel.maFontData, rAxModel.mnTextColor, maListBoxFont ); in createAndInsertClientXShape()
530rAxModel.mnBorderStyle = pClientData->mbNo3D2 ? AX_BORDERSTYLE_SINGLE : AX_BORDERSTYLE_NONE; in createAndInsertClientXShape()
531rAxModel.mnSpecialEffect = pClientData->mbNo3D2 ? AX_SPECIALEFFECT_FLAT : AX_SPECIALEFFECT_SUNKEN; in createAndInsertClientXShape()
534 case XML_Single: rAxModel.mnMultiSelect = AX_SELCTION_SINGLE; break; in createAndInsertClientXShape()
535 case XML_Multi: rAxModel.mnMultiSelect = AX_SELCTION_MULTI; break; in createAndInsertClientXShape()
536 case XML_Extend: rAxModel.mnMultiSelect = AX_SELCTION_EXTENDED; break; in createAndInsertClientXShape()
543 AxComboBoxModel& rAxModel = aControl.createModel< AxComboBoxModel >(); in createAndInsertClientXShape() local
544 convertControlFontData( rAxModel.maFontData, rAxModel.mnTextColor, maListBoxFont ); in createAndInsertClientXShape()
545 rAxModel.mnDisplayStyle = AX_DISPLAYSTYLE_DROPDOWN; in createAndInsertClientXShape()
546 rAxModel.mnShowDropButton = AX_SHOWDROPBUTTON_ALWAYS; in createAndInsertClientXShape()
547rAxModel.mnBorderStyle = pClientData->mbNo3D2 ? AX_BORDERSTYLE_SINGLE : AX_BORDERSTYLE_NONE; in createAndInsertClientXShape()
548rAxModel.mnSpecialEffect = pClientData->mbNo3D2 ? AX_SPECIALEFFECT_FLAT : AX_SPECIALEFFECT_SUNKEN; in createAndInsertClientXShape()
549 rAxModel.mnListRows = pClientData->mnDropLines; in createAndInsertClientXShape()
555 AxSpinButtonModel& rAxModel = aControl.createModel< AxSpinButtonModel >(); in createAndInsertClientXShape() local
556 rAxModel.mnMin = pClientData->mnMin; in createAndInsertClientXShape()
557 rAxModel.mnMax = pClientData->mnMax; in createAndInsertClientXShape()
558 rAxModel.mnPosition = pClientData->mnVal; in createAndInsertClientXShape()
559 rAxModel.mnSmallChange = pClientData->mnInc; in createAndInsertClientXShape()
565 AxScrollBarModel& rAxModel = aControl.createModel< AxScrollBarModel >(); in createAndInsertClientXShape() local
566 rAxModel.mnMin = pClientData->mnMin; in createAndInsertClientXShape()
567 rAxModel.mnMax = pClientData->mnMax; in createAndInsertClientXShape()
568 rAxModel.mnPosition = pClientData->mnVal; in createAndInsertClientXShape()
569 rAxModel.mnSmallChange = pClientData->mnInc; in createAndInsertClientXShape()
570 rAxModel.mnLargeChange = pClientData->mnPage; in createAndInsertClientXShape()
577 AxFrameModel& rAxModel = aControl.createModel< AxFrameModel >(); in createAndInsertClientXShape() local
578 …convertControlText( rAxModel.maFontData, rAxModel.mnTextColor, rAxModel.maCaption, pTextBox, XML_L… in createAndInsertClientXShape()
579 rAxModel.mnBorderStyle = AX_BORDERSTYLE_SINGLE; in createAndInsertClientXShape()
580 rAxModel.mnSpecialEffect = AX_SPECIALEFFECT_FLAT; in createAndInsertClientXShape()
725 void VmlDrawing::convertControlBackground( AxMorphDataModelBase& rAxModel, const ::oox::vml::ShapeB… in convertControlBackground() argument
729 setFlag( rAxModel.mnFlags, AX_FLAGS_OPAQUE, bHasFill ); in convertControlBackground()
736 rAxModel.mnBackColor = OleHelper::encodeOleColor( nRgbValue ); in convertControlBackground()