Home
last modified time | relevance | path

Searched refs:setAnyProperty (Results 1 – 7 of 7) sorted by relevance

/trunk/main/oox/source/drawingml/
H A Dtextrun.cxx98 aPropSet.setAnyProperty( PROP_CharFontName, Any( aSymbolFontName ) ); in insertAt()
99 aPropSet.setAnyProperty( PROP_CharFontPitch, Any( nSymbolFontPitch ) ); in insertAt()
100 aPropSet.setAnyProperty( PROP_CharFontFamily, Any( nSymbolFontFamily ) ); in insertAt()
109 aPropSet.setAnyProperty( PROP_CharFontName, Any( aLatinFontName ) ); in insertAt()
110 aPropSet.setAnyProperty( PROP_CharFontPitch, Any( nLatinFontPitch ) ); in insertAt()
111 aPropSet.setAnyProperty( PROP_CharFontFamily, Any( nLatinFontFamily ) ); in insertAt()
H A Dshapepropertymap.cxx90 bool ShapePropertyMap::setAnyProperty( ShapePropertyId ePropId, const Any& rValue ) in setAnyProperty() function in oox::drawingml::ShapePropertyMap
129 return setAnyProperty( nPropId, aNamedMarker.Value ); in setLineMarker()
143 return setAnyProperty( nPropId, rValue ); in setLineDash()
159 return setAnyProperty( nPropId, rValue ); in setFillGradient()
175 return setAnyProperty( nPropId, rValue ); in setFillBitmapUrl()
/trunk/main/oox/inc/oox/drawingml/
H A Dshapepropertymap.hxx109 …bool setAnyProperty( ShapePropertyId ePropId, const ::com::sun::star::uno::Any& rVa…
114 … { return setAnyProperty( ePropId, ::com::sun::star::uno::Any( rValue ) ); } in setProperty()
116 using PropertyMap::setAnyProperty;
/trunk/main/oox/inc/oox/helper/
H A Dpropertyset.hxx112 … bool setAnyProperty( sal_Int32 nPropId, const ::com::sun::star::uno::Any& rValue );
117 … { return setAnyProperty( nPropId, ::com::sun::star::uno::Any( rValue ) ); } in setProperty()
H A Dpropertymap.hxx71 … inline bool setAnyProperty( sal_Int32 nPropId, const ::com::sun::star::uno::Any& rValue ) in setAnyProperty() function in oox::PropertyMap
/trunk/main/oox/source/helper/
H A Dpropertyset.cxx103 bool PropertySet::setAnyProperty( sal_Int32 nPropId, const Any& rValue ) in setAnyProperty() function in oox::PropertySet
/trunk/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx1149 rPropSet.setAnyProperty( nPropId, Any() ); in convertNumberFormat()

Completed in 39 milliseconds