Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/ui/inc/
H A Dwrtsh.hxx441 inline sal_Bool IsInClickToEdit() const ;
635 inline sal_Bool SwWrtShell::IsInClickToEdit() const { return bIsInClickToEdit; } in IsInClickToEdit() function in SwWrtShell
/AOO42X/main/sw/source/ui/shells/
H A Dtextsh.cxx665 if( rShell.IsInClickToEdit() ) in TYPEINIT1()
H A Dbasesh.cxx2674 if( !pArgs && rSh.IsSelection() && !rSh.IsInClickToEdit() && in InsertTable()