Searched refs:eDefFrameType (Results 1 – 2 of 2) sorted by relevance
245 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;
517 void XclExpChLineFormat::SetDefault( XclChFrameType eDefFrameType ) in SetDefault() argument519 switch( eDefFrameType ) in SetDefault()566 ((eDefFrameType == EXC_CHFRAMETYPE_AUTO) && IsAuto()); in IsDefault()637 void XclExpChAreaFormat::SetDefault( XclChFrameType eDefFrameType ) in SetDefault() argument639 switch( eDefFrameType ) in SetDefault()657 ((eDefFrameType == EXC_CHFRAMETYPE_AUTO) && IsAuto()); in IsDefault()780 XclChFrameType eDefFrameType, bool bIsFrame ) in SetDefaultFrameBase() argument784 mxLineFmt->SetDefault( eDefFrameType ); in SetDefaultFrameBase()789 mxAreaFmt->SetDefault( eDefFrameType ); in SetDefaultFrameBase()797 (!mxLineFmt || mxLineFmt->IsDefault( eDefFrameType )) && in IsDefaultFrameBase()[all …]
Completed in 109 milliseconds