Lines Matching refs:rsURLPath
192 const OUString& rsURLPath,
197 const OUString& rsURLPath,
238 const OUString& rsURLPath,
386 const OUString& rsURLPath, in Create() argument
389 ::rtl::Reference<Dispatch> pDispatch (new Dispatch (rsURLPath, rpPresenterController)); in Create()
400 const OUString& rsURLPath, in Dispatch() argument
403 msURLPath(rsURLPath), in Dispatch()
404 mpCommand(CreateCommand(rsURLPath, rpPresenterController)), in Dispatch()
420 const OUString& rsURLPath, in CreateCommand() argument
423 if (rsURLPath.getLength() <= 5) in CreateCommand()
425 switch (rsURLPath[0]) in CreateCommand()
428 switch (rsURLPath[5]) in CreateCommand()
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()
450 switch (rsURLPath[4]) in CreateCommand()
453 if (rsURLPath == A2S("NextEffect")) in CreateCommand()
456 if (rsURLPath == A2S("NextSlide")) in CreateCommand()
463 if (rsURLPath == A2S("PrevSlide")) in CreateCommand()
468 switch (rsURLPath[4]) 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()