Home
last modified time | relevance | path

Searched refs:aPropValue (Results 1 – 25 of 51) sorted by relevance

123

/AOO41X/main/svx/source/toolbars/
H A Dextrusionbar.cxx172 com::sun::star::beans::PropertyValue aPropValue; in impl_execute() local
173 aPropValue.Name = sExtrusion; in impl_execute()
174 aPropValue.Value <<= sal_True; in impl_execute()
175 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
206 com::sun::star::beans::PropertyValue aPropValue; in impl_execute() local
207 aPropValue.Name = sRotateAngle; in impl_execute()
208 aPropValue.Value <<= aRotateAnglePropPair; in impl_execute()
209 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute()
270 com::sun::star::beans::PropertyValue aPropValue; in impl_execute() local
272 aPropValue.Name = sViewPoint; in impl_execute()
[all …]
/AOO41X/main/sfx2/source/sidebar/
H A DControllerFactory.cxx87 beans::PropertyValue aPropValue; in CreateToolBoxController() local
90 aPropValue.Name = A2S("Frame"); in CreateToolBoxController()
91 aPropValue.Value <<= rxFrame; in CreateToolBoxController()
92 aPropertyVector.push_back(makeAny(aPropValue)); in CreateToolBoxController()
94 aPropValue.Name = A2S("ServiceManager"); in CreateToolBoxController()
95 aPropValue.Value <<= ::comphelper::getProcessServiceFactory(); in CreateToolBoxController()
96 aPropertyVector.push_back(makeAny(aPropValue)); in CreateToolBoxController()
98 aPropValue.Name = A2S("CommandURL"); in CreateToolBoxController()
99 aPropValue.Value <<= rsCommandName; in CreateToolBoxController()
100 aPropertyVector.push_back(makeAny(aPropValue)); in CreateToolBoxController()
[all …]
/AOO41X/main/framework/source/uielement/
H A Daddonstoolbarmanager.cxx333 PropertyValue aPropValue; in FillToolbar() local
335aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ModuleIdentifier" )); in FillToolbar()
336 aPropValue.Value <<= m_aModuleIdentifier; in FillToolbar()
337 aArgs[0] <<= aPropValue; in FillToolbar()
338 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in FillToolbar()
339 aPropValue.Value <<= m_xFrame; in FillToolbar()
340 aArgs[1] <<= aPropValue; in FillToolbar()
341aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ServiceManager" )); in FillToolbar()
342 aPropValue.Value <<= m_xServiceManager; in FillToolbar()
343 aArgs[2] <<= aPropValue; in FillToolbar()
[all …]
H A Dstatusbarmanager.cxx389 beans::PropertyValue aPropValue; in CreateControllers() local
392 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CommandURL" )); in CreateControllers()
393 aPropValue.Value <<= aCommandURL; in CreateControllers()
394 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
396 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ModuleIdentifier" )); in CreateControllers()
397 aPropValue.Value <<= m_aModuleIdentifier; in CreateControllers()
398 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
400 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in CreateControllers()
401 aPropValue.Value <<= m_xFrame; in CreateControllers()
402 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
[all …]
H A Dtoolbarmanager.cxx973 PropertyValue aPropValue; in CreateControllers() local
976 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ModuleIdentifier" )); in CreateControllers()
977 aPropValue.Value <<= m_aModuleIdentifier; in CreateControllers()
978 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()
979 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in CreateControllers()
980 aPropValue.Value <<= m_xFrame; in CreateControllers()
981 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()
982 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ServiceManager" )); in CreateControllers()
983 aPropValue.Value <<= m_xServiceManager; in CreateControllers()
984 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers()
[all …]
H A Dbuttontoolbarcontroller.cxx149 PropertyValue aPropValue; in initialize() local
152 if ( aArguments[i] >>= aPropValue ) in initialize()
154 if ( aPropValue.Name.equalsAscii( "Frame" )) in initialize()
155 m_xFrame.set(aPropValue.Value,UNO_QUERY); in initialize()
156 else if ( aPropValue.Name.equalsAscii( "CommandURL" )) in initialize()
157 aPropValue.Value >>= m_aCommandURL; in initialize()
158 else if ( aPropValue.Name.equalsAscii( "ServiceManager" )) in initialize()
159 m_xServiceManager.set(aPropValue.Value,UNO_QUERY); in initialize()
H A Dpanelwrapper.cxx155 PropertyValue aPropValue; in initialize() local
156 if ( aArguments[i] >>= aPropValue ) in initialize()
158 if ( aPropValue.Name.equalsAsciiL( "PopupMode", 9 )) in initialize()
159 aPropValue.Value >>= bPopupMode; in initialize()
160 else if ( aPropValue.Name.equalsAsciiL( "ContentWindow", 13 )) in initialize()
161 aPropValue.Value >>= xContentWindow; in initialize()
H A Daddonstoolbarwrapper.cxx123 PropertyValue aPropValue; in initialize() local
124 if ( aArguments[n] >>= aPropValue ) in initialize()
126 if ( aPropValue.Name.equalsAscii( "ConfigurationData" )) in initialize()
127 aPropValue.Value >>= m_aConfigData; in initialize()
/AOO41X/main/framework/source/uifactory/
H A Dmenubarfactory.cxx182 PropertyValue aPropValue; in CreateUIElement() local
184 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in CreateUIElement()
185 aPropValue.Value <<= xFrame; in CreateUIElement()
186 aPropSeq[0] <<= aPropValue; in CreateUIElement()
187 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ConfigurationSource" )); in CreateUIElement()
188 aPropValue.Value <<= xCfgMgr; in CreateUIElement()
189 aPropSeq[1] <<= aPropValue; in CreateUIElement()
190 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ResourceURL" )); in CreateUIElement()
191 aPropValue.Value <<= aResourceURL; in CreateUIElement()
192 aPropSeq[2] <<= aPropValue; in CreateUIElement()
[all …]
H A Daddonstoolboxfactory.cxx194 PropertyValue aPropValue; in createUIElement() local
196 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in createUIElement()
197 aPropValue.Value <<= xFrame; in createUIElement()
198 aPropSeq[0] <<= aPropValue; in createUIElement()
199 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ConfigurationData" )); in createUIElement()
200 aPropValue.Value <<= aConfigData; in createUIElement()
201 aPropSeq[1] <<= aPropValue; in createUIElement()
202 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ResourceURL" )); in createUIElement()
203 aPropValue.Value <<= aResourceURL; in createUIElement()
204 aPropSeq[2] <<= aPropValue; in createUIElement()
H A Duicontrollerfactory.cxx109 PropertyValue aPropValue; in createInstanceWithArgumentsAndContext() local
116 if (( Arguments[i] >>= aPropValue ) && ( aPropValue.Name.equals( aPropModuleName ))) in createInstanceWithArgumentsAndContext()
118 aPropValue.Value >>= aPropName; in createInstanceWithArgumentsAndContext()
131 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CommandURL" )); in createInstanceWithArgumentsAndContext()
132 aPropValue.Value <<= ServiceSpecifier; in createInstanceWithArgumentsAndContext()
133 aNewArgs[nAppendIndex] <<= aPropValue; in createInstanceWithArgumentsAndContext()
140 aPropValue.Name = aPropValueName; in createInstanceWithArgumentsAndContext()
141 aPropValue.Value <<= aValue; in createInstanceWithArgumentsAndContext()
142 aNewArgs[nAppendIndex+1] <<= aPropValue; in createInstanceWithArgumentsAndContext()
H A Dwindowcontentfactorymanager.cxx174 beans::PropertyValue aPropValue; in createInstanceWithArgumentsAndContext() local
175 if ( Arguments[i] >>= aPropValue ) in createInstanceWithArgumentsAndContext()
177 if ( aPropValue.Name.equalsAscii( "Frame" )) in createInstanceWithArgumentsAndContext()
178 aPropValue.Value >>= xFrame; in createInstanceWithArgumentsAndContext()
179 else if ( aPropValue.Name.equalsAscii( "ResourceURL" )) in createInstanceWithArgumentsAndContext()
180 aPropValue.Value >>= aResourceURL; in createInstanceWithArgumentsAndContext()
/AOO41X/main/framework/source/helper/
H A Duiconfigelementwrapperbase.cxx166 PropertyValue aPropValue; in initialize() local
167 if ( aArguments[n] >>= aPropValue ) in initialize()
169 if ( aPropValue.Name.equals( UIELEMENT_PROPNAME_CONFIGSOURCE )) in initialize()
170 … setFastPropertyValue_NoBroadcast( UIELEMENT_PROPHANDLE_CONFIGSOURCE, aPropValue.Value ); in initialize()
171 else if ( aPropValue.Name.equals( UIELEMENT_PROPNAME_FRAME )) in initialize()
172 … setFastPropertyValue_NoBroadcast( UIELEMENT_PROPHANDLE_FRAME, aPropValue.Value ); in initialize()
173 else if ( aPropValue.Name.equals( UIELEMENT_PROPNAME_PERSISTENT )) in initialize()
174 … setFastPropertyValue_NoBroadcast( UIELEMENT_PROPHANDLE_PERSISTENT, aPropValue.Value ); in initialize()
175 else if ( aPropValue.Name.equals( UIELEMENT_PROPNAME_RESOURCEURL )) in initialize()
176 … setFastPropertyValue_NoBroadcast( UIELEMENT_PROPHANDLE_RESOURCEURL, aPropValue.Value ); in initialize()
[all …]
H A Duielementwrapperbase.cxx132 PropertyValue aPropValue; in initialize() local
133 if ( aArguments[n] >>= aPropValue ) in initialize()
135 if ( aPropValue.Name.equalsAscii( "ResourceURL" )) in initialize()
136 aPropValue.Value >>= m_aResourceURL; in initialize()
137 else if ( aPropValue.Name.equalsAscii( "Frame" )) in initialize()
140 aPropValue.Value >>= xFrame; in initialize()
/AOO41X/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx108 Any aPropValue; in getValue() local
113 aPropValue <<= aUNOTime; in getValue()
115 return aPropValue; in getValue()
162 Any aPropValue; in getValue() local
167 aPropValue <<= aUNODate; in getValue()
169 return aPropValue; in getValue()
214 Any aPropValue; in getValue() local
220 aPropValue <<= (sal_Int16)sText.getStr()[0]; in getValue()
223 aPropValue <<= sText; in getValue()
225 return aPropValue; in getValue()
[all …]
H A Dusercontrol.cxx166 Any aPropValue; in getValue() local
168 aPropValue <<= (sal_Int32)getTypedControlWindow()->GetFormatKey(); in getValue()
169 return aPropValue; in getValue()
212 Any aPropValue; in getValue() local
214 aPropValue <<= (double)getTypedControlWindow()->GetValue(); in getValue()
215 return aPropValue; in getValue()
308 Any aPropValue; in getValue() local
310 aPropValue <<= (::rtl::OUString)getTypedControlWindow()->GetURL(); in getValue()
311 return aPropValue; in getValue()
/AOO41X/main/svtools/source/uno/
H A Dstatusbarcontroller.cxx176 PropertyValue aPropValue; in initialize() local
179 if ( aArguments[i] >>= aPropValue ) in initialize()
181 if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Frame" ))) in initialize()
182 aPropValue.Value >>= m_xFrame; in initialize()
183 else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "CommandURL" ))) in initialize()
184 aPropValue.Value >>= m_aCommandURL; in initialize()
185 … else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ServiceManager" ))) in initialize()
186 aPropValue.Value >>= m_xServiceManager; in initialize()
187 … else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ParentWindow" ))) in initialize()
188 aPropValue.Value >>= m_xParentWindow; in initialize()
[all …]
H A Dtoolboxcontroller.cxx195 PropertyValue aPropValue; in initialize() local
198 if ( aArguments[i] >>= aPropValue ) in initialize()
200 if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Frame") )) in initialize()
201 m_xFrame.set(aPropValue.Value,UNO_QUERY); in initialize()
202 else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("CommandURL") )) in initialize()
203 aPropValue.Value >>= m_aCommandURL; in initialize()
204 … else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ServiceManager") )) in initialize()
205 m_xServiceManager.set(aPropValue.Value,UNO_QUERY); in initialize()
206 … else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ParentWindow") )) in initialize()
207 m_xParentWindow.set(aPropValue.Value,UNO_QUERY); in initialize()
[all …]
H A Dpopupmenucontrollerbase.cxx353 PropertyValue aPropValue; in initialize() local
359 if ( aArguments[i] >>= aPropValue ) in initialize()
361 if ( aPropValue.Name.equalsAscii( "Frame" )) in initialize()
362 aPropValue.Value >>= xFrame; in initialize()
363 else if ( aPropValue.Name.equalsAscii( "CommandURL" )) in initialize()
364 aPropValue.Value >>= aCommandURL; in initialize()
/AOO41X/main/framework/source/tabwin/
H A Dtabwinfactory.cxx108 css::beans::PropertyValue aPropValue; in createInstanceWithArgumentsAndContext() local
112 if ( Arguments[i] >>= aPropValue ) in createInstanceWithArgumentsAndContext()
114 if ( aPropValue.Name == aTopWindowArgName ) in createInstanceWithArgumentsAndContext()
115 aPropValue.Value >>= xTopWindow; in createInstanceWithArgumentsAndContext()
160 aPropValue.Name = aTopWindowArgName; in createInstanceWithArgumentsAndContext()
161 aPropValue.Value = css::uno::makeAny( xTopWindow ); in createInstanceWithArgumentsAndContext()
162 aArgs[0] = css::uno::makeAny( aPropValue ); in createInstanceWithArgumentsAndContext()
/AOO41X/main/framework/source/uiconfiguration/
H A Dglobalsettings.cxx263 css::beans::PropertyValue aPropValue; in impl_initConfigAccess() local
275 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "nodepath" )); in impl_initConfigAccess()
276aPropValue.Value = css::uno::makeAny( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( GLOBALSETTINGS_R… in impl_initConfigAccess()
277 aArgs[0] = css::uno::makeAny( aPropValue ); in impl_initConfigAccess()
278 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "lazywrite" )); in impl_initConfigAccess()
279 aPropValue.Value = css::uno::makeAny( sal_True ); in impl_initConfigAccess()
280 aArgs[1] = css::uno::makeAny( aPropValue ); in impl_initConfigAccess()
/AOO41X/main/svtools/source/filter/
H A DFilterConfigItem.cxx408 PropertyValue aPropValue; in ReadAny() local
409 aPropValue.Name = rKey; in ReadAny()
410 aPropValue.Value = aRetValue; in ReadAny()
411 WritePropertyValue( aFilterData, aPropValue ); in ReadAny()
568 PropertyValue aPropValue; in WriteAny() local
569 aPropValue.Name = rKey; in WriteAny()
570 aPropValue.Value = rNewAny; in WriteAny()
571 WritePropertyValue( aFilterData, aPropValue ); in WriteAny()
/AOO41X/main/xmloff/source/forms/
H A Dpropertyimport.cxx452 …::com::sun::star::beans::PropertyValue aPropValue; // the property the instance imports curre… in StartElement()
470 aPropValue.Name = _rxAttrList->getValueByIndex( i ); in StartElement()
488 …OSL_ENSURE(aPropValue.Name.getLength(), "OSinglePropertyContext::StartElement: invalid property na… in StartElement()
494 aPropValue.Value = Any(); in StartElement()
498 aPropValue.Value = in StartElement()
504 if( aPropValue.Name.getLength() ) in StartElement()
505 m_xPropertyImporter->implPushBackGenericPropertyValue(aPropValue); in StartElement()
/AOO41X/main/sw/source/filter/ww8/
H A Dtracer.cxx48 PropertyValue aPropValue; in Tracer() local
49 aPropValue.Value <<= in Tracer()
52 aPropValue.Name = C2O("DocumentURL"); in Tracer()
53 aConfig[0] = aPropValue; in Tracer()
/AOO41X/main/sd/source/filter/
H A Dsdpptwrp.cxx102 PropertyValue aPropValue; in Import() local
103aPropValue.Value <<= rtl::OUString( mrMedium.GetURLObject().GetMainURL( INetURLObject::NO_DECODE )… in Import()
104 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DocumentURL" ) ); in Import()
105 aConfigData[ 0 ] = aPropValue; in Import()

123