Home
last modified time | relevance | path

Searched refs:aPropertyMap (Results 1 – 8 of 8) sorted by relevance

/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx233 PropertyMap aPropertyMap; in pushToPropSet() local
234 aPropertyMap[ PROP_Type ] <<= CREATE_OUSTRING( "non-primitive" ); in pushToPropSet()
235 aPropertyMap[ PROP_MirroredX ] <<= Any( mbMirroredX ); in pushToPropSet()
236 aPropertyMap[ PROP_MirroredY ] <<= Any( mbMirroredY ); in pushToPropSet()
240 aPropertyMap[ PROP_TextRotation ] <<= Any(mnTextRotation); in pushToPropSet()
253 aPropertyMap[ PROP_ViewBox ] <<= aViewBox; in pushToPropSet()
263 aPropertyMap[ PROP_AdjustmentValues ] <<= aAdjustmentValues; in pushToPropSet()
268 aPropertyMap[ PROP_Equations ] <<= aEquations; in pushToPropSet()
284 aPropertyMap[ PROP_Path ] <<= aPathSequence; in pushToPropSet()
339 aPropertyMap[ PROP_Handles ] <<= aHandles; in pushToPropSet()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Ddefltuno.cxx92 aPropertyMap(lcl_GetDocDefaultsMap()) in ScDocDefaultsObj()
129 &aPropertyMap ); in getPropertySetInfo()
144 const SfxItemPropertySimpleEntry* pEntry = aPropertyMap.getByName( aPropertyName ); in setPropertyValue()
239 const SfxItemPropertySimpleEntry* pEntry = aPropertyMap.getByName( aPropertyName ); in getPropertyValue()
295 const SfxItemPropertySimpleEntry* pEntry = aPropertyMap.getByName( aPropertyName ); in SC_IMPL_DUMMY_PROPERTY_LISTENER()
344 const SfxItemPropertySimpleEntry* pEntry = aPropertyMap.getByName( aPropertyName ); in setPropertyToDefault()
368 const SfxItemPropertySimpleEntry* pEntry = aPropertyMap.getByName( aPropertyName ); in getPropertyDefault()
H A Daddruno.cxx111 static SfxItemPropertyMapEntry aPropertyMap[] = in getPropertySetInfo() local
120 … static uno::Reference<beans::XPropertySetInfo> aRef(new SfxItemPropertySetInfo( aPropertyMap )); in getPropertySetInfo()
125 static SfxItemPropertyMapEntry aPropertyMap[] = in getPropertySetInfo() local
134 … static uno::Reference<beans::XPropertySetInfo> aRef(new SfxItemPropertySetInfo( aPropertyMap )); in getPropertySetInfo()
H A Dfuncuno.cxx225 aPropertyMap( ScDocOptionsHelper::GetPropertyMap() ), in ScFunctionAccess()
304 new SfxItemPropertySetInfo( &aPropertyMap )); in getPropertySetInfo()
328 …sal_Bool bDone = ScDocOptionsHelper::setPropertyValue( *pOptions, aPropertyMap, aPropertyName, aVa… in setPropertyValue()
348 return ScDocOptionsHelper::getPropertyValue( *pOptions, aPropertyMap, aPropertyName ); in getPropertyValue()
/trunk/main/linguistic/source/
H A Dlngopt.cxx366 aPropertyMap(lcl_GetLinguProps()) in LinguProps()
401 new SfxItemPropertySetInfo( &aPropertyMap ); in getPropertySetInfo()
412 const SfxItemPropertySimpleEntry* pCur = aPropertyMap.getByName( rPropertyName ); in setPropertyValue()
438 const SfxItemPropertySimpleEntry* pCur = aPropertyMap.getByName( rPropertyName ); in getPropertyValue()
462 const SfxItemPropertySimpleEntry* pCur = aPropertyMap.getByName( rPropertyName ); in addPropertyChangeListener()
483 const SfxItemPropertySimpleEntry* pCur = aPropertyMap.getByName( rPropertyName ); in removePropertyChangeListener()
544 sal_Int32 nLen = aPropertyMap.getSize(); in getPropertyValues()
547 PropertyEntryVector_t aPropEntries = aPropertyMap.getPropertyEntries(); in getPropertyValues()
H A Dlngopt.hxx128 SfxItemPropertyMap aPropertyMap; member in LinguProps
/trunk/main/sc/inc/
H A Ddefltuno.hxx45 SfxItemPropertyMap aPropertyMap; member in ScDocDefaultsObj
H A Dfuncuno.hxx70 SfxItemPropertyMap aPropertyMap; member in ScFunctionAccess

Completed in 40 milliseconds