Searched refs:nDefaultRotation (Results 1 – 11 of 11) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/chart/ |
H A D | titlemodel.cxx | 33 TitleModel::TitleModel(sal_Int32 nDefaultRotation) : in TitleModel() argument 35 mnDefaultRotation(nDefaultRotation) in TitleModel()
|
H A D | axiscontext.cxx | 141 sal_Int32 nDefaultRotation = bVerticalDefault ? -5400000 : 0; in onCreateContext() local 142 return new TitleContext( *this, mrModel.mxTitle.create(nDefaultRotation) ); in onCreateContext()
|
H A D | objectformatter.cxx | 1052 …ropSet, const ModelRef< TextBody >& rxTextProp, bool bSupportsStacked, sal_Int32 nDefaultRotation ) in convertTextRotation() argument 1067 …ast< double >( bStacked ? 0 : rxTextProp->getTextProperties().moRotation.get( nDefaultRotation ) ); in convertTextRotation()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/chart/ |
H A D | titlemodel.cxx | 35 TitleModel::TitleModel(sal_Int32 nDefaultRotation) : in TitleModel() argument 37 mnDefaultRotation(nDefaultRotation) in TitleModel()
|
H A D | axiscontext.cxx | 143 sal_Int32 nDefaultRotation = bVerticalDefault ? -5400000 : 0; in onCreateContext() local 144 return new TitleContext( *this, mrModel.mxTitle.create(nDefaultRotation) ); in onCreateContext()
|
H A D | objectformatter.cxx | 1048 …ropSet, const ModelRef< TextBody >& rxTextProp, bool bSupportsStacked, sal_Int32 nDefaultRotation ) in convertTextRotation() argument 1062 …ast< double >( bStacked ? 0 : rxTextProp->getTextProperties().moRotation.get( nDefaultRotation ) ); in convertTextRotation() 1134 …ectFormatter::getTextRotation( const ModelRef< TextBody >& rxTextProp, sal_Int32 nDefaultRotation ) in getTextRotation() argument 1138 …alue = static_cast< double >( rxTextProp->getTextProperties().moRotation.get( nDefaultRotation ) ); in getTextRotation()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/inc/drawingml/chart/ |
H A D | objectformatter.hxx | 124 bool bSupportsStacked, sal_Int32 nDefaultRotation = 0); 150 sal_Int32 nDefaultRotation = 0 );
|
H A D | titlemodel.hxx | 56 explicit TitleModel(sal_Int32 nDefaultRotation = 0);
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/inc/drawingml/chart/ |
H A D | titlemodel.hxx | 54 explicit TitleModel(sal_Int32 nDefaultRotation = 0);
|
H A D | objectformatter.hxx | 122 bool bSupportsStacked, sal_Int32 nDefaultRotation = 0);
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/ |
H A D | constantparam.booleans.results | 1987 int nDefaultRotation
|