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.cxx65 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()
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()
161 mrTextBodyProp.maPropertyMap[ PROP_TextFitToSize ] <<= true; in createFastChildContext()
162 mrTextBodyProp.maPropertyMap[ PROP_TextAutoGrowHeight ] <<= false; in createFastChildContext()
[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()
115 PropertyMap::iterator aIter = maPropertyMap.begin(); in getProperties()
116 const PropertyMap::iterator aEnd = maPropertyMap.end(); in getProperties()
135 return &maPropertyMap; in getPropertyMap()
140 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in getPropertyByName()
142 if( maPropertyMap.end() == aIter ) in getPropertyByName()
[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()
118 PropertyMap::iterator aIter = maPropertyMap.begin(); in getProperties()
119 const PropertyMap::iterator aEnd = maPropertyMap.end(); in getProperties()
139 return &maPropertyMap; in getPropertyMap()
144 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in getPropertyByName()
146 if( maPropertyMap.end() == aIter ) in getPropertyByName()
[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()

Completed in 52 milliseconds