Home
last modified time | relevance | path

Searched refs:ModelRef (Results 1 – 16 of 16) sorted by relevance

/trunk/main/oox/inc/oox/drawingml/chart/
H A Dseriesmodel.hxx38 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 Dtitlemodel.hxx38 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 Daxismodel.hxx38 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 Dobjectformatter.hxx97 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 Dchartspacemodel.hxx39 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 Dplotareamodel.hxx55 typedef ModelRef< Shape > ShapeRef;
56 typedef ModelRef< PictureOptionsModel > PictureOptionsRef;
71 typedef ModelRef< Shape > ShapeRef;
72 typedef ModelRef< LayoutModel > LayoutRef;
H A Dtypegroupmodel.hxx37 typedef ModelRef< Shape > ShapeRef;
53 typedef ModelRef< DataLabelsModel > DataLabelsRef;
54 typedef ModelRef< UpDownBarsModel > UpDownBarsRef;
55 typedef ModelRef< Shape > ShapeRef;
H A Dmodelbase.hxx40 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 Ddatasourcemodel.hxx53 typedef ModelRef< DataSequenceModel > DataSequenceRef;
H A Dtitleconverter.hxx59 const ModelRef< TextBody >& rxTextProp,
H A Dconverterbase.hxx93 const ModelRef< LayoutModel >& rxLayout, ObjectType eObjType,
/trunk/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx634 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 Dplotareaconverter.cxx115 ModelRef< AxisModel > lclGetOrCreateAxis( const AxesSetModel::AxisMap& rFromAxes, sal_Int32 nAxisId… in lclGetOrCreateAxis()
117 ModelRef< AxisModel > xAxis = rFromAxes.get( nAxisIdx ); in lclGetOrCreateAxis()
176ModelRef< AxisModel > xXAxis = lclGetOrCreateAxis( mrModel.maAxes, API_X_AXIS, rFirstTypeGroup.get… in convertFromModel()
177ModelRef< AxisModel > xYAxis = lclGetOrCreateAxis( mrModel.maAxes, API_Y_AXIS, C_TOKEN( valAx ) ); in convertFromModel()
186ModelRef< AxisModel > xZAxis = lclGetOrCreateAxis( mrModel.maAxes, API_Z_AXIS, C_TOKEN( serAx ) ); in convertFromModel()
H A Dtitleconverter.cxx80 const OUString& rDefaultText, const ModelRef< TextBody >& rxTextProp, ObjectType eObjType ) in createStringSequence()
174ModelRef< TextBody > xTextProp = mrModel.mxTextProp.is() ? mrModel.mxTextProp : rText.mxTextBody; in convertFromModel()
H A Dconverterbase.cxx79 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 Dseriesconverter.cxx591ModelRef< DataLabelsModel > xLabels = mrModel.mxLabels.is() ? mrModel.mxLabels : rTypeGroup.getMod… in createDataSeries()

Completed in 570 milliseconds