Searched refs:aBezeichnung (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/automation/source/server/ |
H A D | statemnt.hxx | 251 sal_Bool ValueOK(rtl::OString nId, String aBezeichnung, sal_uLong nValue, sal_uLong nMax); 389 sal_Bool ControlOK( Window *pControl, const sal_Char* aBezeichnung );
|
H A D | statemnt.cxx | 3617 UniString aBezeichnung( cBezeichnung, RTL_TEXTENCODING_ASCII_US ); in ControlOK() local 3618 if ( aBezeichnung.Len() > 0 ) in ControlOK() 3621 ReportError( aUId, GEN_RES_STR1( S_WIN_NOT_FOUND, aBezeichnung ) ); in ControlOK() 3623 ReportError( aUId, GEN_RES_STR1( S_WIN_INVISIBLE, aBezeichnung ) ); in ControlOK() 3625 ReportError( aUId, GEN_RES_STR1( S_WIN_DISABLED, aBezeichnung ) ); in ControlOK() 3628 m_pDbgWin->AddText( aBezeichnung.AppendAscii(" NotFound or Disabled or Invisible") ); in ControlOK() 3636 sal_Bool StatementList::ValueOK( rtl::OString aId, String aBezeichnung, sal_uLong nValue, sal_uLong… in ValueOK() argument 3641 if ( aBezeichnung.Len() > 0 ) in ValueOK() 3642 …ReportError( aId, GEN_RES_STR3( S_NUMBER_TOO_BIG, aBezeichnung, UniString::CreateFromInt32( nValue… in ValueOK() 3647 if ( aBezeichnung.Len() > 0 ) in ValueOK() [all …]
|
Completed in 30 milliseconds