Searched refs:PROTOCOL_LENGTH (Results 1 – 4 of 4) sorted by relevance
60 #define PROTOCOL_LENGTH 14 macro128 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()
58 #define PROTOCOL_LENGTH 8 macro152 if (aURL.Complete.compareToAscii(PROTOCOL_VALUE,PROTOCOL_LENGTH)==0) in queryDispatch()276 ::rtl::OUString sServiceAndArguments = aURL.Complete.copy(PROTOCOL_LENGTH); in implts_dispatch()
59 #define PROTOCOL_LENGTH 7 macro153 if (aURL.Complete.compareToAscii(PROTOCOL_VALUE,PROTOCOL_LENGTH)==0) in queryDispatch()
84 const sal_Int32 PROTOCOL_LENGTH = 19; variable201 if ( rURL.Complete.compareToAscii( PROTOCOL_VALUE, PROTOCOL_LENGTH ) == 0 ) in queryDispatch()
Completed in 20 milliseconds