Searched refs:aBezeichnung (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/automation/source/server/ |
| H A D | statemnt.hxx | 252 sal_Bool ValueOK(rtl::OString nId, String aBezeichnung, sal_uLong nValue, sal_uLong nMax); 390 sal_Bool ControlOK( Window *pControl, const sal_Char* aBezeichnung );
|
| H A D | statemnt.cxx | 3611 UniString aBezeichnung( cBezeichnung, RTL_TEXTENCODING_ASCII_US ); in ControlOK() local 3612 if ( aBezeichnung.Len() > 0 ) in ControlOK() 3615 ReportError( aUId, GEN_RES_STR1( S_WIN_NOT_FOUND, aBezeichnung ) ); in ControlOK() 3617 ReportError( aUId, GEN_RES_STR1( S_WIN_INVISIBLE, aBezeichnung ) ); in ControlOK() 3619 ReportError( aUId, GEN_RES_STR1( S_WIN_DISABLED, aBezeichnung ) ); in ControlOK() 3622 m_pDbgWin->AddText( aBezeichnung.AppendAscii(" NotFound or Disabled or Invisible") ); in ControlOK() 3630 sal_Bool StatementList::ValueOK( rtl::OString aId, String aBezeichnung, sal_uLong nValue, sal_uLong… in ValueOK() argument 3635 if ( aBezeichnung.Len() > 0 ) in ValueOK() 3636 …ReportError( aId, GEN_RES_STR3( S_NUMBER_TOO_BIG, aBezeichnung, UniString::CreateFromInt32( nValue… in ValueOK() 3641 if ( aBezeichnung.Len() > 0 ) in ValueOK() [all …]
|