Lines Matching refs:DBG_ASSERT

183DBG_ASSERT( pPool && pPool->GetName().EqualsAscii( "EditEngineItemPool" ), "ReadRTF: Kein EditEngi…  in ReadRTF()
280 DBG_ASSERT( pNode, "Node nicht gefunden: Search&Replace" ); in WriteText()
363 DBG_ASSERT( GetUpdateMode(), "WriteRTF bei UpdateMode = sal_False!" ); in WriteRTF()
451 DBG_ASSERT( eChrSet != 9, "SystemCharSet?!" ); in WriteRTF()
527 DBG_ASSERT( pParent, "Parent nicht gefunden!" ); in WriteRTF()
538 DBG_ASSERT( pNext, "Naechsten nicht gefunden!" ); in WriteRTF()
582 DBG_ASSERT( pNode, "Node nicht gefunden: Search&Replace" ); in WriteRTF()
624 DBG_ASSERT( pParaPortion, "Portion nicht gefunden: WriteRTF" ); in WriteRTF()
1080 DBG_ASSERT( pNode, "Node nicht gefunden: Search&Replace" ); in CreateBinTextObject()
1136 DBG_ASSERT( pX->GetEnd() <= (nEndPos-nStartPos), "CreateBinTextObject: Attribut zu lang!" ); in CreateBinTextObject()
1194DBG_ASSERT( ( nTPLen == pParaPortion->GetNode()->Len() ) && ( nTxtLen == pParaPortion->GetNode()->… in CreateBinTextObject()
1218DBG_ASSERT( !HasUndoManager() || !GetUndoManager().GetUndoActionCount(), "Woher kommt das Undo in … in SetText()
1242 DBG_ASSERT( !aSel.DbgIsBuggy( aEditDoc ), "InsertBibTextObject: Selektion kaput!(1)" ); in InsertBinTextObject()
1279 DBG_ASSERT( pPortion, "Blinde Portion in FastInsertText" ); in InsertBinTextObject()
1299DBG_ASSERT( pX->GetEnd() <= aPaM.GetNode()->Len(), "InsertBinTextObject: Attribut zu gross!" ); in InsertBinTextObject()
1310DBG_ASSERT( pAttr->GetEnd() <= aPaM.GetNode()->Len(), "InsertBinTextObject: Attribut passt nicht! … in InsertBinTextObject()
1317DBG_ASSERT( pX->GetEnd()+nStartPos <= aPaM.GetNode()->Len(), "InsertBinTextObject: Attribut passt … in InsertBinTextObject()
1330DBG_ASSERT( CheckOrderedList( aPaM.GetNode()->GetCharAttribs().GetAttribs(), sal_True ), "InsertBi… in InsertBinTextObject()
1346 DBG_ASSERT( pStyle, "InsertBinTextObject - Style not found!" ); in InsertBinTextObject()
1361 DBG_ASSERT( pXP, "InsertBinTextObject: PortionInfo?" ); in InsertBinTextObject()
1363 DBG_ASSERT( pParaPortion, "InsertBinTextObject: ParaPortion?" ); in InsertBinTextObject()
1396DBG_ASSERT( ( nTPLen == pParaPortion->GetNode()->Len() ) && ( nTxtLen == pParaPortion->GetNode()->… in InsertBinTextObject()
1426 DBG_ASSERT( !aSel.DbgIsBuggy( aEditDoc ), "InsertBibTextObject: Selektion kaput!(1)" ); in InsertBinTextObject()
1676 DBG_ASSERT( pFont, "target font missing?" ); in SetLanguageAndFont()
1777 DBG_ASSERT(nEnd >= aCurStart.nIndex, "error while scanning attributes (a)" ); in ImpConvert()
1778 DBG_ASSERT(nEnd >= nAttribEnd, "error while scanning attributes (b)" ); in ImpConvert()
1890 DBG_ASSERT( xSpeller.is(), "Kein Speller gesetzt!" ); in ImpSpell()
1967 DBG_ASSERT(!pSpellInfo, "pSpellInfo already set?"); in StartSpelling()
2034 DBG_ASSERT( xSpeller.is(), "Kein Speller gesetzt!" ); in SpellSentence()
2201 DBG_ASSERT(pSpellInfo, "pSpellInfo not initialized"); in ApplyChangedSentence()
2213 DBG_ASSERT( rNewPortions.size() > 0, "rNewPortions should not be empty here" ); in ApplyChangedSentence()
2214DBG_ASSERT( pSpellInfo->aLastSpellPortions.size() == pSpellInfo->aLastSpellContentSelections.size(… in ApplyChangedSentence()
2267DBG_ASSERT( pSpellInfo->aLastSpellContentSelections.size() > 0, "aLastSpellContentSelections shoul… in ApplyChangedSentence()
2502 DBG_ASSERT( aInvalidRec.IsEmpty(), "InvalidRect gesetzt!" ); in DoOnlineSpelling()
2555 DBG_ASSERT( xSpeller.is(), "Kein Speller gesetzt!" ); in HasSpellErrors()
2921 DBG_ASSERT( nLen > 0, "invalid word length of 0" ); in TransliterateText()
2949 DBG_ASSERT( nCurrentEnd >= aEndBndry.endPos, "failed to reach end of transliteration" ); in TransliterateText()
3009 DBG_ASSERT( nLen > 0, "invalid word length of 0" ); in TransliterateText()
3039 DBG_ASSERT( nCurrentEnd >= nLastEnd, "failed to reach end of transliteration" ); in TransliterateText()
3171DBG_ASSERT( nCurrentPos < pNode->Len(), "TransliterateText - String smaller than expected!" ); in ReplaceTextOnly()
3177DBG_ASSERT( nCurrentPos < pNode->Len(), "TransliterateText - String smaller than expected!" ); in ReplaceTextOnly()
3180DBG_ASSERT( (nCurrentPos+1) < pNode->Len(), "TransliterateText - String smaller than expected!" ); in ReplaceTextOnly()
3185DBG_ASSERT( nDiff == 1, "TransliterateText - Diff other than expected! But should work..." ); in ReplaceTextOnly()