Home
last modified time | relevance | path

Searched refs:pDel (Results 1 – 25 of 46) sorted by relevance

12

/trunk/main/sw/source/core/doc/
H A Dacmplwrd.cxx325 aWordLst.Remove( pDel ); in InsertWord()
362 void * pDel = aWordLst[nPos]; in SetMaxCount() local
364 delete (SwAutoCompleteString*)pDel; in SetMaxCount()
383 void* pDel = aWordLst[ nPos ]; in SetMinWordLen() local
386 sal_uInt16 nDelPos = aLRULst.GetPos( pDel ); in SetMinWordLen()
421 void* pDel = aWordLst[ nMyPos ]; in CheckChangedList() local
424 sal_uInt16 nPos = aLRULst.GetPos( pDel ); in CheckChangedList()
427 delete (SwAutoCompleteString*)pDel; in CheckChangedList()
438 void* pDel = aWordLst[ nNewPos ]; in CheckChangedList() local
439 sal_uInt16 nPos = aLRULst.GetPos( pDel ); in CheckChangedList()
[all …]
H A Ddocdesc.cxx483 void SwDoc::PreDelPageDesc(SwPageDesc * pDel) in PreDelPageDesc() argument
485 if (0 == pDel) in PreDelPageDesc()
490 pDel->CallSwClientNotify( aHint ); in PreDelPageDesc()
493 if ( pFtnInfo->DependsOn( pDel ) ) in PreDelPageDesc()
502 else if ( pEndNoteInfo->DependsOn( pDel ) ) in PreDelPageDesc()
514 if ( aPageDescs[j]->GetFollow() == pDel ) in PreDelPageDesc()
552 SwPageDesc *pDel = aPageDescs[i]; in DelPageDesc() local
556 BroadcastStyleOperation(pDel->GetName(), SFX_STYLE_FAMILY_PAGE, in DelPageDesc()
562 SwUndo *const pUndo(new SwUndoPageDescDelete(*pDel, this)); in DelPageDesc()
566 PreDelPageDesc(pDel); // #i7983# in DelPageDesc()
[all …]
H A Dextinput.cxx245 void SwDoc::DeleteExtTextInput( SwExtTextInput* pDel ) in DeleteExtTextInput() argument
247 if( pDel == pExtInputRing ) in DeleteExtTextInput()
249 if( pDel->GetNext() != pExtInputRing ) in DeleteExtTextInput()
250 pExtInputRing = (SwPaM*)pDel->GetNext(); in DeleteExtTextInput()
254 delete pDel; in DeleteExtTextInput()
H A Ddocfmt.cxx98 SwTxtFmtColl *pDel = (SwTxtFmtColl*) pArgs; in SV_IMPL_PTRARR() local
99 if ( &rpTxtColl->GetNextTxtFmtColl() == pDel ) in SV_IMPL_PTRARR()
1383 SwCharFmt * pDel = (*pCharFmtTbl)[nFmt]; in DelCharFmt() local
1386 BroadcastStyleOperation(pDel->GetName(), SFX_STYLE_FAMILY_CHAR, in DelCharFmt()
1392 new SwUndoCharFmtDelete(pDel, this); in DelCharFmt()
1677 SwTxtFmtColl *pDel = (*pTxtFmtCollTbl)[nFmtColl]; in DelTxtFmtColl() local
1678 if( pDfltTxtFmtColl == pDel ) in DelTxtFmtColl()
1682 BroadcastStyleOperation(pDel->GetName(), SFX_STYLE_FAMILY_PARA, in DelTxtFmtColl()
1688 new SwUndoTxtFmtCollDelete(pDel, this); in DelTxtFmtColl()
1697 &SetTxtFmtCollNext, pDel ); in DelTxtFmtColl()
[all …]
/trunk/main/sot/source/sdstor/
H A Dstgavl.cxx224 StgAvlNode* StgAvlNode::Rem( StgAvlNode** p, StgAvlNode* pDel, sal_Bool bPtrs ) in Rem() argument
226 if( p && *p && pDel ) in Rem()
229 short nRes = bPtrs ? short( pCur == pDel ) : short(pCur->Compare( pDel )); in Rem()
268 return Rem( &pCur->pLeft, pDel, bPtrs ); in Rem()
270 return Rem( &pCur->pRight, pDel, bPtrs ); in Rem()
343 sal_Bool StgAvlNode::Remove( StgAvlNode** pRoot, StgAvlNode* pDel, sal_Bool bDel ) in Remove() argument
352 pDel = Rem( pRoot, pDel, sal_False ); in Remove()
353 if( pDel ) in Remove()
356 delete pDel; in Remove()
/trunk/main/soltools/cpp/
H A D_mcrvalid.c46 MacroValidator * pDel; in mvl_destruct() local
47 for ( pDel = out_pValidators->pFirst; in mvl_destruct()
48 pDel != NULL; in mvl_destruct()
49 pDel = pV ) in mvl_destruct()
53 pDel->pMacro->flag &= (~ISACTIVE); in mvl_destruct()
54 dofree(pDel); in mvl_destruct()
/trunk/main/sc/source/filter/lotus/
H A Dtool.cxx455 LotusRange *pDel = ( LotusRange * ) List::First(); in ~LotusRangeList() local
457 while( pDel ) in ~LotusRangeList()
459 delete pDel; in ~LotusRangeList()
460 pDel = ( LotusRange * ) List::Next(); in ~LotusRangeList()
524 ENTRY* pDel = ( ENTRY* ) List::First(); in ~RangeNameBufferWK3() local
526 while( pDel ) in ~RangeNameBufferWK3()
528 delete pDel; in ~RangeNameBufferWK3()
529 pDel = ( ENTRY* ) List::Next(); in ~RangeNameBufferWK3()
/trunk/main/extensions/source/bibliography/
H A Dbibcont.cxx110 Window* pDel = GetChild(); in ~BibWindowContainer() local
112 delete pDel; in ~BibWindowContainer()
155 Window* pDel = pTopWin; in ~BibBookContainer() local
157 delete pDel; in ~BibBookContainer()
162 Window* pDel = pBottomWin; in ~BibBookContainer() local
164 delete pDel; in ~BibBookContainer()
H A Dbibbeam.cxx244 BibGridwin* pDel = pGridWin; in ~BibBeamer() local
246 pDel->disposeGridWin(); in ~BibBeamer()
247 delete pDel; in ~BibBeamer()
/trunk/main/autodoc/inc/cosv/tpl/
H A Dswelist.hxx250 elem * pDel = pTop; in pop_front() local
252 delete pDel; in pop_front()
318 elem * pDel = pTop; in pop_front() local
320 if (pDel->Obj() != 0) in pop_front()
321 Delete_dyn(pDel->Obj()); in pop_front()
322 delete pDel; in pop_front()
/trunk/main/sw/source/core/edit/
H A Deditsh.cxx1088 String SwEditShell::DeleteExtTextInput( SwExtTextInput* pDel, sal_Bool bInsText ) in DeleteExtTextInput() argument
1090 if( !pDel ) in DeleteExtTextInput()
1093 pDel = GetDoc()->GetExtTextInput( rPos.nNode.GetNode(), in DeleteExtTextInput()
1095 if( !pDel ) in DeleteExtTextInput()
1100 pDel = GetDoc()->GetExtTextInput(); in DeleteExtTextInput()
1104 if( pDel ) in DeleteExtTextInput()
1107 SwUnoCursorHelper::GetTextFromPam(*pDel, sTmp); in DeleteExtTextInput()
1111 pDel->SetInsText( bInsText ); in DeleteExtTextInput()
1112 SetOverwriteCrsr( pDel->IsOverwriteCursor() ); in DeleteExtTextInput()
1113 const SwPosition aPos( *pDel->GetPoint() ); in DeleteExtTextInput()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx906 const ScChangeActionDel* pDel = (const ScChangeActionDel*) pThisAction; in MergeDocument() local
907 if ( pDel->IsTopDelete() && !pDel->IsTabDeleteCol() ) in MergeDocument()
911 pDel->GetOverAllRange().MakeRange(), NULL, nStart, nEnd ); in MergeDocument()
1090 const ScChangeActionDel* pDel = (const ScChangeActionDel*) pSourceAction; in MergeDocument() local
1091 if ( pDel->IsTopDelete() ) in MergeDocument()
1093 aSourceRange = pDel->GetOverAllRange().MakeRange(); in MergeDocument()
1110 const ScChangeActionDel* pDel = (const ScChangeActionDel*) pSourceAction; in MergeDocument() local
1111 if ( pDel->IsTopDelete() && !pDel->IsTabDeleteCol() ) in MergeDocument()
1113 aSourceRange = pDel->GetOverAllRange().MakeRange(); in MergeDocument()
/trunk/main/sw/source/core/layout/
H A Dsectfrm.cxx676 sal_Bool bSize = pDel->Lower() && pDel->Lower()->IsColumnFrm(); in MoveCntntAndDelete()
677 SwFrm* pPrv = pDel->GetPrev(); in MoveCntntAndDelete()
678 SwLayoutFrm* pUp = pDel->GetUpper(); in MoveCntntAndDelete()
683 if( pDel->IsInTab() && pParent ) in MoveCntntAndDelete()
685 SwTabFrm *pTab = pDel->FindTabFrm(); in MoveCntntAndDelete()
712 SwFrm *pSave = bSave ? ::SaveCntnt( pDel ) : NULL; in MoveCntntAndDelete()
719 pDel->DelEmpty( sal_True ); in MoveCntntAndDelete()
720 delete pDel; in MoveCntntAndDelete()
2747 void SwRootFrm::InsertEmptySct( SwSectionFrm* pDel ) in InsertEmptySct() argument
2752 if( !pDestroy->Seek_Entry( pDel, &nPos ) ) in InsertEmptySct()
[all …]
H A Dftnfrm.cxx687 SwFrm *pDel = GetPrev(); in Paste() local
688 pDel->Cut(); in Paste()
689 delete pDel; in Paste()
696 pDel->Cut(); in Paste()
697 delete pDel; in Paste()
1066 SwFrm *pDel = pPage; in RemoveFtns() local
1068 pDel->Cut(); in RemoveFtns()
1069 delete pDel; in RemoveFtns()
2644 if( pDel ) in RearrangeFtns()
2646 pDel->Cut(); in RearrangeFtns()
[all …]
H A Dhffrm.cxx722 { SwLayoutFrm *pDel = pLay; in PrepareHeader() local
724 ::DelFlys( pDel, this ); in PrepareHeader()
725 pDel->Cut(); in PrepareHeader()
726 delete pDel; in PrepareHeader()
H A Dpagechg.cxx1345 SwPageFrm *pDel = pSibling; in InsertPage() local
1348 pRoot->RemoveFtns( pDel, sal_True ); in InsertPage()
1349 pDel->Cut(); in InsertPage()
1350 delete pDel; in InsertPage()
1365 SwPageFrm *pDel = pSibling; in InsertPage() local
1368 pRoot->RemoveFtns( pDel, sal_True ); in InsertPage()
1369 pDel->Cut(); in InsertPage()
1370 delete pDel; in InsertPage()
H A Dflycnt.cxx825 SwFrm *pDel = (SwFrm*)pLay; in lcl_CalcDownDist() local
826 pDel->Cut(); in lcl_CalcDownDist()
827 delete pDel; in lcl_CalcDownDist()
938 SwFrm *pDel = (SwFrm*)pLay; in lcl_CalcDownDist() local
939 pDel->Cut(); in lcl_CalcDownDist()
940 delete pDel; in lcl_CalcDownDist()
/trunk/main/sw/source/core/text/
H A Ditrtxt.cxx419 SwLineLayout *pDel = pCurr->GetNext(); in TruncLines() local
422 if( pDel ) in TruncLines()
427 GetInfo().GetParaPortion()->SetFollowField( pDel->IsRest() || in TruncLines()
436 SwLineLayout* pLine = pDel; in TruncLines()
462 delete pDel; in TruncLines()
/trunk/main/cui/source/options/
H A Doptasian.cxx95 for( SvxForbiddenChars_Impl* pDel = First(); pDel; pDel = Next() ) in ~SvxForbiddenCharacterTable_Impl() local
97 delete pDel->pCharacters; in ~SvxForbiddenCharacterTable_Impl()
98 delete pDel; in ~SvxForbiddenCharacterTable_Impl()
/trunk/main/sc/source/filter/excel/
H A Dnamebuff.cxx65 register StringHashEntry* pDel = ( StringHashEntry* ) List::First(); in ~NameBuffer() local
66 while( pDel ) in ~NameBuffer()
68 delete pDel; in ~NameBuffer()
69 pDel = ( StringHashEntry* ) List::Next(); in ~NameBuffer()
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx303 return pDel->IsMultiDelete() && (pDel->IsTopDelete() || pDel->IsRejectable()); in IsMasterDelete()
998 if ( (pDel->GetDx() > GetDx() || pDel->GetDy() > GetDy()) && in IsMultiDelete()
999 pDel->GetBigRange() == aBigRange ) in IsMultiDelete()
3576 if ( pDel && pDel->GetType() == eInsType && in UpdateReference()
3577 pDel->GetBigRange().In( aDelRange ) ) in UpdateReference()
4076 ScChangeAction* p = pDel; in GetDependents()
4408 aDelRange = pDel->GetOverAllRange(); in Reject()
4435 pDel = (ScChangeActionDel*) p; in Reject()
4436 bOk = pDel->Reject( pDoc ); in Reject()
4441 switch ( pDel->GetType() ) in Reject()
[all …]
/trunk/main/sw/source/ui/docvw/
H A Dromenu.cxx77 String *pDel = (String*)aThemeList.First(); in ~SwReadOnlyPopup() local
78 while ( pDel ) in ~SwReadOnlyPopup()
80 delete pDel; in ~SwReadOnlyPopup()
81 pDel = (String*)aThemeList.Next(); in ~SwReadOnlyPopup()
/trunk/main/svl/source/notify/
H A Dlistener.cxx121 SvtListenerBase *pDel = pLst; in EndListeningAll() local
124 delete pDel; in EndListeningAll()
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.cxx624 const ScChangeActionDel* pDel = (const ScChangeActionDel*) p; in AddDeletionAttributes() local
625 if ( (pDel->GetDx() > pDelAction->GetDx() || pDel->GetDy() > pDelAction->GetDy()) && in AddDeletionAttributes()
626 pDel->GetBigRange() == pDelAction->GetBigRange() ) in AddDeletionAttributes()
/trunk/main/sw/source/ui/misc/
H A Dsrtdlg.cxx88 void* pDel; in lcl_ClearLstBoxAndDelUserData() local
90 if( 0 != ( pDel = rLstBox.GetEntryData( n )) ) in lcl_ClearLstBoxAndDelUserData()
91 delete (String*)pDel; in lcl_ClearLstBoxAndDelUserData()

Completed in 158 milliseconds

12