Home
last modified time | relevance | path

Searched refs:ErrorEntry (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/basic/inc/basic/
H A Dtesttool.hxx44 ErrorEntry *pErr; \
51 pErr = new ErrorEntry(nNr, aStr, \
56 pErr = new ErrorEntry(nNr, aStr); \
58 P_FEHLERLISTE->C40_INSERT(ErrorEntry, pErr, P_FEHLERLISTE->Count());\
H A Dmybasic.hxx32 class ErrorEntry;
/aoo42x/main/automation/source/inc/
H A Dtestapp.hxx50 class ErrorEntry class
53ErrorEntry(sal_uLong nNr, String aStr = String()) : nError(nNr),aText(aStr),nLine(0),nCol1(0),nCol… in ErrorEntry() function in ErrorEntry
54 ErrorEntry(sal_uLong nNr, String aStr, xub_StrLen l, xub_StrLen c1, xub_StrLen c2 ) in ErrorEntry() function in ErrorEntry
63 SV_DECL_PTRARR_DEL(CErrors, ErrorEntry*, 1, 1)
/aoo42x/main/automation/source/app/
H A Dtestbasi.hxx30 class ErrorEntry;
48 DECL_LINK( CErrorImpl, ErrorEntry* );
H A Dtestbasi.cxx111 IMPL_LINK( TTBasic, CErrorImpl, ErrorEntry*, pData ) in IMPL_LINK() argument

Completed in 24 milliseconds