Home
last modified time | relevance | path

Searched refs:pSibling (Results 1 – 22 of 22) sorted by relevance

/AOO41X/main/sw/source/core/layout/
H A Dftnfrm.cxx657 void SwFtnFrm::Paste( SwFrm* pParent, SwFrm* pSibling ) in Paste() argument
662 ASSERT( pSibling != this, "Bin mein eigener Nachbar." ); in Paste()
667 InsertBefore( (SwLayoutFrm*)pParent, pSibling ); in Paste()
1387 SwFtnFrm *pSibling = FindFirstFtn(); in InsertFtn() local
1400 if( pSibling ) in InsertFtn()
1404 if( !pSibling->IsInSct() || in InsertFtn()
1405 !pSibling->ImplFindSctFrm()->IsDescendantFrom( pEndFmt ) ) in InsertFtn()
1406 pSibling = NULL; in InsertFtn()
1408 else if( pSibling->IsInSct() ) in InsertFtn()
1409 pSibling = NULL; in InsertFtn()
[all …]
H A Dpagechg.cxx964 void SwPageFrm::Paste( SwFrm* pParent, SwFrm* pSibling ) in Paste() argument
969 ASSERT( pSibling != this, "Bin mein eigener Nachbar." ); in Paste()
974 InsertBefore( (SwLayoutFrm*)pParent, pSibling ); in Paste()
1300 SwPageFrm *pSibling = (SwPageFrm*)pRoot->GetLower(); in InsertPage() local
1301 SwPageDesc *pDesc = pSibling->GetPageDesc(); in InsertPage()
1303 pSibling = (SwPageFrm*)pPrevPage->GetNext(); in InsertPage()
1338 pPage->Paste( pRoot, pSibling ); in InsertPage()
1342 if ( pSibling && !pSibling->IsFtnPage() && in InsertPage()
1343 !pSibling->FindFirstBodyCntnt() ) in InsertPage()
1345 SwPageFrm *pDel = pSibling; in InsertPage()
[all …]
H A Dflowfrm.cxx479 sal_Bool SwFlowFrm::PasteTree( SwFrm *pStart, SwLayoutFrm *pParent, SwFrm *pSibling, in PasteTree() argument
491 if ( pSibling ) in PasteTree()
493 if ( 0 != (pStart->pPrev = pSibling->GetPrev()) ) in PasteTree()
497 pSibling->_InvalidatePos(); in PasteTree()
498 pSibling->_InvalidatePrt(); in PasteTree()
568 if ( pSibling ) in PasteTree()
570 pLst->pNext = pSibling; in PasteTree()
571 pSibling->pPrev = pLst; in PasteTree()
572 if( pSibling->IsInFtn() ) in PasteTree()
574 if( pSibling->IsSctFrm() ) in PasteTree()
[all …]
H A Dsectfrm.cxx344 void SwSectionFrm::Paste( SwFrm* pParent, SwFrm* pSibling ) in Paste() argument
349 ASSERT( pSibling != this, "Bin mein eigener Nachbar." ); in Paste()
380 while( !pSibling && 0 != ( pCol = (SwColumnFrm*)pCol->GetNext() ) ) in Paste()
381 pSibling = ((SwLayoutFrm*)((SwColumnFrm*)pCol)->Lower())->Lower(); in Paste()
382 if( pSibling ) in Paste()
387 SwFrm *pTmp = pSibling; in Paste()
393 ::RestoreCntnt( pSave, pSibling->GetUpper(), pTmp, true ); in Paste()
406 InsertGroupBefore( pParent, pSibling, pSect ); in Paste()
416 InsertGroupBefore( pParent, pSibling, NULL ); in Paste()
422 if ( pSibling ) in Paste()
[all …]
H A Dfrmtool.cxx2612 void RestoreCntnt( SwFrm *pSav, SwLayoutFrm *pParent, SwFrm *pSibling, bool bGrow ) in RestoreCntnt() argument
2628 pSav->pPrev = pSibling; in RestoreCntnt()
2630 if ( pSibling ) in RestoreCntnt()
2632 pNxt = pSibling->pNext; in RestoreCntnt()
2633 pSibling->pNext = pSav; in RestoreCntnt()
2634 pSibling->_InvalidatePrt(); in RestoreCntnt()
2635 ((SwCntntFrm*)pSibling)->InvalidatePage( pPage );//Invaliden Cntnt anmelden. in RestoreCntnt()
2636 if ( ((SwCntntFrm*)pSibling)->GetFollow() ) in RestoreCntnt()
2637 pSibling->Prepare( PREP_CLEAR, 0, sal_False ); in RestoreCntnt()
2729 SwFrm *pSibling ) in InsertNewPage() argument
[all …]
H A Dwsfrm.cxx812 void SwCntntFrm::Paste( SwFrm* pParent, SwFrm* pSibling) in Paste() argument
817 ASSERT( pSibling != this, "Bin mein eigener Nachbar." ); in Paste()
820 ASSERT( !pSibling || pSibling->IsFlowFrm(), in Paste()
824 InsertBefore( (SwLayoutFrm*)pParent, pSibling ); in Paste()
1113 void SwLayoutFrm::Paste( SwFrm* pParent, SwFrm* pSibling) in Paste() argument
1118 ASSERT( pSibling != this, "Bin mein eigener Nachbar." ); in Paste()
1123 InsertBefore( (SwLayoutFrm*)pParent, pSibling ); in Paste()
H A Dtabfrm.cxx3770 void SwTabFrm::Paste( SwFrm* pParent, SwFrm* pSibling ) in Paste() argument
3775 ASSERT( pSibling != this, "Bin mein eigener Nachbar." ); in Paste()
3780 InsertBefore( (SwLayoutFrm*)pParent, pSibling ); in Paste()
4481 SwFrm *pSibling = GetUpper()->Lower(); in Format() local
4483 { nDiff -= (pSibling->Frm().*fnRect->fnGetHeight)(); in Format()
4484 pSibling = pSibling->GetNext(); in Format()
4485 } while ( pSibling ); in Format()
/AOO41X/main/sw/source/core/frmedt/
H A Dtblsel.cxx2130 void lcl_InsertRow( SwTableLine &rLine, SwLayoutFrm *pUpper, SwFrm *pSibling ) in lcl_InsertRow() argument
2138 if ( pSibling && pTabFrm->IsInHeadline( *pSibling ) ) in lcl_InsertRow()
2141 pSibling = pTabFrm->GetFirstNonHeadlineRow(); in lcl_InsertRow()
2144 pRow->Paste( pUpper, pSibling ); in lcl_InsertRow()
2458 SwRowFrm *pSibling = 0; in MakeFrms() local
2462 i >= 0 && !pSibling; --i ) in MakeFrms()
2467 pSibling = aIter.First(); in MakeFrms()
2468 while ( pSibling && ( in MakeFrms()
2469 pSibling->GetTabLine() != pLine || in MakeFrms()
2470 !lcl_IsLineOfTblFrm( *pTable, *pSibling ) || in MakeFrms()
[all …]
/AOO41X/main/vcl/source/window/
H A Dsplit.cxx655 Splitter *pSibling = ImplFindSibling(); in KeyInput() local
669 if( pSibling ) in KeyInput()
671 pSibling->GrabFocus(); in KeyInput()
672 pSibling->KeyInput( rKEvt ); in KeyInput()
685 if( pSibling ) in KeyInput()
687 pSibling->GrabFocus(); in KeyInput()
688 pSibling->KeyInput( rKEvt ); in KeyInput()
721 if( aKeyCode.IsShift() && pSibling ) in KeyInput()
722 pSibling->KeyInput( rKEvt ); in KeyInput()
/AOO41X/main/sfx2/source/control/
H A Dbindings.cxx1477 const SfxSlot *pSibling = pRealSlot->GetNextSlot(); in CreateSet_Impl() local
1480 while ( pSibling > pRealSlot ) in CreateSet_Impl()
1484 GetStateCache( pSibling->GetSlotId(), &nCachePos ); in CreateSet_Impl()
1502 if ( !bInsert && bSameMethod && pSibling->GetLinkedSlot() ) in CreateSet_Impl()
1505 const SfxSlot* pFirstSlave = pSibling->GetLinkedSlot(); in CreateSet_Impl()
1511 DBG_ASSERT(pSlaveSlot->GetLinkedSlot() == pSibling, in CreateSet_Impl()
1530 pSibling->GetSlotId(), pSibling->GetWhich(rPool), in CreateSet_Impl()
1531 pSibling, pSiblingCache ); in CreateSet_Impl()
1536 pSibling = pSibling->GetNextSlot(); in CreateSet_Impl()
/AOO41X/main/sw/source/core/inc/
H A Dlayfrm.hxx45 friend void RestoreCntnt( SwFrm *, SwLayoutFrm *, SwFrm *pSibling, bool bGrow );
91 virtual void Paste( SwFrm* pParent, SwFrm* pSibling = 0 );
H A Dfrmtool.hxx87 void RestoreCntnt( SwFrm *pSav, SwLayoutFrm *pParent, SwFrm *pSibling, bool bGrow );
111 SwFrm *pSibling );
H A Dframe.hxx282 friend void RestoreCntnt( SwFrm *, SwLayoutFrm *, SwFrm *pSibling, bool bGrow );
446 SwPageFrm *InsertPage( SwPageFrm *pSibling, sal_Bool bFtn );
785 virtual void Paste( SwFrm* pParent, SwFrm* pSibling = 0 ) = 0;
H A Dftnfrm.hxx81 virtual void Paste( SwFrm* pParent, SwFrm* pSibling = 0 );
H A Dsectfrm.hxx70 virtual void Paste( SwFrm* pParent, SwFrm* pSibling = 0 );
H A Dcntfrm.hxx74 virtual void Paste( SwFrm* pParent, SwFrm* pSibling = 0 );
H A Dtabfrm.hxx132 virtual void Paste( SwFrm* pParent, SwFrm* pSibling = 0 );
H A Dflowfrm.hxx172 void MoveSubTree( SwLayoutFrm* pParent, SwFrm* pSibling = 0 );
H A Dflyfrm.hxx171 virtual void Paste( SwFrm* pParent, SwFrm* pSibling = 0 );
H A Drootfrm.hxx209 virtual void Paste( SwFrm* pParent, SwFrm* pSibling = 0 );
H A Dpagefrm.hxx256 virtual void Paste( SwFrm* pParent, SwFrm* pSibling = 0 );
/AOO41X/main/toolkit/workben/layout/
H A Deditor.cxx667 Widget *pSibling = up ? pWidget->prev() : pWidget->next(); in moveWidget() local
674 if ( !pSibling ) in moveWidget()
694 if ( pSibling ) in moveWidget()
696 if ( pSibling->addChild( pWidget, up ? 0xffff : 0 ) ) in moveWidget()
699 unsigned int childPos = pContainer->getChildPos( pSibling ); in moveWidget()