Lines Matching refs:location
231 Any location; in createPkgProvider() local
233 location <<= sPkgCtx; in createPkgProvider()
240 xFac->createScriptProvider( location ), UNO_QUERY_THROW ); in createPkgProvider()
313 ::rtl::OUString location = sfUri->getParameter( locKey ); in getScript()
332 if ( ( index = location.indexOf( pkgTag ) ) > -1 ) in getScript()
334 location = location.copy( 0, index + pkgTag.getLength() ); in getScript()
344 if ( ( location.equals( OUSTR( "document" ) ) in getScript()
347 || ( endsWith( m_sCtxString, location ) ) in getScript()
389 xFac_->createScriptProvider( makeAny( location ) ), UNO_QUERY_THROW ); in getScript()
508 MasterScriptProvider::parseLocationName( const ::rtl::OUString& location ) in parseLocationName() argument
512 ::rtl::OUString temp = location; in parseLocationName()