Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/ui/docvw/
H A Dedtwin.cxx3111 if ( rSh.IsExtMode() || rSh.IsBlockMode() ) in MouseButtonDown()
3132 if ( rSh.IsExtMode() ) in MouseButtonDown()
3229 if ( !rSh.IsAddMode() && !rSh.IsExtMode() && !rSh.IsBlockMode() ) in MouseButtonDown()
3246 if ( !rSh.IsAddMode() && !rSh.IsExtMode() && !rSh.IsBlockMode() ) in MouseButtonDown()
3306 if ( !rSh.IsExtMode() ) in MouseButtonDown()
/AOO42X/main/sw/source/ui/inc/
H A Dwrtsh.hxx138 sal_Bool IsExtMode() const { return bExtMode; } in IsExtMode() function in SwWrtShell
/AOO42X/main/sw/source/ui/dochdl/
H A Dgloshdl.cxx482 else if(pWrtShell->IsExtMode()) in ExpandGlossary()
/AOO42X/main/sw/source/ui/uiview/
H A Dview2.cxx1780 if( !rSh.IsAddMode() && !rSh.IsExtMode() && !rSh.IsBlockMode() ) in ExecuteStatusLine()
1782 else if ( rSh.IsExtMode() ) in ExecuteStatusLine()
H A Dviewling.cxx419 if( pWrtShell->IsExtMode() ) in SpellEnd()