/aoo42x/main/xmloff/source/forms/ |
H A D | attriblistmerge.cxx | 112 ::rtl::OUString SAL_CALL OAttribListMerger::getTypeByIndex( sal_Int16 i ) throw(RuntimeException) in getTypeByIndex() function in xmloff::OAttribListMerger 120 return xSubList->getTypeByIndex(nLocalIndex); in getTypeByIndex() 134 return xSubList->getTypeByIndex(nLocalIndex); in getTypeByName()
|
H A D | attriblistmerge.hxx | 65 …virtual ::rtl::OUString SAL_CALL getTypeByIndex( sal_Int16 i ) throw(::com::sun::star::uno::Runtim…
|
/aoo42x/main/xmlsecurity/tools/uno/ |
H A D | AttributeListHelper.java | 101 public String getTypeByIndex(short i) in getTypeByIndex() method in AttributeListHelper 120 type = getTypeByIndex((short)i); in getTypeByName()
|
/aoo42x/main/xmloff/source/transform/ |
H A D | MutableAttrList.cxx | 118 OUString SAL_CALL XMLMutableAttributeList::getTypeByIndex(sal_Int16 i) in getTypeByIndex() function in XMLMutableAttributeList 121 return m_xAttrList->getTypeByIndex( i ); in getTypeByIndex()
|
H A D | MutableAttrList.hxx | 62 …virtual ::rtl::OUString SAL_CALL getTypeByIndex(sal_Int16 i) throw( ::com::sun::star::uno::Runtime…
|
/aoo42x/main/comphelper/source/xml/ |
H A D | attributelist.cxx | 73 OUString SAL_CALL AttributeList::getTypeByIndex(sal_Int16 i) throw( ::com::sun::star::uno::RuntimeE… in getTypeByIndex() function in comphelper::AttributeList 167 r->getTypeByIndex( i ) , in AppendAttributeList()
|
/aoo42x/main/qadevOOo/runner/util/ |
H A D | XMLTools.java | 87 add(list.getNameByIndex(i), list.getTypeByIndex(i), in AttributeList() 143 public String getTypeByIndex(short idx) { in getTypeByIndex() method in XMLTools.AttributeList 222 attr.getTypeByIndex(i) + "]=\"" + in startElement()
|
/aoo42x/main/filter/source/xsltfilter/ |
H A D | uof2merge.cxx | 76 …virtual ::rtl::OUString SAL_CALL getTypeByIndex( sal_Int16 i) throw ( ::com::sun::star::uno::Runti… 108 ::rtl::OUString SAL_CALL UOF2AttributeList::getTypeByIndex( sal_Int16 i ) throw ( ::com::sun::star:… in getTypeByIndex() function in XSLT::UOF2AttributeList 234 …tribute( rAttribs->getNameByIndex(i), rAttribs->getValueByIndex(i), rAttribs->getTypeByIndex(i)) ); in startElement()
|
/aoo42x/main/unotools/source/config/ |
H A D | xmlaccelcfg.cxx | 61 …virtual ::rtl::OUString SAL_CALL getTypeByIndex(sal_Int16 i) throw (::com::sun::star::uno::Runtim… 123 OUString AttributeListImpl::getTypeByIndex(sal_Int16 i) throw (RuntimeException) in getTypeByIndex() function in AttributeListImpl
|
/aoo42x/main/sax/test/ |
H A D | saxdemo.cxx | 269 virtual OUString SAL_CALL getTypeByIndex(sal_Int16 i) throw (RuntimeException); 335 OUString AttributeListImpl::getTypeByIndex(sal_Int16 i) throw (RuntimeException) in getTypeByIndex() function in AttributeListImpl
|
/aoo42x/main/sax/test/sax/ |
H A D | testwriter.cxx | 164 virtual OUString SAL_CALL getTypeByIndex(sal_Int16 i) throw (RuntimeException); 230 OUString AttributeListImpl::getTypeByIndex(sal_Int16 i) throw (RuntimeException) in getTypeByIndex() function in sax_test::AttributeListImpl
|
/aoo42x/main/extensions/test/sax/ |
H A D | testwriter.cxx | 251 virtual UString getTypeByIndex(INT16 i) THROWS( (UsrSystemException) ); 313 UString AttributeListImpl::getTypeByIndex(INT16 i) THROWS( (UsrSystemException) ) in getTypeByIndex() function in AttributeListImpl
|
/aoo42x/main/sdext/source/pdfimport/sax/ |
H A D | saxattrlist.hxx | 62 virtual rtl::OUString SAL_CALL getTypeByIndex(sal_Int16 i) throw();
|
H A D | saxattrlist.cxx | 73 rtl::OUString SAL_CALL SaxAttrList::getTypeByIndex( sal_Int16 i_nIndex) throw() in getTypeByIndex() function in pdfi::SaxAttrList
|
/aoo42x/main/xmlscript/source/xml_helper/ |
H A D | xml_impctx.cxx | 397 virtual OUString SAL_CALL getTypeByIndex( 813 OUString ExtendedAttributes::getTypeByIndex( sal_Int32 nIndex ) in getTypeByIndex() function in xmlscript::ExtendedAttributes
|
H A D | xml_element.cxx | 92 OUString XMLElement::getTypeByIndex( sal_Int16 nPos ) in getTypeByIndex() function in xmlscript::XMLElement
|
/aoo42x/main/sax/source/expatwrap/ |
H A D | attrlistimpl.hxx | 58 virtual ::rtl::OUString SAL_CALL getTypeByIndex(sal_Int16 i)
|
H A D | attrlistimpl.cxx | 89 OUString AttributeList::getTypeByIndex(sal_Int16 i) throw (RuntimeException) in getTypeByIndex() function in sax_expatwrap::AttributeList
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | attributelist.hxx | 59 virtual ::rtl::OUString SAL_CALL getTypeByIndex(sal_Int16 i)
|
/aoo42x/main/scripting/source/storage/ |
H A D | XMLElement.hxx | 113 virtual ::rtl::OUString SAL_CALL getTypeByIndex( sal_Int16 nPos )
|
H A D | XMLElement.cxx | 120 OUString XMLElement::getTypeByIndex( sal_Int16 nPos ) in getTypeByIndex() function in scripting_impl::XMLElement
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | attrlist.hxx | 65 …virtual ::rtl::OUString SAL_CALL getTypeByIndex(sal_Int16 i) throw( ::com::sun::star::uno::Runtime…
|
/aoo42x/main/xmlscript/inc/xmlscript/ |
H A D | xml_helper.hxx | 103 virtual ::rtl::OUString SAL_CALL getTypeByIndex( sal_Int16 nPos )
|
/aoo42x/main/offapi/com/sun/star/xml/sax/ |
H A D | XAttributeList.idl | 69 string getTypeByIndex( [in] short i );
|
/aoo42x/main/offapi/com/sun/star/xml/input/ |
H A D | XAttributes.idl | 118 string getTypeByIndex( [in] long nIndex );
|