Home
last modified time | relevance | path

Searched refs:maPropertyMap (Results 1 – 11 of 11) sorted by relevance

/AOO42X/main/oox/source/drawingml/
H A Dtextbodypropertiescontext.cxx58 …mrTextBodyProp.maPropertyMap[ PROP_TextWordWrap ] <<= static_cast< sal_Bool >( nWrappingType == XM… in TextBodyPropertiesContext()
65 … mrTextBodyProp.maPropertyMap[ PROP_TextLeftDistance ] <<= static_cast< sal_Int32 >( nLeftInset ); in TextBodyPropertiesContext()
70 … mrTextBodyProp.maPropertyMap[ PROP_TextUpperDistance ] <<= static_cast< sal_Int32 >( nTopInset ); in TextBodyPropertiesContext()
75 …mrTextBodyProp.maPropertyMap[ PROP_TextRightDistance ] <<= static_cast< sal_Int32 >( nRightInset ); in TextBodyPropertiesContext()
80 …mrTextBodyProp.maPropertyMap[ PROP_TextLowerDistance ] <<= static_cast< sal_Int32 >( nBottomInset … in TextBodyPropertiesContext()
94 mrTextBodyProp.maPropertyMap[ PROP_TextVerticalAdjust ] <<= eVA; in TextBodyPropertiesContext()
98 mrTextBodyProp.maPropertyMap[ PROP_TextHorizontalAdjust ] <<= in TextBodyPropertiesContext()
127 mrTextBodyProp.maPropertyMap[ PROP_TextWritingMode ] in TextBodyPropertiesContext()
131 mrTextBodyProp.maPropertyMap[ PROP_TextHorizontalAdjust ] <<= in TextBodyPropertiesContext()
134 mrTextBodyProp.maPropertyMap[ PROP_TextWritingMode ] in TextBodyPropertiesContext()
[all …]
H A Dtextbodyproperties.cxx39 rPropMap.insert( maPropertyMap.begin(), maPropertyMap.end() ); in pushToPropMap()
H A Dshape.cxx449 aShapeProps.assignUsed( mpTextBody->getTextProperties().maPropertyMap ); in createAndInsert()
/AOO42X/main/unotools/source/property/
H A Dpropertysetinfo.cxx56 PropertyMap maPropertyMap; member in utl::PropertyMapImpl
76 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in add()
77 if( aIter != maPropertyMap.end() ) in add()
88 maPropertyMap[aName] = pMap; in add()
99 maPropertyMap.erase( aName ); in remove()
110 if( maProperties.getLength() != (sal_Int32)maPropertyMap.size() ) in getProperties()
112 maProperties = Sequence< Property >( maPropertyMap.size() ); in getProperties()
115 PropertyMap::iterator aIter = maPropertyMap.begin(); in getProperties()
116 const PropertyMap::iterator aEnd = maPropertyMap.end(); in getProperties()
135 return &maPropertyMap; in getPropertyMap()
[all …]
/AOO42X/main/comphelper/source/property/
H A Dpropertysetinfo.cxx55 PropertyMap maPropertyMap; member in comphelper::PropertyMapImpl
79 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in add()
80 if( aIter != maPropertyMap.end() ) in add()
91 maPropertyMap[aName] = pMap; in add()
102 maPropertyMap.erase( aName ); in remove()
113 if( maProperties.getLength() != (sal_Int32)maPropertyMap.size() ) in getProperties()
115 maProperties = Sequence< Property >( maPropertyMap.size() ); in getProperties()
118 PropertyMap::iterator aIter = maPropertyMap.begin(); in getProperties()
119 const PropertyMap::iterator aEnd = maPropertyMap.end(); in getProperties()
139 return &maPropertyMap; in getPropertyMap()
[all …]
/AOO42X/main/filter/source/xsltdialog/
H A Dtypedetectionimport.cxx162 pFilter->maInterfaceName = pNode->maPropertyMap[sUIName]; in createFilterForNode()
164 OUString aData = pNode->maPropertyMap[sData]; in createFilterForNode()
193 OUString aTypeUserData( pTypeNode->maPropertyMap[sData] ); in createFilterForNode()
315 pNode->maPropertyMap = maPropertyMap; in endElement()
316 maPropertyMap.clear(); in endElement()
330 maPropertyMap[ maPropertyName ] = maValue; in endElement()
H A Dtypedetectionimport.hxx62 PropertyMap maPropertyMap; member
100 PropertyMap maPropertyMap; member in TypeDetectionImporter
/AOO42X/main/sd/source/ui/animations/
H A DSTLPropertySet.cxx48 maPropertyMap[ nHandle ] = aEntry; in setPropertyDefaultValue()
110 rIter = maPropertyMap.find(nHandle); in findProperty()
111 return( rIter != maPropertyMap.end() ); in findProperty()
116 rIter = maPropertyMap.find(nHandle); in findProperty()
117 return( rIter != maPropertyMap.end() ); in findProperty()
H A DSTLPropertySet.hxx77 PropertyMap maPropertyMap; member in sd::STLPropertySet
/AOO42X/main/oox/inc/oox/drawingml/
H A Dtextbodyproperties.hxx37 PropertyMap maPropertyMap; member
/AOO42X/main/oox/source/ppt/
H A Dpptshapecontext.cxx203 …xTextBody->getTextProperties().maPropertyMap[ PROP_FontIndependentLineSpacing ] <<= static_cast< s… in createFastChildContext()