Home
last modified time | relevance | path

Searched refs:aCreationArguments (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsCacheConfiguration.cxx100 Sequence<Any> aCreationArguments(3); in CacheConfiguration() local
101 aCreationArguments[0] = makeAny(beans::PropertyValue( in CacheConfiguration()
107 aCreationArguments[1] = makeAny(beans::PropertyValue( in CacheConfiguration()
112 aCreationArguments[2] = makeAny(beans::PropertyValue( in CacheConfiguration()
120 sAccessService, aCreationArguments)); in CacheConfiguration()
/trunk/main/sfx2/source/sidebar/
H A DSidebarController.cxx747 ::comphelper::NamedValueCollection aCreationArguments; in CreateUIElement()
748 aCreationArguments.put("Frame", makeAny(mxFrame)); in CreateUIElement()
749 aCreationArguments.put("ParentWindow", makeAny(rxWindow)); in CreateUIElement()
752aCreationArguments.put("SfxBindings", makeAny(sal_uInt64(&pSfxDockingWindow->GetBindings()))); in CreateUIElement()
753 aCreationArguments.put("Theme", Theme::GetPropertySet()); in CreateUIElement()
754aCreationArguments.put("Sidebar", makeAny(Reference<ui::XSidebar>(static_cast<ui::XSidebar*>(this)… in CreateUIElement()
758 aCreationArguments.put("Canvas", makeAny(xCanvas)); in CreateUIElement()
760 aCreationArguments.put("ApplicationName", makeAny(rContext.msApplication)); in CreateUIElement()
761 aCreationArguments.put("ContextName", makeAny(rContext.msContext)); in CreateUIElement()
766 Sequence<beans::PropertyValue>(aCreationArguments.getPropertyValues())), in CreateUIElement()
/trunk/main/sd/source/ui/tools/
H A DConfigurationAccess.cxx85 Sequence<Any> aCreationArguments(3); in Initialize() local
86 aCreationArguments[0] = makeAny(beans::PropertyValue( in Initialize()
91 aCreationArguments[1] = makeAny(beans::PropertyValue( in Initialize()
96 aCreationArguments[2] = makeAny(beans::PropertyValue( in Initialize()
111 aCreationArguments); in Initialize()
/trunk/main/sdext/source/presenter/
H A DPresenterConfigurationAccess.cxx57 Sequence<Any> aCreationArguments(3); in PresenterConfigurationAccess() local
58 aCreationArguments[0] = makeAny(beans::PropertyValue( in PresenterConfigurationAccess()
63 aCreationArguments[1] = makeAny(beans::PropertyValue( in PresenterConfigurationAccess()
68 aCreationArguments[2] = makeAny(beans::PropertyValue( in PresenterConfigurationAccess()
86 sAccessService, aCreationArguments); in PresenterConfigurationAccess()
/trunk/main/sdext/source/minimizer/
H A Dconfigurationaccess.cxx422 Sequence< Any > aCreationArguments( 2 ); in OpenConfiguration() local
423 aCreationArguments[0] = makeAny( PropertyValue( in OpenConfiguration()
427 aCreationArguments[1] = makeAny(beans::PropertyValue( in OpenConfiguration()
439 sAccessService, aCreationArguments ); in OpenConfiguration()

Completed in 43 milliseconds