Lines Matching refs:aMsg
566 ByteString aMsg( "broken Matrix, no MatFormula at origin, Pos: " ); in GetMatrixEdge() local
568 aMsg += ByteString( aTmp, RTL_TEXTENCODING_ASCII_US ); in GetMatrixEdge()
569 aMsg += ", MatOrg: "; in GetMatrixEdge()
571 aMsg += ByteString( aTmp, RTL_TEXTENCODING_ASCII_US ); in GetMatrixEdge()
572 DBG_ERRORFILE( aMsg.GetBuffer() ); in GetMatrixEdge()
598 ByteString aMsg( "broken Matrix, Pos: " ); in GetMatrixEdge() local
600 aMsg += ByteString( aTmp, RTL_TEXTENCODING_ASCII_US ); in GetMatrixEdge()
601 aMsg += ", MatOrg: "; in GetMatrixEdge()
603 aMsg += ByteString( aTmp, RTL_TEXTENCODING_ASCII_US ); in GetMatrixEdge()
604 aMsg += ", MatCols: "; in GetMatrixEdge()
605 aMsg += ByteString::CreateFromInt32( nC ); in GetMatrixEdge()
606 aMsg += ", MatRows: "; in GetMatrixEdge()
607 aMsg += ByteString::CreateFromInt32( nR ); in GetMatrixEdge()
608 aMsg += ", DiffCols: "; in GetMatrixEdge()
609 aMsg += ByteString::CreateFromInt32( dC ); in GetMatrixEdge()
610 aMsg += ", DiffRows: "; in GetMatrixEdge()
611 aMsg += ByteString::CreateFromInt32( dR ); in GetMatrixEdge()
612 DBG_ERRORFILE( aMsg.GetBuffer() ); in GetMatrixEdge()