Lines Matching refs:xAttributes
65 Reference< xml::input::XAttributes > const & xAttributes, sal_Int32 uid ) in getBoolAttr()
68 xAttributes->getValueByUidName( uid, rAttrName ) ); in getBoolAttr()
95 Reference< xml::input::XAttributes > const & xAttributes, sal_Int32 uid ) in getStringAttr()
97 *pRet = xAttributes->getValueByUidName( uid, rAttrName ); in getStringAttr()
103 Reference< xml::input::XAttributes > const & xAttributes, in getLongAttr()
107 xAttributes->getValueByUidName( uid, rAttrName ) ); in getLongAttr()
159 Reference< xml::input::XAttributes > const & xAttributes )
177 Reference< xml::input::XAttributes > const & xAttributes,
204 Reference< xml::input::XAttributes > const & xAttributes )
220 Reference< xml::input::XAttributes > const & xAttributes )
227 Reference< xml::input::XAttributes > const & xAttributes, in LibrariesElement()
230 : LibElementBase( rLocalName, xAttributes, pParent, pImport ) in LibrariesElement()
245 Reference< xml::input::XAttributes > const & xAttributes )
252 Reference< xml::input::XAttributes > const & xAttributes, in LibraryElement()
255 : LibElementBase( rLocalName, xAttributes, pParent, pImport ) in LibraryElement()