Home
last modified time | relevance | path

Searched refs:GetBottom (Results 1 – 25 of 62) sorted by relevance

123

/aoo41x/main/starmath/source/
H A Drect.cxx225 if (nLoAttrFence > GetBottom()) in BuildRect()
226 nLoAttrFence = GetBottom(); in BuildRect()
264 nAlignB = GetBottom(); in SmRect()
298 if (nTop <= GetBottom()) in SetTop()
341 aPos.Y() = rRect.GetBottom() + 1; in AlignTo()
421 nB = rRect.GetBottom(), in Union()
433 if ((nTmp = GetBottom()) > nB) in Union()
570 if (rPoint.Y() > GetBottom()) in OrientedDist()
571 aRef.Y() = GetBottom(); in OrientedDist()
591 && rPoint.Y() <= GetBottom() in IsInsideRect()
[all …]
H A Dnode.cxx929 long nOldBot = GetBottom(); in Arrange()
946 rVerOffset = (rRect.GetBottom() - rRect.GetAlignB()) / 2; in GetHeightVerOffset()
1005 aPos.Y() = pRootSym->GetTop() + pBody->GetBottom() - pRootSym->GetBottom(); in Arrange()
1244 nRectBottom = GetBottom(); in GetOperPosSize()
1392 aPos.Y() = pLeft->GetBottom() + nDelta; in Arrange()
1399 long nTmpBaseline = IsAscending() ? (pLeft->GetBottom() + pRight->GetTop()) / 2 in Arrange()
1400 : (pLeft->GetTop() + pRight->GetBottom()) / 2; in Arrange()
/aoo41x/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx98 int voffset = canvas.GetBottom() - thumbnail_border.GetBottom(); in CalcSignetPosition()
103 y = thumbnail_border.GetBottom() - signet.GetBottom(); in CalcSignetPosition()
108 … y = thumbnail_border.GetBottom() - signet.GetBottom() + min(signet.GetBottom() / 2, voffset); in CalcSignetPosition()
444 …diplus::Rect dest(pos_signet.X, pos_signet.Y, signet_scaled.GetRight(), signet_scaled.GetBottom()); in Extract()
/aoo41x/main/sw/source/core/docnode/
H A Dndtbl1.cxx637 pBottom = pSetBox->GetBottom(); in SetTabBorders()
873 if ( aBox.GetBottom() ) in SetTabLineStyle()
874 ::lcl_SetLineStyle( (SvxBorderLine*)aBox.GetBottom(), in SetTabLineStyle()
1047 aSetBox.SetLine( rBox.GetBottom(), BOX_LINE_BOTTOM ); in GetTabBorders()
1049 else if ((aSetBox.GetBottom() && rBox.GetBottom() && in GetTabBorders()
1050 !(*aSetBox.GetBottom() == *rBox.GetBottom())) || in GetTabBorders()
1051 (!aSetBox.GetBottom() ^ !rBox.GetBottom())) in GetTabBorders()
1065 aSetBoxInfo.SetLine( rBox.GetBottom(), BOXINFO_LINE_HORI ); in GetTabBorders()
1067 else if ((aSetBoxInfo.GetHori() && rBox.GetBottom() && in GetTabBorders()
1068 !(*aSetBoxInfo.GetHori() == *rBox.GetBottom())) || in GetTabBorders()
[all …]
/aoo41x/main/sw/source/ui/shells/
H A Dfrmsh.cxx1035 if ((pBorderLine = aBoxItem.GetBottom()) != NULL) in ExecFrameStyle()
1060 if ((pBorderLine = aBoxItem.GetBottom()) != NULL) in ExecFrameStyle()
1081 if (!aBoxItem.GetTop() && !aBoxItem.GetBottom() && in ExecFrameStyle()
1096 if( aBoxItem.GetBottom() ) in ExecFrameStyle()
1098 aBorderLine.SetColor( aBoxItem.GetBottom()->GetColor()); in ExecFrameStyle()
1130 if (!aBoxItem.GetTop() && !aBoxItem.GetBottom() && in ExecFrameStyle()
1143 if ( aBoxItem.GetBottom() ) in ExecFrameStyle()
1144 ((SvxBorderLine*)aBoxItem.GetBottom())->SetColor( rNewColor ); in ExecFrameStyle()
1155 if (bDefault && (aBoxItem.GetTop() || aBoxItem.GetBottom() || in ExecFrameStyle()
/aoo41x/main/svx/source/items/
H A Dgrfitem.cxx64 nBottom == ((const SvxGrfCrop&)rAttr).GetBottom(); in operator ==()
105 top = GetTop(), bottom = GetBottom(); in Store()
179 ( rText.AppendAscii( " B: " )) += ::GetMetricText( GetBottom(), in GetPresentation()
/aoo41x/main/sc/source/ui/view/
H A Dformatsh.cxx1722 if ( aBoxItem.GetBottom() && aBoxItem.GetBottom()->GetOutWidth() == 0 ) in ExecuteAttr()
1907 if( aBoxItem.GetBottom() ) in GetAttrState()
1912 aCol = aBoxItem.GetBottom()->GetColor() ; in GetAttrState()
1914 aLine.SetOutWidth( aBoxItem.GetBottom()->GetOutWidth()); in GetAttrState()
1915 aLine.SetInWidth( aBoxItem.GetBottom()->GetInWidth()); in GetAttrState()
1916 aLine.SetDistance( aBoxItem.GetBottom()->GetDistance()); in GetAttrState()
1920 if(aCol != aBoxItem.GetBottom()->GetColor() ) in GetAttrState()
1922 if(!( aLine == *(aBoxItem.GetBottom())) ) in GetAttrState()
H A Dprintfun.cxx659 lcl_LineTotal( rParam.pBorder->GetBottom() ); in lcl_FillHFParam()
809 lcl_LineTotal( rParam.pBorder->GetBottom() ); in UpdateHFHeight()
1254 if ( !pBorderData->GetTop() && !pBorderData->GetBottom() && !pBorderData->GetLeft() && in DrawBorder()
1283 nBottom += (long) ( lcl_LineTotal(pBorderData->GetBottom()) * nScaleY / 2 ); in DrawBorder()
1778 …aPaperSize.Height() -= nTop + lcl_LineTotal( rParam.pBorder->GetBottom() ) + rParam.pBorder->GetDi… in PrintHF()
1812 lcl_LineTotal( rParam.pBorder->GetBottom() ) + in PrintHF()
2254 nBorderEndY += (long) ( ( lcl_LineTotal(pBorderItem->GetBottom()) + in PrintPage()
2965 lcl_LineTotal(pBorderItem->GetBottom()) + in GetDocPageSize()
/aoo41x/main/svx/inc/svx/
H A Dgrfcrop.hxx65 sal_Int32 GetBottom() const { return nBottom; } in GetBottom() function in SvxGrfCrop
70 nRight = rCrop.GetRight(); nBottom = rCrop.GetBottom(); in operator =()
H A Dpagectrl.hxx105 long GetBottom() const { return nBottom;} in GetBottom() function in SvxPageWindow
/aoo41x/main/starmath/inc/
H A Drect.hxx143 long GetBottom() const { return GetTop() + GetHeight() - 1; } in GetBottom() function in SmRect
146 long GetCenterY() const { return (GetTop() + GetBottom()) / 2L; } in GetCenterY()
/aoo41x/main/sw/source/ui/frmdlg/
H A Dcolex.cxx232 aRect.Bottom()= rOrg.Y() + GetSize().Height() - GetBottom() in DrawPage()
271 - GetBottom() - GetFtHeight() - GetFtDist() ); in DrawPage()
518 aRect.Bottom()= rOrg.Y() + GetSize().Height() - GetBottom() in DrawPage()
/aoo41x/main/sc/source/core/data/
H A Dattarray.cxx643 … if ( pNewBoxItem->GetBottom() ) pNewBoxItem->SetLine( NULL, BOX_LINE_BOTTOM ); in ApplyLineStyleArea()
660 SET_LINECOLOR( pNewBoxItem->GetBottom(), aColor ); in ApplyLineStyleArea()
674 SET_LINE( pNewBoxItem->GetBottom(), pLine ); in ApplyLineStyleArea()
960 const SvxBorderLine* pBottomAttr = pCellFrame->GetBottom(); in lcl_MergeToFrame()
976 if (lcl_TestAttr( pLineOuter->GetBottom(), pBottomAttr, rFlags.nBottom, pNew )) in lcl_MergeToFrame()
1080 aNewFrame.SetLine( (nDistBottom==0) ? pBoxItem->GetBottom() : pBoxInfoItem->GetHori(), in ApplyFrame()
1197 pLine = pItem->GetBottom(); in HasLines()
1278 if ( pBox->GetLeft() || pBox->GetRight() || pBox->GetTop() || pBox->GetBottom() ) in HasAttrib()
H A Dtable4.cxx1823 if (ScHasPriority(pTheBox->GetTop(), pTopBox->GetBottom())) in GetAutoFormatFrame()
1826 aBox.SetLine(pTopBox->GetBottom(), BOX_LINE_TOP); in GetAutoFormatFrame()
1847 if (ScHasPriority(pTheBox->GetBottom(), pBottomBox->GetTop())) in GetAutoFormatFrame()
1848 aBox.SetLine(pTheBox->GetBottom(), BOX_LINE_BOTTOM); in GetAutoFormatFrame()
1853 aBox.SetLine(pTheBox->GetBottom(), BOX_LINE_BOTTOM); in GetAutoFormatFrame()
/aoo41x/main/sw/source/core/layout/
H A Dpaintfrm.cxx1242 nDiff = rBox.GetBottom() ? in lcl_CalcBorderRect()
2561 svx::frame::Style aB( rBoxItem.GetBottom() ); in Insert()
2594 rBoxItem.GetBottom() ) in Insert()
4140 if ( _rBox.GetBottom() && _rBox.GetBottom()->GetInWidth() && in lcl_SubTopBottom()
4153 nDist += ::lcl_AlignHeight( _rBox.GetBottom()->GetOutWidth() ); in lcl_SubTopBottom()
4159 nDist += ::lcl_AlignHeight( _rBox.GetBottom()->GetInWidth() ); in lcl_SubTopBottom()
4295 if ( rBox.GetBottom() && (!bCnt || _rAttrs.GetBottomLine( _rFrm )) ) in lcl_PaintLeftRightLine()
4417 pTopBottomBorder = rBox.GetBottom(); in lcl_PaintTopBottomLine()
4630 ( !rBorderBox.GetBottom() || !pParentRowFrm->GetNext() ); in lcl_GetCellFrmForBorderAttrs()
4639 ( !rBorderBox.GetBottom() || !pParentRowFrm->GetNext() ); in lcl_GetCellFrmForBorderAttrs()
[all …]
/aoo41x/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx269 if( rBoxItem.GetBottom() ) in MergeBoxBorders()
272 MergeBorders( rBoxItem.GetBottom(), nRow+nRowSpan==aRows.Count() ); in MergeBoxBorders()
273 rBottomBorder = rBoxItem.GetBottom()->GetOutWidth(); in MergeBoxBorders()
/aoo41x/main/svx/source/svdraw/
H A Dsvdograf.cxx1404 aGrafInfo.SetCrop( rCrop.GetLeft(), rCrop.GetTop(), rCrop.GetRight(), rCrop.GetBottom() ); in ImpSetAttrToGrafInfo()
1716 if(rCrop.GetLeft() || rCrop.GetTop() || rCrop.GetRight() ||rCrop.GetBottom()) in addCropHandles()
1734 rCrop.GetBottom())); in addCropHandles()
1740 const double fCropBottom(rCrop.GetBottom() * aCropScaleFactor.getY()); in addCropHandles()
/aoo41x/main/sw/source/core/doc/
H A Dnotxtfrm.cxx458 nBottomCrop= -rCrop.GetBottom(); in GetGrfArea()
462 nTopCrop = Max( aOrigSz.Height() - (rCrop.GetTop() + rCrop.GetBottom()), long(1) ); in GetGrfArea()
465 nBottomCrop= long(nScale * -rCrop.GetBottom() ); in GetGrfArea()
/aoo41x/main/sw/source/filter/ww8/
H A Drtfexport.cxx1020 if( rBox.GetBottom() && pLine != rBox.GetBottom() ) in InsColorLine()
1021 InsColor( (pLine = rBox.GetBottom())->GetColor() ); in InsColorLine()
H A Dwrtww8gr.cxx541 nCropB = (sal_Int16)rCr.GetBottom(); in WritePICFHeader()
543 nYSizeAdd = nYSizeAdd - (sal_Int16)( rCr.GetTop() + rCr.GetBottom() ); in WritePICFHeader()
/aoo41x/main/editeng/source/items/
H A Dfrmitems.cxx1755 pBottom = rCpy.GetBottom() ? new SvxBorderLine( *rCpy.GetBottom() ) : 0; in SvxBoxItem()
1796 SetLine( rBox.GetBottom(), BOX_LINE_BOTTOM ); in operator =()
1829 CmpBrdLn( pBottom, ( (SvxBoxItem&)rAttr ).GetBottom() ) && in operator ==()
1866 aSeq[2] = uno::makeAny( SvxBoxItem::SvxLineToLine(GetBottom(), bConvert) ); in QueryValue()
1889 aRetLine = SvxBoxItem::SvxLineToLine(GetBottom(), bConvert); in QueryValue()
2277 pLine[ 3 ] = GetBottom(); in Store()
/aoo41x/main/sw/source/filter/xml/
H A Dxmlimpit.cxx421 SvxBorderLine* pBottom = pBox->GetBottom() == NULL ? in PutXMLValue()
422 NULL : new SvxBorderLine( *pBox->GetBottom() ); in PutXMLValue()
/aoo41x/main/svx/source/tbxctrls/
H A Dgrafctrl.cxx999 … Size( rCrop.GetRight(), rCrop.GetBottom() ), aMap100, aMapTwip ) ); in ExecuteGrafAttr()
1031 …BSize = OutputDevice::LogicToLogic( Size( rNewCrop.GetRight(), rNewCrop.GetBottom() ), aMapTwip, a… in ExecuteGrafAttr()
/aoo41x/main/cui/source/tabpages/
H A Dgrfpage.cxx183 aExampleWN.SetBottom( pCrop->GetBottom()); in Reset()
188 aBottomMF.SetValue( aBottomMF.Normalize( pCrop->GetBottom()), eUnit ); in Reset()
/aoo41x/main/editeng/inc/editeng/
H A Dboxitem.hxx86 const SvxBorderLine* GetBottom() const { return pBottom; } in GetBottom() function in SvxBoxItem

Completed in 217 milliseconds

123