Lines Matching refs:bFlag

398 void SvtFilterOptions::SetLoadWordBasicCode( sal_Bool bFlag )  in SetLoadWordBasicCode()  argument
400 pImp->SetFlag( FILTERCFG_WORD_CODE, bFlag ); in SetLoadWordBasicCode()
409 void SvtFilterOptions::SetLoadWordBasicStorage( sal_Bool bFlag ) in SetLoadWordBasicStorage() argument
411 pImp->SetFlag( FILTERCFG_WORD_STORAGE, bFlag ); in SetLoadWordBasicStorage()
422 void SvtFilterOptions::SetLoadExcelBasicCode( sal_Bool bFlag ) in SetLoadExcelBasicCode() argument
424 pImp->SetFlag( FILTERCFG_EXCEL_CODE, bFlag ); in SetLoadExcelBasicCode()
433 void SvtFilterOptions::SetLoadExcelBasicExecutable( sal_Bool bFlag ) in SetLoadExcelBasicExecutable() argument
435 pImp->SetFlag( FILTERCFG_EXCEL_EXECTBL, bFlag ); in SetLoadExcelBasicExecutable()
444 void SvtFilterOptions::SetLoadExcelBasicStorage( sal_Bool bFlag ) in SetLoadExcelBasicStorage() argument
446 pImp->SetFlag( FILTERCFG_EXCEL_STORAGE, bFlag ); in SetLoadExcelBasicStorage()
457 void SvtFilterOptions::SetLoadPPointBasicCode( sal_Bool bFlag ) in SetLoadPPointBasicCode() argument
459 pImp->SetFlag( FILTERCFG_PPOINT_CODE, bFlag ); in SetLoadPPointBasicCode()
468 void SvtFilterOptions::SetLoadPPointBasicStorage( sal_Bool bFlag ) in SetLoadPPointBasicStorage() argument
470 pImp->SetFlag( FILTERCFG_PPOINT_STORAGE, bFlag ); in SetLoadPPointBasicStorage()
486 void SvtFilterOptions::SetMathType2Math( sal_Bool bFlag ) in SetMathType2Math() argument
488 pImp->SetFlag( FILTERCFG_MATH_LOAD, bFlag ); in SetMathType2Math()
497 void SvtFilterOptions::SetMath2MathType( sal_Bool bFlag ) in SetMath2MathType() argument
499 pImp->SetFlag( FILTERCFG_MATH_SAVE, bFlag ); in SetMath2MathType()
510 void SvtFilterOptions::SetWinWord2Writer( sal_Bool bFlag ) in SetWinWord2Writer() argument
512 pImp->SetFlag( FILTERCFG_WRITER_LOAD, bFlag ); in SetWinWord2Writer()
521 void SvtFilterOptions::SetWriter2WinWord( sal_Bool bFlag ) in SetWriter2WinWord() argument
523 pImp->SetFlag( FILTERCFG_WRITER_SAVE, bFlag ); in SetWriter2WinWord()
533 void SvtFilterOptions::SetUseEnhancedFields( sal_Bool bFlag ) in SetUseEnhancedFields() argument
535 pImp->SetFlag( FILTERCFG_USE_ENHANCED_FIELDS, bFlag ); in SetUseEnhancedFields()
545 void SvtFilterOptions::SetExcel2Calc( sal_Bool bFlag ) in SetExcel2Calc() argument
547 pImp->SetFlag( FILTERCFG_CALC_LOAD, bFlag ); in SetExcel2Calc()
556 void SvtFilterOptions::SetCalc2Excel( sal_Bool bFlag ) in SetCalc2Excel() argument
558 pImp->SetFlag( FILTERCFG_CALC_SAVE, bFlag ); in SetCalc2Excel()
569 void SvtFilterOptions::SetPowerPoint2Impress( sal_Bool bFlag ) in SetPowerPoint2Impress() argument
571 pImp->SetFlag( FILTERCFG_IMPRESS_LOAD, bFlag ); in SetPowerPoint2Impress()
580 void SvtFilterOptions::SetImpress2PowerPoint( sal_Bool bFlag ) in SetImpress2PowerPoint() argument
582 pImp->SetFlag( FILTERCFG_IMPRESS_SAVE, bFlag ); in SetImpress2PowerPoint()