Lines Matching refs:xAttributes

73     Reference< xml::input::XAttributes > const & xAttributes,  in ControlElement()
77 pImport->XMLNS_DIALOGS_UID, rLocalName, xAttributes, pParent, pImport ) in ControlElement()
94 Reference< xml::input::XAttributes > const & xAttributes ) in getStyle()
97 xAttributes->getValueByUidName( in getStyle()
108 Reference< xml::input::XAttributes > const & xAttributes ) in getControlId()
111 xAttributes->getValueByUidName( in getControlId()
787 Reference< xml::input::XAttributes > const & xAttributes ) in importStringProperty()
790 xAttributes->getValueByUidName( in importStringProperty()
802 Reference< xml::input::XAttributes > const & xAttributes ) in importDoubleProperty()
805 xAttributes->getValueByUidName( in importDoubleProperty()
817 Reference< xml::input::XAttributes > const & xAttributes ) in importBooleanProperty()
821 &bBool, rAttrName, xAttributes, _pImport->XMLNS_DIALOGS_UID )) in importBooleanProperty()
831 Reference< xml::input::XAttributes > const & xAttributes ) in importLongProperty()
834 xAttributes->getValueByUidName( in importLongProperty()
847 Reference< xml::input::XAttributes > const & xAttributes ) in importLongProperty()
850 xAttributes->getValueByUidName( in importLongProperty()
862 Reference< xml::input::XAttributes > const & xAttributes ) in importHexLongProperty()
865 xAttributes->getValueByUidName( in importHexLongProperty()
877 Reference< xml::input::XAttributes > const & xAttributes ) in importShortProperty()
880 xAttributes->getValueByUidName( in importShortProperty()
892 Reference< xml::input::XAttributes > const & xAttributes ) in importAlignProperty()
895 xAttributes->getValueByUidName( in importAlignProperty()
931 Reference< xml::input::XAttributes > const & xAttributes ) in importVerticalAlignProperty()
934 xAttributes->getValueByUidName( in importVerticalAlignProperty()
967 Reference< xml::input::XAttributes > const & xAttributes ) in importImageAlignProperty()
970 xAttributes->getValueByUidName( in importImageAlignProperty()
1006 Reference< xml::input::XAttributes > const & xAttributes ) in importImagePositionProperty()
1009 xAttributes->getValueByUidName( in importImagePositionProperty()
1081 Reference< xml::input::XAttributes > const & xAttributes ) in importButtonTypeProperty()
1084 xAttributes->getValueByUidName( in importButtonTypeProperty()
1120 Reference< xml::input::XAttributes > const & xAttributes ) in importDateFormatProperty()
1123 xAttributes->getValueByUidName( in importDateFormatProperty()
1191 Reference< xml::input::XAttributes > const & xAttributes ) in importTimeFormatProperty()
1194 xAttributes->getValueByUidName( in importTimeFormatProperty()
1238 Reference< xml::input::XAttributes > const & xAttributes ) in importOrientationProperty()
1241 xAttributes->getValueByUidName( in importOrientationProperty()
1269 Reference< xml::input::XAttributes > const & xAttributes ) in importLineEndFormatProperty()
1272 xAttributes->getValueByUidName( in importLineEndFormatProperty()
1304 Reference< xml::input::XAttributes > const & xAttributes ) in importSelectionTypeProperty()
1307 xAttributes->getValueByUidName( in importSelectionTypeProperty()
1409 Reference< xml::input::XAttributes > xAttributes( in importEvents() local
1418 xAttributes, in importEvents()
1423 xAttributes, in importEvents()
1438 xAttributes, in importEvents()
1471 xAttributes, in importEvents()
1516 xAttributes, in importEvents()
1522 xAttributes, _pImport->XMLNS_SCRIPT_UID )) in importEvents()
1536 xAttributes, _pImport->XMLNS_SCRIPT_UID ); in importEvents()
1549 xAttributes, in importEvents()
1554 xAttributes, in importEvents()
1565 xAttributes, _pImport->XMLNS_DIALOGS_UID ); in importEvents()
1569 xAttributes, _pImport->XMLNS_DIALOGS_UID ); in importEvents()
1573 xAttributes, _pImport->XMLNS_DIALOGS_UID ); in importEvents()
1588 Reference< xml::input::XAttributes > const & xAttributes, in importDefaults()
1597 xAttributes ); in importDefaults()
1602 xAttributes, _pImport->XMLNS_DIALOGS_UID ) && in importDefaults()
1612 xAttributes, _pImport->XMLNS_DIALOGS_UID ) && !bVisible) in importDefaults()
1629 xAttributes ) || in importDefaults()
1633 xAttributes ) || in importDefaults()
1636 xAttributes ) || in importDefaults()
1639 xAttributes )) in importDefaults()
1651 xAttributes ); in importDefaults()
1658 xAttributes, _pImport->XMLNS_DIALOGS_UID )) in importDefaults()
1668 xAttributes ); in importDefaults()
1671 xAttributes ); in importDefaults()
1674 xAttributes ); in importDefaults()
1741 Reference< xml::input::XAttributes > const & xAttributes, in ElementBase()
1748 , _xAttributes( xAttributes ) in ElementBase()
1813 Reference< xml::input::XAttributes > const & xAttributes ) in startRootElement()
1825 return new WindowElement( rLocalName, xAttributes, 0, this ); in startRootElement()