Home
last modified time | relevance | path

Searched refs:A2S (Results 1 – 25 of 61) sorted by relevance

123

/trunk/main/sdext/source/presenter/
H A DPresenterTheme.cxx451 A2S("Presenter/Themes/") + mpTheme->msConfigurationNodeName + A2S("/ViewStyles"))) in GetNodeForViewStyle()
456 A2S("StyleName"), in GetNodeForViewStyle()
526 if (rsBitmapName == A2S("Background")) in GetBitmap()
663 if (msStyleName == A2S("Bold")) in CreateFont()
751 A2S("Background"), in Read()
1009 A2S("PaneStyles")), in Read()
1188 A2S("ViewStyles")), in Read()
1287 if (rsBitmapName == A2S("Background")) in GetBitmap()
1318 A2S("StyleAssociations")), in Read()
1323 aProperties[0] = A2S("ResourceURL"); in Read()
[all …]
H A DPresenterScreen.cxx70 A2S( "/org.openoffice.Office.Impress" ), in lcl_IsPresenterEnabled()
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()
815 aProperties[0] = A2S("ViewURL"); in ProcessViewDescriptions()
816 aProperties[1] = A2S("Title"); in ProcessViewDescriptions()
[all …]
H A DPresenterBitmapContainer.cxx49 static OUString gsNameProperty (A2S("Name"));
54 static OUString gsMaskFileNameProperty (A2S("MaskFileName"));
55 static OUString gsXOffsetProperty (A2S("XOffset"));
56 static OUString gsYOffsetProperty (A2S("YOffset"));
57 static OUString gsXHotSpotProperty (A2S("XHotSpot"));
58 static OUString gsYHotSpotProperty (A2S("YHotSpot"));
82 A2S("org.openoffice.Office.PresenterScreen"), in PresenterBitmapContainer()
127 A2S("com.sun.star.drawing.PresenterHelper"), in Initialize()
327 if (rsTexturingMode == A2S("Once")) in StringToTexturingMode()
329 else if (rsTexturingMode == A2S("Repeat")) in StringToTexturingMode()
[all …]
H A DPresenterProtocolHandler.cxx431 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()
[all …]
H A DPresenterScrollBar.cxx50 #define A2S(pString) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(pString))) macro
948 mpPrevButtonDescriptor = mpBitmaps->GetBitmap(A2S("Up")); in UpdateBitmaps()
949 mpNextButtonDescriptor = mpBitmaps->GetBitmap(A2S("Down")); in UpdateBitmaps()
950 mpPagerStartDescriptor = mpBitmaps->GetBitmap(A2S("PagerTop")); in UpdateBitmaps()
952 mpPagerEndDescriptor = mpBitmaps->GetBitmap(A2S("PagerBottom")); in UpdateBitmaps()
953 mpThumbStartDescriptor = mpBitmaps->GetBitmap(A2S("ThumbTop")); in UpdateBitmaps()
955 mpThumbEndDescriptor = mpBitmaps->GetBitmap(A2S("ThumbBottom")); in UpdateBitmaps()
1171 mpPrevButtonDescriptor = mpBitmaps->GetBitmap(A2S("Left")); in UpdateBitmaps()
1172 mpNextButtonDescriptor = mpBitmaps->GetBitmap(A2S("Right")); in UpdateBitmaps()
1175 mpPagerEndDescriptor = mpBitmaps->GetBitmap(A2S("PagerRight")); in UpdateBitmaps()
[all …]
H A DPresenterController.cxx81 #define A2S(pString) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(pString))) macro
136 A2S("missing slide show controller"), in PresenterController()
149 A2S("ResourceActivation"), in PresenterController()
153 A2S("ResourceDeactivation"), in PresenterController()
157 A2S("ConfigurationUpdateEnd"), in PresenterController()
178 A2S("com.sun.star.drawing.PresenterHelper"), in PresenterController()
204 A2S("com.sun.star.util.URLTransformer"), in PresenterController()
367 const OUString sSlideCountPlaceholder (A2S("SLIDE_COUNT")); in UpdatePaneTitles()
370 OUString sSlideCount (A2S("---")); in UpdatePaneTitles()
479 return mpTheme->GetBitmap(sStyleName, A2S("Background")); in GetViewBackground()
[all …]
H A DPresenterToolBar.cxx67 #define A2S(pString) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(pString))) macro
1653 A2S(""), in ReadElementMode()
1664 A2S(""), in ReadElementMode()
2067 SetText(A2S("-/-")); in ProgressLabel()
2087 SetText(A2S("")); in CurrentSlideHasChanged()
2125 sText.append(A2S(":")); in FormatTime()
2130 sText.append(A2S("0")); in FormatTime()
2136 sText.append(A2S(":")); in FormatTime()
2139 sText.append(A2S("0")); in FormatTime()
2146 sText.append(A2S("am")); in FormatTime()
[all …]
H A DPresenterButton.cxx44 #define A2S(pString) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(pString))) macro
68 PresenterConfigurationAccess::GetProperty(xProperties, A2S("Text")) >>= sText; in Create()
69 PresenterConfigurationAccess::GetProperty(xProperties, A2S("Action")) >>= sAction; in Create()
73 pFont = rpTheme->GetFont(A2S("ButtonFont")); in Create()
77 pMouseOverFont = rpTheme->GetFont(A2S("ButtonMouseOverFont")); in Create()
533 SharedBitmapDescriptor pLeftBitmap (mpTheme->GetBitmap(A2S("ButtonFrameLeft"))); in SetupButtonBitmaps()
534 SharedBitmapDescriptor pCenterBitmap(mpTheme->GetBitmap(A2S("ButtonFrameCenter"))); in SetupButtonBitmaps()
535 SharedBitmapDescriptor pRightBitmap(mpTheme->GetBitmap(A2S("ButtonFrameRight"))); in SetupButtonBitmaps()
583 aConfiguration.GetConfigurationNode(A2S("PresenterScreenSettings/Buttons")), in GetConfigurationProperties()
587 A2S("Name"), in GetConfigurationProperties()
H A DPresenterConfigurationAccess.cxx38 #define A2S(pString) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(pString))) macro
43 A2S("/org.openoffice.Office.PresenterScreen/");
59 A2S("nodepath"), in PresenterConfigurationAccess()
64 A2S("depth"), in PresenterConfigurationAccess()
69 A2S("lazywrite"), in PresenterConfigurationAccess()
76 sAccessService = A2S("com.sun.star.configuration.ConfigurationAccess"); in PresenterConfigurationAccess()
78 sAccessService = A2S("com.sun.star.configuration.ConfigurationUpdateAccess"); in PresenterConfigurationAccess()
82 A2S("com.sun.star.configuration.ConfigurationProvider"), in PresenterConfigurationAccess()
H A DPresenterSlideSorter.cxx353 A2S("SlideSorterCloser")); in PresenterSlideSorter()
1747 mpFont = rpTheme->GetFont(A2S("SlideSorterLabelFont")); in MouseOverManager()
1936 const OUString sEllipses (A2S("...")); in GetFittingText()
2078 mpTopLeft = aContainer.GetBitmap(A2S("TopLeft")); in CurrentSlideFrameRenderer()
2079 mpTop = aContainer.GetBitmap(A2S("Top")); in CurrentSlideFrameRenderer()
2080 mpTopRight = aContainer.GetBitmap(A2S("TopRight")); in CurrentSlideFrameRenderer()
2081 mpLeft = aContainer.GetBitmap(A2S("Left")); in CurrentSlideFrameRenderer()
2082 mpRight = aContainer.GetBitmap(A2S("Right")); in CurrentSlideFrameRenderer()
2083 mpBottomLeft = aContainer.GetBitmap(A2S("BottomLeft")); in CurrentSlideFrameRenderer()
2084 mpBottom = aContainer.GetBitmap(A2S("Bottom")); in CurrentSlideFrameRenderer()
[all …]
H A DPresenterPaneBorderPainter.cxx53 #define A2S(s) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s))) macro
939 mpTopLeft = GetBitmap(rpTheme, rsStyleName, A2S("TopLeft")); in RendererPaneStyle()
940 mpTop = GetBitmap(rpTheme, rsStyleName, A2S("Top")); in RendererPaneStyle()
941 mpTopRight = GetBitmap(rpTheme, rsStyleName, A2S("TopRight")); in RendererPaneStyle()
942 mpLeft = GetBitmap(rpTheme, rsStyleName, A2S("Left")); in RendererPaneStyle()
943 mpRight = GetBitmap(rpTheme, rsStyleName, A2S("Right")); in RendererPaneStyle()
944 mpBottomLeft = GetBitmap(rpTheme, rsStyleName, A2S("BottomLeft")); in RendererPaneStyle()
945 mpBottom = GetBitmap(rpTheme, rsStyleName, A2S("Bottom")); in RendererPaneStyle()
946 mpBottomRight = GetBitmap(rpTheme, rsStyleName, A2S("BottomRight")); in RendererPaneStyle()
947 mpBottomCallout = GetBitmap(rpTheme, rsStyleName, A2S("BottomCallout")); in RendererPaneStyle()
[all …]
H A DPresenterNotesView.cxx57 #define A2S(pString) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(pString))) macro
121 A2S("NotesViewCloser")); in PresenterNotesView()
242 A2S("PresenterScreenSettings/ToolBars/NotesToolBar")); in CreateToolBar()
251 A2S("com.sun.star.presentation.NotesShape")); in SetSlide()
253 A2S("com.sun.star.drawing.TextShape")); in SetSlide()
743 pConfiguration->GoToChild(A2S("Font")); in ChangeFontSize()
744 pConfiguration->SetProperty(A2S("Size"), Any((sal_Int32)(nNewSize+0.5))); in ChangeFontSize()
795 A2S("PresenterNotesView object has already been disposed"), in ThrowIfDisposed()
H A DPresenterViewFactory.cxx53 #define A2S(pString) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(pString))) macro
58 A2S("private:resource/view/Presenter/CurrentSlidePreview"));
60 A2S("private:resource/view/Presenter/NextSlidePreview"));
62 A2S("private:resource/view/Presenter/Notes"));
64 A2S("private:resource/view/Presenter/ToolBar"));
66 A2S("private:resource/view/Presenter/SlideSorter"));
68 A2S("private:resource/view/Presenter/Help"));
/trunk/main/sfx2/source/sidebar/
H A DEnumContext.cxx30 #define A2S(pString) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(pString))) macro
188 AddEntry(A2S("com.sun.star.text.TextDocument"), EnumContext::Application_Writer); in ProvideApplicationContainers()
190 AddEntry(A2S("com.sun.star.text.WebDocument"), EnumContext::Application_WriterWeb); in ProvideApplicationContainers()
192 AddEntry(A2S("com.sun.star.sdb.FormDesign"), EnumContext::Application_WriterForm); in ProvideApplicationContainers()
195 AddEntry(A2S("com.sun.star.drawing.DrawingDocument"), EnumContext::Application_Draw); in ProvideApplicationContainers()
198 AddEntry(A2S("any"), EnumContext::Application_Any); in ProvideApplicationContainers()
199 AddEntry(A2S("none"), EnumContext::Application_None); in ProvideApplicationContainers()
252 AddEntry(A2S("any"), Context_Any); in ProvideContextContainers()
253 AddEntry(A2S("default"), Context_Default); in ProvideContextContainers()
254 AddEntry(A2S("empty"), Context_Empty); in ProvideContextContainers()
[all …]
H A DControllerFactory.cxx90 aPropValue.Name = A2S("Frame"); in CreateToolBoxController()
94 aPropValue.Name = A2S("ServiceManager"); in CreateToolBoxController()
98 aPropValue.Name = A2S("CommandURL"); in CreateToolBoxController()
153 …comphelper::getProcessServiceFactory()->createInstance(A2S("com.sun.star.frame.ToolbarControllerFa… in CreateToolBarController()
162 aPropValue.Name = A2S("ModuleIdentifier"); in CreateToolBarController()
166 aPropValue.Name = A2S("Frame"); in CreateToolBarController()
170 aPropValue.Name = A2S("ServiceManager"); in CreateToolBarController()
174 aPropValue.Name = A2S("ParentWindow"); in CreateToolBarController()
180 aPropValue.Name = A2S("Width"); in CreateToolBarController()
188 xFactoryProperties->getPropertyValue(A2S("DefaultContext")) >>= xComponentContext; in CreateToolBarController()
H A DTheme.cxx332 ? A2S("private:graphicrepository/sfx2/res/grip_hc.png") in UpdateTheme()
333 : A2S("private:graphicrepository/sfx2/res/grip.png"))); in UpdateTheme()
338 ? A2S("private:graphicrepository/res/plus_sch.png") in UpdateTheme()
339 : A2S("private:graphicrepository/res/plus.png"))); in UpdateTheme()
344 ? A2S("private:graphicrepository/res/minus_sch.png") in UpdateTheme()
345 : A2S("private:graphicrepository/res/minus.png"))); in UpdateTheme()
350 ? A2S("private:graphicrepository/sfx2/res/symphony/open_more_hc.png") in UpdateTheme()
362 ? A2S("private:graphicrepository/sfx2/res/closedochc.png") in UpdateTheme()
363 : A2S("private:graphicrepository/sfx2/res/closedoc.png"))); in UpdateTheme()
373 A2S("private:graphicrepository/sfx2/res/separator.png"))); in UpdateTheme()
[all …]
H A DCommandInfoProvider.cxx40 #define A2S(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
131 return sLabel + A2S(" (") + sShortCut + A2S(")"); in GetLabelForCommand()
208 … mxServiceFactory->createInstance(A2S("com.sun.star.ui.ModuleUIConfigurationManagerSupplier")), in GetModuleAcceleratorConfiguration()
235 mxServiceFactory->createInstance(A2S("com.sun.star.ui.GlobalAcceleratorConfiguration")), in GetGlobalAcceleratorConfiguration()
250 mxServiceFactory->createInstance(A2S("com.sun.star.frame.ModuleManager")), in GetModuleIdentifier()
/trunk/main/sw/source/ui/sidebar/
H A DWrapPropertyPanel.cxx42 #define A2S(pString) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(pString))) macro
112 ::GetImage( mxFrame, A2S(".uno:WrapOff"), sal_False, sal_False ) ); in Initialize()
114 ::GetImage( mxFrame, A2S(".uno:WrapLeft"), sal_False, sal_False ) ); in Initialize()
116 ::GetImage( mxFrame, A2S(".uno:WrapRight"), sal_False, sal_False ) ); in Initialize()
118 ::GetImage( mxFrame, A2S(".uno:WrapOn"), sal_False, sal_False ) ); in Initialize()
122 ::GetImage( mxFrame, A2S(".uno:WrapIdeal"), sal_False, sal_False ) ); in Initialize()
125 ::GetImage( mxFrame, A2S(".uno:WrapOff"), sal_False, sal_True ) ); in Initialize()
127 ::GetImage( mxFrame, A2S(".uno:WrapLeft"), sal_False, sal_True ) ); in Initialize()
129 ::GetImage( mxFrame, A2S(".uno:WrapRight"), sal_False, sal_True ) ); in Initialize()
131 ::GetImage( mxFrame, A2S(".uno:WrapOn"), sal_False, sal_True ) ); in Initialize()
[all …]
H A DSwPanelFactory.cxx49 #define A2S(s) ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
56 return A2S(IMPLEMENTATION_NAME); in getImplementationName()
72 aServiceNames[0] = A2S(SERVICE_NAME); in getSupportedServiceNames()
108 A2S("PanelFactory::createUIElement called without ParentWindow"), in createUIElement()
112 A2S("PanelFactory::createUIElement called without Frame"), in createUIElement()
116 A2S("PanelFactory::createUIElement called without SfxBindings"), in createUIElement()
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx74 #define A2S(pString) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(pString))) macro
185 maFontNameControl (SID_ATTR_CHAR_FONT, *pBindings, *this, A2S("CharFontName"), rxFrame), in TextPropertyPanel()
187 maWeightControl (SID_ATTR_CHAR_WEIGHT, *pBindings, *this, A2S("Bold"), rxFrame), in TextPropertyPanel()
188 maItalicControl (SID_ATTR_CHAR_POSTURE, *pBindings, *this, A2S("Italic"), rxFrame), in TextPropertyPanel()
190 maStrikeControl (SID_ATTR_CHAR_STRIKEOUT, *pBindings, *this, A2S("Strikeout"), rxFrame), in TextPropertyPanel()
191 maShadowControl (SID_ATTR_CHAR_SHADOWED, *pBindings, *this, A2S("Shadowed"), rxFrame), in TextPropertyPanel()
193 … maSuperScriptControl(SID_SET_SUPER_SCRIPT, *pBindings, *this, A2S("SuperScript"), rxFrame), in TextPropertyPanel()
194 maSubScriptControl (SID_SET_SUB_SCRIPT, *pBindings, *this, A2S("SubScript"), rxFrame), in TextPropertyPanel()
195 maSpacingControl (SID_ATTR_CHAR_KERNING, *pBindings, *this, A2S("Spacing"), rxFrame), in TextPropertyPanel()
196 maSDFontGrow (SID_GROW_FONT_SIZE, *pBindings, *this, A2S("Grow"), rxFrame), in TextPropertyPanel()
[all …]
/trunk/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.cxx47 #define A2S(pString) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(pString))) macro
115 GetImage(mxFrame, A2S(".uno:NumericField"), sal_False, Theme::IsHighContrastMode())); in Initialize()
118 GetImage(mxFrame, A2S(".uno:NumberFormatPercent"), sal_False, Theme::IsHighContrastMode())); in Initialize()
121 … GetImage(mxFrame, A2S(".uno:NumberFormatCurrency"), sal_False, Theme::IsHighContrastMode())); in Initialize()
124 GetImage(mxFrame, A2S(".uno:NumberFormatDate"), sal_False, Theme::IsHighContrastMode())); in Initialize()
127 GetImage(mxFrame, A2S(".uno:InsertFixedText"), sal_False, Theme::IsHighContrastMode())); in Initialize()
243 …throw lang::IllegalArgumentException(A2S("no parent Window given to NumberFormatPropertyPanel::Cre… in Create()
245 …throw lang::IllegalArgumentException(A2S("no XFrame given to NumberFormatPropertyPanel::Create"), … in Create()
247 …throw lang::IllegalArgumentException(A2S("no SfxBindings given to NumberFormatPropertyPanel::Creat… in Create()
H A DScPanelFactory.cxx52 #define A2S(s) ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
59 return A2S(IMPLEMENTATION_NAME); in getImplementationName()
75 aServiceNames[0] = A2S(SERVICE_NAME); in getSupportedServiceNames()
111 A2S("PanelFactory::createUIElement called without ParentWindow"), in createUIElement()
115 A2S("PanelFactory::createUIElement called without Frame"), in createUIElement()
119 A2S("PanelFactory::createUIElement called without SfxBindings"), in createUIElement()
/trunk/main/framework/source/services/
H A DEventMultiplexer.cxx29 #define A2S(s) ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
64 …throw css::lang::IllegalArgumentException(A2S("can not add an empty reference"), static_cast<XWeak… in addEventListener()
84 … throw cssl::IllegalArgumentException(A2S("listener added twice"), static_cast<XWeak*>(this), 0); in addEventListener()
98 …throw cssl::IllegalArgumentException(A2S("can not remove an empty reference"), static_cast<XWeak*>… in removeEventListener()
119 …throw cssl::IllegalArgumentException(A2S("can not remove an empty reference"), static_cast<XWeak*>… in removeAllEventListeners()
231 return A2S(IMPLEMENTATION_NAME); in impl_getStaticImplementationName()
240 aServiceNames[0] = A2S(SERVICE_NAME); in static_GetSupportedServiceNames()
241 aServiceNames[1] = A2S(SINGLETON_NAME); in static_GetSupportedServiceNames()
H A DContextChangeEventMultiplexer.cxx29 #define A2S(s) ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
100 A2S("can not add an empty reference"), in addContextChangeEventListener()
114 … throw cssl::IllegalArgumentException(A2S("listener added twice"), static_cast<XWeak*>(this), 0); in addContextChangeEventListener()
140 A2S("can not remove an empty reference"), in removeContextChangeEventListener()
169 A2S("can not remove an empty reference"), in removeAllContextChangeEventListeners()
349 return A2S(IMPLEMENTATION_NAME); in impl_getStaticImplementationName()
358 aServiceNames[0] = A2S(SERVICE_NAME); in static_GetSupportedServiceNames()
359 aServiceNames[1] = A2S(SINGLETON_NAME); in static_GetSupportedServiceNames()
/trunk/main/svx/source/sidebar/
H A DPanelFactory.cxx55 #define A2S(s) ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
62 return A2S(IMPLEMENTATION_NAME); in getImplementationName()
84 aServiceNames[0] = A2S(SERVICE_NAME); in getSupportedServiceNames()
128 A2S("PanelFactory::createUIElement called without ParentWindow"), in createUIElement()
132 A2S("PanelFactory::createUIElement called without Frame"), in createUIElement()
136 A2S("PanelFactory::createUIElement called without SfxBindings"), in createUIElement()

Completed in 118 milliseconds

123