Searched refs:ModelRef (Results 1 – 16 of 16) sorted by relevance
/aoo41x/main/oox/inc/oox/drawingml/chart/ |
H A D | seriesmodel.hxx | 38 typedef ModelRef< Shape > ShapeRef; 39 typedef ModelRef< TextBody > TextBodyRef; 62 typedef ModelRef< LayoutModel > LayoutRef; 63 typedef ModelRef< TextModel > TextRef; 78 typedef ModelRef< Shape > ShapeRef; 131 typedef ModelRef< Shape > ShapeRef; 132 typedef ModelRef< TextBody > TextBodyRef; 133 typedef ModelRef< LayoutModel > LayoutRef; 134 typedef ModelRef< TextModel > TextRef; 150 typedef ModelRef< Shape > ShapeRef; [all …]
|
H A D | titlemodel.hxx | 38 typedef ModelRef< DataSequenceModel > DataSequenceRef; 39 typedef ModelRef< TextBody > TextBodyRef; 52 typedef ModelRef< Shape > ShapeRef; 53 typedef ModelRef< TextBody > TextBodyRef; 54 typedef ModelRef< LayoutModel > LayoutRef; 55 typedef ModelRef< TextModel > TextRef; 71 typedef ModelRef< Shape > ShapeRef; 72 typedef ModelRef< TextBody > TextBodyRef; 73 typedef ModelRef< LayoutModel > LayoutRef;
|
H A D | axismodel.hxx | 38 typedef ModelRef< Shape > ShapeRef; 39 typedef ModelRef< TextBody > TextBodyRef; 40 typedef ModelRef< LayoutModel > LayoutRef; 41 typedef ModelRef< TextModel > TextRef; 58 typedef ModelRef< Shape > ShapeRef; 59 typedef ModelRef< TextBody > TextBodyRef; 60 typedef ModelRef< TitleModel > TitleRef; 61 typedef ModelRef< AxisDispUnitsModel > AxisDispUnitsRef;
|
H A D | objectformatter.hxx | 97 const ModelRef< Shape >& rxShapeProp, 104 const ModelRef< Shape >& rxShapeProp, 112 const ModelRef< TextBody >& rxTextProp, 118 const ModelRef< Shape >& rxShapeProp, 119 const ModelRef< TextBody >& rxTextProp, 131 const ModelRef< TextBody >& rxTextProp, 153 static bool isAutomaticLine( const ModelRef< Shape >& rxShapeProp ); 155 static bool isAutomaticFill( const ModelRef< Shape >& rxShapeProp );
|
H A D | chartspacemodel.hxx | 39 typedef ModelRef< Shape > ShapeRef; 40 typedef ModelRef< TextBody > TextBodyRef; 41 typedef ModelRef< PlotAreaModel > PlotAreaRef; 42 typedef ModelRef< WallFloorModel > WallFloorRef; 43 typedef ModelRef< View3DModel > View3DRef; 44 typedef ModelRef< TitleModel > TitleRef; 45 typedef ModelRef< LegendModel > LegendRef;
|
H A D | plotareamodel.hxx | 55 typedef ModelRef< Shape > ShapeRef; 56 typedef ModelRef< PictureOptionsModel > PictureOptionsRef; 71 typedef ModelRef< Shape > ShapeRef; 72 typedef ModelRef< LayoutModel > LayoutRef;
|
H A D | typegroupmodel.hxx | 37 typedef ModelRef< Shape > ShapeRef; 53 typedef ModelRef< DataLabelsModel > DataLabelsRef; 54 typedef ModelRef< UpDownBarsModel > UpDownBarsRef; 55 typedef ModelRef< Shape > ShapeRef;
|
H A D | modelbase.hxx | 40 class ModelRef : public ::boost::shared_ptr< ModelType > class 43 inline explicit ModelRef() {} in ModelRef() function in oox::drawingml::chart::ModelRef 44 …inline ModelRef( const ::boost::shared_ptr< ModelType >& rxModel ) : ::boost::shared_… in ModelRef() function in oox::drawingml::chart::ModelRef 45 inline ~ModelRef() {} in ~ModelRef()
|
H A D | datasourcemodel.hxx | 53 typedef ModelRef< DataSequenceModel > DataSequenceRef;
|
H A D | titleconverter.hxx | 59 const ModelRef< TextBody >& rxTextProp,
|
H A D | converterbase.hxx | 93 const ModelRef< LayoutModel >& rxLayout, ObjectType eObjType,
|
/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, 694 const ModelRef< TextBody >& rxTextProp ); 714 const ModelRef< Shape >& rxShapeProp, 721 const ModelRef< TextBody >& rxTextProp ); 726 const ModelRef< Shape >& rxShapeProp, 1012 …ter::convertFormatting( PropertySet& rPropSet, const ModelRef< Shape >& rxShapeProp, const ModelRe… in convertFormatting() 1026 ModelRef< Shape > xShapeProp; in convertAutomaticLine() 1035 ModelRef< Shape > xShapeProp; in convertAutomaticFill() [all …]
|
H A D | plotareaconverter.cxx | 115 ModelRef< AxisModel > lclGetOrCreateAxis( const AxesSetModel::AxisMap& rFromAxes, sal_Int32 nAxisId… in lclGetOrCreateAxis() 117 ModelRef< AxisModel > xAxis = rFromAxes.get( nAxisIdx ); in lclGetOrCreateAxis() 176 …ModelRef< AxisModel > xXAxis = lclGetOrCreateAxis( mrModel.maAxes, API_X_AXIS, rFirstTypeGroup.get… in convertFromModel() 177 … ModelRef< AxisModel > xYAxis = lclGetOrCreateAxis( mrModel.maAxes, API_Y_AXIS, C_TOKEN( valAx ) ); in convertFromModel() 186 … ModelRef< AxisModel > xZAxis = lclGetOrCreateAxis( mrModel.maAxes, API_Z_AXIS, C_TOKEN( serAx ) ); in convertFromModel()
|
H A D | titleconverter.cxx | 80 const OUString& rDefaultText, const ModelRef< TextBody >& rxTextProp, ObjectType eObjType ) in createStringSequence() 174 … ModelRef< TextBody > xTextProp = mrModel.mxTextProp.is() ? mrModel.mxTextProp : rText.mxTextBody; in convertFromModel()
|
H A D | converterbase.cxx | 79 ModelRef< LayoutModel > mxLayout; /// The layout model, if existing. 274 …const ModelRef< LayoutModel >& rxLayout, ObjectType eObjType, sal_Int32 nMainIdx, sal_Int32 nSubId… in registerTitleLayout()
|
H A D | seriesconverter.cxx | 591 …ModelRef< DataLabelsModel > xLabels = mrModel.mxLabels.is() ? mrModel.mxLabels : rTypeGroup.getMod… in createDataSeries()
|
Completed in 206 milliseconds