Searched refs:bSupportsStacked (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | xlchart.cxx | 970 …XclChPropSetHelper::ReadRotationProperties( const ScfPropertySet& rPropSet, bool bSupportsStacked ) in ReadRotationProperties() argument 975 bool bStacked = bSupportsStacked && rPropSet.GetBoolProperty( EXC_CHPROP_STACKCHARACTERS ); in ReadRotationProperties() 1181 ScfPropertySet& rPropSet, sal_uInt16 nRotation, bool bSupportsStacked ) in WriteRotationProperties() argument 1188 if( bSupportsStacked ) in WriteRotationProperties()
|
H A D | xichart.cxx | 922 …ertRotationBase( const XclImpChRoot& rRoot, ScfPropertySet& rPropSet, bool bSupportsStacked ) const in ConvertRotationBase() 924 …rRoot.GetChartPropSetHelper().WriteRotationProperties( rPropSet, GetRotation(), bSupportsStacked ); in ConvertRotationBase() 1060 void XclImpChText::ConvertRotation( ScfPropertySet& rPropSet, bool bSupportsStacked ) const in ConvertRotation() 1062 ConvertRotationBase( GetChRoot(), rPropSet, bSupportsStacked ); in ConvertRotation()
|
H A D | xechart.cxx | 1177 const XclExpChRoot& rRoot, const ScfPropertySet& rPropSet, bool bSupportsStacked ) in ConvertRotationBase() argument 1179 …t16 nRotation = rRoot.GetChartPropSetHelper().ReadRotationProperties( rPropSet, bSupportsStacked ); in ConvertRotationBase()
|
/aoo41x/main/oox/inc/oox/drawingml/chart/ |
H A D | objectformatter.hxx | 132 bool bSupportsStacked );
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xlchart.hxx | 1414 bool bSupportsStacked ); 1445 bool bSupportsStacked );
|
H A D | xichart.hxx | 461 …rtRotationBase( const XclImpChRoot& rRoot, ScfPropertySet& rPropSet, bool bSupportsStacked ) const; 529 void ConvertRotation( ScfPropertySet& rPropSet, bool bSupportsStacked ) const;
|
H A D | xechart.hxx | 509 …rtRotationBase( const XclExpChRoot& rRoot, const ScfPropertySet& rPropSet, bool bSupportsStacked );
|
/aoo41x/main/oox/source/drawingml/chart/ |
H A D | objectformatter.cxx | 1122 …extRotation( PropertySet& rPropSet, const ModelRef< TextBody >& rxTextProp, bool bSupportsStacked ) in convertTextRotation() argument 1127 if( bSupportsStacked ) in convertTextRotation()
|
Completed in 139 milliseconds