Home
last modified time | relevance | path

Searched refs:GetTop (Results 1 – 25 of 69) sorted by relevance

123

/aoo42x/main/starmath/source/
H A Drect.cxx178 SetTop(GetTop() - nDelta); in BuildRect()
222 if (nHiAttrFence < GetTop()) in BuildRect()
223 nHiAttrFence = GetTop(); in BuildRect()
263 nAlignT = GetTop(); in SmRect()
291 if (nBottom >= GetTop()) in SetBottom()
420 nT = rRect.GetTop(), in Union()
431 if ((nTmp = GetTop()) < nT) in Union()
572 else if (rPoint.Y() < GetTop()) in OrientedDist()
573 aRef.Y() = GetTop(); in OrientedDist()
590 return rPoint.Y() >= GetTop() in IsInsideRect()
[all …]
H A Dnode.cxx1005 aPos.Y() = pRootSym->GetTop() + pBody->GetBottom() - pRootSym->GetBottom(); in Arrange()
1243 nRectTop = GetTop(), in GetOperPosSize()
1394 aPos.Y() = pLeft->GetTop() - nDelta - pRight->GetHeight(); in Arrange()
1399 long nTmpBaseline = IsAscending() ? (pLeft->GetBottom() + pRight->GetTop()) / 2 in Arrange()
1400 : (pLeft->GetTop() + pRight->GetBottom()) / 2; in Arrange()
2679 aDelta.Y() = aPos.Y() - aLineRect.GetTop(); in Arrange()
/aoo42x/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DLineContainer.java44 if (aLine.GetTop() < aStartLine.GetTop()) in IsLineInGroup()
47 if (aLine.GetTop() > aEndLine.GetTop()) in IsLineInGroup()
65 if (nY < maLines.get(nMed).GetTop()) in GetLineForY()
H A DTokenView.java152 aLine.GetTop(), in PaintLineHighlight()
159 aLine.GetTop(), in PaintLineHighlight()
359 aRun.GetLine().GetTop()); in ShowRun()
/aoo42x/main/starmath/inc/
H A Drect.hxx141 long GetTop() const { return GetTopLeft().Y(); } in GetTop() function in SmRect
143 long GetBottom() const { return GetTop() + GetHeight() - 1; } in GetBottom()
146 long GetCenterY() const { return (GetTop() + GetBottom()) / 2L; } in GetCenterY()
165 long GetBaselineOffset() const { return GetBaseline() - GetTop(); } in GetBaselineOffset()
251 return Rectangle(Point(GetItalicLeft(), GetTop()), GetItalicSize()); in AsRectangle()
/aoo42x/main/sw/source/ui/shells/
H A Dfrmsh.cxx1046 if ((pBorderLine = aBoxItem.GetTop()) != NULL) in ExecFrameStyle()
1071 if ((pBorderLine = aBoxItem.GetTop()) != NULL) in ExecFrameStyle()
1094 if (!aBoxItem.GetTop() && !aBoxItem.GetBottom() && in ExecFrameStyle()
1104 if( aBoxItem.GetTop() ) in ExecFrameStyle()
1106 aBorderLine.SetColor( aBoxItem.GetTop()->GetColor() ); in ExecFrameStyle()
1143 if (!aBoxItem.GetTop() && !aBoxItem.GetBottom() && in ExecFrameStyle()
1154 if ( aBoxItem.GetTop() ) in ExecFrameStyle()
1155 ((SvxBorderLine*)aBoxItem.GetTop())->SetColor( rNewColor ); in ExecFrameStyle()
1168 if (bDefault && (aBoxItem.GetTop() || aBoxItem.GetBottom() || in ExecFrameStyle()
1224 const SvxBorderLine* pLine = ((const SvxBoxItem&)aFrameSet.Get(RES_BOX)).GetTop(); in GetLineStyleState()
H A Dtabsh.cxx577 if ((pBorderLine = rCoreBox.GetTop()) != NULL) in Execute()
597 if ( (pBorderLine = aBox.GetTop()) != NULL) in Execute()
1527 const SvxBorderLine* pLine = rBoxItem.GetTop(); in GetLineStyleState()
/aoo42x/main/sw/source/core/docnode/
H A Dndtbl1.cxx636 pTop = pSetBox->GetTop(); in SetTabBorders()
870 if ( aBox.GetTop() ) in SetTabLineStyle()
871 ::lcl_SetLineStyle( (SvxBorderLine*)aBox.GetTop(), in SetTabLineStyle()
978 aSetBox.SetLine( rBox.GetTop(), BOX_LINE_TOP ); in GetTabBorders()
980 else if ((aSetBox.GetTop() && rBox.GetTop() && in GetTabBorders()
981 !(*aSetBox.GetTop() == *rBox.GetTop())) || in GetTabBorders()
982 …((!aSetBox.GetTop()) ^ (!rBox.GetTop()))) // XOR-Ausdruck ist sal_True, wenn genau einer der beide… in GetTabBorders()
/aoo42x/main/svx/source/items/
H A Dgrfitem.cxx63 nTop == ((const SvxGrfCrop&)rAttr).GetTop() && in operator ==()
105 top = GetTop(), bottom = GetBottom(); in Store()
177 ( rText.AppendAscii( " T: " )) += ::GetMetricText( GetTop(), in GetPresentation()
/aoo42x/main/sd/source/ui/presenter/
H A DPresenterTextView.cxx110 sal_Int32 GetTop (void) const;
211 return Any(mpImplementation->GetTop()); in GetPropertyValue()
272 mpImplementation->GetTop() in SetPropertyValue()
510 sal_Int32 PresenterTextView::Implementation::GetTop (void) const in GetTop() function in sd::presenter::PresenterTextView::Implementation
/aoo42x/main/svx/inc/svx/
H A Dgrfcrop.hxx64 sal_Int32 GetTop() const { return nTop; } in GetTop() function in SvxGrfCrop
69 nLeft = rCrop.GetLeft(); nTop = rCrop.GetTop(); in operator =()
/aoo42x/main/sc/source/ui/view/
H A Dformatsh.cxx1720 if ( aBoxItem.GetTop() && aBoxItem.GetTop()->GetOutWidth() == 0 ) in ExecuteAttr()
1897 if( aBoxItem.GetTop() ) in GetAttrState()
1900 aCol = aBoxItem.GetTop()->GetColor() ; in GetAttrState()
1902 aLine.SetOutWidth( aBoxItem.GetTop()->GetOutWidth()); in GetAttrState()
1903 aLine.SetInWidth( aBoxItem.GetTop()->GetInWidth()); in GetAttrState()
1904 aLine.SetDistance( aBoxItem.GetTop()->GetDistance()); in GetAttrState()
H A Dprintfun.cxx658 rParam.nHeight += lcl_LineTotal( rParam.pBorder->GetTop() ) + in lcl_FillHFParam()
808 lcl_LineTotal( rParam.pBorder->GetTop() ) + in UpdateHFHeight()
1254 if ( !pBorderData->GetTop() && !pBorderData->GetBottom() && !pBorderData->GetLeft() && in DrawBorder()
1282 nTop += (long) ( lcl_LineTotal(pBorderData->GetTop()) * nScaleY / 2 ); in DrawBorder()
1774 long nTop = lcl_LineTotal( rParam.pBorder->GetTop() ) + rParam.pBorder->GetDistance(BOX_LINE_TOP); in PrintHF()
1811 nMaxHeight += lcl_LineTotal( rParam.pBorder->GetTop() ) + in PrintHF()
2159 nTopSpace -= lcl_LineTotal(pBorderItem->GetTop()); in PrintPage()
2200 nInnerStartY += (long) ( ( lcl_LineTotal(pBorderItem->GetTop()) + in PrintPage()
2964 aDocPageSize.Height() -= lcl_LineTotal(pBorderItem->GetTop()) + in GetDocPageSize()
/aoo42x/main/sw/source/ui/frmdlg/
H A Dcolex.cxx241 aRect.Top() = rOrg.Y() + GetTop() in DrawPage()
292 Point aUp( rOrg.X() + nL, rOrg.Y() + GetTop() ); in DrawPage()
539 aRect.Top() = rOrg.Y() + GetTop() in DrawPage()
/aoo42x/main/sc/source/core/data/
H A Dattarray.cxx642 if ( pNewBoxItem->GetTop() ) pNewBoxItem->SetLine( NULL, BOX_LINE_TOP ); in ApplyLineStyleArea()
659 SET_LINECOLOR( pNewBoxItem->GetTop(), aColor ); in ApplyLineStyleArea()
673 SET_LINE( pNewBoxItem->GetTop(), pLine ); in ApplyLineStyleArea()
959 const SvxBorderLine* pTopAttr = pCellFrame->GetTop(); in lcl_MergeToFrame()
965 if (lcl_TestAttr( pLineOuter->GetTop(), pTopAttr, rFlags.nTop, pNew )) in lcl_MergeToFrame()
1077 aNewFrame.SetLine( bTop ? pBoxItem->GetTop() : pBoxInfoItem->GetHori(), in ApplyFrame()
1184 pLine = pItem->GetTop(); 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()
1824 aBox.SetLine(pTheBox->GetTop(), BOX_LINE_TOP); in GetAutoFormatFrame()
1829 aBox.SetLine(pTheBox->GetTop(), BOX_LINE_TOP); in GetAutoFormatFrame()
1847 if (ScHasPriority(pTheBox->GetBottom(), pBottomBox->GetTop())) in GetAutoFormatFrame()
1850 aBox.SetLine(pBottomBox->GetTop(), BOX_LINE_BOTTOM); in GetAutoFormatFrame()
/aoo42x/main/sw/source/core/layout/
H A Dpaintfrm.cxx1216 SwTwips nDiff = rBox.GetTop() ? in lcl_CalcBorderRect()
2651 svx::frame::Style aT( rBoxItem.GetTop() ); in Insert()
2684 !rBoxItem.GetTop() && in Insert()
4203 if ( _rBox.GetTop() && _rBox.GetTop()->GetInWidth() && in lcl_SubTopBottom()
4216 nDist += ::lcl_AlignHeight( _rBox.GetTop()->GetOutWidth() ); in lcl_SubTopBottom()
4222 nDist += ::lcl_AlignHeight( _rBox.GetTop()->GetInWidth() ); in lcl_SubTopBottom()
4223 bIsInnerTopLineHairline = _rBox.GetTop()->GetInWidth() == 1; in lcl_SubTopBottom()
4377 if ( rBox.GetTop() && (!bCnt || _rAttrs.GetTopLine( _rFrm )) ) in lcl_PaintLeftRightLine()
4379 long nDist = ::lcl_AlignHeight( rBox.GetTop()->GetOutWidth() ); in lcl_PaintLeftRightLine()
4526 pTopBottomBorder = rBox.GetTop(); in lcl_PaintTopBottomLine()
[all …]
/aoo42x/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx256 if( rBoxItem.GetTop() ) in MergeBoxBorders()
259 MergeBorders( rBoxItem.GetTop(), nRow==0 ); in MergeBoxBorders()
260 rTopBorder = rBoxItem.GetTop()->GetOutWidth(); in MergeBoxBorders()
/aoo42x/main/sw/source/core/doc/
H A Dtblrwcl.cxx430 ? rBoxItem.GetTop() in lcl_CopyCol()
1023 if( rBoxItem.GetTop() || rBoxItem.GetBottom() ) in lcl_SaveUpperLowerBorder()
1054 if( !rNxtBoxItem.GetTop() && ( !pPrvBox || in lcl_SaveUpperLowerBorder()
1058 aTmp.SetLine( rBoxItem.GetTop() ? rBoxItem.GetTop() in lcl_SaveUpperLowerBorder()
1068 if( !rPrvBoxItem.GetTop() && ( !pNxtBox || in lcl_SaveUpperLowerBorder()
1069 !pNxtBox->GetFrmFmt()->GetBox().GetTop()) ) in lcl_SaveUpperLowerBorder()
1072 aTmp.SetLine( rBoxItem.GetTop() ? rBoxItem.GetTop() in lcl_SaveUpperLowerBorder()
1238 sal_Bool bChkBorder = 0 != pCpyBoxFrmFmt->GetBox().GetTop(); in OldSplitRow()
4269 if( rBoxItem.GetTop() ) in lcl_InsDelSelLine()
H A Dnotxtfrm.cxx471 nTopCrop = -rCrop.GetTop(); in GetGrfArea()
476 nTopCrop = Max( aOrigSz.Height() - (rCrop.GetTop() + rCrop.GetBottom()), long(1) ); in GetGrfArea()
478 nTopCrop = long(nScale * -rCrop.GetTop() ); in GetGrfArea()
/aoo42x/main/svx/source/svdraw/
H A Dsvdograf.cxx1407 aGrafInfo.SetCrop( rCrop.GetLeft(), rCrop.GetTop(), rCrop.GetRight(), rCrop.GetBottom() ); in ImpSetAttrToGrafInfo()
1719 if(rCrop.GetLeft() || rCrop.GetTop() || rCrop.GetRight() ||rCrop.GetBottom()) in addCropHandles()
1735 rCrop.GetTop(), in addCropHandles()
1741 const double fCropTop(rCrop.GetTop() * aCropScaleFactor.getY()); in addCropHandles()
/aoo42x/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx1389 const SvxBorderLine *pLine = rBox.GetTop(); in SectionPageBorders()
3091 if( rBox.GetTop() && rBox.GetBottom() && in FormatBox()
3093 *rBox.GetTop() == *rBox.GetBottom() && in FormatBox()
3094 *rBox.GetTop() == *rBox.GetLeft() && in FormatBox()
3095 *rBox.GetTop() == *rBox.GetRight() && in FormatBox()
3100 …m_aSectionBreaks.append(OutBorderLine( m_rExport, rBox.GetTop(), OOO_STRING_SVTOOLS_RTF_BOX, nDist… in FormatBox()
3489 long nYCroppedSize = rOrig.Height()-(rCr.GetTop() + rCr.GetBottom()); in ExportPICT()
3510 rBuffer.append((sal_Int32)rCr.GetTop()); in ExportPICT()
/aoo42x/main/editeng/source/items/
H A Dfrmitems.cxx1754 pTop = rCpy.GetTop() ? new SvxBorderLine( *rCpy.GetTop() ) : 0; in SvxBoxItem()
1795 SetLine( rBox.GetTop(), BOX_LINE_TOP ); in operator =()
1828 CmpBrdLn( pTop, ( (SvxBoxItem&)rAttr ).GetTop() ) && in operator ==()
1867 aSeq[3] = uno::makeAny( SvxBoxItem::SvxLineToLine(GetTop(), bConvert) ); in QueryValue()
1894 aRetLine = SvxBoxItem::SvxLineToLine(GetTop(), bConvert); in QueryValue()
2274 pLine[ 0 ] = GetTop(); in Store()
/aoo42x/main/sw/source/filter/xml/
H A Dxmlimpit.cxx419 SvxBorderLine* pTop = pBox->GetTop() == NULL ? in PutXMLValue()
420 NULL : new SvxBorderLine( *pBox->GetTop() ); in PutXMLValue()
/aoo42x/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsScrollBarManager.hxx137 sal_Int32 GetTop (void) const;

Completed in 462 milliseconds

123