Searched refs:m_bUseSystemPrintDialog (Results 1 – 1 of 1) sorted by relevance
105 sal_Bool m_bUseSystemPrintDialog; member in SvtMiscOptions_Impl215 { return m_bUseSystemPrintDialog; } in UseSystemPrintDialog()218 { m_bUseSystemPrintDialog = bSet; SetModified(); } in SetUseSystemPrintDialog()268 , m_bUseSystemPrintDialog( sal_False ) in SvtMiscOptions_Impl()334 if( !(seqValues[nProperty] >>= m_bUseSystemPrintDialog) ) in SvtMiscOptions_Impl()439 … if( !(seqValues[nProperty] >>= m_bUseSystemPrintDialog) ) in Load()601 seqValues[nProperty] <<= m_bUseSystemPrintDialog; in Commit()
Completed in 7 milliseconds