Home
last modified time | relevance | path

Searched refs:aOffset (Results 26 – 50 of 78) sorted by relevance

1234

/trunk/main/reportdesign/source/ui/report/
H A DReportWindow.cxx184 const Point aOffset = LogicToPixel( Point( SECTION_OFFSET, 0 ), MAP_APPFONT ); in Resize() local
185 Point aStartPoint((long)aStartWidth + aOffset.X(),0); in Resize()
207 aStartPoint.X() = aOffset.X(); in Resize()
/trunk/main/basegfx/source/tools/
H A Dunopolypolygon.cxx129 const B2DVector aOffset( unotools::b2DPointFromRealPoint2D( position ) - in addPolyPolygon() local
132 if( !aOffset.equalZero() ) in addPolyPolygon()
134 const B2DHomMatrix aTranslate(tools::createTranslateB2DHomMatrix(aOffset)); in addPolyPolygon()
/trunk/main/sd/source/ui/unoidl/
H A DSdUnoDrawView.cxx417 awt::Point aOffset; in setFastPropertyValue() local
418 rValue >>= aOffset; in setFastPropertyValue()
419 SetViewOffset( aOffset ); in setFastPropertyValue()
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx210 drawing::Direction3D aOffset; in createDataPoint() local
217 aOffset = aNewOrigin - aOrigin; in createDataPoint()
228 , aOffset, B3DHomMatrixToHomogenMatrix( m_pPosHelper->getUnitCartesianToScene() ) in createDataPoint()
236 , aOffset, B3DHomMatrixToHomogenMatrix( m_pPosHelper->getUnitCartesianToScene() ) ); in createDataPoint()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx2662 Point aOffset; in OutWW6FlyFrmsInCntnt() local
2664 SwRect aParentRect(rNd.FindLayoutRect(false, &aOffset)), in OutWW6FlyFrmsInCntnt()
2665 aFlyRect(rFlyFrmFmt.FindLayoutRect(false, &aOffset ) ); in OutWW6FlyFrmsInCntnt()
2667 aOffset = aFlyRect.Pos() - aParentRect.Pos(); in OutWW6FlyFrmsInCntnt()
2673 pFlyOffset = &aOffset; in OutWW6FlyFrmsInCntnt()
2753 Point aOffset; in OutputFlyFrame_Impl() local
2764 aOffset = rFrmFmt.FindLayoutRect().Pos(); in OutputFlyFrame_Impl()
2765 aOffset -= aPageRect.Pos(); in OutputFlyFrame_Impl()
2767 m_rWW8Export.pFlyOffset = &aOffset; in OutputFlyFrame_Impl()
/trunk/main/sc/source/ui/inc/
H A Dpreview.hxx40 Point aOffset; // positiv member in ScPreview
144 Point GetOffset() const { return aOffset; } in GetOffset()
/trunk/main/canvas/source/tools/
H A Dsurfaceproxy.cxx74 ::basegfx::B2IPoint aOffset(x,y); in SurfaceProxy()
85 aOffset, in SurfaceProxy()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx375 const basegfx::B2DVector aOffset( in createNewSdrShadowAttribute() local
380 … return attribute::SdrShadowAttribute(aOffset, (double)nTransparence * 0.01, aColor.getBColor()); in createNewSdrShadowAttribute()
681 const basegfx::B2DVector aOffset( in createNewSdrFillGraphicAttribute() local
692 aOffset, in createNewSdrFillGraphicAttribute()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx2108 Point aOffset; in PrepareBooklet() local
2143 aOffset.X() = ( ( aAdjustedPrintSize.Width() >> 1 ) - rInfo.maPageSize.Width() ) >> 1; in PrepareBooklet()
2144 aOffset.Y() = ( aAdjustedPrintSize.Height() - rInfo.maPageSize.Height() ) >> 1; in PrepareBooklet()
2148 aOffset.X() = ( aAdjustedPrintSize.Width() - rInfo.maPageSize.Width() ) >> 1; in PrepareBooklet()
2149 aOffset.Y() = ( ( aAdjustedPrintSize.Height() >> 1 ) - rInfo.maPageSize.Height() ) >> 1; in PrepareBooklet()
2197 Point aSecondOffset (aOffset); in PrepareBooklet()
2207 aOffset, in PrepareBooklet()
/trunk/main/sw/source/core/layout/
H A Dlayhelp.hxx63 SvXub_StrLens aOffset; member in SwLayCacheImpl
74 xub_StrLen GetBreakOfst( size_t nIdx ) const { return aOffset[ nIdx ]; } in GetBreakOfst()
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1153 Point aOffset = GetEEOffset(); in getBounds() local
1155 return awt::Rectangle( aScreenRect.Left() + aOffset.X(), in getBounds()
1156 aScreenRect.Top() + aOffset.Y(), in getBounds()
1598 Point aOffset = GetEEOffset(); in getCharacterBounds() local
1600 return awt::Rectangle( aScreenRect.Left() + aOffset.X(), in getCharacterBounds()
1601 aScreenRect.Top() + aOffset.Y(), in getCharacterBounds()
1629 Point aOffset( GetEEOffset() ); in getIndexAtPoint() local
1630 Point aPoint( rPoint.X - aOffset.X(), rPoint.Y - aOffset.Y() ); in getIndexAtPoint()
H A DAccessibleImageBullet.cxx288 Point aOffset = GetEEOffset(); in getBounds() local
290 return awt::Rectangle( aScreenRect.Left() + aOffset.X(), in getBounds()
291 aScreenRect.Top() + aOffset.Y(), in getBounds()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx2248 awt::Point aOffset( 0, 0 ); in getPosition() local
2253 aOffset.X = ( aMemberObjRect.Left() - aGroupObjRect.Left() ); in getPosition()
2254 aOffset.Y = ( aMemberObjRect.Top() - aGroupObjRect.Top() ); in getPosition()
2276 aOffset.X = TWIP_TO_MM100(aOffset.X); in getPosition()
2277 aOffset.Y = TWIP_TO_MM100(aOffset.Y); in getPosition()
2278 aPos.X += aOffset.X; in getPosition()
2279 aPos.Y += aOffset.Y; in getPosition()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx2680 Point aOffset( pPage->Frm().Pos() ); in GetPageNumAndSetOffsetForPDF()
2681 aOffset.X() = -aOffset.X(); in GetPageNumAndSetOffsetForPDF()
2682 aOffset.Y() = -aOffset.Y(); in GetPageNumAndSetOffsetForPDF()
2685 aMapMode.SetOrigin( aOffset ); in GetPageNumAndSetOffsetForPDF()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx779 awt::Point aOffset( aParentLocOnScreen.X - aULOnScreen.X, in getBounds() local
782 return awt::Rectangle( aRect.getX() - aOffset.X, aRect.getY() - aOffset.Y, in getBounds()
/trunk/main/svx/source/dialog/
H A Dimapwnd.cxx265 const Point aOffset( nRadius, nRadius ); in CreateObj() local
266 Rectangle aCircle( aCenter - aOffset, aCenter + aOffset ); in CreateObj()
/trunk/main/basegfx/source/polygon/
H A Db2dsvgpolypolygon.cxx604 const B2DPoint aOffset((p1+p2)/2.0); in importFromSvgD() local
605 aTransform.translate(aOffset.getX(), in importFromSvgD()
606 aOffset.getY()); in importFromSvgD()
/trunk/main/toolkit/source/awt/
H A Dvclxaccessiblecomponent.cxx845 awt::Size aOffset( aScreenLocVCL.X - aScreenLocForeign.X, aScreenLocVCL.Y - aScreenLocForeign.Y ); in implGetBounds() local
847 aBounds.X += aOffset.Width; in implGetBounds()
848 aBounds.Y += aOffset.Height; in implGetBounds()
/trunk/main/svx/source/svdraw/
H A Dsvdhdl.cxx598 Size aOffset = rOutDev.PixelToLogic(Size(4, 4)); in CreateB2dIAObject() local
601 aMoveOutsideOffset.Y() -= aOffset.Width(); in CreateB2dIAObject()
603 aMoveOutsideOffset.Y() += aOffset.Height(); in CreateB2dIAObject()
605 aMoveOutsideOffset.X() -= aOffset.Width(); in CreateB2dIAObject()
607 aMoveOutsideOffset.X() += aOffset.Height(); in CreateB2dIAObject()
H A Dsvdovirt.cxx271 const Point aOffset(GetOffset()); in AddToHdlList() local
276 pCandidate->SetPos(pCandidate->GetPos() + aOffset); in AddToHdlList()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4478 Point aOffset = Point(0,0); in ImplDrawEmphasisMarks() local
4487 aOffset += Point( nEmphasisWidth2, nEmphasisHeight2 ); in ImplDrawEmphasisMarks()
4502 Point aAdjPoint = aOffset; in ImplDrawEmphasisMarks()
7610 Point aOffset( nWidth/2, 8 ); in GetTextBoundRect() local
7611 Size aOutSize( nWidth + 2*aOffset.X(), nHeight + 2*aOffset.Y() ); in GetTextBoundRect()
7616 pSalLayout->DrawBase() = aOffset; in GetTextBoundRect()
7684 aTopLeft -= aOffset; in GetTextBoundRect()
7866 Point aOffset(nCharWidth / 2, 8); in GetTextOutlines() local
7867 Size aSize(nCharWidth + 2 * aOffset.X(), nHeight + 2 * aOffset.Y()); in GetTextOutlines()
7873 pSalLayout->DrawBase() += aOffset; in GetTextOutlines()
[all …]
/trunk/main/offapi/com/sun/star/embed/
H A DXInplaceClient.idl207 @param aOffset
213 void scrollObject( [in] ::com::sun::star::awt::Size aOffset )
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx677 const ::basegfx::B2DVector aOffset( in createGradientAction() local
739 aOffset, in createGradientAction()
748 aOffset, in createGradientAction()
758 aOffset, in createGradientAction()
768 aOffset, in createGradientAction()
/trunk/main/sd/source/ui/animations/
H A DSlideTransitionPane.cxx607 ::Point aOffset( LogicToPixel( Point( 3, 3 ), MAP_APPFONT ) ); in updateLayout()
608 long nOffsetX = aOffset.getX(); in updateLayout()
609 long nOffsetY = aOffset.getY(); in updateLayout()
/trunk/main/starmath/source/
H A Daccessibility.cxx546 Point aOffset(pNode->GetTopLeft() - pTree->GetTopLeft()); in getCharacterBounds() local
547 Point aTLPos (pWin->GetFormulaDrawPos() + aOffset); in getCharacterBounds()
615 Point aOffset( pNode->GetTopLeft() - pTree->GetTopLeft() ); in getIndexAtPoint() local
616 Point aTLPos ( /*pWin->GetFormulaDrawPos() +*/ aOffset ); in getIndexAtPoint()

Completed in 222 milliseconds

1234