Searched refs:PROTOCOL_VALUE (Results 1 – 4 of 4) sorted by relevance
58 #define PROTOCOL_VALUE "mailto:" macro153 if (aURL.Complete.compareToAscii(PROTOCOL_VALUE,PROTOCOL_LENGTH)==0) in queryDispatch()
59 #define PROTOCOL_VALUE "systemexecute:" macro128 if (aURL.Complete.compareToAscii(PROTOCOL_VALUE,PROTOCOL_LENGTH)==0) in queryDispatch()
57 #define PROTOCOL_VALUE "service:" macro152 if (aURL.Complete.compareToAscii(PROTOCOL_VALUE,PROTOCOL_LENGTH)==0) in queryDispatch()
83 const char* PROTOCOL_VALUE = "vnd.sun.star.popup:"; variable201 if ( rURL.Complete.compareToAscii( PROTOCOL_VALUE, PROTOCOL_LENGTH ) == 0 ) in queryDispatch()
Completed in 22 milliseconds