Home
last modified time | relevance | path

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

/AOO42X/main/basctl/source/basicide/
H A Dbaside3.cxx180 if( (pEditor->GetMode() == DLGED_INSERT) && !pEditor->IsCreateOK() ) in MouseButtonUp()
490 GetEditor()->SetMode( DLGED_INSERT ); in ExecuteCommand()
496 GetEditor()->SetMode( DLGED_INSERT ); in ExecuteCommand()
502 GetEditor()->SetMode( DLGED_INSERT ); in ExecuteCommand()
508 GetEditor()->SetMode( DLGED_INSERT ); in ExecuteCommand()
514 GetEditor()->SetMode( DLGED_INSERT ); in ExecuteCommand()
520 GetEditor()->SetMode( DLGED_INSERT ); in ExecuteCommand()
526 GetEditor()->SetMode( DLGED_INSERT ); in ExecuteCommand()
532 GetEditor()->SetMode( DLGED_INSERT ); in ExecuteCommand()
538 GetEditor()->SetMode( DLGED_INSERT ); in ExecuteCommand()
[all …]
/AOO42X/main/basctl/source/inc/
H A Ddlged.hxx77 enum DlgEdMode { DLGED_INSERT, DLGED_SELECT, DLGED_TEST, DLGED_READONLY }; enumerator
/AOO42X/main/basctl/source/dlged/
H A Ddlged.cxx517 if( eMode == DLGED_INSERT ) in MouseButtonUp()
679 if ( eNewMode == DLGED_INSERT ) in SetMode()