Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/undo/
H A Ddocundo.cxx455 : m_rShell(rShell) in CursorGuard()
460 m_rShell.Push(); // prevent modification of current cursor in CursorGuard()
467 m_rShell.Pop( sal_False ); in ~CursorGuard()
471 SwEditShell & m_rShell; member in sw::CursorGuard
/AOO41X/main/sw/source/ui/uno/
H A Dunotxdoc.cxx4237 m_rShell( rSh ), in SwViewOptionAdjust_Impl()
4245 m_rShell.ApplyViewOptions( m_aOldViewOptions ); in ~SwViewOptionAdjust_Impl()
4254 const bool bContainsHiddenChars = m_rShell.GetDoc()->ContainsHiddenChars(); in AdjustViewOptions()
4255 const SwFieldType* pFldType = m_rShell.GetDoc()->GetSysFldType( RES_HIDDENTXTFLD ); in AdjustViewOptions()
4257 pFldType = m_rShell.GetDoc()->GetSysFldType( RES_HIDDENPARAFLD ); in AdjustViewOptions()
4259 pFldType = m_rShell.GetDoc()->GetSysFldType( RES_JUMPEDITFLD ); in AdjustViewOptions()
4261 const bool bContainsFields = m_rShell.IsAnyFieldInDoc(); in AdjustViewOptions()
4301 m_rShell.ApplyViewOptions( aRenderViewOptions ); in AdjustViewOptions()
/AOO41X/main/svx/source/form/
H A Dfmshimp.cxx2811 FmXFormShell& m_rShell; member in FmXFormShell::SuspendPropertyTracking
2816 :m_rShell( _rShell ) in SuspendPropertyTracking()
2819 if ( m_rShell.IsTrackPropertiesEnabled() ) in SuspendPropertyTracking()
2821 m_rShell.EnableTrackProperties( sal_False ); in SuspendPropertyTracking()
2829 m_rShell.EnableTrackProperties( sal_True ); in ~SuspendPropertyTracking()
/AOO41X/main/sw/inc/
H A Dunotxdoc.hxx610 ViewShell & m_rShell; member in SwViewOptionAdjust_Impl
620 { return &rCompare == &m_rShell; } in checkShell()
/AOO41X/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx166 SfxObjectShell& m_rShell; member in SfxDocInfoListener_Impl
169 : m_rShell(i_rDoc) in SfxDocInfoListener_Impl()
188 m_rShell.FlushDocInfo(); in modified()