Home
last modified time | relevance | path

Searched refs:GetChRoot (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sc/source/filter/excel/
H A Dxechart.cxx818 ConvertFrameBase( GetChRoot(), rPropSet, meObjType ); in Convert()
1222 mxFrame = lclCreateFrame( GetChRoot(), aTitleProp, EXC_CHOBJTYPE_TEXT ); in ConvertTitle()
1225 mxSrcLink.reset( new XclExpChSourceLink( GetChRoot(), EXC_CHSRCLINK_TITLE ) ); in ConvertTitle()
1227 ConvertFontBase( GetChRoot(), nFontIdx ); in ConvertTitle()
1230 ConvertRotationBase( GetChRoot(), aTitleProp, true ); in ConvertTitle()
1272 ConvertFontBase( GetChRoot(), rPropSet ); in ConvertLegend()
1300 mxLabelProps.reset( new XclExpChFrLabelProps( GetChRoot() ) ); in ConvertDataLabel()
1322 ConvertFontBase( GetChRoot(), rPropSet ); in ConvertDataLabel()
1323 ConvertRotationBase( GetChRoot(), rPropSet, false ); in ConvertDataLabel()
1354 mxSrcLink.reset( new XclExpChSourceLink( GetChRoot(), EXC_CHSRCLINK_TITLE ) ); in ConvertDataLabel()
[all …]
H A Dxichart.cxx702 ConvertFrameBase( GetChRoot(), rPropSet, meObjType, EXC_CHDATAFORMAT_UNKNOWN, bUsePicFmt ); in Convert()
987 mxSrcLink.reset( new XclImpChSourceLink( GetChRoot() ) ); in ReadSubRecord()
991 mxFrame.reset( new XclImpChFrame( GetChRoot(), EXC_CHOBJTYPE_TEXT ) ); in ReadSubRecord()
1025 mxSrcLink.reset( new XclImpChSourceLink( GetChRoot() ) ); in SetString()
1057 ConvertFontBase( GetChRoot(), rPropSet ); in ConvertFont()
1062 ConvertRotationBase( GetChRoot(), rPropSet, bSupportsStacked ); in ConvertRotation()
1144 mxSrcLink->CreateStringSequence( GetChRoot(), GetFontIndex(), GetFontColor() ) ); in CreateTitle()
1375 …pChTextRef xLabel( xParent.is() ? new XclImpChText( *xParent ) : new XclImpChText( GetChRoot() ) ); in CreateDataLabel()
1419 mxAttLabel.reset( new XclImpChAttachedLabel( GetChRoot() ) ); in ReadSubRecord()
1528 …ConvertFrameBase( GetChRoot(), rPropSet, rTypeInfo.GetSeriesObjectType(), maData.mnFormatIdx, bUse… in Convert()
[all …]
/AOO41X/main/sc/source/filter/inc/
H A Dxechart.hxx91 inline const XclExpChRoot& GetChRoot() const { return *this; } in GetChRoot() function in XclExpChRoot
H A Dxichart.hxx97 inline const XclImpChRoot& GetChRoot() const { return *this; } in GetChRoot() function in XclImpChRoot