Home
last modified time | relevance | path

Searched refs:DBG_ASSERT (Results 1 – 25 of 1857) sorted by relevance

12345678910>>...75

/trunk/main/editeng/source/uno/
H A Dunoedprx.cxx179 DBG_ASSERT(mnEEIndex >= 0 && mnEEIndex <= USHRT_MAX, in GetEEIndex()
247 DBG_ASSERT(nIndex >= 0 && nIndex <= USHRT_MAX, in SetIndex()
456 DBG_ASSERT(mrTextForwarder, "SvxAccessibleTextAdapter: no forwarder"); in GetParagraphCount()
463 DBG_ASSERT(mrTextForwarder, "SvxAccessibleTextAdapter: no forwarder"); in GetTextLen()
473 DBG_ASSERT(mrTextForwarder, "SvxAccessibleTextAdapter: no forwarder"); in GetText()
493 DBG_ASSERT(aStartIndex.GetFieldOffset() >= 0 && in GetText()
501 DBG_ASSERT(sStr.Len() - (aEndIndex.GetFieldLen() - aEndIndex.GetFieldOffset()) >= 0 && in GetText()
516 DBG_ASSERT(sStr.Len() - (aEndIndex.GetBulletLen() - aEndIndex.GetBulletOffset()) >= 0 && in GetText()
527 DBG_ASSERT(sBullet.Len() - (aEndIndex.GetBulletLen() - aEndIndex.GetBulletOffset()) >= 0 && in GetText()
543 DBG_ASSERT(mrTextForwarder, "SvxAccessibleTextAdapter: no forwarder"); in GetAttribs()
[all …]
/trunk/main/sw/source/core/access/
H A Daccportions.cxx101 DBG_ASSERT( pTxtNode != NULL, "Text node is needed!" ); in SwAccessiblePortionData()
119 DBG_ASSERT( (nModelPosition + nLength) <= pTxtNode->GetTxt().Len(), in Text()
122 DBG_ASSERT( !bFinished, "We are already done!" ); in Text()
154 DBG_ASSERT( nModelPosition >= 0, "illegal position" ); in Special()
155 DBG_ASSERT( (nModelPosition + nLength) <= pTxtNode->GetTxt().Len(), in Special()
158 DBG_ASSERT( !bFinished, "We are already done!" ); in Special()
260 DBG_ASSERT( !bFinished, "We are already done!" ); in LineBreak()
267 DBG_ASSERT( !bFinished, "We are already done!" ); in Skip()
268 DBG_ASSERT( aModelPositions.size() == 0, "Never Skip() after portions" ); in Skip()
269 DBG_ASSERT( nLength <= pTxtNode->GetTxt().Len(), "skip exceeds model string!" ); in Skip()
[all …]
/trunk/main/sw/source/ui/fmtui/
H A Dtmpdlg.cxx125 DBG_ASSERT(pFact, "Dialogdiet fail!"); in SwTemplateDlg()
132DBG_ASSERT(pFact->GetTabPageCreatorFunc( RID_SVXPAGE_CHAR_NAME ), "GetTabPageCreatorFunc fail!"); in SwTemplateDlg()
133DBG_ASSERT(pFact->GetTabPageRangesFunc( RID_SVXPAGE_CHAR_NAME ) , "GetTabPageRangesFunc fail!"); in SwTemplateDlg()
136DBG_ASSERT(pFact->GetTabPageCreatorFunc( RID_SVXPAGE_CHAR_EFFECTS ), "GetTabPageCreatorFunc fail!"… in SwTemplateDlg()
137DBG_ASSERT(pFact->GetTabPageRangesFunc( RID_SVXPAGE_CHAR_EFFECTS ) , "GetTabPageRangesFunc fail!"); in SwTemplateDlg()
140DBG_ASSERT(pFact->GetTabPageCreatorFunc( RID_SVXPAGE_CHAR_POSITION ), "GetTabPageCreatorFunc fail!… in SwTemplateDlg()
141DBG_ASSERT(pFact->GetTabPageRangesFunc( RID_SVXPAGE_CHAR_POSITION ) , "GetTabPageRangesFunc fail!"… in SwTemplateDlg()
144DBG_ASSERT(pFact->GetTabPageCreatorFunc( RID_SVXPAGE_CHAR_TWOLINES ), "GetTabPageCreatorFunc fail!… in SwTemplateDlg()
145DBG_ASSERT(pFact->GetTabPageRangesFunc( RID_SVXPAGE_CHAR_TWOLINES ) , "GetTabPageRangesFunc fail!"… in SwTemplateDlg()
148DBG_ASSERT(pFact->GetTabPageCreatorFunc( RID_SVXPAGE_BACKGROUND ), "GetTabPageCreatorFunc fail!"); in SwTemplateDlg()
[all …]
/trunk/main/sc/source/ui/styleui/
H A Dstyledlg.cxx72 DBG_ASSERT(pFact, "Dialogdiet fail!");//CHINA001 in ScStyleDlg()
78DBG_ASSERT(pFact->GetTabPageCreatorFunc( RID_SVXPAGE_NUMBERFORMAT ), "GetTabPageCreatorFunc fail!"… in ScStyleDlg()
79DBG_ASSERT(pFact->GetTabPageRangesFunc( RID_SVXPAGE_NUMBERFORMAT ), "GetTabPageRangesFunc fail!");… in ScStyleDlg()
81DBG_ASSERT(pFact->GetTabPageCreatorFunc( RID_SVXPAGE_CHAR_NAME ), "GetTabPageCreatorFunc fail!");/… in ScStyleDlg()
82DBG_ASSERT(pFact->GetTabPageRangesFunc( RID_SVXPAGE_CHAR_NAME ), "GetTabPageRangesFunc fail!");//C… in ScStyleDlg()
84DBG_ASSERT(pFact->GetTabPageCreatorFunc( RID_SVXPAGE_CHAR_EFFECTS ), "GetTabPageCreatorFunc fail!"… in ScStyleDlg()
85DBG_ASSERT(pFact->GetTabPageRangesFunc( RID_SVXPAGE_CHAR_EFFECTS ), "GetTabPageRangesFunc fail!");… in ScStyleDlg()
87DBG_ASSERT(pFact->GetTabPageCreatorFunc( RID_SVXPAGE_ALIGNMENT ), "GetTabPageCreatorFunc fail!");/… in ScStyleDlg()
88DBG_ASSERT( pFact->GetTabPageRangesFunc( RID_SVXPAGE_ALIGNMENT ), "GetTabPageRangesFunc fail!");//… in ScStyleDlg()
94DBG_ASSERT(pFact->GetTabPageCreatorFunc(RID_SVXPAGE_PARA_ASIAN), "GetTabPageCreatorFunc fail!");//… in ScStyleDlg()
[all …]
/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx223 DBG_ASSERT(pView&&pEntry,"IsVisible:Invalid Params"); in IsEntryVisible()
239 DBG_ASSERT(pEntry&&pEntry!=pRootItem,"GetDepth:Bad Entry"); in GetDepth()
316 DBG_ASSERT(pSrcEntry,"Entry?"); in Move()
319 DBG_ASSERT(pSrcEntry!=pTargetParent,"Move:Source=Target"); in Move()
365 DBG_ASSERT(nRetVal==pSrcEntry->GetChildListPos(),"ListPos not valid"); in Move()
373 DBG_ASSERT(pSrcEntry,"Entry?"); in Copy()
488 DBG_ASSERT(pSrcEntry,"InsertTree:Entry?"); in InsertTree()
563 DBG_ASSERT(pChilds->Count(),"Childs?"); in CloneChilds()
626 DBG_ASSERT(pView,"GetVisChildCount:No View"); in GetVisibleChildCount()
645 DBG_ASSERT(pView,"GetChildSelCount:No View"); in GetChildSelectionCount()
[all …]
/trunk/main/editeng/source/editeng/
H A Deditundo.cxx84 DBG_ASSERT( mpImpEE->GetActiveView(), "Active View?" ); in Undo()
104 DBG_ASSERT( !aNewSel.IsInvalid(), "Ungueltige Selektion nach Undo()" ); in Undo()
105 DBG_ASSERT( !aNewSel.DbgIsBuggy( mpImpEE->GetEditDoc() ), "Kaputte Selektion nach Undo()" ); in Undo()
119 DBG_ASSERT( mpImpEE->GetActiveView(), "Active View?" ); in Redo()
139 DBG_ASSERT( !aNewSel.IsInvalid(), "Ungueltige Selektion nach Undo()" ); in Redo()
140 DBG_ASSERT( !aNewSel.DbgIsBuggy( mpImpEE->GetEditDoc() ), "Kaputte Selektion nach Redo()" ); in Redo()
205 DBG_ASSERT( GetImpEditEngine()->GetActiveView(), "Undo/Redo: Keine Active View!" ); in Undo()
214 DBG_ASSERT( GetImpEditEngine()->GetActiveView(), "Undo/Redo: Keine Active View!" ); in Redo()
221 DBG_ASSERT( pContentNode, "EditUndoDelContent::Redo(): Node?!" ); in Redo()
238 DBG_ASSERT( pN && ( pN != pContentNode ), "?! RemoveContent !? " ); in Redo()
[all …]
H A Deditdoc.cxx504 DBG_ASSERT( rParaPortion.GetTextPortions().Count(), "GetTextSize vor CreatePortions !" ); in CalcTextSize()
556 DBG_ASSERT( nDelFrom <= (Count() - 1), "DeleteFromLine: Out of range" ); in DeleteFromLine()
574 DBG_ASSERT( !bInclEnd, "Zeile nicht gefunden: FindLine" ); in FindLine()
644 DBG_ASSERT( aStartPaM.GetIndex() <= aStartPaM.GetNode()->Len(), "Index im Wald in Adjust(1)" ); in Adjust()
645 DBG_ASSERT( aEndPaM.GetIndex() <= aEndPaM.GetNode()->Len(), "Index im Wald in Adjust(2)" ); in Adjust()
653 DBG_ASSERT( nStartNode != USHRT_MAX, "Node im Wald in Adjust(1)" ); in Adjust()
654 DBG_ASSERT( nEndNode != USHRT_MAX, "Node im Wald in Adjust(2)" ); in Adjust()
781 DBG_ASSERT( !pAttrib->IsFeature(), "Grosses Feature?!" ); in ExpandAttribs()
830DBG_ASSERT( !pAttrib->IsFeature() || ( pAttrib->GetLen() == 1 ), "Expand: FeaturesLen != 1" ); in ExpandAttribs()
832 DBG_ASSERT( pAttrib->GetStart() <= pAttrib->GetEnd(), "Expand: Attribut verdreht!" ); in ExpandAttribs()
[all …]
H A Deditattr.cxx83DBG_ASSERT( ( rAttr.Which() >= EE_ITEMS_START ) && ( rAttr.Which() <= EE_ITEMS_END ), "EditCharAtt… in EditCharAttrib()
84DBG_ASSERT( ( rAttr.Which() < EE_FEATURE_START ) || ( rAttr.Which() > EE_FEATURE_END ) || ( nE == … in EditCharAttrib()
98DBG_ASSERT( rAttr.Which() == EE_CHAR_FONTINFO || rAttr.Which() == EE_CHAR_FONTINFO_CJK || rAttr.Wh… in EditCharAttribFont()
117DBG_ASSERT( rAttr.Which() == EE_CHAR_ITALIC || rAttr.Which() == EE_CHAR_ITALIC_CJK || rAttr.Which(… in EditCharAttribItalic()
131DBG_ASSERT( rAttr.Which() == EE_CHAR_WEIGHT || rAttr.Which() == EE_CHAR_WEIGHT_CJK || rAttr.Which(… in EditCharAttribWeight()
145 DBG_ASSERT( rAttr.Which() == EE_CHAR_UNDERLINE, "Kein Underlineattribut!" ); in EditCharAttribUnderline()
161 DBG_ASSERT( rAttr.Which() == EE_CHAR_OVERLINE, "Kein Overlineattribut!" ); in EditCharAttribOverline()
177DBG_ASSERT( rAttr.Which() == EE_CHAR_FONTHEIGHT || rAttr.Which() == EE_CHAR_FONTHEIGHT_CJK || rAtt… in EditCharAttribFontHeight()
192 DBG_ASSERT( rAttr.Which() == EE_CHAR_FONTWIDTH, "Kein Widthattribut!" ); in EditCharAttribFontWidth()
206 DBG_ASSERT( rAttr.Which() == EE_CHAR_STRIKEOUT, "Kein Sizeattribut!" ); in EditCharAttribStrikeout()
[all …]
H A Dimpedit2.cxx307 DBG_ASSERT( nStartNode <= nEndNode, "Selektion nicht sortiert ?" ); in GetSelected()
312 DBG_ASSERT( aEditDoc.SaveGetObject( nNode ), "Node nicht gefunden: GetSelected" ); in GetSelected()
493 DBG_ASSERT( mpIMEInfos, "COMMAND_ENDEXTTEXTINPUT => Kein Start ?" ); in Command()
534 DBG_ASSERT( mpIMEInfos, "COMMAND_EXTTEXTINPUT => Kein Start ?" ); in Command()
568 DBG_ASSERT( nOverwrite && (nOverwrite < 0xFF00), "IME Overwrite?!" ); in Command()
786 DBG_ASSERT( !HasUndoManager() || !GetUndoManager().GetUndoActionCount(), "Undo nach SetText?" ); in SetText()
829 DBG_ASSERT( pNode, "ParaAttribsChanged: Welcher?" ); in ParaAttribsChanged()
835 DBG_ASSERT( pPortion, "ParaAttribsChanged: Portion?" ); in ParaAttribsChanged()
1335 DBG_ASSERT( pView, "Keine View - Keine Cursorbewegung!" ); in CursorUp()
1338 DBG_ASSERT( pPPortion, "Keine passende Portion gefunden: CursorUp" ); in CursorUp()
[all …]
H A Dimpedit3.cxx216 DBG_ASSERT( nEnd > nIndex, "RedLine: aPnt2?" ); in lcl_DrawRedLines()
290 DBG_ASSERT( IsFormatted(), "UpdateViews: Doc nicht formatiert!" ); in UpdateViews()
598 DBG_ASSERT( pParaPortion->GetNode(), "Portion ohne Node in CreateLines" ); in CreateLines()
599 DBG_ASSERT( pParaPortion->IsVisible(), "Unsichtbare Absaetze nicht formatieren!" ); in CreateLines()
600 DBG_ASSERT( pParaPortion->IsInvalid(), "CreateLines: Portion nicht invalid!" ); in CreateLines()
864 DBG_ASSERT( pTextRanges, "GetTextRanges?!" ); in CreateLines()
875 DBG_ASSERT( nA <= nB, "TextRange verdreht?" ); in CreateLines()
919 DBG_ASSERT( pPrev->GetKind() == PORTIONKIND_TEXT, "Portion?!" ); in CreateLines()
926DBG_ASSERT( nTmpPortion < pParaPortion->GetTextPortions().Count(), "Keine Portion mehr da!" ); in CreateLines()
929DBG_ASSERT( pPortion->GetKind() != PORTIONKIND_HYPHENATOR, "CreateLines: Hyphenator-Portion!" ); in CreateLines()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dbmpacc.hxx348 DBG_ASSERT( mpBuffer, "Access is not valid!" ); in IsTopDown()
363 DBG_ASSERT( mpBuffer, "Access is not valid!" ); in GetScanlineFormat()
371 DBG_ASSERT( mpBuffer, "Access is not valid!" ); in GetScanlineSize()
379 DBG_ASSERT( mpBuffer, "Access is not valid!" ); in GetBitCount()
397 DBG_ASSERT( mpBuffer, "Access is not valid!" ); in GetBuffer()
405 DBG_ASSERT( mpBuffer, "Access is not valid!" ); in GetScanline()
406 DBG_ASSERT( nY < mpBuffer->mnHeight, "y-coordinate out of range!" ); in GetScanline()
414 DBG_ASSERT( mpBuffer, "Access is not valid!" ); in HasPalette()
422 DBG_ASSERT( mpBuffer, "Access is not valid!" ); in GetPalette()
430 DBG_ASSERT( HasPalette(), "Bitmap has no palette!" ); in GetPaletteEntryCount()
[all …]
/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx66 DBG_ASSERT( ulOffset<Count(), "Ww1PlainText" ); in operator []()
83 DBG_ASSERT(ulOffset+nLen<Count(), "Ww1PlainText"); in GetText()
170 DBG_ASSERT(rnCountBytes>=nCountBytes, "Ww1Style"); in ReadName()
188 DBG_ASSERT(rnCountBytes>=nCountBytes, "Ww1Style"); in ReadChpx()
203 DBG_ASSERT(rnCountBytes>=nCountBytes, "Ww1Style"); in ReadPapx()
218 DBG_ASSERT(rnCountBytes>0, "Ww1Style"); in ReadEstcp()
230 DBG_ASSERT(cbStshf>=17, "Ww1StyleSheet"); in Ww1StyleSheet()
250 DBG_ASSERT(cbStshf==0, "Ww1StyleSheet"); in Ww1StyleSheet()
260 DBG_ASSERT(rnCountBytes>=nCountBytes, "Ww1StyleSheet"); in ReadNames()
270 DBG_ASSERT(nCountBytes==0, "Ww1StyleSheet"); in ReadNames()
[all …]
/trunk/main/sfx2/source/appl/
H A Dappcfg.cxx421DBG_ASSERT(sal_False, "SfxApplication::GetOptions()\nSoffice.ini key \"Common\\MetafilePrint\" is … in GetOptions()
456DBG_ASSERT( sal_False, "SfxApplication::GetOptions()\nSome INET values no longer supported!\n" ); in GetOptions()
546 DBG_ASSERT(pItem->ISA(SfxBoolItem), "BoolItem expected"); in SetOptions_Impl()
554 DBG_ASSERT(pItem->ISA(SfxBoolItem), "BoolItem expected"); in SetOptions_Impl()
572 DBG_ASSERT(pItem->ISA(SfxBoolItem), "BoolItem expected"); in SetOptions_Impl()
579 DBG_ASSERT( pItem->ISA( SfxBoolItem ), "BoolItem expected" ); in SetOptions_Impl()
589 DBG_ASSERT( pItem->ISA( SfxBoolItem ), "BoolItem expected" ); in SetOptions_Impl()
596 DBG_ASSERT( pItem->ISA( SfxBoolItem ), "BoolItem expected" ); in SetOptions_Impl()
603 DBG_ASSERT(pItem->ISA(SfxBoolItem), "BoolItem expected"); in SetOptions_Impl()
610 DBG_ASSERT(pItem->ISA(SfxBoolItem), "BoolItem expected"); in SetOptions_Impl()
[all …]
/trunk/main/svx/source/sdr/properties/
H A Demptyproperties.cxx43DBG_ASSERT(sal_False, "EmptyProperties::CreateObjectSpecificItemSet() should never be called"); in CreateObjectSpecificItemSet()
83 DBG_ASSERT(mpEmptyItemSet, "Could not create an SfxItemSet(!)"); in GetObjectItemSet()
84 DBG_ASSERT(sal_False, "EmptyProperties::GetObjectItemSet() should never be called (!)"); in GetObjectItemSet()
91 DBG_ASSERT(sal_False, "EmptyProperties::SetObjectItem() should never be called (!)"); in SetObjectItem()
96DBG_ASSERT(sal_False, "EmptyProperties::SetObjectItemDirect() should never be called (!)"); in SetObjectItemDirect()
101 DBG_ASSERT(sal_False, "EmptyProperties::ClearObjectItem() should never be called (!)"); in ClearObjectItem()
106DBG_ASSERT(sal_False, "EmptyProperties::ClearObjectItemDirect() should never be called (!)"); in ClearObjectItemDirect()
111 DBG_ASSERT(sal_False, "EmptyProperties::SetObjectItemSet() should never be called (!)"); in SetObjectItemSet()
116 DBG_ASSERT(sal_False, "EmptyProperties::ItemSetChanged() should never be called (!)"); in ItemSetChanged()
121 DBG_ASSERT(sal_False, "EmptyProperties::AllowItemChange() should never be called (!)"); in AllowItemChange()
[all …]
/trunk/main/sot/source/sdstor/
H A Dstorage.cxx119 DBG_ASSERT( !nStorageMode,"StorageModes ignored" ); in SotStorageStream()
530 DBG_ASSERT( !m_pStorStm && !m_pOwnStg, "Use only in ctor!" ); in CreateStorage()
937 DBG_ASSERT( Owner(), "must be owner" ); in GetName()
949DBG_ASSERT( !GetName().Len(), "SetName() must not be called when the storage already has a name!" … in SetName()
975 DBG_ASSERT( Owner(), "must be owner" ); in SetClass()
986 DBG_ASSERT( Owner(), "must be owner" ); in SetConvertClass()
1004 DBG_ASSERT( Owner(), "must be owner" ); in GetClassName()
1015 DBG_ASSERT( Owner(), "must be owner" ); in GetFormat()
1026 DBG_ASSERT( Owner(), "must be owner" ); in GetUserName()
1036 DBG_ASSERT( Owner(), "must be owner" ); in ShouldConvert()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxeroot.cxx79 DBG_ASSERT( mrExpData.mxTabInfo.is(), "XclExpRoot::GetTabInfo - missing object (wrong BIFF?)" ); in GetTabInfo()
85DBG_ASSERT( mrExpData.mxAddrConv.is(), "XclExpRoot::GetAddressConverter - missing object (wrong BI… in GetAddressConverter()
91DBG_ASSERT( mrExpData.mxFmlaComp.is(), "XclExpRoot::GetFormulaCompiler - missing object (wrong BIF… in GetFormulaCompiler()
97DBG_ASSERT( mrExpData.mxProgress.is(), "XclExpRoot::GetProgressBar - missing object (wrong BIFF?)"… in GetProgressBar()
103 DBG_ASSERT( mrExpData.mxSst.is(), "XclExpRoot::GetSst - missing object (wrong BIFF?)" ); in GetSst()
109 DBG_ASSERT( mrExpData.mxPalette.is(), "XclExpRoot::GetPalette - missing object (wrong BIFF?)" ); in GetPalette()
115DBG_ASSERT( mrExpData.mxFontBfr.is(), "XclExpRoot::GetFontBuffer - missing object (wrong BIFF?)" ); in GetFontBuffer()
121DBG_ASSERT( mrExpData.mxNumFmtBfr.is(), "XclExpRoot::GetNumFmtBuffer - missing object (wrong BIFF?… in GetNumFmtBuffer()
127 DBG_ASSERT( mrExpData.mxXFBfr.is(), "XclExpRoot::GetXFBuffer - missing object (wrong BIFF?)" ); in GetXFBuffer()
133DBG_ASSERT( mrExpData.mxGlobLinkMgr.is(), "XclExpRoot::GetGlobalLinkManager - missing object (wron… in GetGlobalLinkManager()
[all …]
H A Dxipivot.cxx134 DBG_ASSERT( rStrm.GetRecSize() == 8, "XclImpPCItem::ReadSxdouble - wrong record size" ); in ReadSxdouble()
140 DBG_ASSERT( rStrm.GetRecSize() == 2, "XclImpPCItem::ReadSxboolean - wrong record size" ); in ReadSxboolean()
146 DBG_ASSERT( rStrm.GetRecSize() == 2, "XclImpPCItem::ReadSxerror - wrong record size" ); in ReadSxerror()
152 DBG_ASSERT( rStrm.GetRecSize() == 2, "XclImpPCItem::ReadSxinteger - wrong record size" ); in ReadSxinteger()
158 DBG_ASSERT( rStrm.GetRecSize() >= 3, "XclImpPCItem::ReadSxstring - wrong record size" ); in ReadSxstring()
164 DBG_ASSERT( rStrm.GetRecSize() == 8, "XclImpPCItem::ReadSxdatetime - wrong record size" ); in ReadSxdatetime()
174 DBG_ASSERT( rStrm.GetRecSize() == 0, "XclImpPCItem::ReadSxempty - wrong record size" ); in ReadSxempty()
208DBG_ASSERT( IsGroupChildField(), "XclImpPCField::GetGroupBaseField - this field type does not have… in GetGroupBaseField()
224 DBG_ASSERT( nItemIdx < 3, "XclImpPCField::GetLimitItem - invalid item index" ); in GetLimitItem()
225 DBG_ASSERT( nItemIdx < maNumGroupItems.size(), "XclImpPCField::GetLimitItem - no item found" ); in GetLimitItem()
[all …]
/trunk/main/svx/source/form/
H A Dfmsrcimp.cxx153DBG_ASSERT(m_xListening.is(), "FmRecordCountListener::disposing should never have been called with… in disposing()
162DBG_ASSERT(m_xListening.is(), "FmRecordCountListener::NotifyCurrentCount : I have no propset ... !… in NotifyCurrentCount()
181DBG_ASSERT(m_xText.is(), "FmSearchEngine::SimpleTextWrapper::SimpleTextWrapper : invalid argument … in SimpleTextWrapper()
195 DBG_ASSERT(m_xBox.is(), "FmSearchEngine::ListBoxWrapper::ListBoxWrapper : invalid argument !"); in ListBoxWrapper()
209DBG_ASSERT(m_xBox.is(), "FmSearchEngine::CheckBoxWrapper::CheckBoxWrapper : invalid argument !"); in CheckBoxWrapper()
314 DBG_ASSERT( xAllFields.is() && ( nField >= 0 ) && ( nField < xAllFields->getCount() ), in BuildAndInsertFieldInfo()
345DBG_ASSERT(!m_bUsingTextComponents, "FmSearchEngine::FormatField : im UsingTextComponents-Mode bit… in FormatField()
380DBG_ASSERT((sal_uInt32)nWhich < m_aControlTexts.size(), "FmSearchEngine::FormatField(sal_Int32) : … in FormatField()
381DBG_ASSERT(m_aControlTexts[nWhich] != NULL, "FmSearchEngine::FormatField(sal_Int32) : invalid obje… in FormatField()
382DBG_ASSERT(m_aControlTexts[nWhich]->getControl().is(), "FmSearchEngine::FormatField : invalid cont… in FormatField()
[all …]
/trunk/main/svtools/source/config/
H A Doptionsdrawinglayer.cxx383DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtOptionsDrawinglayer_Impl::SvtOptio… in SvtOptionsDrawinglayer_Impl()
391DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtOptionsDrawinglayer_Impl::SvtOption… in SvtOptionsDrawinglayer_Impl()
397DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtOptionsDrawinglayer… in SvtOptionsDrawinglayer_Impl()
404DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtOptionsDrawinglayer… in SvtOptionsDrawinglayer_Impl()
411DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_LONG), "SvtOptionsDrawinglayer_Im… in SvtOptionsDrawinglayer_Impl()
420DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_LONG), "SvtOptionsDrawinglayer_Im… in SvtOptionsDrawinglayer_Impl()
429DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_SHORT), "SvtOptionsDrawinglayer_I… in SvtOptionsDrawinglayer_Impl()
437DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtOptionsDrawinglayer… in SvtOptionsDrawinglayer_Impl()
444DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtOptionsDrawinglayer… in SvtOptionsDrawinglayer_Impl()
451DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtOptionsDrawinglayer… in SvtOptionsDrawinglayer_Impl()
[all …]
/trunk/main/xmloff/source/core/
H A DDomBuilderContext.cxx79 DBG_ASSERT( mxNode.is(), "empty XNode not allowed" ); in DomBuilderContext()
80 DBG_ASSERT( Reference<XElement>( mxNode, UNO_QUERY ).is(), "need element" ); in DomBuilderContext()
81 DBG_ASSERT( mxNode->getNodeType() == NodeType_ELEMENT_NODE, "need element" ); in DomBuilderContext()
91 DBG_ASSERT( mxNode.is(), "empty XNode not allowed" ); in DomBuilderContext()
92 DBG_ASSERT( Reference<XElement>( mxNode, UNO_QUERY ).is(), "need element" ); in DomBuilderContext()
93 DBG_ASSERT( mxNode->getNodeType() == NodeType_ELEMENT_NODE, "need element" ); in DomBuilderContext()
102 DBG_ASSERT( mxNode.is(), "empty XNode not allowed" ); in getTree()
125 DBG_ASSERT( mxNode.is(), "empty XNode not allowed" ); in StartElement()
126 DBG_ASSERT( mxNode->getOwnerDocument().is(), "XNode must have XDocument" ); in StartElement()
179 DBG_ASSERT( mxNode.is(), "empty XNode not allowed" ); in Characters()
[all …]
H A DSettingsExportHelper.cxx187 DBG_ASSERT(rName.getLength(), "no name"); in exportBool()
203 DBG_ASSERT(rName.getLength(), "no name"); in exportByte()
221 DBG_ASSERT(rName.getLength(), "no name"); in exportShort()
233 DBG_ASSERT(rName.getLength(), "no name"); in exportInt()
245 DBG_ASSERT(rName.getLength(), "no name"); in exportLong()
256 DBG_ASSERT(rName.getLength(), "no name"); in exportDouble()
268 DBG_ASSERT(rName.getLength(), "no name"); in exportString()
279 DBG_ASSERT(rName.getLength(), "no name"); in exportDateTime()
293 DBG_ASSERT(rName.getLength(), "no name"); in exportSequencePropertyValue()
311DBG_ASSERT( xServiceFactory.is(), "XMLSettingsExportHelper::exportSymbolDescriptors: got no servic… in exportSymbolDescriptors()
[all …]
/trunk/main/tools/source/string/
H A Dstrascii.cxx50 DBG_ASSERT( ImplDbgCheckAsciiStr( pSrc, nLen ), in ImplCopyAsciiStr()
177 DBG_ASSERT( pAsciiStr, "UniString::CreateFromAscii() - pAsciiStr is NULL" ); in CreateFromAscii()
194 DBG_ASSERT( pAsciiStr, "UniString::CreateFromAscii() - pAsciiStr is NULL" ); in CreateFromAscii()
214 DBG_ASSERT( pAsciiStr, "UniString::AssignAscii() - pAsciiStr is NULL" ); in AssignAscii()
247 DBG_ASSERT( pAsciiStr, "UniString::AssignAscii() - pAsciiStr is NULL" ); in AssignAscii()
293 DBG_ASSERT( pAsciiStr, "UniString::AppendAscii() - pAsciiStr is NULL" ); in AppendAscii()
324 DBG_ASSERT( pAsciiStr, "UniString::AppendAscii() - pAsciiStr is NULL" ); in AppendAscii()
368 DBG_ASSERT( pAsciiStr, "UniString::InsertAscii() - pAsciiStr is NULL" ); in InsertAscii()
406 DBG_ASSERT( pAsciiStr, "UniString::ReplaceAscii() - pAsciiStr is NULL" ); in ReplaceAscii()
465 DBG_ASSERT( ImplDbgCheckAsciiStr( pAsciiStr, nLen ), in CompareToAscii()
[all …]
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx543 DBG_ASSERT( !HasUndoManager() || !GetUndoManager().GetUndoActionCount(), "Undo nach SetText?" ); in SetText()
557 DBG_ASSERT( nChars, "ImpRemoveChars - 0 Chars?!" ); in ImpRemoveChars()
591 DBG_ASSERT( nLeft != nRight, "Den gleichen Absatz zusammenfuegen ?" ); in ImpConnectParagraphs()
602 DBG_ASSERT( pLeft && pLeftPortion, "Blinde Portion in ImpConnectParagraphs(1)" ); in ImpConnectParagraphs()
603 DBG_ASSERT( pRight && pRightPortion, "Blinde Portion in ImpConnectParagraphs(2)" ); in ImpConnectParagraphs()
630 DBG_ASSERT( mpDoc->IsValidPaM( aStartPaM ), "Index im Wald in ImpDeleteText" ); in ImpDeleteText()
631 DBG_ASSERT( mpDoc->IsValidPaM( aEndPaM ), "Index im Wald in ImpDeleteText" ); in ImpDeleteText()
652 DBG_ASSERT( pPortion, "Blinde Portion in ImpDeleteText(3)" ); in ImpDeleteText()
665 DBG_ASSERT( pPortion, "Blinde Portion in ImpDeleteText(4)" ); in ImpDeleteText()
678 DBG_ASSERT( pPortion, "Blinde Portion in ImpDeleteText(5)" ); in ImpDeleteText()
[all …]
/trunk/main/sd/source/core/undo/
H A Dundoobjects.cxx107 DBG_ASSERT( mxSdrObject.is(), "sd::UndoRemoveObject::Undo(), object already dead!" ); in Undo()
119 DBG_ASSERT( mxSdrObject.is(), "sd::UndoRemoveObject::Redo(), object already dead!" ); in Redo()
140 DBG_ASSERT( mxSdrObject.is(), "sd::UndoDeleteObject::Undo(), object already dead!" ); in Undo()
152 DBG_ASSERT( mxSdrObject.is(), "sd::UndoDeleteObject::Redo(), object already dead!" ); in Redo()
173 DBG_ASSERT( mxSdrObject.is(), "sd::UndoReplaceObject::Undo(), object already dead!" ); in Undo()
185 DBG_ASSERT( mxSdrObject.is(), "sd::UndoReplaceObject::Redo(), object already dead!" ); in Redo()
223 DBG_ASSERT( mxSdrObject.is(), "sd::UndoObjectSetText::Undo(), object already dead!" ); in Undo()
237 DBG_ASSERT( mxSdrObject.is(), "sd::UndoObjectSetText::Redo(), object already dead!" ); in Redo()
262 DBG_ASSERT( mxSdrObject.is(), "sd::UndoObjectUserCall::Undo(), object already dead!" ); in Undo()
274 DBG_ASSERT( mxSdrObject.is(), "sd::UndoObjectUserCall::Redo(), object already dead!" ); in Redo()
[all …]
/trunk/main/sfx2/source/control/
H A Dbindings.cxx339 DBG_ASSERT( !pImp->pUnoCtrlArr->Count(), "UnoControllerItems nicht entfernt!" ); in DeleteControllers_Impl()
366 DBG_ASSERT( pDispatcher, "HidePopups not allowed without dispatcher" ); in HidePopups()
479 DBG_ASSERT( pImp->pCaches != 0, "SfxBindings not initialized" ); in Update()
546 DBG_ASSERT( pImp->pCaches != 0, "SfxBindings not initialized" ); in Update()
628 DBG_ASSERT( SfxItemPool::IsSlot( rItem.Which() ), in SetState()
666 DBG_ASSERT( pImp->pCaches != 0, "SfxBindings not initialized" ); in GetStateCache()
693 DBG_ASSERT( !pImp->bInUpdate, "SfxBindings::Invalidate while in update" ); in InvalidateAll()
779 DBG_ASSERT( *pIds > *(pIds-1), "pIds unsorted" ); in Invalidate()
813 DBG_ASSERT( !pImp->bInUpdate, "SfxBindings::Invalidate while in update" ); in InvalidateShell()
910 DBG_ASSERT( !pImp->bInUpdate, "SfxBindings::Invalidate while in update" ); in Invalidate()
[all …]

12345678910>>...75