Searched refs:rxShapeProp (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/oox/source/drawingml/chart/ |
H A D | objectformatter.cxx | 634 const ModelRef< Shape >& rxShapeProp, 653 const ModelRef< Shape >& rxShapeProp, 673 const ModelRef< Shape >& rxShapeProp, 714 const ModelRef< Shape >& rxShapeProp, 726 const ModelRef< Shape >& rxShapeProp, 891 if( rxShapeProp.is() ) in convertFormatting() 892 aLineProps.assignUsed( rxShapeProp->getLineProperties() ); in convertFormatting() 916 if( rxShapeProp.is() ) in convertFormatting() 1014 convertFrameFormatting( rPropSet, rxShapeProp, 0, -1 ); in convertFormatting() 1182 return !rxShapeProp || !rxShapeProp->getLineProperties().maLineFill.moFillType.has(); in isAutomaticLine() [all …]
|
/aoo41x/main/oox/inc/oox/drawingml/chart/ |
H A D | objectformatter.hxx | 97 const ModelRef< Shape >& rxShapeProp, 104 const ModelRef< Shape >& rxShapeProp, 118 const ModelRef< Shape >& rxShapeProp, 153 static bool isAutomaticLine( const ModelRef< Shape >& rxShapeProp ); 155 static bool isAutomaticFill( const ModelRef< Shape >& rxShapeProp );
|
Completed in 26 milliseconds