Lines Matching refs:A2S

58 #define A2S(s) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)))  macro
70 A2S( "/org.openoffice.Office.Impress" ), in lcl_IsPresenterEnabled()
76 A2S( "Misc/Start/PresenterScreen" )) >>= bVal ) ) in lcl_IsPresenterEnabled()
126 return A2S("com.sun.star.comp.presentation.PresenterScreenJob"); in getImplementationName_static()
135 A2S("com.sun.star.presentation.PresenterScreenJob")); in getSupportedServiceNames_static()
211 A2S( "com.sun.star.presentation.PresentationDocument" ) ) ) in execute()
327 A2S("PresenterScreenListener object has already been disposed"), in ThrowIfDisposed()
517 if ( ! (xProperties->getPropertyValue(A2S("Display")) >>= nDisplayNumber)) in GetScreenNumber()
535 xFactory->createInstanceWithContext(A2S("com.sun.star.awt.DisplayAccess"),xContext), in GetScreenNumber()
550 xDisplayProperties->getPropertyValue(A2S("DefaultDisplay")) >>= nScreenNumber; in GetScreenNumber()
568 A2S("/org.openoffice.Office.PresenterScreen/"), in GetScreenNumber()
572 A2S("Presenter/StartAlways")) >>= bStartAlways) in GetScreenNumber()
626 +A2S("?FullScreen=true&ScreenNumber=") in GetMainPaneId()
731 A2S("org.openoffice.Office.PresenterScreen"), in SetupConfiguration()
737 A2S("Presenter/CurrentLayout")) >>= sLayoutName; in SetupConfiguration()
758 A2S("Presenter/Layouts/") + rsLayoutName), in ProcessLayout()
765 A2S("ParentLayout")) >>= sParentLayout; in ProcessLayout()
777 A2S("Layout")), in ProcessLayout()
781 aProperties[0] = A2S("PaneURL"); in ProcessLayout()
782 aProperties[1] = A2S("ViewURL"); in ProcessLayout()
783 aProperties[2] = A2S("RelativeX"); in ProcessLayout()
784 aProperties[3] = A2S("RelativeY"); in ProcessLayout()
785 aProperties[4] = A2S("RelativeWidth"); in ProcessLayout()
786 aProperties[5] = A2S("RelativeHeight"); in ProcessLayout()
811 rConfiguration.GetConfigurationNode(A2S("Presenter/Views")), in ProcessViewDescriptions()
815 aProperties[0] = A2S("ViewURL"); in ProcessViewDescriptions()
816 aProperties[1] = A2S("Title"); in ProcessViewDescriptions()
817 aProperties[2] = A2S("AccessibleTitle"); in ProcessViewDescriptions()
818 aProperties[3] = A2S("IsOpaque"); in ProcessViewDescriptions()