/aoo4110/main/rsc/source/parser/ |
H A D | rscyacc.y | 306 aError = S.Top().pClass->SetRef( S.Top(), aRscId ); 437 if( S.Top().pClass->GetCount( S.Top() ) ) 449 aError = S.Top().pClass->SetRef( S.Top(), aRscId ); 452 if( S.Top().pClass->GetCount( S.Top() ) ) 742 aError = S.Top().pClass->GetElement( S.Top(), RscId(), 764 sal_uInt32 nCount = S.Top().pClass->GetCount( S.Top() ); 768 S.Top().pClass->DeletePos( S.Top(), i -1 ); 790 aError = S.Top().pClass->SetRef( S.Top(), RscId( $1 ) ); 794 aError = S.Top().pClass->SetNumber( S.Top(), l ); 855 aError = S.Top().pClass->SetBool( S.Top(), $1 ); [all …]
|
H A D | rscyacc.cxx | 158 if( S.Top().pClass->InHierarchy( pHeader->pClass ) in DoClassHeader() 159 || pHeader->pClass->InHierarchy( S.Top().pClass) ) in DoClassHeader() 163 RSCINST aTmpI( S.Top() ); in DoClassHeader() 169 pTC->pEH->Error( ERR_FALSETYPE, S.Top().pClass, aName1, in DoClassHeader() 184 ObjNode * pNode = new ObjNode( aName1, S.Top().pData, in DoClassHeader() 200 aError = S.Top().pClass->GetElement( S.Top(), aName1, in DoClassHeader() 208 pTC->pEH->Error( aError, S.Top().pClass, aName1, in DoClassHeader() 211 pTC->pEH->Error( aError, S.Top().pClass, aName1 ); in DoClassHeader() 212 S.Top().pClass->GetElement( S.Top(), RscId(), in DoClassHeader() 225 aError = S.Top().pClass->SetRef( S.Top(), aName2 ); in DoClassHeader() [all …]
|
/aoo4110/main/soldep/source/ |
H A D | tbox.cxx | 131 DrawLine( Point( aRect.Left(), aRect.Top()), Point( aRect.Left()+6, aRect.Top())); in Paint() 132 DrawLine( Point( aRect.Left(), aRect.Top()), Point( aRect.Left(), aRect.Top()+6)); in Paint() 159 DrawLine( Point(aRect.Left(), aRect.Top()), Point(aRect.Left()+2, aRect.Top())); in Paint() 164 DrawLine( Point(aRect.Left()+4, aRect.Top()), Point(aRect.Left()+6, aRect.Top())); in Paint() 181 DrawLine( Point( aRect.Left(), aRect.Top()), Point( aRect.Left(), aRect.Top()+2)); in Paint() 182 DrawLine( Point( aRect.Left(), aRect.Top()), Point( aRect.Right(), aRect.Top())); in Paint() 184 DrawLine( Point( aRect.Left(), aRect.Top()+4), Point( aRect.Left(), aRect.Top()+6)); in Paint() 189 DrawLine( Point( aRect.Left(), aRect.Top()+2), Point( aRect.Right(),aRect.Top()+2)); in Paint() 246 DrawLine( Point( aRect.Left(), aRect.Top()), Point( aRect.Right(), aRect.Top())); in MouseButtonDown() 282 DrawLine( Point( aRect.Left(), aRect.Top()), Point( aRect.Right(), aRect.Top())); in MouseButtonUp() [all …]
|
/aoo4110/main/svx/source/dialog/ |
H A D | swframeexample.cxx | 268 rRect.Top() = aPagePrtArea.Top(); in CalcBoundRect_Impl() 274 rRect.Top() = aPage.Top(); in CalcBoundRect_Impl() 312 rRect.Top() = aFrameAtFrame.Top(); in CalcBoundRect_Impl() 378 rRect.Top() = aPara.Top(); in CalcBoundRect_Impl() 383 rRect.Top() = aParaPrtArea.Top(); in CalcBoundRect_Impl() 390 rRect.Top() = aAutoCharFrame.Top(); in CalcBoundRect_Impl() 397 rRect.Top() = aAutoCharFrame.Top(); in CalcBoundRect_Impl() 427 rRect.Top() = aParaPrtArea.Top(); in CalcBoundRect_Impl() 434 rRect.Top() = aParaPrtArea.Top(); in CalcBoundRect_Impl() 609 if (aFrmRect.Top() < pOuterFrame->Top()) in Paint() [all …]
|
/aoo4110/main/migrationanalysis/src/wizard/ |
H A D | Wizard.frm | 48 Top = 0 62 Top = 0 201 Top = -30 288 Top = 0 302 Top = 0 417 Top = 0 612 Top = 0 700 Top = 0 873 Top = 0 1315 Top = 0 [all …]
|
H A D | ScanFolders.frm | 22 Top = 1400 36 Top = 1760 44 Top = 1430 52 Top = 120 60 Top = 995 68 Top = 680 76 Top = 995 84 Top = 680 120 ShowProgress.Top = frmWizard.Top + 3200
|
/aoo4110/main/sw/source/core/bastyp/ |
H A D | swrect.cxx | 49 m_Point( rRect.Left(), rRect.Top() ) in SwRect() 68 Top() + Height() / 2 ); in Center() 91 if ( Top() > rRect.Top() ) in Union() 92 Top( rRect.Top() ); in Union() 123 if ( Top() < rRect.Top() ) in Intersection() 124 Top( rRect.Top() ); in Intersection() 147 if ( Top() < rRect.Top() ) in _Intersection() 148 Top( rRect.Top() ); in _Intersection() 177 (Top() <= rRect.Top()) && (rRect.Top() <= nBottom) && in IsInside() 186 && (Top() <= rPoint.Y()) in IsInside() [all …]
|
/aoo4110/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 429 Top ( Min( Top(), rRect.Top() ) ); in MakeUnion() 557 if ( rR1.Top() < rR2.Top() ) in ConnectEdges() 561 else if ( rR1.Top() > rR2.Top() ) in ConnectEdges() 568 if ( rL1.Top() < pLA->Top() ) in ConnectEdges() 901 if ( rLi.Top() == rLk.Top() && in PaintSubsidiary() 1014 if ( rRect.Top() > aPxCenterRect.Top() ) in SwAlignRect() 3281 aPaintRect.Top( pFrm->Frm().Top() ); in Paint() 3920 rOutRect.Top( rOutRect.Top() + nHeight ); in PaintShadow() 3948 rOutRect.Top( rOutRect.Top() + nHeight ); in PaintShadow() 6246 if ( aOriginal.Top() == aOut.Top() ) in PaintSubsidiaryLines() [all …]
|
H A D | flycnt.cxx | 666 : ( pCnt->Frm().Top() + in lcl_CalcDownDist() 786 nPrtHeight = pLay->Frm().Top() + pLay->Prt().Top() in lcl_CalcDownDist() 892 nPrtHeight = pLay->Frm().Top()+pLay->Prt().Top() in lcl_CalcDownDist() 989 if ( pCnt->Frm().Top() <= rPt.Y() ) in lcl_FindCntDiff() 1053 if ( pNew->Frm().Top() <= rPt.Y() ) in lcl_FindCnt() 1078 if ( pNew->Frm().Top() <= rPt.Y() ) in lcl_FindCnt() 1095 if ( (pRet->Frm().Top() > rPt.Y()) ) in lcl_FindCnt() 1109 if ( rPoint.Y() < aTmp.Top() ) in lcl_PointToPrt() 1110 rPoint.Y() = aTmp.Top(); in lcl_PointToPrt() 1334 : ( pCnt->Frm().Top() + in SetAbsPos() [all …]
|
/aoo4110/main/svtools/source/hatchwindow/ |
H A D | ipwin.cxx | 60 aOuter.Top() ), in FillHandleRectsPixel() 64 aOuter.Top() ), in FillHandleRectsPixel() 225 aPos.Y() = aRect.Top() - aOuter.Top(); in GetTrackPosPixel() 268 aTrackRect.Top() += aDiff.Y(); in GetTrackRectPixel() 272 aTrackRect.Top() += aDiff.Y(); in GetTrackRectPixel() 275 aTrackRect.Top() += aDiff.Y(); in GetTrackRectPixel() 346 rValidate.Top() = rValidate.Bottom(); in ValidateRect() 358 rValidate.Top() = rValidate.Bottom(); in ValidateRect() 365 rValidate.Top() = rValidate.Bottom(); in ValidateRect() 405 rValidate.Bottom() = rValidate.Top(); in ValidateRect() [all …]
|
/aoo4110/main/sfx2/source/sidebar/ |
H A D | DrawHelper.cxx | 44 rBox.Top(), in DrawBorder() 45 aBorderSize.Top(), in DrawBorder() 58 rBox.Top()+aBorderSize.Top(), in DrawBorder() 66 rBox.Top()+aBorderSize.Top(), in DrawBorder() 89 rBox.Top(), in DrawBevelBorder() 90 aBorderSize.Top(), in DrawBevelBorder() 103 rBox.Top()+aBorderSize.Top(), in DrawBevelBorder() 111 rBox.Top()+aBorderSize.Top(), in DrawBevelBorder() 119 rBox.Top(), in DrawBevelBorder() 120 rBox.Top()+aBorderSize.Top()-1, in DrawBevelBorder()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewport.cxx | 212 aNewVisArea.Top() -= lTmp; in DocSzChgd() 243 if( aLR.Top() < lMin ) in SetVisArea() 246 aLR.Top() = lMin; in SetVisArea() 391 pPt->Y() = rRect.Top(); in CalcPt() 394 else if ( rRect.Top() < aVisArea.Top() ) //Verschiebung nach oben in CalcPt() 460 long nTopDiff = aDlgRect.Top() - aVisArea.Top(); in Scroll() 467 aVisArea.Top() += nDiffY; in Scroll() 569 else if( GetWrtShell().GetCharRect().Top() < (aVisArea.Top() + nYScrl)) in GetPageScrollUpOffset() 820 aRect.Top() = aTopLeft.Y(); in CalcVisArea() 837 if ( aRect.Top() ) in CalcVisArea() [all …]
|
/aoo4110/main/vcl/source/window/ |
H A D | decoview.cxx | 800 rRect.Top()++; in ImplDrawFrame() 859 rRect.Top()++; in ImplDrawFrame() 862 rRect.Top()--; in ImplDrawFrame() 892 rRect.Top()++; in ImplDrawFrame() 925 rRect.Top()++; in ImplDrawFrame() 1033 aRect2.Top() = aFillRect.Top(); in ImplDrawButton() 1037 aRect1.Top() = aFillRect.Top(); in ImplDrawButton() 1168 rRect.Top()++; in ImplDrawButton() 1175 rRect.Top()++; in ImplDrawButton() 1200 rRect.Top() += 3; in ImplDrawButton() [all …]
|
/aoo4110/main/svtools/source/toolpanel/ |
H A D | tabbargeometry.cxx | 66 … ::basegfx::B2DRange aRect( io_rRect.Left(), io_rRect.Top(), io_rRect.Right(), io_rRect.Bottom() ); in lcl_transform() 69 io_rRect.Top() = long( aRect.getMinY() ); in lcl_transform() 83 i_bRight ? -i_rReference.Bottom() : -i_rReference.Top() in lcl_rotate() 93 aTransformation.translate( i_rReference.Left(), i_rReference.Top() ); in lcl_rotate() 111 io_rArea.Top() = i_rReferenceArea.Top() + i_rReferenceArea.Bottom() - io_rArea.Top(); in lcl_mirrorVertically() 112 io_rArea.Bottom() = i_rReferenceArea.Top() + i_rReferenceArea.Bottom() - io_rArea.Bottom(); in lcl_mirrorVertically() 113 ::std::swap( io_rArea.Top(), io_rArea.Bottom() ); in lcl_mirrorVertically() 197 m_aItemsInset.Top() = ITEMS_INSET_TOP; in TabBarGeometry() 269 m_aItemsInset.Top() + m_aItemsInset.Bottom() in getOptimalSize() 276 rLastItemRect.Top() + 1 + rLastItemRect.Bottom() + m_aItemsInset.Bottom() in getOptimalSize() [all …]
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdoedge.cxx | 617 long dyo=rPt.Y()-aR.Top(); in ImpCalcEscAngle() 668 if (bObn) aP1.Y()=rRect.Top(); in ImpCalcObjToCenter() 683 aP3.Y()=rRect.Top(); in ImpCalcObjToCenter() 763 aBewareRect1.Top()-=nV; in ImpCalcEdgeTrack() 786 aBewareRect2.Top()-=nV; in ImpCalcEdgeTrack() 944 long n1=Max(aBewareRect1.Top(),aBewareRect2.Top()); in ImpCalcEdgeTrack() 961 long nYMin=Min(aBewareRect1.Top(),aBewareRect2.Top()); in ImpCalcEdgeTrack() 964 aBewareRect1.Bottom()>aBewareRect2.Top() && aBewareRect1.Top()<aBewareRect2.Bottom(); in ImpCalcEdgeTrack() 1025 if (aBewR1.Bottom()>aBewR2.Top() && aBewR1.Top()<aBewR2.Bottom()) { in ImpCalcEdgeTrack() 1125 long nWant2=aBndR2.Top()-aBewR2.Top(); // Abstand bei Obj2 in ImpCalcEdgeTrack() [all …]
|
/aoo4110/main/sw/source/core/fields/ |
H A D | reffld.cxx | 154 bRefIsLower = pRefFrm->Frm().Top() < pFldFrm->Frm().Top() || in IsFrameBehind() 155 ( pRefFrm->Frm().Top() == pFldFrm->Frm().Top() && in IsFrameBehind() 159 ( pRefFrm->Frm().Top() == pFldFrm->Frm().Top() && in IsFrameBehind() 165 pRefFrm->Frm().Top() < pFldFrm->Frm().Top() ); in IsFrameBehind() 169 pRefFrm->Frm().Top() < pFldFrm->Frm().Top() ); in IsFrameBehind() 185 pRefFrm->Frm().Top() < pFldFrm->Frm().Top() ); in IsFrameBehind() 189 pRefFrm->Frm().Top() < pFldFrm->Frm().Top() ); in IsFrameBehind() 192 bRefIsLower = pRefFrm->Frm().Top() < pFldFrm->Frm().Top() || in IsFrameBehind() 193 ( pRefFrm->Frm().Top() == pFldFrm->Frm().Top() && in IsFrameBehind() 196 bRefIsLower = pRefFrm->Frm().Top() < pFldFrm->Frm().Top() || in IsFrameBehind() [all …]
|
/aoo4110/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 1234 y = aAreaRect.Top(); in NWGetButtonArea() 1994 (shadowRect.Left() - pixmapRect.Left()), (shadowRect.Top() - pixmapRect.Top()), in NWPaintGTKSpinBox() 2046 buttonRect.Top() = aAreaRect.Top(); in NWGetSpinButtonRect() 2078 (buttonRect.Left() - aAreaRect.Left()), (buttonRect.Top() - aAreaRect.Top()), in NWPaintOneSpinButton() 2092 (arrowRect.Left() - aAreaRect.Left()), (arrowRect.Top() - aAreaRect.Top()), in NWPaintOneSpinButton() 2158 y+(buttonRect.Top() - pixmapRect.Top()), in NWPaintGTKComboBox() 2163 y+(buttonRect.Top() - pixmapRect.Top()), in NWPaintGTKComboBox() 2411 y = pixmapRect.Top(); in NWPaintGTKListBox() 2443 y+(widgetRect.Top() - pixmapRect.Top()), in NWPaintGTKListBox() 2450 y+(aIndicatorRect.Top() - pixmapRect.Top()), in NWPaintGTKListBox() [all …]
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit.cxx | 454 if ( aOutArea.Bottom() < aOutArea.Top() ) in SetOutputArea() 455 aOutArea.Bottom() = aOutArea.Top(); in SetOutputArea() 495 if(aOldArea.Top() > aOutArea.Top()) in ResetOutputArea() 499 else if(aOldArea.Top() < aOutArea.Top()) in ResetOutputArea() 628 aAnchorPoint.Y() = aOutArea.Top(); in CalcAnchorPoint() 709 if ( aTmpRect.Top() != aEditCursor.Top() ) in ShowCursor() 738 else if ( aEditCursor.Top() < aTmpVisArea.Top() ) in ShowCursor() 740 nDocDiffY = aEditCursor.Top() - aTmpVisArea.Top(); in ShowCursor() 824 aEditCursor.Top() = GetVisDocTop(); in ShowCursor() 921 aNewVisArea.Top() -= ndY; in Scroll() [all …]
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev4.cxx | 187 aRect.Top() -= (long)fDY; in ImplDrawLinearGradient() 198 aMirrorRect.Top() = ( aRect.Top() + aRect.Bottom() ) / 2; in ImplDrawLinearGradient() 201 aRect.Bottom() = aMirrorRect.Top(); in ImplDrawLinearGradient() 255 aRect.Top() = aBorderRect.Bottom(); in ImplDrawLinearGradient() 314 double fGradientLine = (double)aRect.Top(); in ImplDrawLinearGradient() 439 aRect.Top() -= (long) fDY; in ImplDrawComplexGradient() 521 double fScanTop = aRect.Top(); in ImplDrawComplexGradient() 544 aExtRect.Top() -= 1; in ImplDrawComplexGradient() 732 aRect.Top()--; in DrawGradient() 1027 aRect.Top()--; in AddGradientActions() [all …]
|
/aoo4110/main/sw/source/core/objectpositioning/ |
H A D | anchoredobjectposition.cxx | 499 aPgAlignArea.Top() + aPgAlignArea.Height() ) in _ImplAdjustVertRelPos() 505 if ( nTopOfAnch + nAdjustedRelPosY < aPgAlignArea.Top() ) in _ImplAdjustVertRelPos() 507 nAdjustedRelPosY = aPgAlignArea.Top() - nTopOfAnch; in _ImplAdjustVertRelPos() 538 rAnchorFrm.Frm().Top() - in _ImplAdjustHoriRelPos() 541 if ( rAnchorFrm.Frm().Top() + nAdjustedRelPosX < in _ImplAdjustHoriRelPos() 542 _rPageAlignLayFrm.Frm().Top() ) in _ImplAdjustHoriRelPos() 544 nAdjustedRelPosX = _rPageAlignLayFrm.Frm().Top() - in _ImplAdjustHoriRelPos() 545 rAnchorFrm.Frm().Top(); in _ImplAdjustHoriRelPos() 996 rAnchorTxtFrm.Frm().Top(); in _AdjustHoriRelPosForDrawAside() 998 rAnchorTxtFrm.Frm().Top() + nTmp + in _AdjustHoriRelPosForDrawAside() [all …]
|
/aoo4110/main/sc/source/ui/drawfunc/ |
H A D | fuconpol.cxx | 280 const basegfx::B2DPoint aCenterTop(rRectangle.Center().X(), rRectangle.Top()); in CreateDefaultObject() 284 basegfx::B2DPoint(rRectangle.Right(), rRectangle.Top())); in CreateDefaultObject() 296 basegfx::B2DPoint(rRectangle.Left(), rRectangle.Top()), in CreateDefaultObject() 297 basegfx::B2DPoint(rRectangle.Center().X(), rRectangle.Top()), in CreateDefaultObject() 303 basegfx::B2DPoint(rRectangle.Right(), rRectangle.Top())); in CreateDefaultObject() 316 …aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left() + (nWdt * 30) / 100, rRectangle.Top() + (nHg… in CreateDefaultObject() 317 aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left(), rRectangle.Top() + (nHgt * 15) / 100)); in CreateDefaultObject() 318 aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left() + (nWdt * 65) / 100, rRectangle.Top())); in CreateDefaultObject() 319 …aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left() + nWdt, rRectangle.Top() + (nHgt * 30) / 100… in CreateDefaultObject() 320 …aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left() + (nWdt * 80) / 100, rRectangle.Top() + (nHg… in CreateDefaultObject() [all …]
|
/aoo4110/main/sd/source/ui/func/ |
H A D | fuconbez.cxx | 427 const basegfx::B2DPoint aCenterTop(rRectangle.Center().X(), rRectangle.Top()); in CreateDefaultObject() 431 basegfx::B2DPoint(rRectangle.Right(), rRectangle.Top())); in CreateDefaultObject() 444 basegfx::B2DPoint(rRectangle.Left(), rRectangle.Top()), in CreateDefaultObject() 445 basegfx::B2DPoint(rRectangle.Center().X(), rRectangle.Top()), in CreateDefaultObject() 451 basegfx::B2DPoint(rRectangle.Right(), rRectangle.Top())); in CreateDefaultObject() 471 aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left(), rRectangle.Top())); in CreateDefaultObject() 472 aInnerPoly.append(basegfx::B2DPoint(rRectangle.Center().X(), rRectangle.Top())); in CreateDefaultObject() 497 …aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left() + (nWdt * 30) / 100, rRectangle.Top() + (nHg… in CreateDefaultObject() 498 aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left(), rRectangle.Top() + (nHgt * 15) / 100)); in CreateDefaultObject() 499 aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left() + (nWdt * 65) / 100, rRectangle.Top())); in CreateDefaultObject() [all …]
|
/aoo4110/main/vcl/source/control/ |
H A D | tabctrl.cxx | 572 aRect.Top() = 0; in ImplChangeTabPage() 578 aRect.Top() -= 2; in ImplChangeTabPage() 584 aRect.Top() -= 2; in ImplChangeTabPage() 646 aRect.Top() -= TAB_OFFSET; in ImplChangeTabPage() 729 aRect.Top() = aRect.Top()+((aTabSize.Height()-nTextHeight)/2)-1-1; in ImplShowFocus() 737 long nYPos = aRect.Top(); in ImplShowFocus() 742 aRect.Top() = nYPos - 2; in ImplShowFocus() 945 Point aImgTL( nXPos, aRect.Top() ); in ImplDrawItem() 1085 aRect.Top() -= TAB_OFFSET; in ImplPaint() 1343 aItemRect.Top() = aPt.Y(); in RequestHelp() [all …]
|
H A D | slider.cxx | 179 maChannel1Rect.Top() = mnChannelPixTop; in ImplUpdateRects() 188 maChannel2Rect.Top() = mnChannelPixTop; in ImplUpdateRects() 209 if ( mnChannelPixOffset < maThumbRect.Top() ) in ImplUpdateRects() 211 maChannel1Rect.Top() = mnChannelPixOffset; in ImplUpdateRects() 212 maChannel1Rect.Bottom() = maThumbRect.Top()-1; in ImplUpdateRects() 220 maChannel2Rect.Top() = maThumbRect.Bottom()+1; in ImplUpdateRects() 324 maThumbRect.Top() = 0; in ImplCalc() 435 aRect.Top()++; in ImplDraw() 478 aRect.Top()++; in ImplDraw() 519 aRect.Top() = 0; in ImplIsPageUp() [all …]
|
/aoo4110/main/tools/source/generic/ |
H A D | svborder.cxx | 42 nTop = aInner.Top() - aOuter.Top(); in SvBorder() 53 aS.Height() += rBorder.Top() + rBorder.Bottom(); in operator +=() 56 rRect.Top() -= rBorder.Top(); in operator +=() 66 aS.Height() -= rBorder.Top() + rBorder.Bottom(); in operator -=() 69 rRect.Top() += rBorder.Top(); in operator -=()
|