Searched refs:bDoRecordChanges (Results 1 – 1 of 1) sorted by relevance
291 const bool bDoRecordChanges = m_aRecordChangesCB.IsChecked(); in FillItemSet_Impl() local295 …DBG_ASSERT( bDoRecordChanges || !bDoChangeProtection, "no change recording should imply no change … in FillItemSet_Impl()296 …DBG_ASSERT( bDoChangeProtection || !bDoRecordChanges, "no change protection should imply no change… in FillItemSet_Impl()301 if (bDoRecordChanges != pCurDocShell->IsChangeRecording()) in FillItemSet_Impl()303 pCurDocShell->SetChangeRecording( bDoRecordChanges ); in FillItemSet_Impl()311 DBG_ASSERT( !bDoChangeProtection || bDoRecordChanges, in FillItemSet_Impl()
Completed in 19 milliseconds