Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/filter/excel/
H A Dxichart.cxx570 mxLineFmt.reset( new XclImpChLineFormat ); in XclImpChFrameBase()
579 mxLineFmt.reset( new XclImpChLineFormat( aLineFmt ) ); in XclImpChFrameBase()
599 mxLineFmt.reset( new XclImpChLineFormat ); in ReadSubRecord()
600 mxLineFmt->ReadChLineFormat( rStrm ); in ReadSubRecord()
616 if( mxLineFmt.is() ) in ConvertLineBase()
617 mxLineFmt->Convert( rRoot, rPropSet, eObjType, nFormatIdx ); in ConvertLineBase()
658 if( rLineData.IsVisible() && (!mxLineFmt || !mxLineFmt->HasLine()) ) in UpdateObjFrame()
685 mxLineFmt.reset( new XclImpChLineFormat( aLineFmt ) ); in UpdateObjFrame()
1444 if( !mxLineFmt ) in UpdateSeriesFormat()
1445 mxLineFmt = pGroupFmt->mxLineFmt; in UpdateSeriesFormat()
[all …]
H A Dxechart.cxx760 mxLineFmt.reset( new XclExpChLineFormat( rRoot ) ); in ConvertFrameBase()
761 mxLineFmt->Convert( rRoot, rPropSet, eObjType ); in ConvertFrameBase()
783 mxLineFmt.reset( new XclExpChLineFormat( rRoot ) ); in SetDefaultFrameBase()
784 mxLineFmt->SetDefault( eDefFrameType ); in SetDefaultFrameBase()
797 (!mxLineFmt || mxLineFmt->IsDefault( eDefFrameType )) && in IsDefaultFrameBase()
803 lclSaveRecord( rStrm, mxLineFmt ); in WriteFrameRecords()
/AOO41X/main/sc/source/filter/inc/
H A Dxichart.hxx330 inline bool IsAutoLine() const { return !mxLineFmt || mxLineFmt->IsAuto(); } in IsAutoLine()
332 inline bool HasLine() const { return IsAutoLine() || mxLineFmt->HasLine(); } in HasLine()
334 …inline sal_Int16 GetLineWeight() const { return mxLineFmt.is() ? mxLineFmt->GetWeight() : EXC_C… in GetLineWeight()
356 XclImpChLineFormatRef mxLineFmt; /// Line format (CHLINEFORMAT record). member in XclImpChFrameBase
H A Dxechart.hxx362 XclExpChLineFormatRef mxLineFmt; /// Line format (CHLINEFORMAT record). member in XclExpChFrameBase