Lines Matching refs:bSet
73 void SetNotFoundWarning( sal_Bool bSet);
76 void SetPaperSizeWarning(sal_Bool bSet);
79 void SetPaperOrientationWarning( sal_Bool bSet);
111 void SfxMiscCfg::SetNotFoundWarning( sal_Bool bSet) in SetNotFoundWarning() argument
113 if(bNotFound != bSet) in SetNotFoundWarning()
115 bNotFound = bSet; in SetNotFoundWarning()
122 void SfxMiscCfg::SetPaperSizeWarning( sal_Bool bSet) in SetPaperSizeWarning() argument
124 if(bPaperSize != bSet) in SetPaperSizeWarning()
126 bPaperSize = bSet; in SetPaperSizeWarning()
132 void SfxMiscCfg::SetPaperOrientationWarning( sal_Bool bSet) in SetPaperOrientationWarning() argument
134 if(bPaperOrientation != bSet) in SetPaperOrientationWarning()
136 bPaperOrientation = bSet; in SetPaperOrientationWarning()
270 void MiscCfg::SetNotFoundWarning( sal_Bool bSet) in SetNotFoundWarning() argument
272 pImpl->SetNotFoundWarning( bSet ); in SetNotFoundWarning()
280 void MiscCfg::SetPaperSizeWarning(sal_Bool bSet) in SetPaperSizeWarning() argument
282 pImpl->SetPaperSizeWarning( bSet ); in SetPaperSizeWarning()
290 void MiscCfg::SetPaperOrientationWarning( sal_Bool bSet) in SetPaperOrientationWarning() argument
292 pImpl->SetPaperOrientationWarning( bSet ); in SetPaperOrientationWarning()