Home
last modified time | relevance | path

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

123

/trunk/main/svx/source/toolbars/
H A Dextrusionbar.cxx167 aPropValue.Name = sExtrusion; in impl_execute()
168 aPropValue.Value <<= sal_True; in impl_execute()
201 aPropValue.Name = sRotateAngle; in impl_execute()
266 aPropValue.Name = sViewPoint; in impl_execute()
276 aPropValue.Name = sOrigin; in impl_execute()
285 aPropValue.Name = sSkew; in impl_execute()
317 aPropValue.Name = sDepth; in impl_execute()
384 aPropValue.Name = sShadeMode; in impl_execute()
388 aPropValue.Name = sMetal; in impl_execute()
389 aPropValue.Value <<= bMetal; in impl_execute()
[all …]
/trunk/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()
94 aPropValue.Name = A2S("ServiceManager"); in CreateToolBoxController()
98 aPropValue.Name = A2S("CommandURL"); in CreateToolBoxController()
99 aPropValue.Value <<= rsCommandName; in CreateToolBoxController()
159 beans::PropertyValue aPropValue; in CreateToolBarController() local
163 aPropValue.Value <<= sModuleName; in CreateToolBarController()
166 aPropValue.Name = A2S("Frame"); in CreateToolBarController()
167 aPropValue.Value <<= rxFrame; in CreateToolBarController()
[all …]
/trunk/main/framework/source/uielement/
H A Daddonstoolbarmanager.cxx333 PropertyValue aPropValue; in FillToolbar() local
337 aArgs[0] <<= aPropValue; in FillToolbar()
340 aArgs[1] <<= aPropValue; in FillToolbar()
343 aArgs[2] <<= aPropValue; in FillToolbar()
346 aArgs[3] <<= aPropValue; in FillToolbar()
349 aArgs[4] <<= aPropValue; in FillToolbar()
376 PropertyValue aPropValue; in FillToolbar() local
380 aArgs[0] <<= aPropValue; in FillToolbar()
382 aPropValue.Value <<= aURL; in FillToolbar()
383 aArgs[1] <<= aPropValue; in FillToolbar()
[all …]
H A Dstatusbarmanager.cxx389 beans::PropertyValue aPropValue; in CreateControllers() local
393 aPropValue.Value <<= aCommandURL; in CreateControllers()
394 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
397 aPropValue.Value <<= m_aModuleIdentifier; in CreateControllers()
398 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
401 aPropValue.Value <<= m_xFrame; in CreateControllers()
402 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers()
406 aPropValue.Value <<= m_xServiceManager; in CreateControllers()
410 aPropValue.Value <<= xStatusbarWindow; in CreateControllers()
415 aPropValue.Value <<= nId; in CreateControllers()
[all …]
H A Dtoolbarmanager.cxx973 PropertyValue aPropValue; in CreateControllers() local
980 aPropValue.Value <<= m_xFrame; in CreateControllers()
983 aPropValue.Value <<= m_xServiceManager; in CreateControllers()
986 aPropValue.Value <<= xToolbarWindow; in CreateControllers()
989 aPropValue.Value = uno::makeAny( nId ); in CreateControllers()
995 aPropValue.Value <<= nWidth; in CreateControllers()
1085 PropertyValue aPropValue; in CreateControllers() local
1089 aPropValue.Value <<= m_xFrame; in CreateControllers()
1092 aPropValue.Value <<= aCommandURL; in CreateControllers()
1098 aPropValue.Value <<= xToolbarWindow; 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()
/trunk/main/framework/source/uifactory/
H A Dmenubarfactory.cxx182 PropertyValue aPropValue; in CreateUIElement() local
185 aPropValue.Value <<= xFrame; in CreateUIElement()
186 aPropSeq[0] <<= aPropValue; in CreateUIElement()
188 aPropValue.Value <<= xCfgMgr; in CreateUIElement()
189 aPropSeq[1] <<= aPropValue; in CreateUIElement()
191 aPropValue.Value <<= aResourceURL; in CreateUIElement()
192 aPropSeq[2] <<= aPropValue; in CreateUIElement()
194 aPropValue.Value <<= bPersistent; in CreateUIElement()
195 aPropSeq[3] <<= aPropValue; in CreateUIElement()
199 aPropValue.Value <<= bExtraMode; 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()
/trunk/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()
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()
175 else if ( aPropValue.Name.equals( UIELEMENT_PROPNAME_RESOURCEURL )) in initialize()
177 else if ( aPropValue.Name.equals( UIELEMENT_PROPNAME_TYPE )) in initialize()
178 setFastPropertyValue_NoBroadcast( UIELEMENT_PROPHANDLE_TYPE, aPropValue.Value ); in initialize()
179 else if ( aPropValue.Name.equals( UIELEMENT_PROPNAME_CONFIGLISTENER )) 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()
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx108 Any aPropValue; in getValue() local
115 return aPropValue; in getValue()
162 Any aPropValue; in getValue() local
214 Any aPropValue; in getValue() local
225 return aPropValue; in getValue()
308 Any aPropValue; in getValue() local
645 Any aPropValue; in getValue() local
754 Any aPropValue; in getValue() local
766 return aPropValue; in getValue()
832 Any aPropValue; in getValue() local
[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()
/trunk/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()
186 aPropValue.Value >>= m_xServiceManager; in initialize()
188 aPropValue.Value >>= m_xParentWindow; in initialize()
189 else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Identifier" ))) in initialize()
190 aPropValue.Value >>= m_nID; 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()
205 m_xServiceManager.set(aPropValue.Value,UNO_QUERY); in initialize()
207 m_xParentWindow.set(aPropValue.Value,UNO_QUERY); in initialize()
208 else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ModuleIdentifier" ) ) ) in initialize()
209 aPropValue.Value >>= m_sModuleName; 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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/xmloff/source/forms/
H A Dpropertyimport.cxx452 ::com::sun::star::beans::PropertyValue aPropValue; // the property the instance imports currently 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()
/trunk/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()
/trunk/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()

Completed in 145 milliseconds

123