/aoo41x/main/svx/source/toolbars/ |
H A D | extrusionbar.cxx | 173 aPropValue.Name = sExtrusion; in impl_execute() 174 aPropValue.Value <<= sal_True; in impl_execute() 207 aPropValue.Name = sRotateAngle; in impl_execute() 272 aPropValue.Name = sViewPoint; in impl_execute() 282 aPropValue.Name = sOrigin; in impl_execute() 291 aPropValue.Name = sSkew; in impl_execute() 323 aPropValue.Name = sDepth; in impl_execute() 390 aPropValue.Name = sShadeMode; in impl_execute() 394 aPropValue.Name = sMetal; in impl_execute() 395 aPropValue.Value <<= bMetal; in impl_execute() [all …]
|
/aoo41x/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() 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 …]
|
/aoo41x/main/framework/source/uielement/ |
H A D | addonstoolbarmanager.cxx | 333 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 D | statusbarmanager.cxx | 389 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 D | toolbarmanager.cxx | 973 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 D | buttontoolbarcontroller.cxx | 149 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 D | panelwrapper.cxx | 155 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 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()
|
/aoo41x/main/framework/source/uifactory/ |
H A D | menubarfactory.cxx | 182 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 D | addonstoolboxfactory.cxx | 194 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 D | uicontrollerfactory.cxx | 109 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 D | windowcontentfactorymanager.cxx | 174 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 D | uiconfigelementwrapperbase.cxx | 166 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 D | uielementwrapperbase.cxx | 132 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 D | standardcontrol.cxx | 108 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 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()
|
/aoo41x/main/svtools/source/uno/ |
H A D | statusbarcontroller.cxx | 176 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 D | toolboxcontroller.cxx | 195 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 D | popupmenucontrollerbase.cxx | 353 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 D | tabwinfactory.cxx | 108 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 D | globalsettings.cxx | 263 css::beans::PropertyValue aPropValue; in impl_initConfigAccess() local 275 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "nodepath" )); in impl_initConfigAccess() 276 …aPropValue.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 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()
|
/aoo41x/main/xmloff/source/forms/ |
H A D | propertyimport.cxx | 452 ::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()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | tracer.cxx | 48 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 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()
|