Home
last modified time | relevance | path

Searched refs:_URL (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/dbaccess/source/core/dataaccess/
H A Dintercept.cxx123 void SAL_CALL OInterceptor::dispatch( const URL& _URL,const Sequence<PropertyValue >& Arguments ) t… in dispatch() argument
129 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 …]
/AOO41X/main/qadevOOo/tests/java/ifc/sdb/
H A D_DataSource.java96 public void _URL() { in _URL() method in _DataSource