Home
last modified time | relevance | path

Searched refs:Frm (Results 1 – 25 of 98) sorted by relevance

1234

/trunk/main/sw/source/core/layout/
H A Dflycnt.cxx187 pCntnt = pNode->getLayoutFrm( getRootFrm(), &pOldAnchor->Frm().Pos(), 0, sal_False ); in Modify()
432 Point aOldPos( (Frm().*fnRect->fnGetPos)() ); in MakeAll()
435 aOldPos != (Frm().*fnRect->fnGetPos)(); in MakeAll()
500 if ( aOldPos != (Frm().*fnRect->fnGetPos)() || in MakeAll()
568 if ( (pCellFrm->Frm().*fnRect->fnGetTop)() == 0 && in MakeAll()
569 (pCellFrm->Frm().*fnRect->fnGetHeight)() == 0 ) in MakeAll()
640 if ( pCnt->Frm().IsInside( rPt ) ) in lcl_CalcDownDist()
661 ? ( pCnt->Frm().Left() + in lcl_CalcDownDist()
663 : ( pCnt->Frm().Left() + in lcl_CalcDownDist()
664 pCnt->Frm().Width() - in lcl_CalcDownDist()
[all …]
H A Dcalcmove.cxx132 nMoveAnyway |= BwdMoveNecessary( pOldPage, Frm() ); in ShouldBwdMoved()
137 aRect.Pos() += pNewUpper->Frm().Pos(); in ShouldBwdMoved()
141 SwTwips nNewTop = (pPrevFrm->Frm().*fnRectX->fnGetBottom)(); in ShouldBwdMoved()
546 else if ( pPrv->Frm().Top() == 0 ) in MakePos()
557 aFrm.Pos( pPrv->Frm().Pos() ); in MakePos()
566 (pPrv->Frm().*fnRect->fnGetWidth)() ); in MakePos()
570 aFrm.Pos().X() -= aFrm.Width() -pPrv->Frm().Width(); in MakePos()
575 aFrm.Pos().X() += pPrv->Frm().Width(); in MakePos()
580 aFrm.Pos().X() += pPrv->Frm().Width(); in MakePos()
586 aFrm.Pos().Y() += pPrv->Frm().Height(); in MakePos()
[all …]
H A Dssfrm.cxx60 { return Frm().Height() -Prt().Height() -Prt().Top(); } in GetBottomMargin()
64 { return Frm().Width() - Prt().Width() - Prt().Left(); } in GetRightMargin()
66 { return Frm().Left() + Prt().Left(); } in GetPrtLeft()
68 { return Frm().Top() + Prt().Height() + Prt().Top(); } in GetPrtBottom()
70 { return Frm().Left() + Prt().Width() + Prt().Left(); } in GetPrtRight()
72 { return Frm().Top() + Prt().Top(); } in GetPrtTop()
76 SwTwips nDiff = nDeadline - Frm().Left(); in SetMinLeft()
79 Frm().Left( nDeadline ); in SetMinLeft()
88 SwTwips nDiff = Frm().Top() + Frm().Height() - nDeadline; in SetMaxBottom()
91 Frm().Height( Frm().Height() - nDiff ); in SetMaxBottom()
[all …]
H A Dflylay.cxx226 const Point aOldPos( (Frm().*fnRect->fnGetPos)() ); in MakeAll()
235 if( aOldPos == (Frm().*fnRect->fnGetPos)() ) in MakeAll()
264 ASSERT( bHeightClipped || ( (Frm().*fnRect->fnGetHeight)() > 0 && in MakeAll()
331 const long nBot = Frm().Top() + Frm().Height(); in CheckClip()
332 const long nRig = Frm().Left() + Frm().Width(); in CheckClip()
353 const long nOld = Frm().Top(); in CheckClip()
354 Frm().Pos().Y() = Max( aClip.Top(), nClipBot - Frm().Height() ); in CheckClip()
355 if ( Frm().Top() != nOld ) in CheckClip()
362 const long nOld = Frm().Left(); in CheckClip()
363 Frm().Pos().X() = Max( aClip.Left(), nClipRig - Frm().Width() ); in CheckClip()
[all …]
H A Dwsfrm.cxx513 const Size aOldSize( Frm().SSize() ); in ChgSize()
560 if ( Frm().SSize() != aOldSize ) in ChgSize()
855 if ( Frm().Height() ) in Paste()
856 pParent->Grow( Frm().Height() ); in Paste()
858 if ( Frm().Width() != pParent->Prt().Width() ) in Paste()
868 if ( GetPrev()->Frm().Height() != in Paste()
1103 long nFrmHeight = (Frm().*fnRect->fnGetHeight)(); in Cut()
1167 if( (Frm().*fnRect->fnGetWidth)() != (pParent->Prt().*fnRect->fnGetWidth)()) in Paste()
1195 if( (Frm().*fnRect->fnGetHeight)() ) in Paste()
1202 SwTwips nGrow = (Frm().*fnRect->fnGetHeight)(); in Paste()
[all …]
H A Dtabfrm.cxx238 nRet += (pStart->Frm().*fnRect->fnGetHeight)(); in lcl_GetHeightOfRows()
317 pAnchoredObj->SetObjLeft( _pPageFrm->Frm().Right() ); in lcl_InvalidateLowerObjs()
399 pTmp->Shrink( (pTmp->Frm().*fnRect->fnGetHeight)() ); in lcl_ShrinkCellsAndAllContent()
556 nMinHeight = (pTmpLastLineRow->Frm().*fnRect->fnGetHeight)(); in lcl_PreprocessRowsInCells()
611 pTmpLastLineRow->Shrink( ( pTmpLastLineRow->Frm().*fnRect->fnGetHeight)() ); in lcl_PreprocessRowsInCells()
612 … pCurrFollowFlowLineCell->Grow( ( pTmpLastLineRow->Frm().*fnRect->fnGetHeight)() ); in lcl_PreprocessRowsInCells()
784 (rTab.Frm().*fnRect->fnBottomDist)( (rTab.GetUpper()->*fnRect->fnGetPrtBottom)()); in lcl_RecalcSplitLine()
874 const long nDiff = nNewCellHeight - (pCellFrm->Frm().*fnRect->fnGetHeight)(); in lcl_AdjustRowSpanCells()
876 (pCellFrm->Frm().*fnRect->fnAddBottom)( nDiff ); in lcl_AdjustRowSpanCells()
963 nGrow += (pRow->Frm().*fnRect->fnGetHeight)(); in RemoveFollowFlowLine()
[all …]
H A Dlayact.cxx243 if ( pFly == pSelfFly || !rRect.IsOver( pFly->Frm() ) ) in PaintWithoutFlys()
293 aTmp -= pFly->Frm(); in PaintWithoutFlys()
335 long nNewHeight = (pCnt->Frm().*fnRect->fnGetHeight)(); in PaintCntnt()
858 while( pPg && pPg->Frm().Bottom() < rVis.Top() ) in InternalAction()
869 while ( pPg && ( pPg->Frm().Top() < nBottom || in InternalAction()
989 const long nOldBottom = pCnt->Frm().Top() + pCnt->Prt().Bottom(); in _TurboAction()
991 if ( pCnt->Frm().Bottom() < aOldRect.Bottom() ) in _TurboAction()
1004 pImp->GetShell()->AddPaintRect( pCnt->Frm() ); in _TurboAction()
1077 (pFrm->IsCompletePaint() && ( pFrm->Frm().Top() < nBottom ) ) in lcl_IsInvaLay()
1116 if ( pCnt->Frm().Top() <= nBottom ) in lcl_FindFirstInvaCntnt()
[all …]
H A Dpagechg.cxx122 nWidth -= pFrm->Frm().Width(); in Format()
124 nHeight -= pFrm->Frm().Height(); in Format()
130 Frm().Height( nHeight ); in Format()
132 if( IsVertical() && !IsVertLR() && !IsReverse() && nWidth != Frm().Width() ) in Format()
133 Frm().Pos().X() += Frm().Width() - nWidth; in Format()
134 Frm().Width( nWidth ); in Format()
146 long nSize = (Frm().*fnRect->fnGetWidth)(); in Format()
160 nBorder = (Frm().*fnRect->fnGetHeight)(); in Format()
183 Prt().Height( Frm().Height() ); in Format()
184 Prt().Width( Frm().Width() ); in Format()
[all …]
H A Dtrvlfrm.cxx156 if ( !Frm().IsInside( aPoint ) ) in GetCrsrOfst()
158 aPoint.X() = Max( aPoint.X(), Frm().Left() ); in GetCrsrOfst()
159 aPoint.X() = Min( aPoint.X(), Frm().Right() ); in GetCrsrOfst()
160 aPoint.Y() = Max( aPoint.Y(), Frm().Top() ); in GetCrsrOfst()
161 aPoint.Y() = Min( aPoint.Y(), Frm().Bottom() ); in GetCrsrOfst()
275 if( pPage->Frm().Top() < nBottom ) in FillSelection()
277 if( pPage->Frm().Bottom() > rRect.Top() ) in FillSelection()
315 rPoint.X() > Frm().Right() && in GetCrsrOfst()
316 rPoint.Y() > Frm().Bottom() ) in GetCrsrOfst()
387 if ( pFrm->Frm().IsInside( rPoint ) ) in GetCrsrOfst()
[all …]
H A Dfrmtool.cxx105 aFrm( pF->Frm() ), in SwFrmNotify()
138 const sal_Bool bAbsP = POS_DIFF( aFrm, pFrm->Frm() ); in ~SwFrmNotify()
140 (aFrm.*fnRect->fnGetWidth)() != (pFrm->Frm().*fnRect->fnGetWidth)(); in ~SwFrmNotify()
142 (aFrm.*fnRect->fnGetHeight)()!=(pFrm->Frm().*fnRect->fnGetHeight)(); in ~SwFrmNotify()
183 long nNewHeight = (pFrm->Frm().*fnRect->fnGetHeight)(); in ~SwFrmNotify()
209 (aFrm.*fnRect->fnTopDist)( (pFrm->Frm().*fnRect->fnGetTop)() ) > 0 ) in ~SwFrmNotify()
528 (pLay->Lower()->Frm().*fnRect->fnGetHeight)() in ~SwLayNotify()
539 bLow = pLay->Lower()->Frm().Height() != pLay->Prt().Height(); in ~SwLayNotify()
596 const sal_Bool bPos = bPrtPos || POS_DIFF( aFrm, pLay->Frm() ); in ~SwLayNotify()
597 const sal_Bool bSize = pLay->Frm().SSize() != aFrm.SSize(); in ~SwLayNotify()
[all …]
H A Dfly.cxx166 Frm().Width( rFrmSize.GetWidth() ); in SwFlyFrm()
167 Frm().Height( rFrmSize.GetHeightSizeType() == ATT_VAR_SIZE ? MINFLY : rFrmSize.GetHeight() ); in SwFlyFrm()
186 Frm().Pos().X() = Frm().Pos().Y() = WEIT_WECH; in SwFlyFrm()
258 Prt().Width( Frm().Width() ); in InsertColumns()
259 Prt().Height( Frm().Height() ); in InsertColumns()
563 if( (pInva->Frm().*fnRect->fnBottomDist)( nBottom ) <= 0 ) in ChainFrames()
731 SwTwips nDiffHeight = Frm().Height(); in FrmSizeChg()
757 const SwTwips nDiffWidth = Frm().Width() - rFrmSize.GetWidth(); in FrmSizeChg()
994 pSh->InvalidateWindows( Frm() ); in _UpdateAttr()
1064 pSh->InvalidateWindows( Frm() ); in _UpdateAttr()
[all …]
H A Dsectfrm.cxx128 (Frm().*fnRect->fnSetWidth)( nWidth ); in Init()
129 (Frm().*fnRect->fnSetHeight)( 0 ); in Init()
230 Frm().Height( 0 ); in DelEmpty()
322 SwTwips nFrmHeight = (Frm().*fnRect->fnGetHeight)(); in _Cut()
327 (Frm().*fnRect->fnSetHeight)( 0 ); in _Cut()
430 SwTwips nFrmHeight = (Frm().*fnRect->fnGetHeight)(); in Paste()
930 rMinDiff = (Frm().*fnRect->fnBottomDist)( rMinDiff ); in CalcMinDiff()
1065 nDiff = -(Frm().*fnRect->fnBottomDist)( nDeadLine ); in _CheckClipping()
1077 nDiff = -(Frm().*fnRect->fnBottomDist)( nDeadLine ); in _CheckClipping()
1081 (Prt().*fnRect->fnGetTop)() > (Frm().*fnRect->fnGetHeight)() ); in _CheckClipping()
[all …]
H A Dlaycache.cxx309 if( pFly->Frm().Left() != WEIT_WECH && in Write()
322 SwRect &rRct = pFly->Frm(); in Write()
323 sal_Int32 nX = rRct.Left() - pPage->Frm().Left(); in Write()
324 sal_Int32 nY = rRct.Top() - pPage->Frm().Top(); in Write()
871 rpFrm->Frm().Pos() = rpLay->Frm().Pos(); in CheckInsert()
872 rpFrm->Frm().Pos().Y() += 1; in CheckInsert()
949 rpPrv->Frm().Height( rpPrv->GetUpper()->Prt().Height() ); in CheckInsert()
977 pSct->Frm().Pos() = rpLay->Frm().Pos(); in CheckInsert()
978 pSct->Frm().Pos().Y() += 1; //wg. Benachrichtigungen. in CheckInsert()
1132 if ( pFly->Frm().Left() == WEIT_WECH ) in _CheckFlyCache()
[all …]
H A Dftnfrm.cxx261 (Prt().*fnRect->fnSetWidth)( (Frm().*fnRect->fnGetWidth)() ); in Format()
262 (Prt().*fnRect->fnSetHeight)((Frm().*fnRect->fnGetHeight)() - nBorder ); in Format()
288 nRemaining += (pFrm->Frm().*fnRect->fnGetHeight)() in Format()
298 nDiff = -(Frm().*fnRect->fnBottomDist)( in Format()
302 if( nDiff > (Frm().*fnRect->fnGetHeight)() ) in Format()
303 nDiff = (Frm().*fnRect->fnGetHeight)(); in Format()
304 (Frm().*fnRect->fnAddBottom)( -nDiff ); in Format()
308 nDiff = (Frm().*fnRect->fnGetHeight)() - nRemaining; in Format()
351 if( (Frm().*fnRect->fnGetHeight)() > 0 && in GrowFrm()
352 nDist > ( LONG_MAX - (Frm().*fnRect->fnGetHeight)() ) ) in GrowFrm()
[all …]
H A Dhffrm.cxx85 nTmp = pFrm->Frm().Height(); in lcl_CalcContentHeight()
112 if (rFrm.Frm().Height() < nMinHeight) in lcl_LayoutFrmEnsureMinHeight()
114 rFrm.Grow(nMinHeight - rFrm.Frm().Height()); in lcl_LayoutFrmEnsureMinHeight()
268 aOldFooterPrtPos != ( Frm().Pos() + Prt().Pos() ) ) in FormatSize()
271 aOldFooterPrtPos = Frm().Pos() + Prt().Pos(); in FormatSize()
304 nRemaining += pFrm->Frm().Height(); in FormatSize()
387 if ( GetUpper() && Frm().Height() ) in FormatSize()
389 const SwTwips nDeadLine = GetUpper()->Frm().Top() + in FormatSize()
391 const SwTwips nBot = Frm().Bottom(); in FormatSize()
394 Frm().Bottom( nDeadLine ); in FormatSize()
[all …]
H A Dpaintfrm.cxx795 nTLeft = rLRect.GetTab()->Frm().Left() + rLRect.GetTab()->Prt().Left(), in PaintLines()
796 … nTRight = rLRect.GetTab()->Frm().Left() + rLRect.GetTab()->Prt().Right(); in PaintLines()
805 nTTop = rLRect.GetTab()->Frm().Top() + rLRect.GetTab()->Prt().Top(), in PaintLines()
806 … nTBottom = rLRect.GetTab()->Frm().Top() + rLRect.GetTab()->Prt().Bottom(); in PaintLines()
1190 rRect.Pos() += pFrm->Frm().Pos(); in lcl_CalcBorderRect()
1193 rRect = pFrm->Frm(); in lcl_CalcBorderRect()
1197 rRect.Pos() += pFrm->Frm().Pos(); in lcl_CalcBorderRect()
2341 aUpper.Pos() += pUpper->Frm().Pos(); in PaintLines()
2626 SwRect aBorderRect = rFrm.Frm(); in Insert()
2630 aBorderRect.Pos() += rFrm.Frm().Pos(); in Insert()
[all …]
/trunk/main/sw/source/core/objectpositioning/
H A Danchoredobjectposition.cxx181 SwTwips nTopOfFrmForObjPos = (_rFrm.Frm().*_fnRect->fnGetTop)(); in _GetTopForObjPos()
225 nHeight = (_rVertOrientFrm.Frm().*fnRect->fnGetHeight)() - in _GetVertAlignmentValues()
246 nHeight -= pPrtFrm->Frm().Height(); in _GetVertAlignmentValues()
247 nOffset += pPrtFrm->Frm().Height(); in _GetVertAlignmentValues()
251 nHeight -= pPrtFrm->Frm().Height(); in _GetVertAlignmentValues()
260 nHeight = (_rPageAlignLayFrm.Frm().*fnRect->fnGetHeight)(); in _GetVertAlignmentValues()
262 (_rPageAlignLayFrm.Frm().*fnRect->fnGetTop)(), in _GetVertAlignmentValues()
271 (_rPageAlignLayFrm.Frm().*fnRect->fnGetTop)(), in _GetVertAlignmentValues()
283 nHeight -= pPrtFrm->Frm().Height(); in _GetVertAlignmentValues()
284 nOffset += pPrtFrm->Frm().Height(); in _GetVertAlignmentValues()
[all …]
/trunk/main/sw/source/core/text/
H A Dtxtfrm.cxx103 Prt().Pos().Y() = Frm().Width() - ( nPrtOfstX + Prt().Width() ); in SwapWidthAndHeight()
114 Prt().Pos().X() = Frm().Height() - ( nPrtOfstY + Prt().Height() ); in SwapWidthAndHeight()
117 const long nFrmWidth = Frm().Width(); in SwapWidthAndHeight()
118 Frm().Width( Frm().Height() ); in SwapWidthAndHeight()
119 Frm().Height( nFrmWidth ); in SwapWidthAndHeight()
136 nOfstX = rRect.Left() - Frm().Left(); in SwitchHorizontalToVertical()
137 nOfstY = rRect.Top() - Frm().Top(); in SwitchHorizontalToVertical()
141 nOfstX = rRect.Left() - Frm().Left(); in SwitchHorizontalToVertical()
142 nOfstY = rRect.Top() + rRect.Height() - Frm().Top(); in SwitchHorizontalToVertical()
150 rRect.Left(Frm().Left() + nOfstY); in SwitchHorizontalToVertical()
[all …]
H A Dfrmform.cxx82 pFrm->Frm().Width() == pFrm->GetUpper()->Prt().Width() ) || in ValidateTxt()
84 pFrm->Frm().Height() == pFrm->GetUpper()->Prt().Height() ) ) in ValidateTxt()
252 SwTwips nOldBottom = (GetUpper()->Frm().*fnRect->fnGetBottom)(); in CalcFollow()
253 SwTwips nMyPos = (Frm().*fnRect->fnGetTop)(); in CalcFollow()
298 else if( ( pSct->IsVertical() && !pSct->Frm().Width() ) || in CalcFollow()
299 ( ! pSct->IsVertical() && !pSct->Frm().Height() ) ) in CalcFollow()
381 - (GetUpper()->Frm().*fnRect->fnBottomDist)( nOldBottom ); in CalcFollow()
384 nMyPos - Frm().Right() : in CalcFollow()
385 Frm().Top() - nMyPos ) ) in CalcFollow()
428 SwTwips nBot = (*fnRect->fnYInc)( (Frm().*fnRect->fnGetBottom)(), in AdjustFrm()
[all …]
/trunk/main/sw/source/core/fields/
H A Dreffld.cxx154 bRefIsLower = pRefFrm->Frm().Top() < pFldFrm->Frm().Top() || in IsFrameBehind()
155 ( pRefFrm->Frm().Top() == pFldFrm->Frm().Top() && in IsFrameBehind()
156 pRefFrm->Frm().Left() < pFldFrm->Frm().Left() ); in IsFrameBehind()
158 bRefIsLower = pRefFrm->Frm().Top() < pFldFrm->Frm().Top() || in IsFrameBehind()
159 ( pRefFrm->Frm().Top() == pFldFrm->Frm().Top() && in IsFrameBehind()
160 pRefFrm->Frm().Left() > pFldFrm->Frm().Left() ); in IsFrameBehind()
163 bRefIsLower = pRefFrm->Frm().Left() > pFldFrm->Frm().Left() || in IsFrameBehind()
164 ( pRefFrm->Frm().Left() == pFldFrm->Frm().Left() && in IsFrameBehind()
165 pRefFrm->Frm().Top() < pFldFrm->Frm().Top() ); in IsFrameBehind()
167 bRefIsLower = pRefFrm->Frm().Left() < pFldFrm->Frm().Left() || in IsFrameBehind()
[all …]
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx359 if ( pRow->Frm().IsOver( pUnion->GetUnion() ) ) in GetTblSel()
383 const Point aTopLeft( pCell->Frm().TopLeft() ); in GetTblSel()
384 const Point aTopRight( pCell->Frm().TopRight() ); in GetTblSel()
385 const Point aBottomLeft( pCell->Frm().BottomLeft() ); in GetTblSel()
386 const Point aBottomRight( pCell->Frm().BottomRight() ); in GetTblSel()
570 if( pRow->Frm().IsOver( pUnion->GetUnion() ) ) in ChkChartSel()
585 & rFrmRect = pCell->Frm(); in ChkChartSel()
652 if( (rCF.pFrm->Frm().*fnRect->fnGetTop)() != nYPos ) in ChkChartSel()
666 nYPos = (rCF.pFrm->Frm().*fnRect->fnGetTop)(); in ChkChartSel()
667 nHeight = (rCF.pFrm->Frm().*fnRect->fnGetHeight)(); in ChkChartSel()
[all …]
H A Dfews.cxx137 return GetLayout()->Frm(); in GetAnyCurRect()
179 return GetLayout()->Frm(); in GetAnyCurRect()
186 return bFrm ? pFrm->Frm() : pFrm->Prt(); in GetAnyCurRect()
193 while ( pPage && !pPage->Frm().IsInside( rPoint ) ) in GetPageNumber()
215 while( pPage && (pPage->Frm().Bottom() < nYPos || in GetPageNumber()
216 nYPos < pPage->Frm().Top() ) ) in GetPageNumber()
679 pPara->pFrmRect = &pFrm->Frm(); in _GetCurColNum()
800 _orRect = pFrm->Frm(); in CalcBoundRect()
804 aPos = pFrm->Frm().TopRight(); in CalcBoundRect()
806 aPos = (pFrm->Frm().*fnRect->fnGetPos)(); in CalcBoundRect()
[all …]
H A Dfeshview.cxx177 Point aPt( pOldSelFly->Frm().Pos() ); in SelectObj()
188 GetWin()->Invalidate( pOldSelFly->Frm().SVRect() ); in SelectObj()
413 Point aCenter( pOld->Frm().Left() + pOld->Frm().Width()/2, in MoveAnchor()
414 pOld->Frm().Top() + pOld->Frm().Height()/2 ); in MoveAnchor()
437 Point aNew( pTmp->Frm().Left() + in MoveAnchor()
438 pTmp->Frm().Width()/2, in MoveAnchor()
439 pTmp->Frm().Top() + in MoveAnchor()
440 pTmp->Frm().Height()/2 ); in MoveAnchor()
756 rChrRect.Pos() += pFly->Frm().Pos(); in SelFlyGrabCrsr()
801 pFly->Frm().Pos().Y() += 1; in lcl_NotifyNeighbours()
[all …]
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx461 nHeight = Max( nHeight, pFrm->Frm().Height() ); in BalanceRowHeight()
567 if ( rUnion.IsOver( pCell->Frm() ) ) in lcl_CollectCells()
673 bTopOver = pCell->Frm().Right() >= rUnion.Right(); in SetTabBorders()
674 bLeftOver = pCell->Frm().Top() <= rUnion.Top(); in SetTabBorders()
675 bRightOver = pCell->Frm().Bottom() >= rUnion.Bottom(); in SetTabBorders()
676 bBottomOver = pCell->Frm().Left() <= rUnion.Left(); in SetTabBorders()
680 bTopOver = pCell->Frm().Top() <= rUnion.Top(); in SetTabBorders()
681 bLeftOver = pCell->Frm().Left() <= rUnion.Left(); in SetTabBorders()
682 bRightOver = pCell->Frm().Right() >= rUnion.Right(); in SetTabBorders()
683 bBottomOver = pCell->Frm().Bottom() >= rUnion.Bottom(); in SetTabBorders()
[all …]
/trunk/main/sw/source/core/draw/
H A Ddflyobj.cxx377 const Rectangle aOuterRectangle(pFlyFrame->Frm().Pos(), pFlyFrame->Frm().SSize()); in getOuterBound()
403 …const Rectangle aInnerRectangle(pFlyFrame->Frm().Pos() + pFlyFrame->Prt().Pos(), pFlyFrame->Prt().… in getInnerBound()
549 pFlyFrm->Paint( GetFlyFrm()->Frm() ); in wrap_DoPaintObject()
588 if ( GetFlyFrm()->Frm().HasArea() ) in SetRect()
589 ((SwVirtFlyDrawObj*)this)->aOutRect = GetFlyFrm()->Frm().SVRect(); in SetRect()
669 const Rectangle aSourceRectangle(GetFlyFrm()->Frm().SVRect()); in TakeXorPoly()
690 const Point aOldPos( GetFlyFrm()->Frm().Pos() ); in NbcMove()
745 lXDiff = GetFlyFrm()->GetAnchorFrm()->Frm().Width() - in NbcMove()
779 aFlyRect.Left() < pAnch->Frm().Left() + pAnch->Prt().Left(), in NbcMove()
781 pAnch->Frm().Left() + pAnch->Prt().Width()/2; in NbcMove()
[all …]

1234