Home
last modified time | relevance | path

Searched refs:aPropValue (Results 26 – 50 of 51) sorted by relevance

123

/aoo41x/main/framework/source/uielement/
H A Dtoolbarwrapper.cxx155 PropertyValue aPropValue; in initialize() local
156 if ( aArguments[i] >>= aPropValue ) in initialize()
158 if ( aPropValue.Name.equalsAsciiL( "PopupMode", 9 )) in initialize()
160 aPropValue.Value >>= bPopupMode; in initialize()
H A Dmenubarwrapper.cxx191 PropertyValue aPropValue; in initialize() local
192 if ( aArguments[n] >>= aPropValue ) in initialize()
194 if ( aPropValue.Name.equalsAscii( "MenuOnly" )) in initialize()
195 aPropValue.Value >>= bMenuOnly; in initialize()
H A Duicommanddescription.cxx551 PropertyValue aPropValue; in initializeConfigAccess() local
555 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "nodepath" )); in initializeConfigAccess()
556 aPropValue.Value <<= m_aConfigCmdAccess; in initializeConfigAccess()
557 aArgs[0] <<= aPropValue; in initializeConfigAccess()
568 aPropValue.Value <<= m_aConfigPopupAccess; in initializeConfigAccess()
569 aArgs[0] <<= aPropValue; in initializeConfigAccess()
H A Dmenubarmanager.cxx1224 PropertyValue aPropValue; in CreatePopupMenuController() local
1226 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ModuleIdentifier" )); in CreatePopupMenuController()
1227 aPropValue.Value <<= m_aModuleIdentifier; in CreatePopupMenuController()
1228 aSeq[0] <<= aPropValue; in CreatePopupMenuController()
1229 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in CreatePopupMenuController()
1230 aPropValue.Value <<= m_xFrame; in CreatePopupMenuController()
1231 aSeq[1] <<= aPropValue; in CreatePopupMenuController()
/aoo41x/main/framework/source/uifactory/
H A Duielementfactorymanager.cxx309 PropertyValue aPropValue; in readConfigurationData() local
311 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "nodepath" )); in readConfigurationData()
312 aPropValue.Value <<= m_sRoot; in readConfigurationData()
313 aArgs[0] <<= aPropValue; in readConfigurationData()
432 PropertyValue aPropValue; in createUIElement() local
H A Dfactoryconfiguration.cxx239 PropertyValue aPropValue; in readConfigurationData() local
241 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "nodepath" )); in readConfigurationData()
242 aPropValue.Value <<= m_sRoot; in readConfigurationData()
243 aArgs[0] <<= aPropValue; in readConfigurationData()
/aoo41x/main/framework/source/uiconfiguration/
H A Dmoduleuiconfigurationmanager.cxx1361 PropertyValue aPropValue; in getImageManager() local
1362 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UserConfigStorage" )); in getImageManager()
1363 aPropValue.Value = makeAny( m_xUserConfigStorage ); in getImageManager()
1364 aPropSeq[0] = makeAny( aPropValue ); in getImageManager()
1365 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ModuleIdentifier" )); in getImageManager()
1366 aPropValue.Value = makeAny( m_aModuleIdentifier ); in getImageManager()
1367 aPropSeq[1] = makeAny( aPropValue ); in getImageManager()
1368 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UserRootCommit" )); in getImageManager()
1369 aPropValue.Value = makeAny( m_xUserRootCommit ); in getImageManager()
1370 aPropSeq[2] = makeAny( aPropValue ); in getImageManager()
H A Duiconfigurationmanagerimpl.cxx1342 PropertyValue aPropValue; in getImageManager() local
1343 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UserConfigStorage" )); in getImageManager()
1344 aPropValue.Value <<= m_xUserConfigStorage; in getImageManager()
1345 aPropSeq[0] <<= aPropValue; in getImageManager()
1346 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ModuleIdentifier" )); in getImageManager()
1347 aPropValue.Value <<= m_aModuleIdentifier; in getImageManager()
1348 aPropSeq[1] <<= aPropValue; in getImageManager()
1351 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UserRootCommit" )); in getImageManager()
1352 aPropValue.Value <<= m_xUserRootCommit; in getImageManager()
1353 aPropSeq[2] <<= aPropValue; in getImageManager()
H A Duicategorydescription.cxx375 PropertyValue aPropValue; in initializeConfigAccess() local
379 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "nodepath" )); in initializeConfigAccess()
380 aPropValue.Value <<= m_aConfigCategoryAccess; in initializeConfigAccess()
381 aArgs[0] <<= aPropValue; in initializeConfigAccess()
H A Dimagemanagerimpl.cxx782 PropertyValue aPropValue; in initialize() local
783 if ( aArguments[n] >>= aPropValue ) in initialize()
785 if ( aPropValue.Name.equalsAscii( "UserConfigStorage" )) in initialize()
787 aPropValue.Value >>= m_xUserConfigStorage; in initialize()
789 else if ( aPropValue.Name.equalsAscii( "ModuleIdentifier" )) in initialize()
791 aPropValue.Value >>= m_aModuleIdentifier; in initialize()
793 else if ( aPropValue.Name.equalsAscii( "UserRootCommit" )) in initialize()
795 aPropValue.Value >>= m_xUserRootCommit; in initialize()
H A Dwindowstateconfiguration.cxx1306 PropertyValue aPropValue; in impl_initializeConfigAccess() local
1310 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "nodepath" )); in impl_initializeConfigAccess()
1311 aPropValue.Value <<= m_aConfigWindowAccess; in impl_initializeConfigAccess()
1312 aArgs[0] <<= aPropValue; in impl_initializeConfigAccess()
1313 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "lazywrite" )); in impl_initializeConfigAccess()
1314 aPropValue.Value <<= sal_True; in impl_initializeConfigAccess()
1315 aArgs[1] <<= aPropValue; in impl_initializeConfigAccess()
H A Duiconfigurationmanager.cxx1075 PropertyValue aPropValue; in getImageManager() local
1076 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UserConfigStorage" )); in getImageManager()
1077 aPropValue.Value = makeAny( m_xDocConfigStorage ); in getImageManager()
1078 aPropSeq[0] = makeAny( aPropValue ); in getImageManager()
1079 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ModuleIdentifier" )); in getImageManager()
1080 aPropValue.Value = makeAny( m_aModuleIdentifier ); in getImageManager()
1081 aPropSeq[1] = makeAny( aPropValue ); in getImageManager()
/aoo41x/main/framework/source/tabwin/
H A Dtabwindow.cxx309 css::beans::PropertyValue aPropValue; in initialize() local
332 if ( aArguments[i] >>= aPropValue ) in initialize()
334 if ( aPropValue.Name == aTopWindowArgName ) in initialize()
335 aPropValue.Value >>= xTopWindow; in initialize()
336 else if ( aPropValue.Name == aSizeArgName ) in initialize()
338 aPropValue.Value >>= aSize; in initialize()
/aoo41x/main/sd/source/core/
H A DCustomAnimationPreset.cxx80 PropertyValue aPropValue; in getNodeAccess() local
81 aPropValue.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "nodepath" )); in getNodeAccess()
82 aPropValue.Value <<= rNodePath; in getNodeAccess()
83 aArgs[0] <<= aPropValue; in getNodeAccess()
/aoo41x/main/sfx2/source/doc/
H A Ddocinf.cxx157 uno::Any aPropValue = xCustomSect->GetAnyValue( *aIt ); in LoadOlePropertySet() local
158 if( (aPropName.getLength() > 0) && aPropValue.hasValue() ) { in LoadOlePropertySet()
161 beans::PropertyAttribute::REMOVEABLE, aPropValue ); in LoadOlePropertySet()
H A Ddoctemplates.cxx432 ::rtl::OUString aPropValue; in DECLARE_LIST()
434 && ( aValue >>= aPropValue ) in DECLARE_LIST()
435 && aPropValue.equals( aTemplVers ) ) in DECLARE_LIST()
1001 Any aPropValue( rPropValue ); in setProperty() local
1028 aPropValue = makeAny( aValue ); in setProperty()
1039 aPropValue = makeAny( aValues ); in setProperty()
1050 rContent.setPropertyValue( rPropName, aPropValue ); in setProperty()
/aoo41x/main/sfx2/source/dialog/
H A Ddockwin.cxx163 beans::PropertyValue aPropValue; in SfxDockingWrapper() local
164 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in SfxDockingWrapper()
165 aPropValue.Value = uno::makeAny( xFrame ); in SfxDockingWrapper()
166 aArgs[0] <<= aPropValue; in SfxDockingWrapper()
167 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ResourceURL" )); in SfxDockingWrapper()
172 aPropValue.Value = uno::makeAny( aResourceURL ); in SfxDockingWrapper()
173 aArgs[1] <<= aPropValue; in SfxDockingWrapper()
/aoo41x/main/framework/qa/complex/ModuleManager/
H A DCheckXModuleManager.java312 Object aPropValue ) in impl_checkReadOnlyPropOfModule() argument
318 lChanges[0].Value = aPropValue; in impl_checkReadOnlyPropOfModule()
/aoo41x/main/framework/source/services/
H A Dmodulemanager.cxx231 const css::uno::Any& aPropValue = pProp->second; in replaceByName() local
235 xModule->replaceByName(sPropName, aPropValue); in replaceByName()
/aoo41x/main/ucb/source/ucp/tdoc/
H A Dtdoc_storage.cxx463 uno::Any aPropValue = xPropSet->getPropertyValue( in queryStorage() local
468 if ( aPropValue >>= nOpenMode ) in queryStorage()
/aoo41x/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java901 …SetControlPropInDialog( XDialog xDialog, String aControlName, String aPropName, Object aPropValue ) in SetControlPropInDialog() argument
903 if ( xDialog != null && aControlName != null && aPropName != null && aPropValue != null ) in SetControlPropInDialog()
909 xPropSet.setPropertyValue( aPropName, aPropValue ); in SetControlPropInDialog()
/aoo41x/main/toolkit/source/controls/
H A Dunocontrols.cxx1940 Any aPropValue; in setFastPropertyValue_NoBroadcast() local
1941 getFastPropertyValue( aPropValue, BASEPROPERTY_STRINGITEMLIST ); in setFastPropertyValue_NoBroadcast()
1942 OSL_VERIFY( aPropValue >>= aStringItemList ); in setFastPropertyValue_NoBroadcast()
2144 Any aPropValue; in impl_getStringItemList() local
2145 getFastPropertyValue( aPropValue, BASEPROPERTY_STRINGITEMLIST ); in impl_getStringItemList()
2146 OSL_VERIFY( aPropValue >>= aStringItemList ); in impl_getStringItemList()
2763 Any aPropValue; in setFastPropertyValue_NoBroadcast() local
2764 getFastPropertyValue( aPropValue, BASEPROPERTY_STRINGITEMLIST ); in setFastPropertyValue_NoBroadcast()
2765 OSL_VERIFY( aPropValue >>= aStringItemList ); in setFastPropertyValue_NoBroadcast()
/aoo41x/main/chart2/source/tools/
H A DDataSeriesHelper.cxx399 const uno::Any aPropValue = uno::makeAny( in setStackModeAtSeries() local
415 xProp->setPropertyValue( aPropName, aPropValue ); in setStackModeAtSeries()
/aoo41x/main/cui/source/customize/
H A Dcfg.cxx5152 beans::PropertyValue aPropValue; in SvxIconSelectorDialog() local
5154 aPropValue.Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UserConfigStorage" ) ); in SvxIconSelectorDialog()
5155 aPropValue.Value <<= xStorage; in SvxIconSelectorDialog()
5156 aProp[ 0 ] <<= aPropValue; in SvxIconSelectorDialog()
5158 aPropValue.Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "OpenMode" ) ); in SvxIconSelectorDialog()
5159 aPropValue.Value <<= com::sun::star::embed::ElementModes::READWRITE; in SvxIconSelectorDialog()
5160 aProp[ 1 ] <<= aPropValue; in SvxIconSelectorDialog()
/aoo41x/main/chart2/source/model/template/
H A DChartTypeTemplate.cxx407 const uno::Any aPropValue = uno::makeAny( in applyStyle() local
414 xSeriesProp->setPropertyValue( C2U("StackingDirection"), aPropValue ); in applyStyle()

Completed in 396 milliseconds

123