| /trunk/main/svx/source/toolbars/ |
| H A D | extrusionbar.cxx | 164 com::sun::star::beans::PropertyValue aPropValue; in impl_execute() local 165 aPropValue.Name = sExtrusion; in impl_execute() 166 aPropValue.Value <<= sal_True; in impl_execute() 167 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute() 198 com::sun::star::beans::PropertyValue aPropValue; in impl_execute() local 199 aPropValue.Name = sRotateAngle; in impl_execute() 200 aPropValue.Value <<= aRotateAnglePropPair; in impl_execute() 201 rGeometryItem.SetPropertyValue( sExtrusion, aPropValue ); in impl_execute() 262 com::sun::star::beans::PropertyValue aPropValue; in impl_execute() local 264 aPropValue.Name = sViewPoint; in impl_execute() [all …]
|
| /trunk/main/sfx2/source/sidebar/ |
| H A D | ControllerFactory.cxx | 87 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 …]
|
| /trunk/main/framework/source/uielement/ |
| H A D | addonstoolbarmanager.cxx | 333 PropertyValue aPropValue; in FillToolbar() local 335 … aPropValue.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() 341 … aPropValue.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 D | statusbarmanager.cxx | 388 beans::PropertyValue aPropValue; in CreateControllers() local 391 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CommandURL" )); in CreateControllers() 392 aPropValue.Value <<= aCommandURL; in CreateControllers() 393 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers() 395 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ModuleIdentifier" )); in CreateControllers() 396 aPropValue.Value <<= m_aModuleIdentifier; in CreateControllers() 397 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers() 399 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in CreateControllers() 400 aPropValue.Value <<= m_xFrame; in CreateControllers() 401 aPropVector.push_back( uno::makeAny( aPropValue ) ); in CreateControllers() [all …]
|
| H A D | toolbarmanager.cxx | 970 PropertyValue aPropValue; in CreateControllers() local 973 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ModuleIdentifier" )); in CreateControllers() 974 aPropValue.Value <<= m_aModuleIdentifier; in CreateControllers() 975 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers() 976 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in CreateControllers() 977 aPropValue.Value <<= m_xFrame; in CreateControllers() 978 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers() 979 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ServiceManager" )); in CreateControllers() 980 aPropValue.Value <<= m_xServiceManager; in CreateControllers() 981 aPropertyVector.push_back( makeAny( aPropValue )); in CreateControllers() [all …]
|
| H A D | buttontoolbarcontroller.cxx | 147 PropertyValue aPropValue; in initialize() local 150 if ( aArguments[i] >>= aPropValue ) in initialize() 152 if ( aPropValue.Name.equalsAscii( "Frame" )) in initialize() 153 m_xFrame.set(aPropValue.Value,UNO_QUERY); in initialize() 154 else if ( aPropValue.Name.equalsAscii( "CommandURL" )) in initialize() 155 aPropValue.Value >>= m_aCommandURL; in initialize() 156 else if ( aPropValue.Name.equalsAscii( "ServiceManager" )) in initialize() 157 m_xServiceManager.set(aPropValue.Value,UNO_QUERY); in initialize()
|
| H A D | panelwrapper.cxx | 154 PropertyValue aPropValue; in initialize() local 155 if ( aArguments[i] >>= aPropValue ) in initialize() 157 if ( aPropValue.Name.equalsAsciiL( "PopupMode", 9 )) in initialize() 158 aPropValue.Value >>= bPopupMode; in initialize() 159 else if ( aPropValue.Name.equalsAsciiL( "ContentWindow", 13 )) in initialize() 160 aPropValue.Value >>= xContentWindow; in initialize()
|
| H A D | addonstoolbarwrapper.cxx | 123 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 D | menubarfactory.cxx | 181 PropertyValue aPropValue; in CreateUIElement() local 183 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in CreateUIElement() 184 aPropValue.Value <<= xFrame; in CreateUIElement() 185 aPropSeq[0] <<= aPropValue; in CreateUIElement() 186 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ConfigurationSource" )); in CreateUIElement() 187 aPropValue.Value <<= xCfgMgr; in CreateUIElement() 188 aPropSeq[1] <<= aPropValue; in CreateUIElement() 189 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ResourceURL" )); in CreateUIElement() 190 aPropValue.Value <<= aResourceURL; in CreateUIElement() 191 aPropSeq[2] <<= aPropValue; in CreateUIElement() [all …]
|
| H A D | addonstoolboxfactory.cxx | 191 PropertyValue aPropValue; in createUIElement() local 193 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in createUIElement() 194 aPropValue.Value <<= xFrame; in createUIElement() 195 aPropSeq[0] <<= aPropValue; in createUIElement() 196 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ConfigurationData" )); in createUIElement() 197 aPropValue.Value <<= aConfigData; in createUIElement() 198 aPropSeq[1] <<= aPropValue; in createUIElement() 199 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ResourceURL" )); in createUIElement() 200 aPropValue.Value <<= aResourceURL; in createUIElement() 201 aPropSeq[2] <<= aPropValue; in createUIElement()
|
| H A D | uicontrollerfactory.cxx | 107 PropertyValue aPropValue; in createInstanceWithArgumentsAndContext() local 114 if (( Arguments[i] >>= aPropValue ) && ( aPropValue.Name.equals( aPropModuleName ))) in createInstanceWithArgumentsAndContext() 116 aPropValue.Value >>= aPropName; in createInstanceWithArgumentsAndContext() 129 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CommandURL" )); in createInstanceWithArgumentsAndContext() 130 aPropValue.Value <<= ServiceSpecifier; in createInstanceWithArgumentsAndContext() 131 aNewArgs[nAppendIndex] <<= aPropValue; in createInstanceWithArgumentsAndContext() 138 aPropValue.Name = aPropValueName; in createInstanceWithArgumentsAndContext() 139 aPropValue.Value <<= aValue; in createInstanceWithArgumentsAndContext() 140 aNewArgs[nAppendIndex+1] <<= aPropValue; in createInstanceWithArgumentsAndContext()
|
| H A D | windowcontentfactorymanager.cxx | 172 beans::PropertyValue aPropValue; in createInstanceWithArgumentsAndContext() local 173 if ( Arguments[i] >>= aPropValue ) in createInstanceWithArgumentsAndContext() 175 if ( aPropValue.Name.equalsAscii( "Frame" )) in createInstanceWithArgumentsAndContext() 176 aPropValue.Value >>= xFrame; in createInstanceWithArgumentsAndContext() 177 else if ( aPropValue.Name.equalsAscii( "ResourceURL" )) in createInstanceWithArgumentsAndContext() 178 aPropValue.Value >>= aResourceURL; in createInstanceWithArgumentsAndContext()
|
| /trunk/main/framework/source/helper/ |
| H A D | uiconfigelementwrapperbase.cxx | 164 PropertyValue aPropValue; in initialize() local 165 if ( aArguments[n] >>= aPropValue ) in initialize() 167 if ( aPropValue.Name.equals( UIELEMENT_PROPNAME_CONFIGSOURCE )) in initialize() 168 … setFastPropertyValue_NoBroadcast( UIELEMENT_PROPHANDLE_CONFIGSOURCE, aPropValue.Value ); in initialize() 169 else if ( aPropValue.Name.equals( UIELEMENT_PROPNAME_FRAME )) in initialize() 170 … setFastPropertyValue_NoBroadcast( UIELEMENT_PROPHANDLE_FRAME, aPropValue.Value ); in initialize() 171 else if ( aPropValue.Name.equals( UIELEMENT_PROPNAME_PERSISTENT )) in initialize() 172 … setFastPropertyValue_NoBroadcast( UIELEMENT_PROPHANDLE_PERSISTENT, aPropValue.Value ); in initialize() 173 else if ( aPropValue.Name.equals( UIELEMENT_PROPNAME_RESOURCEURL )) in initialize() 174 … setFastPropertyValue_NoBroadcast( UIELEMENT_PROPHANDLE_RESOURCEURL, aPropValue.Value ); in initialize() [all …]
|
| H A D | uielementwrapperbase.cxx | 131 PropertyValue aPropValue; in initialize() local 132 if ( aArguments[n] >>= aPropValue ) in initialize() 134 if ( aPropValue.Name.equalsAscii( "ResourceURL" )) in initialize() 135 aPropValue.Value >>= m_aResourceURL; in initialize() 136 else if ( aPropValue.Name.equalsAscii( "Frame" )) in initialize() 139 aPropValue.Value >>= xFrame; in initialize()
|
| /trunk/main/extensions/source/propctrlr/ |
| H A D | standardcontrol.cxx | 108 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 D | usercontrol.cxx | 166 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 D | statusbarcontroller.cxx | 174 PropertyValue aPropValue; in initialize() local 177 if ( aArguments[i] >>= aPropValue ) in initialize() 179 if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Frame" ))) in initialize() 180 aPropValue.Value >>= m_xFrame; in initialize() 181 else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "CommandURL" ))) in initialize() 182 aPropValue.Value >>= m_aCommandURL; in initialize() 183 … else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ServiceManager" ))) in initialize() 184 aPropValue.Value >>= m_xServiceManager; in initialize() 185 … else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ParentWindow" ))) in initialize() 186 aPropValue.Value >>= m_xParentWindow; in initialize() [all …]
|
| H A D | toolboxcontroller.cxx | 193 PropertyValue aPropValue; in initialize() local 196 if ( aArguments[i] >>= aPropValue ) in initialize() 198 if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Frame") )) in initialize() 199 m_xFrame.set(aPropValue.Value,UNO_QUERY); in initialize() 200 else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("CommandURL") )) in initialize() 201 aPropValue.Value >>= m_aCommandURL; in initialize() 202 … else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ServiceManager") )) in initialize() 203 m_xServiceManager.set(aPropValue.Value,UNO_QUERY); in initialize() 204 … else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ParentWindow") )) in initialize() 205 m_xParentWindow.set(aPropValue.Value,UNO_QUERY); in initialize() [all …]
|
| H A D | popupmenucontrollerbase.cxx | 349 PropertyValue aPropValue; in initialize() local 355 if ( aArguments[i] >>= aPropValue ) in initialize() 357 if ( aPropValue.Name.equalsAscii( "Frame" )) in initialize() 358 aPropValue.Value >>= xFrame; in initialize() 359 else if ( aPropValue.Name.equalsAscii( "CommandURL" )) in initialize() 360 aPropValue.Value >>= aCommandURL; in initialize()
|
| /trunk/main/framework/source/tabwin/ |
| H A D | tabwinfactory.cxx | 106 css::beans::PropertyValue aPropValue; in createInstanceWithArgumentsAndContext() local 110 if ( Arguments[i] >>= aPropValue ) in createInstanceWithArgumentsAndContext() 112 if ( aPropValue.Name == aTopWindowArgName ) in createInstanceWithArgumentsAndContext() 113 aPropValue.Value >>= xTopWindow; in createInstanceWithArgumentsAndContext() 158 aPropValue.Name = aTopWindowArgName; in createInstanceWithArgumentsAndContext() 159 aPropValue.Value = css::uno::makeAny( xTopWindow ); in createInstanceWithArgumentsAndContext() 160 aArgs[0] = css::uno::makeAny( aPropValue ); in createInstanceWithArgumentsAndContext()
|
| /trunk/main/framework/source/uiconfiguration/ |
| H A D | globalsettings.cxx | 259 css::beans::PropertyValue aPropValue; in impl_initConfigAccess() local 271 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "nodepath" )); in impl_initConfigAccess() 272 …aPropValue.Value = css::uno::makeAny( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( GLOBALSETTINGS_R… in impl_initConfigAccess() 273 aArgs[0] = css::uno::makeAny( aPropValue ); in impl_initConfigAccess() 274 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "lazywrite" )); in impl_initConfigAccess() 275 aPropValue.Value = css::uno::makeAny( sal_True ); in impl_initConfigAccess() 276 aArgs[1] = css::uno::makeAny( aPropValue ); in impl_initConfigAccess()
|
| /trunk/main/svtools/source/filter/ |
| H A D | FilterConfigItem.cxx | 408 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 D | propertyimport.cxx | 452 …::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()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | tracer.cxx | 47 PropertyValue aPropValue; in Tracer() local 48 aPropValue.Value <<= in Tracer() 51 aPropValue.Name = C2O("DocumentURL"); in Tracer() 52 aConfig[0] = aPropValue; in Tracer()
|
| /trunk/main/sd/source/filter/ |
| H A D | sdpptwrp.cxx | 102 PropertyValue aPropValue; in Import() local 103 …aPropValue.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()
|