Searched refs:setAnyProperty (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/oox/source/drawingml/ |
H A D | textrun.cxx | 98 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 D | shapepropertymap.cxx | 90 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()
|
/aoo4110/main/oox/inc/oox/drawingml/ |
H A D | shapepropertymap.hxx | 109 …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;
|
/aoo4110/main/oox/inc/oox/helper/ |
H A D | propertyset.hxx | 112 … 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 D | propertymap.hxx | 71 … inline bool setAnyProperty( sal_Int32 nPropId, const ::com::sun::star::uno::Any& rValue ) in setAnyProperty() function in oox::PropertyMap
|
/aoo4110/main/oox/source/helper/ |
H A D | propertyset.cxx | 103 bool PropertySet::setAnyProperty( sal_Int32 nPropId, const Any& rValue ) in setAnyProperty() function in oox::PropertySet
|
/aoo4110/main/oox/source/drawingml/chart/ |
H A D | objectformatter.cxx | 1149 rPropSet.setAnyProperty( nPropId, Any() ); in convertNumberFormat()
|
Completed in 94 milliseconds