Home
last modified time | relevance | path

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

/trunk/main/basic/source/runtime/
H A Dsbdiagnose.cxx65 SbxArrayRef const xArguments( new SbxArray( SbxVARIANT ) ); in DbgReportAssertion() local
68 xArguments->Put( xMessageText, 1 ); in DbgReportAssertion()
70 ErrCode const nError = xAssertionChannelBasic->Call( sCaptureFunctionName, xArguments ); in DbgReportAssertion()