/aoo41x/main/pyuno/source/module/ |
H A D | uno.py | 52 def getTypeByName( typeName): function 56 return pyuno.getTypeByName( typeName ) 230 self.type = getTypeByName( type ) 265 d[x] = pyuno.getTypeByName( name + "." + x[6:len(x)] )
|
H A D | pyuno_module.cxx | 331 static PyObject *getTypeByName( PyObject *, PyObject *args ) in getTypeByName() function 720 {const_cast< char * >("getTypeByName"), getTypeByName, METH_VARARGS, NULL},
|
/aoo41x/main/testtools/source/bridgetest/pyuno/ |
H A D | core.py | 145 t1 = uno.getTypeByName( "com.sun.star.lang.XComponent" ) 146 t2 = uno.getTypeByName( "com.sun.star.lang.XComponent" ) 147 t3 = uno.getTypeByName( "com.sun.star.lang.EventObject" ) 336 … self.failUnlessRaises( (RuntimeException,exceptions.RuntimeError), uno.getTypeByName, "a" ) 356 t = uno.getTypeByName( "long" )
|
/aoo41x/main/xmloff/source/transform/ |
H A D | MutableAttrList.cxx | 130 OUString SAL_CALL XMLMutableAttributeList::getTypeByName( in getTypeByName() function in XMLMutableAttributeList 134 return m_xAttrList->getTypeByName( rName ); in getTypeByName()
|
H A D | MutableAttrList.hxx | 63 …virtual ::rtl::OUString SAL_CALL getTypeByName(const ::rtl::OUString& aName) throw( ::com::sun::st…
|
/aoo41x/main/unotools/source/config/ |
H A D | xmlaccelcfg.cxx | 62 …virtual ::rtl::OUString SAL_CALL getTypeByName(const ::rtl::OUString& aName) throw (::com::sun::s… 140 OUString AttributeListImpl::getTypeByName( const OUString& sName ) throw (RuntimeException) in getTypeByName() function in AttributeListImpl
|
/aoo41x/main/sax/test/ |
H A D | saxdemo.cxx | 270 virtual OUString SAL_CALL getTypeByName(const OUString& aName) throw (RuntimeException); 352 OUString AttributeListImpl::getTypeByName( const OUString& sName ) throw (RuntimeException) in getTypeByName() function in AttributeListImpl
|
/aoo41x/main/sax/test/sax/ |
H A D | testwriter.cxx | 165 virtual OUString SAL_CALL getTypeByName(const OUString& aName) throw (RuntimeException); 247 OUString AttributeListImpl::getTypeByName( const OUString& sName ) throw (RuntimeException) in getTypeByName() function in sax_test::AttributeListImpl
|
/aoo41x/main/extensions/test/sax/ |
H A D | testwriter.cxx | 252 virtual UString getTypeByName(const UString& aName) THROWS( (UsrSystemException) ); 330 UString AttributeListImpl::getTypeByName( const UString& sName ) THROWS( (UsrSystemException) ) in getTypeByName() function in AttributeListImpl
|
/aoo41x/main/sdext/source/pdfimport/sax/ |
H A D | saxattrlist.hxx | 63 virtual rtl::OUString SAL_CALL getTypeByName(const ::rtl::OUString& aName) throw();
|
H A D | saxattrlist.cxx | 78 rtl::OUString SAL_CALL SaxAttrList::getTypeByName( const ::rtl::OUString& i_rName ) throw() in getTypeByName() function in pdfi::SaxAttrList
|
/aoo41x/main/sax/source/expatwrap/ |
H A D | attrlistimpl.hxx | 63 virtual ::rtl::OUString SAL_CALL getTypeByName(const ::rtl::OUString& aName)
|
H A D | attrlistimpl.cxx | 106 OUString AttributeList::getTypeByName( const OUString& sName ) throw (RuntimeException) in getTypeByName() function in sax_expatwrap::AttributeList
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | attributelist.hxx | 61 virtual ::rtl::OUString SAL_CALL getTypeByName(const ::rtl::OUString& aName)
|
/aoo41x/main/xmloff/source/forms/ |
H A D | attriblistmerge.hxx | 66 …virtual ::rtl::OUString SAL_CALL getTypeByName( const ::rtl::OUString& aName ) throw(::com::sun::s…
|
H A D | attriblistmerge.cxx | 124 …::rtl::OUString SAL_CALL OAttribListMerger::getTypeByName( const ::rtl::OUString& _rName ) throw(R… in getTypeByName() function in xmloff::OAttribListMerger
|
/aoo41x/main/xmlscript/source/xml_helper/ |
H A D | xml_element.cxx | 101 OUString XMLElement::getTypeByName( OUString const & /*rName*/ ) in getTypeByName() function in xmlscript::XMLElement
|
/aoo41x/main/xmlsecurity/tools/uno/ |
H A D | AttributeListHelper.java | 111 public String getTypeByName(String aName) in getTypeByName() method in AttributeListHelper
|
/aoo41x/main/scripting/source/storage/ |
H A D | XMLElement.hxx | 115 virtual ::rtl::OUString SAL_CALL getTypeByName( ::rtl::OUString const & rName )
|
H A D | XMLElement.cxx | 131 OUString XMLElement::getTypeByName( OUString const & rName ) in getTypeByName() function in scripting_impl::XMLElement
|
/aoo41x/main/xmlscript/inc/xmlscript/ |
H A D | xml_helper.hxx | 104 virtual ::rtl::OUString SAL_CALL getTypeByName( ::rtl::OUString const & rName )
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | attrlist.hxx | 66 …virtual ::rtl::OUString SAL_CALL getTypeByName(const ::rtl::OUString& aName) throw( ::com::sun::st…
|
/aoo41x/main/filter/source/xsltfilter/ |
H A D | uof2merge.cxx | 77 …virtual ::rtl::OUString SAL_CALL getTypeByName( const ::rtl::OUString& rName ) throw ( ::com::sun:… 113 ::rtl::OUString SAL_CALL UOF2AttributeList::getTypeByName( const ::rtl::OUString& rName ) throw ( :… in getTypeByName() function in XSLT::UOF2AttributeList
|
/aoo41x/main/comphelper/source/xml/ |
H A D | attributelist.cxx | 86 OUString SAL_CALL AttributeList::getTypeByName( const OUString& sName ) throw( ::com::sun::star::un… in getTypeByName() function in comphelper::AttributeList
|
/aoo41x/main/offapi/com/sun/star/xml/sax/ |
H A D | XAttributeList.idl | 77 string getTypeByName( [in] string aName );
|