Searched refs:_URL (Results 1 – 2 of 2) sorted by relevance
123 void SAL_CALL OInterceptor::dispatch( const URL& _URL,const Sequence<PropertyValue >& Arguments ) t… in dispatch() argument129 if ( _URL.Complete == m_aInterceptedURL[ DISPATCH_SAVE ] ) in dispatch()135 if ( _URL.Complete == m_aInterceptedURL[ DISPATCH_RELOAD ] ) in dispatch()145 if( _URL.Complete == m_aInterceptedURL[ DISPATCH_SAVEAS ] ) in dispatch()174 _URL, ::rtl::OUString::createFromAscii( "_self" ), 0 ); in dispatch()176 xDispatch->dispatch( _URL, aNewArgs ); in dispatch()181 if ( _URL.Complete == m_aInterceptedURL[ DISPATCH_CLOSEDOC ] in dispatch()182 || _URL.Complete == m_aInterceptedURL[ DISPATCH_CLOSEWIN ] in dispatch()183 || _URL.Complete == m_aInterceptedURL[ DISPATCH_CLOSEFRAME ] in dispatch()188 pHelper->aURL = _URL; in dispatch()[all …]
96 public void _URL() { in _URL() method in _DataSource