Home
last modified time | relevance | path

Searched refs:PROTOCOL_LENGTH (Results 1 – 4 of 4) sorted by relevance

/trunk/main/framework/source/dispatch/
H A Dsystemexec.cxx60 #define PROTOCOL_LENGTH 14 macro
128 if (aURL.Complete.compareToAscii(PROTOCOL_VALUE,PROTOCOL_LENGTH)==0) in queryDispatch()
164 sal_Int32 c = aURL.Complete.getLength()-PROTOCOL_LENGTH; in dispatchWithNotification()
170 ::rtl::OUString sSystemURLWithVariables = aURL.Complete.copy(PROTOCOL_LENGTH, c); in dispatchWithNotification()
H A Dservicehandler.cxx58 #define PROTOCOL_LENGTH 8 macro
152 if (aURL.Complete.compareToAscii(PROTOCOL_VALUE,PROTOCOL_LENGTH)==0) in queryDispatch()
276 ::rtl::OUString sServiceAndArguments = aURL.Complete.copy(PROTOCOL_LENGTH); in implts_dispatch()
H A Dmailtodispatcher.cxx59 #define PROTOCOL_LENGTH 7 macro
153 if (aURL.Complete.compareToAscii(PROTOCOL_VALUE,PROTOCOL_LENGTH)==0) in queryDispatch()
H A Dpopupmenudispatcher.cxx84 const sal_Int32 PROTOCOL_LENGTH = 19; variable
201 if ( rURL.Complete.compareToAscii( PROTOCOL_VALUE, PROTOCOL_LENGTH ) == 0 ) in queryDispatch()

Completed in 35 milliseconds