/aoo41x/main/sc/source/ui/view/ |
H A D | preview.cxx | 357 if ( bDoPrint && ( aOffset.X() < 0 || aOffset.Y() < 0 ) && bValidPage ) in DoPrint() 364 if ( aOffset.X() < 0 ) in DoPrint() 366 if ( aOffset.Y() < 0 ) in DoPrint() 391 pPrintFunc->SetOffset(aOffset); in DoPrint() 538 if ( aOffset.X() <= 0 || aOffset.Y() <= 0 || bRight || bBottom ) in DoPrint() 803 if ( aOffset.X() == nX ) in SetXOffset() 809 aOffset.X() = nX; in SetXOffset() 819 aOffset.X() = nX; in SetXOffset() 830 if ( aOffset.Y() == nY ) in SetYOffset() 836 aOffset.Y() = nY; in SetYOffset() [all …]
|
H A D | output3.cxx | 55 Point aOffset; in PrePrintDrawingLayer() local 59 aOffset.X() -= pDoc->GetColWidth( nCol, nTab ) * nLayoutSign; in PrePrintDrawingLayer() 60 aOffset.Y() -= pDoc->GetRowHeight( 0, nY1-1, nTab ); in PrePrintDrawingLayer() 69 aOffset.X() += nDataWidth; in PrePrintDrawingLayer() 71 aRect.Left() = aRect.Right() = -aOffset.X(); in PrePrintDrawingLayer() 72 aRect.Top() = aRect.Bottom() = -aOffset.Y(); in PrePrintDrawingLayer() 74 Point aMMOffset( aOffset ); in PrePrintDrawingLayer()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | gradtrns.cxx | 133 basegfx::B2DPoint aOffset( in GradToVec() local 137 aStartPos += aOffset; in GradToVec() 138 aEndPos += aOffset; in GradToVec() 168 basegfx::B2DPoint aOffset( in GradToVec() local 172 aStartPos += aOffset; in GradToVec() 173 aEndPos += aOffset; in GradToVec() 345 const basegfx::B2DPoint aOffset(aEndPos - aTopLeft); in VecToGrad() local 373 aStartPos -= aOffset; in VecToGrad() 374 aEndPos -= aOffset; in VecToGrad() 469 aStartPos -= aOffset; in VecToGrad() [all …]
|
/aoo41x/main/writerfilter/source/doctok/ |
H A D | WW8StyleSheet.cxx | 161 WW8StructBaseTmpOffset aOffset(this); in get_upx() local 163 aOffset.set(get_upxstart()); in get_upx() 165 if (aOffset.get() > 0 ) in get_upx() 171 nCount = getU16(aOffset); in get_upx() 173 aOffset.inc(nCount + 2); in get_upx() 174 aOffset.inc(aOffset.get() % 2); in get_upx() 177 nCount = getU16(aOffset); in get_upx() 181 aOffset.inc(2); in get_upx() 185 pProps(new WW8PropertySetImpl(*this, aOffset.get(), nCount, in get_upx()
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | CustomAnimationPane.cxx | 396 Point aCursor( aOffset ); in updateLayout() 406 aCursor.Y() += aSize.Height() + aOffset.Y(); in updateLayout() 424 aCursor.X() = aOffset.X(); in updateLayout() 438 aCursor.X() = aOffset.X(); in updateLayout() 444 aCursor.X() = aOffset.X(); in updateLayout() 453 aCursor.Y() += aSize.Height() + aOffset.Y(); in updateLayout() 520 aFTPos.Y() += nDeltaY + aOffset.Y(); in updateLayout() 527 …aCursor = Point( aOffset.X(), aPaneSize.Height() - mpCBAutoPreview->GetSizePixel().Height() - aOff… in updateLayout() 561 aCursor.X() = aOffset.X(); in updateLayout() 571 aCursor.Y() -= aOffset.Y() + aSize.Height(); in updateLayout() [all …]
|
H A D | CustomAnimationList.cxx | 998 ::Point aOffset( LogicToPixel( Point( 6, 6 ), MAP_APPFONT ) ); in Paint() 1002 aRect.Left() += aOffset.X(); in Paint() 1003 aRect.Top() += aOffset.Y(); in Paint() 1004 aRect.Right() -= aOffset.X(); in Paint() 1005 aRect.Bottom() -= aOffset.Y(); in Paint()
|
/aoo41x/main/svx/source/table/ |
H A D | tablehandles.cxx | 120 basegfx::B2DPoint aOffset(aPos.X(), aPos.Y()); in getPolyPolygon() local 127 aOffset[n] = aOffset[n] + GetValidDragOffset( *pDrag ); in getPolyPolygon() 130 basegfx::B2DPoint aStart(aOffset), aEnd(aOffset); in getPolyPolygon() 138 aStart[nPos] = aOffset[nPos] + aEdge.mnStart; in getPolyPolygon() 139 aEnd[nPos] = aOffset[nPos] + aEdge.mnEnd; in getPolyPolygon()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 1179 Size aOffset; in CreateAnimObj() local 1198 aOffset.Height() = aMaxSizeLog.Height() - aRect.GetHeight(); in CreateAnimObj() 1202 aOffset.Width() = (aMaxSizeLog.Width() - aRect.GetWidth()) / 2; in CreateAnimObj() 1206 aOffset.Width() = (aMaxSizeLog.Width() - aRect.GetWidth()) / 2; in CreateAnimObj() 1211 aOffset.Width() = (aMaxSizeLog.Width() - aRect.GetWidth()) / 2; in CreateAnimObj() 1212 aOffset.Height() = aMaxSizeLog.Height() - aRect.GetHeight(); in CreateAnimObj() 1216 aOffset.Width() = aMaxSizeLog.Width() - aRect.GetWidth(); in CreateAnimObj() 1220 aOffset.Width() = aMaxSizeLog.Width() - aRect.GetWidth(); in CreateAnimObj() 1225 aOffset.Width() = aMaxSizeLog.Width() - aRect.GetWidth(); in CreateAnimObj() 1226 aOffset.Height() = aMaxSizeLog.Height() - aRect.GetHeight(); in CreateAnimObj() [all …]
|
/aoo41x/main/extensions/source/scanner/ |
H A D | grid.hxx | 54 const Point aOffset(rWin.PixelToLogic(Point(mnOffX, mnOffY))); in draw() local 55 rWin.DrawBitmapEx(maPos - aOffset, rBitmapEx); in draw() 60 const Point aOffset(rWin.PixelToLogic(Point(mnOffX, mnOffY))); in isHit() local 61 const Rectangle aTarget(maPos - aOffset, maPos + aOffset); in isHit()
|
/aoo41x/main/starmath/source/ |
H A D | rect.cxx | 638 Point aOffset (rPosition - GetTopLeft()); in Draw() local 641 rDev.DrawLine(Point(nLeft, GetAlignB()) += aOffset, in Draw() 642 Point(nRight, GetAlignB()) += aOffset); in Draw() 643 rDev.DrawLine(Point(nLeft, GetAlignT()) += aOffset, in Draw() 644 Point(nRight, GetAlignT()) += aOffset); in Draw() 646 rDev.DrawLine(Point(nLeft, GetBaseline()) += aOffset, in Draw() 647 Point(nRight, GetBaseline()) += aOffset); in Draw() 650 rDev.DrawLine(Point(nLeft, GetHiAttrFence()) += aOffset, in Draw() 651 Point(nRight, GetHiAttrFence()) += aOffset); in Draw()
|
/aoo41x/main/sd/source/ui/slideshow/ |
H A D | showwin.cxx | 577 const Size aOffset( LogicToLogic( Size( 1000, 1000 ), MAP_100TH_MM, rMap ) ); in DrawPauseScene() local 598 …const Point aGrfPos( Max( aOutOrg.X() + aOutSize.Width() - aGrfSize.Width() - aOffset.Width(), aOu… in DrawPauseScene() 599 … Max( aOutOrg.Y() + aOutSize.Height() - aGrfSize.Height() - aOffset.Height(), aOutOrg.Y() ) ); in DrawPauseScene() 630 aVDev.DrawText( Point( aOffset.Width(), 0 ), aText ); in DrawPauseScene() 631 DrawOutDev( Point( aOutOrg.X(), aOffset.Height() ), aVDevSize, Point(), aVDevSize, aVDev ); in DrawPauseScene() 639 DrawText( Point( aOutOrg.X() + aOffset.Width(), aOutOrg.Y() + aOffset.Height() ), aText ); in DrawPauseScene()
|
/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsButtonBar.cxx | 446 const Point aOffset (rpDescriptor->GetBoundingBox().TopLeft()); in Paint() local 449 PaintButtonBackground(rDevice, rpDescriptor, aOffset); in Paint() 462 aOffset, in Paint() 481 const Point aOffset) in PaintButtonBackground() argument 503 rDevice.DrawBitmapEx(maBackgroundLocation+aOffset, BitmapEx(pBitmap->GetBitmap(), aMask)); in PaintButtonBackground() 1209 const Point aOffset, in Paint() argument 1223 aBox += aOffset; in Paint() 1287 const Point aOffset, in Paint() argument 1336 + aOffset.X() in Paint() 1339 + aOffset.Y() in Paint()
|
H A D | SlsToolTip.cxx | 186 const Point aOffset (pWindow->GetWindowExtentsRelative(pParent).TopLeft()); in DoShow() local 192 aBox.Move(aOffset.X(), aOffset.Y() + aBox.GetHeight() + 3); in DoShow()
|
H A D | SlsInsertionIndicatorOverlay.cxx | 168 const Point aOffset = PaintRepresentatives(aContent, aPreviewSize, nOffset, rRepresentatives); in Create() local 170 PaintPageCount(aContent, nSelectionCount, aPreviewSize, aOffset); in Create() 201 const Point aOffset (0,rRepresentatives.size()==1 ? -nOffset : 0); in PaintRepresentatives() local 226 aPageOffset += aOffset; in PaintRepresentatives()
|
/aoo41x/main/sd/source/ui/slidesorter/inc/view/ |
H A D | SlsButtonBar.hxx | 183 const Point aOffset); 224 const Point aOffset, 270 const Point aOffset, 298 const Point aOffset,
|
/aoo41x/main/svgio/source/svgreader/ |
H A D | svggradientnode.cxx | 278 const SvgNumber aOffset(pCandidate->getOffset()); in collectGradientEntries() local 281 if(Unit_percent == aOffset.getUnit()) in collectGradientEntries() 284 fOffset = aOffset.getNumber() * 0.01; in collectGradientEntries() 288 fOffset = aOffset.solve(*this); in collectGradientEntries()
|
H A D | svgtextpathnode.cxx | 237 const basegfx::B2DVector aOffset(aBasePoint - mrTextStart); in allowChange() local 239 if(!basegfx::fTools::equalZero(aOffset.getY())) in allowChange() 242 aPosition.setY(aPosition.getY() + aOffset.getY()); in allowChange()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | grafctrl.cxx | 1044 Point aOffset( (aNewGrfSize.Width() - aOldGrfSize.Width()) >> 1, in ExecuteGrafAttr() local 1060 ShearPoint(aOffset, Point(0,0), aGeo.nTan); in ExecuteGrafAttr() 1067 RotatePoint(aOffset, Point(0,0), aGeo.nSin,aGeo.nCos); in ExecuteGrafAttr() 1071 aPol.Move( -aOffset.X(), -aOffset.Y() ); in ExecuteGrafAttr() 1076 aNewRect.Move( -aOffset.X(), -aOffset.Y() ); in ExecuteGrafAttr()
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxdevice.cxx | 155 Point aOffset = ((Printer*)mpOutputDevice)->GetPageOffset(); in getInfo() local 156 aInfo.LeftInset = aOffset.X(); in getInfo() 157 aInfo.TopInset = aOffset.Y(); in getInfo() 158 aInfo.RightInset = aDevSz.Width() - aOutSz.Width() - aOffset.X(); in getInfo() 159 aInfo.BottomInset = aDevSz.Height() - aOutSz.Height() - aOffset.Y(); in getInfo()
|
/aoo41x/main/sd/source/ui/slidesorter/model/ |
H A D | SlsPageDescriptor.cxx | 282 const Point aOffset (maVisualState.GetLocationOffset()); in GetBoundingBox() local 283 aBox.Move(aOffset.X(), aOffset.Y()); in GetBoundingBox()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | gdimtf.cxx | 810 Size aOffset( aBaseOffset ); in Move() local 834 aOffset = aMapVDev.LogicToLogic( aBaseOffset, GetPrefMapMode(), aMapVDev.GetMapMode() ); in Move() 837 pModAct->Move( aOffset.Width(), aOffset.Height() ); in Move() 844 Size aOffset( aBaseOffset ); in Move() local 871 aOffset = aMapVDev.LogicToPixel( aBaseOffset, GetPrefMapMode() ); in Move() 873 aOffset.Width() = static_cast<long>(aOffset.Width() * (double)aMap.GetScaleX()); in Move() 874 aOffset.Height() = static_cast<long>(aOffset.Height() * (double)aMap.GetScaleY()); in Move() 877 … aOffset = aMapVDev.LogicToLogic( aBaseOffset, GetPrefMapMode(), aMapVDev.GetMapMode() ); in Move() 880 pModAct->Move( aOffset.Width(), aOffset.Height() ); in Move() 1037 const Size aOffset( -aNewBound.Left(), -aNewBound.Top() ); in Rotate() local [all …]
|
/aoo41x/main/sd/source/ui/table/ |
H A D | TableDesignPane.cxx | 200 const Point aOffset (LogicToPixel( Point(3,3), MAP_APPFONT)); in GetHeightForWidth() local 201 sal_Int32 nHeight (3 * aOffset.Y()); in GetHeightForWidth() 430 Point aOffset( LogicToPixel( Point(3,3), MAP_APPFONT ) ); in updateLayout() local 438 …gOffsetY[CB_BANDED_COLUMNS] + mxControls[CB_BANDED_COLUMNS]->GetSizePixel().Height() + aOffset.Y(); in updateLayout() 448 … aSize.Width() = aPaneSize.Width() - aOffset.X() - mxControls[nId]->GetPosPixel().X(); in updateLayout() 522 aCPos.X() = ( nId == FL_STYLE_OPTIONS ? 1 : 2 ) * aOffset.X(); in updateLayout()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | adminpages.cxx | 323 …Size aOffset = pConverter->LogicToPixel( Size( _nIndentAppFont, ( _eRelation == RelatedControls ? … in positionBelow() local 325 Point aControlPos( aReference.X() + aOffset.Width(), aReference.Y() + aOffset.Height() ); in positionBelow()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | ScrollHelper.cxx | 171 const Point aOffset = LogicToPixel( Point( SECTION_OFFSET, SECTION_OFFSET ), MAP_APPFONT ); in ResizeScrollBars() local 175 const sal_Int32 nNewWidth = aOutPixSz.Width() - aOffset.X() - (long)aStartWidth; in ResizeScrollBars() 176 …lcl_setScrollBar(nNewWidth,Point( (long)aStartWidth + aOffset.X(), aOutPixSz.Height() ),Size( nNew… in ResizeScrollBars()
|
/aoo41x/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfentries.cxx | 979 OString aOffset( OString::valueOf( sal_Int64(section_begin->second.second ) ) ); in emit() local 980 int nPad = 10 - aOffset.getLength(); in emit() 983 aBuf.append( aOffset ); in emit() 1003 rtl::OString aOffset( rtl::OString::valueOf( sal_Int32(nXRefPos) ) ); in emit() local 1004 if( ! rWriteContext.write( aOffset.getStr(), aOffset.getLength() ) ) in emit()
|