Home
last modified time | relevance | path

Searched refs:getTypeByName (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/pyuno/source/module/
H A Duno.py52 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 Dpyuno_module.cxx331 static PyObject *getTypeByName( PyObject *, PyObject *args ) in getTypeByName() function
720 {const_cast< char * >("getTypeByName"), getTypeByName, METH_VARARGS, NULL},
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dcore.py145 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" )
/trunk/main/xmloff/source/transform/
H A DMutableAttrList.cxx130 OUString SAL_CALL XMLMutableAttributeList::getTypeByName( in getTypeByName() function in XMLMutableAttributeList
134 return m_xAttrList->getTypeByName( rName ); in getTypeByName()
H A DMutableAttrList.hxx63 …virtual ::rtl::OUString SAL_CALL getTypeByName(const ::rtl::OUString& aName) throw( ::com::sun::st…
/trunk/main/unotools/source/config/
H A Dxmlaccelcfg.cxx62 …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
/trunk/main/sax/test/
H A Dsaxdemo.cxx270 virtual OUString SAL_CALL getTypeByName(const OUString& aName) throw (RuntimeException);
352 OUString AttributeListImpl::getTypeByName( const OUString& sName ) throw (RuntimeException) in getTypeByName() function in AttributeListImpl
/trunk/main/sax/test/sax/
H A Dtestwriter.cxx165 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
/trunk/main/extensions/test/sax/
H A Dtestwriter.cxx252 virtual UString getTypeByName(const UString& aName) THROWS( (UsrSystemException) );
330 UString AttributeListImpl::getTypeByName( const UString& sName ) THROWS( (UsrSystemException) ) in getTypeByName() function in AttributeListImpl
/trunk/main/sdext/source/pdfimport/sax/
H A Dsaxattrlist.hxx63 virtual rtl::OUString SAL_CALL getTypeByName(const ::rtl::OUString& aName) throw();
H A Dsaxattrlist.cxx78 rtl::OUString SAL_CALL SaxAttrList::getTypeByName( const ::rtl::OUString& i_rName ) throw() in getTypeByName() function in pdfi::SaxAttrList
/trunk/main/sax/source/expatwrap/
H A Dattrlistimpl.hxx60 virtual ::rtl::OUString SAL_CALL getTypeByName(const ::rtl::OUString& aName)
H A Dattrlistimpl.cxx106 OUString AttributeList::getTypeByName( const OUString& sName ) throw (RuntimeException) in getTypeByName() function in sax_expatwrap::AttributeList
/trunk/main/comphelper/inc/comphelper/
H A Dattributelist.hxx61 virtual ::rtl::OUString SAL_CALL getTypeByName(const ::rtl::OUString& aName)
/trunk/main/xmloff/source/forms/
H A Dattriblistmerge.hxx66 …virtual ::rtl::OUString SAL_CALL getTypeByName( const ::rtl::OUString& aName ) throw(::com::sun::s…
H A Dattriblistmerge.cxx124 …::rtl::OUString SAL_CALL OAttribListMerger::getTypeByName( const ::rtl::OUString& _rName ) throw(R… in getTypeByName() function in xmloff::OAttribListMerger
/trunk/main/xmlsecurity/tools/uno/
H A DAttributeListHelper.java111 public String getTypeByName(String aName) in getTypeByName() method in AttributeListHelper
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_element.cxx101 OUString XMLElement::getTypeByName( OUString const & /*rName*/ ) in getTypeByName() function in xmlscript::XMLElement
/trunk/main/scripting/source/storage/
H A DXMLElement.hxx115 virtual ::rtl::OUString SAL_CALL getTypeByName( ::rtl::OUString const & rName )
H A DXMLElement.cxx131 OUString XMLElement::getTypeByName( OUString const & rName ) in getTypeByName() function in scripting_impl::XMLElement
/trunk/main/filter/source/xsltfilter/
H A Duof2merge.cxx77 …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
/trunk/main/xmlscript/inc/xmlscript/
H A Dxml_helper.hxx105 virtual ::rtl::OUString SAL_CALL getTypeByName( ::rtl::OUString const & rName )
/trunk/main/xmloff/inc/xmloff/
H A Dattrlist.hxx93 …virtual ::rtl::OUString SAL_CALL getTypeByName(const ::rtl::OUString& aName) throw( ::com::sun::st…
/trunk/main/comphelper/source/xml/
H A Dattributelist.cxx86 OUString SAL_CALL AttributeList::getTypeByName( const OUString& sName ) throw( ::com::sun::star::un… in getTypeByName() function in comphelper::AttributeList
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXAttributeList.idl77 string getTypeByName( [in] string aName );

Completed in 63 milliseconds

12