Lines Matching refs:A2S
54 #define A2S(pString) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(pString))) macro
59 const static OUString gsProtocol (A2S("vnd.com.sun.star.presentation.PresenterScreen:"));
252 return A2S("com.sun.star.comp.presentation.PresenterProtocolHandler"); in getImplementationName_static()
260 static const ::rtl::OUString sServiceName(A2S("com.sun.star.frame.ProtocolHandler")); in getSupportedServiceNames_static()
431 if (rsURLPath == A2S("CloseNotes")) in CreateCommand()
435 if (rsURLPath == A2S("CloseSlideSorter")) in CreateCommand()
439 if (rsURLPath == A2S("CloseHelp")) in CreateCommand()
445 if (rsURLPath == A2S("GrowNotesFont")) in CreateCommand()
453 if (rsURLPath == A2S("NextEffect")) in CreateCommand()
456 if (rsURLPath == A2S("NextSlide")) in CreateCommand()
463 if (rsURLPath == A2S("PrevSlide")) in CreateCommand()
471 if (rsURLPath == A2S("ShowNotes")) in CreateCommand()
476 if (rsURLPath == A2S("ShowSlideSorter")) in CreateCommand()
481 if (rsURLPath == A2S("ShowHelp")) in CreateCommand()
486 if (rsURLPath == A2S("ShrinkNotesFont")) in CreateCommand()