Home
last modified time | relevance | path

Searched refs:nDelPos (Results 1 – 12 of 12) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/rebase/
H A Drebase.cxx201 size_t nDelPos = sLibsExcluded.find_first_of( cDelim, nPos ); in InitExcludeFromRebaseList() local
204 if ( nDelPos != std::string::npos ) in InitExcludeFromRebaseList()
206 sExcludedLibName = sLibsExcluded.substr( nPos, nDelPos - nPos ); in InitExcludeFromRebaseList()
207 nPos = nDelPos+1; in InitExcludeFromRebaseList()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx550 nDelPos = aLbTblDbColumn.GetSelectEntryPos(), in IMPL_LINK() local
553 aLbTblDbColumn.RemoveEntry( nDelPos ); in IMPL_LINK()
556 if( nDelPos >= aLbTblDbColumn.GetEntryCount() ) in IMPL_LINK()
557 nDelPos = aLbTblDbColumn.GetEntryCount() - 1; in IMPL_LINK()
558 aLbTblDbColumn.SelectEntryPos( nDelPos ); in IMPL_LINK()
568 nDelPos = aLbTableCol.GetSelectEntryPos(), in IMPL_LINK() local
572 SwInsDBColumn aSrch( aLbTableCol.GetEntry( nDelPos ), 0 ); in IMPL_LINK()
586 aLbTableCol.RemoveEntry( nDelPos ); in IMPL_LINK()
592 if( nDelPos >= aLbTableCol.GetEntryCount() ) in IMPL_LINK()
593 nDelPos = aLbTableCol.GetEntryCount() - 1; in IMPL_LINK()
[all …]
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx842 if( nDelPos + 1 < rTblBoxes.Count() ) in _DeleteBox()
844 SwTableBox* pNxtBox = rTblBoxes[ nDelPos + 1 ]; in _DeleteBox()
847 SwTableBox* pPrvBox = nDelPos ? rTblBoxes[ nDelPos - 1 ] : 0; in _DeleteBox()
863 if( !bChgd && nDelPos ) in _DeleteBox()
869 ? rTblBoxes[ nDelPos + 1 ] : 0; in _DeleteBox()
892 rTblBoxes.DeleteAndDestroy( nDelPos ); in _DeleteBox()
909 --nDelPos; in _DeleteBox()
910 pBox = rTblBoxes[nDelPos]; in _DeleteBox()
940 rTbl.GetTabLines().DeleteAndDestroy( nDelPos ); in _DeleteBox()
949 pBox->GetTabLines().DeleteAndDestroy( nDelPos ); in _DeleteBox()
[all …]
H A Dacmplwrd.cxx386 sal_uInt16 nDelPos = aLRULst.GetPos( pDel ); in SetMinWordLen() local
387 ASSERT( USHRT_MAX != nDelPos, "String nicht gefunden" ); in SetMinWordLen()
388 aLRULst.Remove( nDelPos ); in SetMinWordLen()
/trunk/main/sw/source/core/edit/
H A Dedglbldc.cxx251 sal_uInt16 nDelPos ) in DeleteGlobalDocContent() argument
267 const SwGlblDocContent& rDelPos = *rArr[ nDelPos ]; in DeleteGlobalDocContent()
285 if( ++nDelPos < rArr.Count() ) in DeleteGlobalDocContent()
286 rPos.nNode = rArr[ nDelPos ]->GetDocPos(); in DeleteGlobalDocContent()
/trunk/main/sw/source/core/crsr/
H A Dunocrsr.cxx53 sal_uInt16 nDelPos = rTbl.GetPos( this ); in ~SwUnoCrsr() local
55 if( USHRT_MAX != nDelPos ) in ~SwUnoCrsr()
56 rTbl.Remove( nDelPos ); in ~SwUnoCrsr()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx2494 void SwNodes::RemoveNode( sal_uLong nDelPos, sal_uLong nSz, sal_Bool bDel ) in RemoveNode() argument
2496 sal_uLong nEnd = nDelPos + nSz; in RemoveNode()
2506 if( nDelPos <= nIdx && nIdx < nEnd ) in RemoveNode()
2517 if( nDelPos <= nIdx && nIdx < nEnd ) in RemoveNode()
2527 SwTxtNode * pTxtNd = ((*this)[ nDelPos + nCnt ])->GetTxtNode(); in RemoveNode()
2542 SwNode *pDel = (*this)[ nDelPos+nCnt-1 ], *pPrev = (*this)[ nDelPos+nCnt-2 ]; in RemoveNode()
2563 nDelPos = pDel->GetIndex() + 1; in RemoveNode()
2566 BigPtrArray::Remove( nDelPos, nSz ); in RemoveNode()
/trunk/main/sc/source/ui/view/
H A Ddbfunc.cxx204 for (long nDelPos=0; nDelPos<nDelCount; nDelPos++) in NotifyCloseDbNameDlg() local
206 ScRange* pEntry = (ScRange*) rDelAreaList.GetObject(nDelPos); in NotifyCloseDbNameDlg()
/trunk/main/sw/source/core/text/
H A Dwrong.cxx591 sal_uInt16 nDelPos = 0; in RemoveEntry() local
597 ++nDelPos; in RemoveEntry()
616 Remove( nDelPos, nDel ); in RemoveEntry()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx4236 sal_uInt16 nDelPos = aStr.Search(aDeliStart); in IMPL_LINK() local
4237 if(nDelPos != STRING_NOTFOUND) in IMPL_LINK()
4238 aStr.Erase(nDelPos-1); in IMPL_LINK()
4262 sal_uInt16 nDelPos = aStr.Search(aDeliStart); in IMPL_LINK() local
4263 if(nDelPos != STRING_NOTFOUND) in IMPL_LINK()
4264 aStr.Erase(nDelPos-1); in IMPL_LINK()
/trunk/main/sw/inc/
H A Dndarr.hxx117 void RemoveNode( sal_uLong nDelPos, sal_uLong nLen, sal_Bool bDel );
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx2087 sal_uInt16 nDelPos = 0; in UndoImpl() local
2092 nDelPos = pUndo->GetDestSttCntnt() - 1; in UndoImpl()
2112 SwIndex aTmpIdx( pTxtNd, nDelPos ); in UndoImpl()
2114 pTxtNd->RstTxtAttr( aTmpIdx, pTxtNd->GetTxt().Len() - nDelPos + 1 ); in UndoImpl()

Completed in 94 milliseconds