Searched refs:aCreationArguments (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sd/source/ui/slidesorter/cache/ |
H A D | SlsCacheConfiguration.cxx | 100 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()
|
/aoo4110/main/sd/source/ui/tools/ |
H A D | ConfigurationAccess.cxx | 85 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()
|
/aoo4110/main/sfx2/source/sidebar/ |
H A D | SidebarController.cxx | 745 ::comphelper::NamedValueCollection aCreationArguments; in CreateUIElement() 746 aCreationArguments.put("Frame", makeAny(mxFrame)); in CreateUIElement() 747 aCreationArguments.put("ParentWindow", makeAny(rxWindow)); in CreateUIElement() 750 … aCreationArguments.put("SfxBindings", makeAny(sal_uInt64(&pSfxDockingWindow->GetBindings()))); in CreateUIElement() 751 aCreationArguments.put("Theme", Theme::GetPropertySet()); in CreateUIElement() 752 …aCreationArguments.put("Sidebar", makeAny(Reference<ui::XSidebar>(static_cast<ui::XSidebar*>(this)… in CreateUIElement() 756 aCreationArguments.put("Canvas", makeAny(xCanvas)); in CreateUIElement() 758 aCreationArguments.put("ApplicationName", makeAny(rContext.msApplication)); in CreateUIElement() 759 aCreationArguments.put("ContextName", makeAny(rContext.msContext)); in CreateUIElement() 764 Sequence<beans::PropertyValue>(aCreationArguments.getPropertyValues())), in CreateUIElement()
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterConfigurationAccess.cxx | 57 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()
|
/aoo4110/main/sdext/source/minimizer/ |
H A D | configurationaccess.cxx | 422 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 19 milliseconds