Home
last modified time | relevance | path

Searched refs:bDoRecordChanges (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sfx2/source/dialog/
H A Dsecuritypage.cxx291 const bool bDoRecordChanges = m_aRecordChangesCB.IsChecked(); in FillItemSet_Impl() local
295 …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 13 milliseconds