Home
last modified time | relevance | path

Searched refs:pNext (Results 126 – 150 of 198) sorted by relevance

12345678

/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx3085 SfxChild_Impl* pNext = pCli; in ActivateNextChild_Impl() local
3090 if ( pNext->pWin == p ) in ActivateNextChild_Impl()
3094 pNext = NULL; in ActivateNextChild_Impl()
3101 if ( pNext ) in ActivateNextChild_Impl()
3103 pNext->pWin->GrabFocus(); in ActivateNextChild_Impl()
3104 pActiveChild = pNext->pWin; in ActivateNextChild_Impl()
/trunk/main/sw/inc/
H A Dhtmltbl.hxx45 SwHTMLTableLayoutCnts *pNext; // der naechste Inhalt member in SwHTMLTableLayoutCnts
79 SwHTMLTableLayoutCnts *GetNext() const { return pNext; } in GetNext()
/trunk/main/sw/source/ui/wrtsh/
H A Dmove.cxx578 pCrsrStack = pCrsrStack->pNext; in PopCrsr()
600 pTmp = pCrsrStack->pNext; in _ResetCursorStack()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx652 Window* pNext = Application::GetFocusWindow(); in ProcessWindowEvent() local
653 if ( pNext ) in ProcessWindowEvent()
656 Window* pNextC = pNext; in ProcessWindowEvent()
660 pNext = pNextC; in ProcessWindowEvent()
662 pNext->GetComponentInterface( sal_True ); in ProcessWindowEvent()
663 aEvent.NextFocus = (::cppu::OWeakObject*)pNext->GetWindowPeer(); in ProcessWindowEvent()
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx2537 pFloat->pPrev->pNext = NULL; in SaveCntnt()
2560 pFloat->pNext = pTmp; //Die beiden Ketten verbinden. in SaveCntnt()
2561 pFloat->pNext->pPrev = pFloat; in SaveCntnt()
2648 pNxt = pSibling->pNext; in RestoreCntnt()
2649 pSibling->pNext = pSav; in RestoreCntnt()
2710 pLast->pNext = pNxt; in RestoreCntnt()
/trunk/main/sc/source/core/data/
H A Dcell.cxx629 pNext(0), in ScFormulaCell()
659 pNext(0), in ScFormulaCell()
691 pNext(0), in ScFormulaCell()
733 pNext(0), in ScFormulaCell()
/trunk/main/sw/source/core/crsr/
H A Dfindattr.cxx1233 Ring *p, *pNext = (Ring*)pRegion; in Find() local
1235 p = pNext; in Find()
1236 pNext = p->GetNext(); in Find()
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx2520 SvLBoxEntry* pNext = Next(pTarget); in NotifyMoving() local
2521 if(pNext) in NotifyMoving()
2522 nTargetPos = (( SwOutlineContent* )pNext->GetUserData())->GetPos() -1; in NotifyMoving()
2561 SvLBoxEntry* pNext = Next(pTarget); in NotifyCopying() local
2562 if(pNext) in NotifyCopying()
2563 nTargetPos = (( SwOutlineContent* )pNext->GetUserData())->GetPos() - 1; in NotifyCopying()
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx442 void WW8TableNodeInfo::setNext(WW8TableNodeInfo * pNext) in setNext() argument
444 mpNext = pNext; in setNext()
448 << pNext->toString() << "</to></setnext>" in setNext()
H A Dwrtw8sty.cxx477 SwFmt* pNext; in GetStyleData() local
479 pNext = &((SwTxtFmtColl*)pFmt)->GetNextTxtFmtColl(); in GetStyleData()
481 pNext = pFmt; // CharFmt: next CharFmt == self in GetStyleData()
483 nNext = GetSlot( *pNext ); in GetStyleData()
/trunk/main/svtools/source/control/
H A Dctrltool.cxx397 ImplFontListNameInfo* pNext = (ImplFontListNameInfo*)Next(); in ~FontList() local
399 pData = pNext; in ~FontList()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv2.cxx886 ImpDistributeEntry* pNext = aEntryList.GetObject(a+1); in DECLARE_LIST() local
891 fStepStart += fStepWidth + (double)((pCurr->mnLength + pNext->mnLength) / 2); in DECLARE_LIST()
977 ImpDistributeEntry* pNext = aEntryList.GetObject(a+1); in DECLARE_LIST() local
982 fStepStart += fStepWidth + (double)((pCurr->mnLength + pNext->mnLength) / 2); in DECLARE_LIST()
/trunk/main/sw/source/core/inc/
H A DSwGrammarMarkUp.hxx56 void JoinGrammarList( SwGrammarMarkUp* pNext, xub_StrLen nInsertPos );
/trunk/main/xml2cmp/source/support/
H A Dheap.hxx77 HeapItem * pNext; member in HeapItem
/trunk/main/cui/source/options/
H A Dtreeopt.cxx815 SvLBoxEntry* pNext = pEntry; in IMPL_LINK() local
818 pNext = pBox->GetNextEntryInView(pNext); in IMPL_LINK()
819 if(!pNext) in IMPL_LINK()
828 Point aPos(pBox->GetEntryPosition(pNext)); in IMPL_LINK()
/trunk/main/svl/inc/svl/
H A Dlisteneriter.hxx49 SvtListenerBase* pNext );
/trunk/main/svl/source/notify/
H A Dlistenerbase.cxx39 pNext = rLst.pBrdCastLst; in SvtListenerBase()
/trunk/main/xml2cmp/source/inc/
H A Dlst_str.h33 struct LSElem * pNext; member
/trunk/main/sfx2/inc/sfx2/
H A Dctrlitem.hxx39 SfxControllerItem* pNext; // zu benachrichtigendes weiteres ControllerItem member in SfxControllerItem
/trunk/main/sw/source/filter/html/
H A Dparcss1.cxx1256 delete pNext; in ~CSS1Selector()
1263 delete pNext; in ~CSS1Expression()
/trunk/main/vcl/inc/vcl/
H A Doctree.hxx48 OctreeNode* pNext; member
/trunk/main/desktop/win32/source/setup/
H A Dsetup.hxx112 LPTSTR *pNext, boolean bStripQuotes = false );
/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx2603 SvLBoxEntry* pNext = (SvLBoxEntry*)NextVisible( pEntry ); in GetNextEntryInView() local
2604 if( pNext ) in GetNextEntryInView()
2606 Point aPos( GetEntryPosition(pNext) ); in GetNextEntryInView()
2611 return pNext; in GetNextEntryInView()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx1995 SwTxtFrm* pNext = (SwTxtFrm*)pFrm; in UpdatePageNum() local
1996 while( 0 != ( pNext = (SwTxtFrm*)pFrm->GetFollow() ) in UpdatePageNum()
1997 && rTOXSource.nPos >= pNext->GetOfst() ) in UpdatePageNum()
1998 pFrm = pNext; in UpdatePageNum()
/trunk/main/tools/inc/tools/
H A Derrinf.hxx170 ErrorContext* pNext; member in ErrorContext

Completed in 250 milliseconds

12345678