Lines Matching refs:xAttributes
74 Reference< xml::input::XAttributes > const & xAttributes, in ControlElement()
78 pImport->XMLNS_DIALOGS_UID, rLocalName, xAttributes, pParent, pImport ) in ControlElement()
95 Reference< xml::input::XAttributes > const & xAttributes ) in getStyle()
98 xAttributes->getValueByUidName( in getStyle()
109 Reference< xml::input::XAttributes > const & xAttributes ) in getControlId()
112 xAttributes->getValueByUidName( in getControlId()
788 Reference< xml::input::XAttributes > const & xAttributes ) in importStringProperty()
791 xAttributes->getValueByUidName( in importStringProperty()
803 Reference< xml::input::XAttributes > const & xAttributes ) in importDoubleProperty()
806 xAttributes->getValueByUidName( in importDoubleProperty()
818 Reference< xml::input::XAttributes > const & xAttributes ) in importBooleanProperty()
822 &bBool, rAttrName, xAttributes, _pImport->XMLNS_DIALOGS_UID )) in importBooleanProperty()
832 Reference< xml::input::XAttributes > const & xAttributes ) in importLongProperty()
835 xAttributes->getValueByUidName( in importLongProperty()
848 Reference< xml::input::XAttributes > const & xAttributes ) in importLongProperty()
851 xAttributes->getValueByUidName( in importLongProperty()
863 Reference< xml::input::XAttributes > const & xAttributes ) in importHexLongProperty()
866 xAttributes->getValueByUidName( in importHexLongProperty()
878 Reference< xml::input::XAttributes > const & xAttributes ) in importShortProperty()
881 xAttributes->getValueByUidName( in importShortProperty()
893 Reference< xml::input::XAttributes > const & xAttributes ) in importAlignProperty()
896 xAttributes->getValueByUidName( in importAlignProperty()
932 Reference< xml::input::XAttributes > const & xAttributes ) in importVerticalAlignProperty()
935 xAttributes->getValueByUidName( in importVerticalAlignProperty()
968 Reference< xml::input::XAttributes > const & xAttributes ) in importImageAlignProperty()
971 xAttributes->getValueByUidName( in importImageAlignProperty()
1007 Reference< xml::input::XAttributes > const & xAttributes ) in importImagePositionProperty()
1010 xAttributes->getValueByUidName( in importImagePositionProperty()
1082 Reference< xml::input::XAttributes > const & xAttributes ) in importButtonTypeProperty()
1085 xAttributes->getValueByUidName( in importButtonTypeProperty()
1121 Reference< xml::input::XAttributes > const & xAttributes ) in importDateFormatProperty()
1124 xAttributes->getValueByUidName( in importDateFormatProperty()
1192 Reference< xml::input::XAttributes > const & xAttributes ) in importTimeFormatProperty()
1195 xAttributes->getValueByUidName( in importTimeFormatProperty()
1239 Reference< xml::input::XAttributes > const & xAttributes ) in importOrientationProperty()
1242 xAttributes->getValueByUidName( in importOrientationProperty()
1270 Reference< xml::input::XAttributes > const & xAttributes ) in importLineEndFormatProperty()
1273 xAttributes->getValueByUidName( in importLineEndFormatProperty()
1305 Reference< xml::input::XAttributes > const & xAttributes ) in importSelectionTypeProperty()
1308 xAttributes->getValueByUidName( in importSelectionTypeProperty()
1346 Reference< xml::input::XAttributes > const & xAttributes ) in importImageScaleModeProperty()
1349 xAttributes->getValueByUidName( in importImageScaleModeProperty()
1447 Reference< xml::input::XAttributes > xAttributes( in importEvents() local
1456 xAttributes, in importEvents()
1461 xAttributes, in importEvents()
1476 xAttributes, in importEvents()
1509 xAttributes, in importEvents()
1554 xAttributes, in importEvents()
1560 xAttributes, _pImport->XMLNS_SCRIPT_UID )) in importEvents()
1574 xAttributes, _pImport->XMLNS_SCRIPT_UID ); in importEvents()
1587 xAttributes, in importEvents()
1592 xAttributes, in importEvents()
1603 xAttributes, _pImport->XMLNS_DIALOGS_UID ); in importEvents()
1607 xAttributes, _pImport->XMLNS_DIALOGS_UID ); in importEvents()
1611 xAttributes, _pImport->XMLNS_DIALOGS_UID ); in importEvents()
1626 Reference< xml::input::XAttributes > const & xAttributes, in importDefaults()
1635 xAttributes ); in importDefaults()
1640 xAttributes, _pImport->XMLNS_DIALOGS_UID ) && in importDefaults()
1650 xAttributes, _pImport->XMLNS_DIALOGS_UID ) && !bVisible) in importDefaults()
1667 xAttributes ) || in importDefaults()
1671 xAttributes ) || in importDefaults()
1674 xAttributes ) || in importDefaults()
1677 xAttributes )) in importDefaults()
1689 xAttributes ); in importDefaults()
1696 xAttributes, _pImport->XMLNS_DIALOGS_UID )) in importDefaults()
1706 xAttributes ); in importDefaults()
1709 xAttributes ); in importDefaults()
1712 xAttributes ); in importDefaults()
1779 Reference< xml::input::XAttributes > const & xAttributes, in ElementBase()
1786 , _xAttributes( xAttributes ) in ElementBase()
1851 Reference< xml::input::XAttributes > const & xAttributes ) in startRootElement()
1863 return new WindowElement( rLocalName, xAttributes, 0, this ); in startRootElement()