Home
last modified time | relevance | path

Searched refs:eDefFrameType (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/filter/inc/
H A Dxechart.hxx245 void SetDefault( XclChFrameType eDefFrameType );
252 bool IsDefault( XclChFrameType eDefFrameType ) const;
278 void SetDefault( XclChFrameType eDefFrameType );
285 bool IsDefault( XclChFrameType eDefFrameType ) const;
353 XclChFrameType eDefFrameType, bool bIsFrame );
356 bool IsDefaultFrameBase( XclChFrameType eDefFrameType ) const;
/aoo4110/main/sc/source/filter/excel/
H A Dxechart.cxx517 void XclExpChLineFormat::SetDefault( XclChFrameType eDefFrameType ) in SetDefault() argument
519 switch( eDefFrameType ) in SetDefault()
566 ((eDefFrameType == EXC_CHFRAMETYPE_AUTO) && IsAuto()); in IsDefault()
637 void XclExpChAreaFormat::SetDefault( XclChFrameType eDefFrameType ) in SetDefault() argument
639 switch( eDefFrameType ) in SetDefault()
657 ((eDefFrameType == EXC_CHFRAMETYPE_AUTO) && IsAuto()); in IsDefault()
780 XclChFrameType eDefFrameType, bool bIsFrame ) in SetDefaultFrameBase() argument
784 mxLineFmt->SetDefault( eDefFrameType ); in SetDefaultFrameBase()
789 mxAreaFmt->SetDefault( eDefFrameType ); in SetDefaultFrameBase()
797 (!mxLineFmt || mxLineFmt->IsDefault( eDefFrameType )) && in IsDefaultFrameBase()
[all …]

Completed in 89 milliseconds