Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/sdr/properties/
H A Dcustomshapeproperties.cxx42 void CustomShapeProperties::UpdateTextFrameStatus(bool bInvalidateRenderGeometry) in UpdateTextFrameStatus()
70 SfxItemSet& CustomShapeProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet()
95 …sal_Bool CustomShapeProperties::AllowItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewIt… in AllowItemChange()
108 void CustomShapeProperties::ClearObjectItem(const sal_uInt16 nWhich) in ClearObjectItem()
126 void CustomShapeProperties::ClearObjectItemDirect(const sal_uInt16 nWhich) in ClearObjectItemDirect()
142 void CustomShapeProperties::ItemSetChanged(const SfxItemSet& rSet) in ItemSetChanged()
151 void CustomShapeProperties::PostItemChange(const sal_uInt16 nWhich) in PostItemChange()
171 void CustomShapeProperties::ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem) in ItemChange()
180 …void CustomShapeProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardA… in SetStyleSheet()
189 void CustomShapeProperties::ForceDefaultAttributes() in ForceDefaultAttributes()
[all …]
/AOO42X/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx229 static EnhancedCustomShapeParameter GetAdjCoordinate( CustomShapeProperties& rCustomShapeProperties… in GetAdjCoordinate()
258 …aRet.Value = Any( CustomShapeProperties::SetCustomShapeGuideValue( rCustomShapeProperties.getGuide… in GetAdjCoordinate()
284 …aRet.Value = Any( CustomShapeProperties::SetCustomShapeGuideValue( rCustomShapeProperties.getGuide… in GetAdjCoordinate()
303 …aRet.Value = Any( CustomShapeProperties::SetCustomShapeGuideValue( rCustomShapeProperties.getGuide… in GetAdjCoordinate()
313 …aRet.Value = Any( CustomShapeProperties::SetCustomShapeGuideValue( rCustomShapeProperties.getGuide… in GetAdjCoordinate()
331 …aRet.Value = Any( CustomShapeProperties::SetCustomShapeGuideValue( rCustomShapeProperties.getGuide… in GetAdjCoordinate()
345 …aRet.Value = Any( CustomShapeProperties::SetCustomShapeGuideValue( rCustomShapeProperties.getGuide… in GetAdjCoordinate()
372 …aRet.Value = Any( CustomShapeProperties::SetCustomShapeGuideValue( rCustomShapeProperties.getGuide… in GetAdjCoordinate()
404 …sal_Int32 nGuideIndex = CustomShapeProperties::GetCustomShapeGuideValue( rCustomShapeProperties.ge… in GetAdjCoordinate()
412 …nGuideIndex = CustomShapeProperties::GetCustomShapeGuideValue( rCustomShapeProperties.getGuideList… in GetAdjCoordinate()
[all …]
H A Dcustomshapeproperties.cxx46 CustomShapeProperties::CustomShapeProperties() in CustomShapeProperties() function in oox::drawingml::CustomShapeProperties
52 CustomShapeProperties::~CustomShapeProperties() in ~CustomShapeProperties()
56 sal_Int32 CustomShapeProperties::SetCustomShapeGuideValue( std::vector< CustomShapeGuide >& rGuideL… in SetCustomShapeGuideValue()
71 sal_Int32 CustomShapeProperties::GetCustomShapeGuideValue( const std::vector< CustomShapeGuide >& r… in GetCustomShapeGuideValue()
84 void CustomShapeProperties::apply( const CustomShapePropertiesPtr& /* rSourceCustomShapeProperties … in apply()
118 void CustomShapeProperties::pushToPropSet( const ::oox::core::FilterBase& /* rFilterBase */, in pushToPropSet()
348 double CustomShapeProperties::getValue( const std::vector< CustomShapeGuide >& rGuideList, sal_uInt… in getValue()
H A Dshape.cxx73 , mpCustomShapePropertiesPtr( new CustomShapeProperties ) in Shape()
193 …mpCustomShapePropertiesPtr = CustomShapePropertiesPtr( new CustomShapeProperties( *rReferencedShap… in applyShapeReference()
/AOO42X/main/oox/inc/oox/drawingml/
H A Dcustomshapegeometry.hxx40 …e< ::com::sun::star::xml::sax::XFastAttributeList >& xAttributes, CustomShapeProperties& rCustomSh…
44 CustomShapeProperties& mrCustomShapeProperties;
52 …e< ::com::sun::star::xml::sax::XFastAttributeList >& xAttributes, CustomShapeProperties& rCustomSh…
56 CustomShapeProperties& mrCustomShapeProperties;
64 …e< ::com::sun::star::xml::sax::XFastAttributeList >& xAttributes, CustomShapeProperties& rCustomSh…
68 CustomShapeProperties& mrCustomShapeProperties;
H A Dcustomshapeproperties.hxx50 class CustomShapeProperties;
52 typedef boost::shared_ptr< CustomShapeProperties > CustomShapePropertiesPtr;
109 class CustomShapeProperties class
113 CustomShapeProperties();
114 virtual ~CustomShapeProperties();
H A Dshape.hxx45 class CustomShapeProperties;
46 typedef boost::shared_ptr< CustomShapeProperties > CustomShapePropertiesPtr;
/AOO42X/main/svx/inc/svx/sdr/properties/
H A Dcustomshapeproperties.hxx35 class CustomShapeProperties : public TextProperties class
74 CustomShapeProperties(SdrObject& rObj);
77 CustomShapeProperties(const CustomShapeProperties& rProps, SdrObject& rObj);
80 virtual ~CustomShapeProperties();
/AOO42X/main/svx/inc/svx/
H A Dsvdoashp.hxx48 class CustomShapeProperties;
95 friend class sdr::properties::CustomShapeProperties;
H A Dsvdotext.hxx118 class CustomShapeProperties;
137 friend class sdr::properties::CustomShapeProperties;
/AOO42X/main/svx/source/svdraw/
H A Dsvdoashp.cxx639 return new sdr::properties::CustomShapeProperties(*this); in CreateObjectSpecificProperties()