Home
last modified time | relevance | path

Searched refs:DeleteAndDestroy (Results 1 – 25 of 97) sorted by relevance

1234

/aoo42x/main/sw/source/core/doc/
H A Ddocnew.cxx616 aPageDescs.DeleteAndDestroy( 0, aPageDescs.Count() ); in ~SwDoc()
639 pTxtFmtCollTbl->DeleteAndDestroy( 1, pTxtFmtCollTbl->Count()-1 ); in ~SwDoc()
645 pGrfFmtCollTbl->DeleteAndDestroy( 1, pGrfFmtCollTbl->Count()-1 ); in ~SwDoc()
666 pSpzFrmFmtTbl->DeleteAndDestroy( 0, pSpzFrmFmtTbl->Count() ); in ~SwDoc()
838 pRedlineTbl->DeleteAndDestroy( 0, pRedlineTbl->Count() ); in ClearDoc()
873 pNumRuleTbl->DeleteAndDestroy( 0, pNumRuleTbl->Count() ); in ClearDoc()
903 aPageDescs.DeleteAndDestroy( 0, aPageDescs.Count() ); in ClearDoc()
917 pCharFmtTbl->DeleteAndDestroy( 1, pCharFmtTbl->Count()-1 ); in ClearDoc()
923 pFrmFmtTbl->DeleteAndDestroy( 1, pFrmFmtTbl->Count()-1 ); in ClearDoc()
927 pFrmFmtTbl->DeleteAndDestroy( 1, pFrmFmtTbl->Count()-1 ); in ClearDoc()
[all …]
H A Ddocredln.cxx493 pRedlineTbl->DeleteAndDestroy( n ); in AppendRedline()
556 pRedlineTbl->DeleteAndDestroy( n ); in AppendRedline()
621 pRedlineTbl->DeleteAndDestroy( n ); in AppendRedline()
1065 pRedlineTbl->DeleteAndDestroy( n ); in AppendRedline()
1318 pRedlineTbl->DeleteAndDestroy( n ); in CompressRedlines()
1370 pRedlineTbl->DeleteAndDestroy( n-- ); in SplitRedline()
1509 pRedlineTbl->DeleteAndDestroy( n-- ); in DeleteRedline()
1655 rArr.DeleteAndDestroy( rPos-- ); in lcl_AcceptRedline()
1750 rArr.DeleteAndDestroy( rPos-- ); in lcl_AcceptRedline()
1927 rArr.DeleteAndDestroy( rPos-- ); in lcl_RejectRedline()
[all …]
H A Dfmtcol.cxx602 aCondColls.DeleteAndDestroy( n ); in InsertCondition()
618 aCondColls.DeleteAndDestroy( n ); in RemoveCondition()
630 aCondColls.DeleteAndDestroy( 0, aCondColls.Count() ); in SetConditions()
/aoo42x/main/svtools/source/control/
H A Dsvxbox.cxx87 aEntryLst.DeleteAndDestroy(0, aEntryLst.Count()); in ~SvxListBox()
88 aDelEntryLst.DeleteAndDestroy(0, aDelEntryLst.Count()); in ~SvxListBox()
173 aEntryLst.DeleteAndDestroy(0, aEntryLst.Count()); in Clear()
174 aDelEntryLst.DeleteAndDestroy(0, aDelEntryLst.Count()); in Clear()
355 aEntryLst.DeleteAndDestroy(0, aEntryLst.Count()); in ~SvxComboBox()
356 aDelEntryLst.DeleteAndDestroy(0, aDelEntryLst.Count()); in ~SvxComboBox()
433 aEntryLst.DeleteAndDestroy(0, aEntryLst.Count()); in Clear()
434 aDelEntryLst.DeleteAndDestroy(0, aDelEntryLst.Count()); in Clear()
/aoo42x/main/sw/source/filter/html/
H A Dwrthtml.cxx393 pHTMLPosFlyFrms->DeleteAndDestroy( 0, pHTMLPosFlyFrms->Count() ); in WriteStream()
399 aHTMLControls.DeleteAndDestroy( sal_uInt16(0), aHTMLControls.Count() ); in WriteStream()
402 aChrFmtInfos.DeleteAndDestroy( sal_uInt16(0), aChrFmtInfos.Count() ); in WriteStream()
405 aTxtCollInfos.DeleteAndDestroy( sal_uInt16(0), aTxtCollInfos.Count() ); in WriteStream()
408 aImgMapNames.DeleteAndDestroy( sal_uInt16(0), aImgMapNames.Count() ); in WriteStream()
411 aImplicitMarks.DeleteAndDestroy( sal_uInt16(0), aImplicitMarks.Count() ); in WriteStream()
414 aOutlineMarks.DeleteAndDestroy( sal_uInt16(0), aOutlineMarks.Count() ); in WriteStream()
420 aNumRuleNames.DeleteAndDestroy( sal_uInt16(0), aNumRuleNames.Count() ); in WriteStream()
423 aScriptParaStyles.DeleteAndDestroy( sal_uInt16(0), aScriptParaStyles.Count() ); in WriteStream()
1100 aOutlineMarks.DeleteAndDestroy( nPos, 1 ); in OutBookmarks()
[all …]
/aoo42x/main/svl/inc/svl/
H A Dcntnrsrt.hxx44 * Klasse, mit Ausnahme von Insert, DeleteAndDestroy und Seek_Entry,
73 void DeleteAndDestroy( sal_uLong nPos ) \
80 void DeleteAndDestroy() \
81 { while( Count() ) DeleteAndDestroy( 0 ); } \
106 ~ClassName() { DeleteAndDestroy(); } \
H A Dsvarray.hxx48 * wird nur benoetigt, wenn die DeleteAndDestroy Methode genutzt
372 void DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL=1 );\
391 ~nm() { DeleteAndDestroy( 0, Count() ); }\
431 void DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL=1 );\
444 void nm::DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL )\
680 void DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL=1 ); \
701 ~nm() { DeleteAndDestroy( 0, Count() ); }\
745 void nm::DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL ) { \
757 void nm::DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL ) { \
/aoo42x/main/sfx2/source/appl/
H A Dlinksrc.cxx259 pImpl->aArr.DeleteAndDestroy( nFndPos ); in SendDataChanged()
296 pImpl->aArr.DeleteAndDestroy( nFndPos ); in NotifyDataChanged()
336 pImpl->aArr.DeleteAndDestroy( nFndPos ); in DataChanged()
367 pImpl->aArr.DeleteAndDestroy( nFndPos ); in RemoveAllDataAdvise()
386 pImpl->aArr.DeleteAndDestroy( nFndPos ); in RemoveConnectAdvise()
/aoo42x/main/sw/source/core/fields/
H A Dauthfld.cxx120 m_pSortKeyArr->DeleteAndDestroy(0, m_pSortKeyArr->Count()); in ~SwAuthorityFieldType()
148 m_pDataArr->DeleteAndDestroy(j, 1); in RemoveField()
360 aSortArr.DeleteAndDestroy( i, 1 ); in GetSequencePos()
387 aSortArr.DeleteAndDestroy(0, aSortArr.Count()); in GetSequencePos()
499 m_pSortKeyArr->DeleteAndDestroy(0, m_pSortKeyArr->Count()); in PutValue()
554 m_pSortKeyArr->DeleteAndDestroy(0, m_pSortKeyArr->Count()); in SetSortKeys()
/aoo42x/main/svl/source/memtools/
H A Dsvarray.cxx90 void SvStringsISort::DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL ) in SV_IMPL_VARARR()
137 void SvStringsISortDtor::DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL ) in _SV_IMPL_SORTAR_ALG()
276 void SvByteStringsISort::DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL ) in _SV_IMPL_SORTAR_ALG()
322 void SvByteStringsISortDtor::DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL ) in _SV_IMPL_SORTAR_ALG()
/aoo42x/main/sw/source/core/swg/
H A Dswblocks.cxx120 aNames.DeleteAndDestroy( 0, aNames.Count() ); in ~SwImpBlocks()
208 aNames.DeleteAndDestroy( nIdx ); in AddName()
498 pImp->aNames.DeleteAndDestroy( n ); in Delete()
540 pImp->aNames.DeleteAndDestroy( n ); in Rename()
H A DSwXMLTextBlocks.cxx155 aNames.DeleteAndDestroy( nIdx ); in AddName()
170 aNames.DeleteAndDestroy( nIdx ); in AddName()
/aoo42x/main/sc/source/ui/unoobj/
H A Dviewuno.cxx600 aActivationListeners.DeleteAndDestroy( n ); in SheetChanged()
1299 aMouseClickHandlers.DeleteAndDestroy(n); in MousePressed()
1394 aMouseClickHandlers.DeleteAndDestroy(n); in MouseReleased()
1424 aMouseClickHandlers.DeleteAndDestroy(0, nCount); in EndMouseListening()
1446 aActivationListeners.DeleteAndDestroy(0, nCount); in EndActivationListening()
1475 aMouseClickHandlers.DeleteAndDestroy( n ); in removeEnhancedMouseClickHandler()
1509 aActivationListeners.DeleteAndDestroy( n ); in removeActivationEventListener()
1823 aSelectionListeners.DeleteAndDestroy( n ); in removeSelectionChangeListener()
2086 aPropertyChgListeners.DeleteAndDestroy( n ); in removePropertyChangeListener()
2190 aRangeSelListeners.DeleteAndDestroy( n ); in removeRangeSelectionListener()
[all …]
/aoo42x/main/svl/source/config/
H A Dsrchcfg.cxx122 pImpl->aEngineArr.DeleteAndDestroy(0, pImpl->aEngineArr.Count()); in Load()
260 pImpl->aEngineArr.DeleteAndDestroy(nPos, 1); in SetData()
277 pImpl->aEngineArr.DeleteAndDestroy(nPos, 1); in RemoveData()
H A Dasiancfg.cxx109 pImpl->aForbiddenArr.DeleteAndDestroy(0, pImpl->aForbiddenArr.Count()); in Load()
270 pImpl->aForbiddenArr.DeleteAndDestroy(i, 1); in SetStartEndChars()
/aoo42x/main/cui/source/tabpages/
H A Dautocdlg.cxx975 pArray->DeleteAndDestroy(0, pArray->Count()); in lcl_ClearTable()
1111 pDoubleStringArray->DeleteAndDestroy(nPos - 1, 1); in FillItemSet()
1137 pDoubleStringArray->DeleteAndDestroy(0, pDoubleStringArray->Count()); in FillItemSet()
1221 pArray->DeleteAndDestroy(0, pArray->Count()); in RefillReplaceBox()
1246 pFormatText->DeleteAndDestroy(0, pFormatText->Count()); in RefillReplaceBox()
1687 pWrdList->DeleteAndDestroy( i ); in FillItemSet()
1709 pCplList->DeleteAndDestroy( i ); in FillItemSet()
1735 pWrdList->DeleteAndDestroy( i ); in FillItemSet()
1757 pCplList->DeleteAndDestroy( i ); in FillItemSet()
1808 pArrays->aAbbrevStrings.DeleteAndDestroy( in RefillReplaceBoxes()
[all …]
/aoo42x/main/sw/source/core/unocore/
H A Dunoevtlstnr.cxx58 pListenerArr->DeleteAndDestroy(0, pListenerArr->Count()); in ~SwEventListenerContainer()
111 pListenerArr->DeleteAndDestroy(0, pListenerArr->Count()); in Disposing()
/aoo42x/main/sw/source/ui/misc/
H A Dredlndlg.cxx322 aRedlineChilds.DeleteAndDestroy(0, aRedlineChilds.Count()); in Init()
323 aRedlineParents.DeleteAndDestroy(nStart, aRedlineParents.Count() - nStart); in Init()
612 aRedlineChilds.DeleteAndDestroy(aRedlineChilds.GetPos(pBackupData), 1); in CalcDiff()
790 aRedlineChilds.DeleteAndDestroy(nChildPos, nChilds); in RemoveParents()
816 aRedlineParents.DeleteAndDestroy( nStart, nEnd - nStart + 1); in RemoveParents()
H A Dglosbib.cxx161 pInsertedArr->DeleteAndDestroy(0, pInsertedArr->Count()); in ~SwGlossaryGroupDlg()
166 pRemovedArr->DeleteAndDestroy(0, pRemovedArr->Count()); in ~SwGlossaryGroupDlg()
171 pRenamedArr->DeleteAndDestroy(0, pRenamedArr->Count()); in ~SwGlossaryGroupDlg()
/aoo42x/main/editeng/source/misc/
H A Dsvxacorr.cxx276 void SvxAutocorrWordList::DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL ) in DeleteAndDestroy() function in SvxAutocorrWordList
2081 rpLst->DeleteAndDestroy( 0, rpLst->Count() ); in LoadXMLExceptList_Imp()
2243 pAutocorr_List->DeleteAndDestroy( 0, pAutocorr_List->Count() ); in LoadAutocorrWordList()
2560 pTmpWordList->DeleteAndDestroy( 0, pTmpWordList->Count() ); in MakeUserStorage_Impl()
2571 pTmpWordList->DeleteAndDestroy( 0, pTmpWordList->Count() ); in MakeUserStorage_Impl()
2744 pAutocorr_List->DeleteAndDestroy( nPos ); in PutText()
2838 pAutocorr_List->DeleteAndDestroy( nPos ); in DeleteText()
/aoo42x/main/sw/source/core/undo/
H A Dunsort.cxx165 aIdxList.DeleteAndDestroy(0, aIdxList.Count()); in UndoImpl()
241 aIdxList.DeleteAndDestroy(0, aIdxList.Count()); in RedoImpl()
/aoo42x/main/sc/source/core/data/
H A Ddocumen2.cxx427 pCondFormList->DeleteAndDestroy( 0, pCondFormList->Count() ); in ~ScDocument()
432 pValidationList->DeleteAndDestroy( 0, pValidationList->Count() ); in ~ScDocument()
482 pCondFormList->DeleteAndDestroy( 0, pCondFormList->Count() ); in InitClipPtrs()
487 pValidationList->DeleteAndDestroy( 0, pValidationList->Count() ); in InitClipPtrs()
/aoo42x/main/sw/source/filter/ww1/
H A Dfltshell.cxx268 void SwFltControlStack::DeleteAndDestroy(Entries::size_type nCnt) in DeleteAndDestroy() function in SwFltControlStack
306 DeleteAndDestroy(nCnt); // loesche aus dem Stack in StealAttr()
333 DeleteAndDestroy( nCnt ); // loesche aus dem Stack in KillUnlockedAttrs()
392 DeleteAndDestroy(i); // loesche aus dem Stack in SetAttr()
807 DeleteAndDestroy(nSize); in Delete()
/aoo42x/main/sw/source/ui/utlui/
H A Dcontent.cxx350 pOldMember->DeleteAndDestroy(0, pOldMember->Count()); in Init()
376 pMember->DeleteAndDestroy(0, pMember->Count()); in Init()
406 pMember->DeleteAndDestroy(0, pMember->Count()); in Init()
526 pMember->DeleteAndDestroy(0, pMember->Count()); in FillMemberList()
755 pMember->DeleteAndDestroy(0, pMember->Count()); in FillMemberList()
807 pMember->DeleteAndDestroy(0, pMember->Count()); in FillMemberList()
847 pOldMember->DeleteAndDestroy(0, pOldMember->Count()); in FillMemberList()
/aoo42x/main/editeng/source/editeng/
H A Dbaselist.hxx43 void DeleteAndDestroy( sal_uInt32 first, sal_uInt32 count ) in DeleteAndDestroy() function in BaseList

Completed in 584 milliseconds

1234