Lines Matching refs:DBG_ASSERT

369     DBG_ASSERT( GetFont().GetCharSet() == RTL_TEXTENCODING_UNICODE,  in Prepare()
575 DBG_ASSERT( 0, "This dummy implementation should not have been called." ); in GetFormulaBaseline()
910 DBG_ASSERT(pOper, "Sm: NULL pointer"); in Arrange()
911 DBG_ASSERT(pBody, "Sm: NULL pointer"); in Arrange()
949 DBG_ASSERT(rHeight >= 0, "Sm : Ooops..."); in GetHeightVerOffset()
950 DBG_ASSERT(rVerOffset >= 0, "Sm : Ooops..."); in GetHeightVerOffset()
986 DBG_ASSERT(pRootSym, "Sm: NULL pointer"); in Arrange()
987 DBG_ASSERT(pBody, "Sm: NULL pointer"); in Arrange()
1046 DBG_ASSERT(pLeft != NULL, "Sm: NULL pointer"); in Arrange()
1047 DBG_ASSERT(pOper != NULL, "Sm: NULL pointer"); in Arrange()
1048 DBG_ASSERT(pRight != NULL, "Sm: NULL pointer"); in Arrange()
1085 DBG_ASSERT(pNum, "Sm : NULL pointer"); in Arrange()
1086 DBG_ASSERT(pLine, "Sm : NULL pointer"); in Arrange()
1087 DBG_ASSERT(pDenom, "Sm : NULL pointer"); in Arrange()
1170 DBG_ASSERT(rHeading2 != Point(), "Sm : 0 vector"); in IsPointInLine()
1195 DBG_ASSERT(rHeading1 != Point(), "Sm : 0 vector"); in GetLineIntersectionPoint()
1196 DBG_ASSERT(rHeading2 != Point(), "Sm : 0 vector"); in GetLineIntersectionPoint()
1367 DBG_ASSERT(pLeft, "Sm : NULL pointer"); in Arrange()
1368 DBG_ASSERT(pRight, "Sm : NULL pointer"); in Arrange()
1370 DBG_ASSERT(GetSubNode(2)->GetType() == NPOLYLINE, "Sm : falscher Nodetyp"); in Arrange()
1372 DBG_ASSERT(pOper, "Sm : NULL pointer"); in Arrange()
1429 DBG_ASSERT(GetNumSubNodes() == 1 + SUBSUP_NUM_ENTRIES, in Arrange()
1433 DBG_ASSERT(pBody, "Sm: NULL pointer"); in Arrange()
1526 DBG_ASSERT(sal_False, "Sm: unbekannter Fall"); in Arrange()
1638 DBG_ASSERT(pLeft, "Sm: NULL pointer"); in Arrange()
1639 DBG_ASSERT(pBody, "Sm: NULL pointer"); in Arrange()
1640 DBG_ASSERT(pRight, "Sm: NULL pointer"); in Arrange()
1680 DBG_ASSERT(pRight->GetFont().GetSize() == aTmpSize, in Arrange()
1794 DBG_ASSERT(pBody, "Sm: NULL pointer!"); in Arrange()
1795 DBG_ASSERT(pBrace, "Sm: NULL pointer!"); in Arrange()
1796 DBG_ASSERT(pScript, "Sm: NULL pointer!"); in Arrange()
1853 DBG_ASSERT(pNode, "Sm: NULL pointer!"); in GetSymbol()
1858 DBG_ASSERT(pNode, "Sm: NULL pointer!"); in GetSymbol()
1896 DBG_ASSERT(pOper, "Sm: Subnode fehlt"); in Arrange()
1897 DBG_ASSERT(pBody, "Sm: Subnode fehlt"); in Arrange()
1925 DBG_ASSERT(GetNumSubNodes() > 0, "Sm: SubNode fehlt"); in Arrange()
1953 DBG_ASSERT(pBody, "Sm: Body fehlt"); in Arrange()
1954 DBG_ASSERT(pAttr, "Sm: Attribut fehlt"); in Arrange()
2137 DBG_ASSERT(pNode, "Sm: SubNode fehlt"); in Arrange()
2176 DBG_ASSERT(sal_False, "Sm: unbekannter Fall"); in Arrange()
2229 DBG_ASSERT(aPoly.GetSize() == 2, "Sm : falsche Anzahl von Punkten"); in Arrange()
2240 DBG_ASSERT(GetToken().eType == TWIDEBACKSLASH, "Sm : unerwartetes Token"); in Arrange()
2405 DBG_ASSERT(aTmp.GetHeight() > 0 && aTmp.GetWidth() > 0, in Draw()
2641 DBG_ASSERT(pTmpNode, "Sm: NULL pointer"); in Arrange()
2755 DBG_ASSERT(aFntSize.Width() != 0, "Sm: "); in AdaptToY()
2785 DBG_ASSERT(GetFont().GetCharSet() == RTL_TEXTENCODING_SYMBOL || in Prepare()
2841 DBG_ASSERT(nSize == 2, "Node missing members"); in CreateTextFromNode()
2991 DBG_ASSERT( GetText().Len() == 1, "a symbol should only consist of 1 char!" ); in Prepare()
2994 DBG_ASSERT( nStyle >= 0 && nStyle <= 2, "unexpected value for GreekCharStyle" ); in Prepare()