Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/inc/
H A Danyrefdg.hxx114 bool CanInputDone( sal_Bool bForced ){ return pRefEdit && (bForced || !pRefBtn); } in CanInputDone() function in ScFormulaReferenceHelper
193 inline bool CanInputDone( sal_Bool bForced );
264 inline bool ScRefHandler::CanInputDone( sal_Bool bForced ) in CanInputDone() function in ScRefHandler
266 return m_aHelper.CanInputDone( bForced ); in CanInputDone()
H A Dvalidate.hxx160 if( !CanInputDone( bForced ) ) in RefInputDone()
/trunk/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx374 if ( CanInputDone( bForced ) )//if (pRefEdit && (bForced || !pRefBtn)) in RefInputDone()

Completed in 22 milliseconds