Home
last modified time | relevance | path

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

12

/trunk/main/comphelper/inc/comphelper/
H A Dattributelist.hxx61 virtual ::rtl::OUString SAL_CALL getTypeByName(const ::rtl::OUString& aName)
/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/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/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/offapi/com/sun/star/xml/sax/
H A DXAttributeList.idl77 string getTypeByName( [in] string aName );
/trunk/main/pyuno/source/module/
H A Dpyuno_module.cxx331 static PyObject *getTypeByName( PyObject *, PyObject *args ) in getTypeByName() function
720 {const_cast< char * >("getTypeByName"), getTypeByName, METH_VARARGS, NULL},
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 Dunohelper.py245 t = uno.getTypeByName( x )
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DXMLTools.java151 public String getTypeByName(String name) { in getTypeByName() method in XMLTools.AttributeList
/trunk/main/sax/source/expatwrap/
H A Dattrlistimpl.cxx106 OUString AttributeList::getTypeByName( const OUString& sName ) throw (RuntimeException) in getTypeByName() function in sax_expatwrap::AttributeList
H A Dattrlistimpl.hxx60 virtual ::rtl::OUString SAL_CALL getTypeByName(const ::rtl::OUString& aName)
/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/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/scripting/source/pyprov/
H A Dpythonscript.py1068 return uno.getTypeByName( "void" )
/trunk/main/scripting/source/storage/
H A DXMLElement.cxx131 OUString XMLElement::getTypeByName( OUString const & rName ) in getTypeByName() function in scripting_impl::XMLElement
H A DXMLElement.hxx115 virtual ::rtl::OUString SAL_CALL getTypeByName( ::rtl::OUString const & rName )
/trunk/main/sdext/source/pdfimport/sax/
H A Dsaxattrlist.cxx78 rtl::OUString SAL_CALL SaxAttrList::getTypeByName( const ::rtl::OUString& i_rName ) throw() in getTypeByName() function in pdfi::SaxAttrList
H A Dsaxattrlist.hxx63 virtual rtl::OUString SAL_CALL getTypeByName(const ::rtl::OUString& aName) throw();
/trunk/main/stoc/source/corereflection/
H A Dbase.hxx83 inline typelib_TypeDescription * getTypeByName( const OUString & rName ) in getTypeByName() function
/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" )
H A Dimpl.py149 unohelper.inspect( uno.getTypeByName( "com.sun.star.lang.XComponent" ) , dev )
/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/xmloff/inc/xmloff/
H A Dattrlist.hxx93 …virtual ::rtl::OUString SAL_CALL getTypeByName(const ::rtl::OUString& aName) throw( ::com::sun::st…
/trunk/main/xmloff/source/core/
H A Dattrlist.cxx123 OUString SAL_CALL SvXMLAttributeList::getTypeByName( const OUString& ) throw( ::com::sun::star::uno… in getTypeByName() function in SvXMLAttributeList
/trunk/main/xmloff/source/forms/
H A Dattriblistmerge.cxx124 …::rtl::OUString SAL_CALL OAttribListMerger::getTypeByName( const ::rtl::OUString& _rName ) throw(R… in getTypeByName() function in xmloff::OAttribListMerger

Completed in 133 milliseconds

12