Home
last modified time | relevance | path

Searched refs:pBody (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dftnfrm.cxx153 if( pBody && pBody->Lower() && pBody->Lower()->IsColumnFrm() ) in lcl_NextFtnBoss()
630 if( pBody && !pBody->ContainsCntnt() ) in Cut()
898 if ( pBody->Lower() && pBody->Lower()->IsColumnFrm() ) in GetPrevFtnLeaf()
1027 if( pBody && pBody->Lower() ) in lcl_RemoveFtns()
1056 if( pBody && pBody->Lower() && pBody->Lower()->IsColumnFrm() ) in RemoveFtns()
1794 if( pBody->Lower() && pBody->Lower()->IsColumnFrm() ) in AppendFtn()
2007 if( pBody->Lower() && pBody->Lower()->IsColumnFrm() ) in CollectFtns()
2700 if( !pBody || !pBody->Lower() ) in UpdateFtnNum()
2801 if( pBody ) in GetVarSpace()
2911 if( pBody && pBody->Lower() && pBody->Lower()->IsColumnFrm() ) in SetColMaxFtnHeight()
[all …]
H A Dssfrm.cxx255 SwLayoutFrm* pBody = 0; in CheckDirChange() local
262 pBody = ((SwPageFrm*)this)->FindBodyCont(); in CheckDirChange()
263 if(pBody && pBody->Lower() && pBody->Lower()->IsColumnFrm()) in CheckDirChange()
268 pBody = ((SwLayoutFrm*)this); in CheckDirChange()
269 const SwFrmFmt *pFmt = pBody->GetFmt(); in CheckDirChange()
280 pBody->AdjustColumns( pCol, sal_True ); in CheckDirChange()
H A Dlayact.cxx1240 const SwLayoutFrm* pBody = p2ndPage->FindBodyCont(); in IsShortCut() local
1241 if( p2ndPage->IsFtnPage() && pBody ) in IsShortCut()
1242 pBody = (SwLayoutFrm*)pBody->GetNext(); in IsShortCut()
1243 pCntnt = pBody ? pBody->ContainsCntnt() : 0; in IsShortCut()
1249 pBody = p2ndPage->FindBodyCont(); in IsShortCut()
1250 if( p2ndPage->IsFtnPage() && pBody ) in IsShortCut()
1251 pBody = (SwLayoutFrm*)pBody->GetNext(); in IsShortCut()
1252 pCntnt = pBody ? pBody->ContainsCntnt() : 0; in IsShortCut()
H A Dpagechg.cxx319 SwLayoutFrm* pBody = FindBodyCont(); in CheckGrid() local
320 if( pBody ) in CheckGrid()
322 pBody->InvalidatePrt(); in CheckGrid()
323 SwCntntFrm* pFrm = pBody->ContainsCntnt(); in CheckGrid()
324 while( pBody->IsAnLower( pFrm ) ) in CheckGrid()
1518 const SwLayoutFrm* pBody = 0; in RemoveSuperfluous() local
1521 ( 0 != ( pBody = pPage->FindBodyCont() ) && in RemoveSuperfluous()
1522 ( pBody->ContainsCntnt() || in RemoveSuperfluous()
1529 ( pBody->Lower() && pBody->Lower()->IsTabFrm() ) ) ) ) in RemoveSuperfluous()
H A Dwsfrm.cxx1459 SwFrm *pBody = ((SwFtnBossFrm*)pUp)->FindBodyCont(); in AdjustNeighbourhood() local
1460 const long nTmp = nChg - pBody->Prt().Height(); in AdjustNeighbourhood()
1463 pBody->Frm().Height(Max( 0L, pBody->Frm().Height() - nChg )); in AdjustNeighbourhood()
1464 pBody->_InvalidatePrt(); in AdjustNeighbourhood()
1465 pBody->_InvalidateSize(); in AdjustNeighbourhood()
1466 if ( pBody->GetNext() ) in AdjustNeighbourhood()
1467 pBody->GetNext()->_InvalidatePos(); in AdjustNeighbourhood()
1469 pBody->SetCompletePaint(); in AdjustNeighbourhood()
H A Dcalcmove.cxx759 SwLayoutFrm *pBody = FindBodyCont(); in MakeAll() local
760 if ( pBody && pBody->Lower() && pBody->Lower()->IsColumnFrm() ) in MakeAll()
H A Dflowfrm.cxx2046 SwLayoutFrm* pBody = pStart ? ( pStart->IsTxtFrm() ? in MoveFwd() local
2048 if( pBody ) in MoveFwd()
2049 bFtnMoved = pBody->MoveLowerFtns( pStart, pOldBoss, pNewBoss, in MoveFwd()
H A Dsectfrm.cxx2284 SwLayoutFrm* pBody = ((SwColumnFrm*)pLay)->FindBodyCont(); in MoveAllowed() local
2285 if( pBody && pBody->Lower() ) in MoveAllowed()
H A Dpaintfrm.cxx5104 const SwLayoutFrm* pBody = FindBodyCont(); in PaintGrid() local
5105 if( pBody ) in PaintGrid()
5107 SwRect aGrid( pBody->Prt() ); in PaintGrid()
5108 aGrid += pBody->Frm().Pos(); in PaintGrid()
/trunk/main/starmath/source/
H A Dnode.cxx928 SmRect::operator = (*pBody); in Arrange()
985 *pBody = GetSubNode(2); in Arrange() local
1017 SmRect::operator = (*pBody); in Arrange()
1432 SmNode *pBody = GetBody(); in Arrange() local
1636 *pBody = GetSubNode(1), in Arrange() local
1666 : pBody->GetHeight(); in Arrange()
1716 SmRect::operator = (*pBody); in Arrange()
1842 SmRect::operator = (*pBody); in Arrange()
1914 SmRect::operator = (*pBody); in Arrange()
1952 *pBody = GetSubNode(1); in Arrange() local
[all …]
H A Dparse.cxx2014 SmNode *pBody = 0, in Brace() local
2032 pBody = m_aNodeStack.Pop(); in Brace()
2060 pBody = m_aNodeStack.Pop(); in Brace()
2092 pSNode->SetSubNodes(pLeft, pBody, pRight); in Brace()
2098 delete pBody; in Brace()
2109 SmStructureNode *pBody = new SmBracebodyNode(m_aCurToken); in Bracebody() local
2158 pBody->SetSubNodes(aNodes); in Bracebody()
2159 pBody->SetScaleMode(bIsLeftRight ? SCALE_HEIGHT : SCALE_NONE); in Bracebody()
2160 m_aNodeStack.Push(pBody); in Bracebody()
H A Dmathmlimport.cxx1230 SmStructureNode *pBody = new SmExpressionNode(aDummy); in EndElement() local
1231 pBody->SetSubNodes(aRelationArray); in EndElement()
1234 pSNode->SetSubNodes(pLeft,pBody,pRight); in EndElement()
2496 SmStructureNode *pBody = new SmExpressionNode(aDummy); in EndElement() local
2497 pBody->SetSubNodes(aRelationArray2); in EndElement()
2499 pSNode->SetSubNodes(pLeft,pBody,pRight); in EndElement()
/trunk/main/sal/inc/rtl/
H A Dref.hxx69 inline Reference (reference_type * pBody) in Reference() argument
70 : m_pBody (pBody) in Reference()
99 SAL_CALL set (reference_type * pBody) in set() argument
101 if (pBody) in set()
102 pBody->acquire(); in set()
104 m_pBody = pBody; in set()
123 SAL_CALL operator= (reference_type * pBody) in operator =() argument
125 return set( pBody ); in operator =()
185 inline sal_Bool SAL_CALL operator== (const reference_type * pBody) const in operator ==()
187 return (m_pBody == pBody); in operator ==()
/trunk/main/vos/inc/vos/
H A Dref.inl38 inline ORef<T>::ORef(T* pBody) argument
40 m_refBody= pBody;
77 inline void ORef<T>::bind(T* pBody) argument
82 m_refBody= pBody;
100 inline void ORef<T>::operator= (T* pBody) argument
102 bind(pBody);
171 inline sal_Bool ORef<T>::operator== (const T* pBody) const
173 return m_refBody == pBody;
H A Dref.hxx60 ORef(T* pBody);
95 void SAL_CALL bind(T* pBody);
108 void SAL_CALL operator= (T* pBody);
156 sal_Bool SAL_CALL operator== (const T* pBody) const;
/trunk/main/sw/source/core/inc/
H A Dpagefrm.hxx427 SwLayoutFrm *pBody = FindBodyCont(); in FindFirstBodyCntnt() local
428 return pBody ? pBody->ContainsCntnt() : 0; in FindFirstBodyCntnt()
432 const SwLayoutFrm *pBody = FindBodyCont(); in FindFirstBodyCntnt() local
433 return pBody ? pBody->ContainsCntnt() : 0; in FindFirstBodyCntnt()
/trunk/main/sw/source/core/text/
H A Ditrform2.cxx522 const SwLayoutFrm* pBody = pPageFrm->FindBodyCont(); in BuildPortions() local
525 const long nGridOrigin = pBody ? in BuildPortions()
526 (pBody->*fnRect->fnGetPrtLeft)() : in BuildPortions()
H A Dtxtfly.cxx610 const SwLayoutFrm* pBody = pPageFrm->FindBodyCont(); in CalcFlyWidth() local
614 const long nGridOrigin = pBody ? in CalcFlyWidth()
615 (pBody->*fnRect->fnGetPrtLeft)() : in CalcFlyWidth()

Completed in 200 milliseconds