Home
last modified time | relevance | path

Searched refs:getValueByName (Results 76 – 100 of 201) sorted by relevance

123456789

/trunk/main/scripting/java/org/openoffice/idesupport/localoffice/
H A DLocalOfficeImpl.java97 object = mComponentContext.getValueByName(STORAGE_MRG_SINGLETON); in refreshStorage()
/trunk/main/scripting/source/runtimemgr/
H A DStorageBridge.cxx73 Reference< XInterface > temp( m_xContext->getValueByName( in initStorage()
/trunk/main/scripting/source/storage/
H A DXMLElement.hxx119 virtual ::rtl::OUString SAL_CALL getValueByName( ::rtl::OUString const & rName )
H A DXMLElement.cxx150 OUString XMLElement::getValueByName( OUString const & rName ) in getValueByName() function in scripting_impl::XMLElement
/trunk/main/filter/source/xsltfilter/
H A Duof2merge.cxx79 …virtual ::rtl::OUString SAL_CALL getValueByName( const ::rtl::OUString& rName ) throw ( ::com::sun…
132 ::rtl::OUString SAL_CALL UOF2AttributeList::getValueByName( const ::rtl::OUString& rName ) throw ( … in getValueByName() function in XSLT::UOF2AttributeList
/trunk/main/desktop/test/deployment/active/
H A Dactive_python.py50 return self.context.getValueByName( \
/trunk/main/sdext/source/pdfimport/sax/
H A Dsaxattrlist.cxx88 rtl::OUString SAL_CALL SaxAttrList::getValueByName(const ::rtl::OUString& i_rName) throw() in getValueByName() function in pdfi::SaxAttrList
/trunk/main/xmloff/source/transform/
H A DMutableAttrList.hxx65 …virtual ::rtl::OUString SAL_CALL getValueByName(const ::rtl::OUString& aName) throw( ::com::sun::s…
/trunk/main/offapi/com/sun/star/script/browse/
H A DBrowseNodeFactory.idl46 To get the singleton call getValueByName on the component context
/trunk/main/javaunohelper/test/com/sun/star/comp/helper/
H A DBootstrap_Test.java51 xContext.getValueByName( in test()
/trunk/main/offapi/com/sun/star/script/provider/
H A DMasterScriptProviderFactory.idl47 To get the singleton call getValueByName on the component context
/trunk/main/tools/source/generic/
H A Dsvlibrary.cxx105 xComponentContext->getValueByName( in LoadModule()
/trunk/main/sax/source/expatwrap/
H A Dattrlistimpl.cxx118 OUString AttributeList::getValueByName(const OUString& sName) throw (RuntimeException) in getValueByName() function in sax_expatwrap::AttributeList
/trunk/main/comphelper/source/misc/
H A Dcomponentcontext.cxx99 aReturn = m_xContext->getValueByName( _rName ); in getContextValueByName()
H A Dofficeresourcebundle.cxx173 Any aValue( m_xContext->getValueByName( in impl_loadBundle_nothrow()
/trunk/main/xmlscript/inc/xmlscript/
H A Dxml_helper.hxx109 virtual ::rtl::OUString SAL_CALL getValueByName( ::rtl::OUString const & rName )
/trunk/main/udkapi/com/sun/star/uno/
H A DXCurrentContext.idl52 any getValueByName( [in] string Name );
H A DXComponentContext.idl50 any getValueByName( [in] string Name );
/trunk/main/xmloff/inc/xmloff/
H A Dattrlist.hxx109 …virtual ::rtl::OUString SAL_CALL getValueByName(const ::rtl::OUString& aName) throw( ::com::sun::s…
/trunk/main/xmloff/source/forms/
H A Dattriblistmerge.cxx150 …::rtl::OUString SAL_CALL OAttribListMerger::getValueByName( const ::rtl::OUString& _rName ) throw(… in getValueByName() function in xmloff::OAttribListMerger
H A Dofficeforms.cxx81 ::rtl::OUString sAttributeValue = _rxAttributes->getValueByName(sCompleteAttributeName); in implImportBool()
/trunk/main/jvmaccess/source/
H A Dclasspath.cxx79 context->getValueByName( in doTranslateToUrls()
/trunk/main/xmloff/source/style/
H A Dxmlexppr.cxx1076 OUString sOldValue( rAttrList.getValueByName( sAttribName ) ); in _exportXML()
1103 aValue = rAttrList.getValueByName( sName ); in _exportXML()
/trunk/main/xmloff/source/script/
H A Dxmlbasici.cxx103 if ( xAttrList->getValueByName( aAttrName ).getLength() == 0 ) in StartElement()
/trunk/main/pyuno/source/loader/
H A Dpythonloader.py72 exp = self.ctx.getValueByName( "/singletons/com.sun.star.util.theMacroExpander" )

Completed in 257 milliseconds

123456789