Lines Matching refs:maRect

1135maRect = Rectangle( Point( maPosition.X, maPosition.Y ), Size( maSize.Width, maSize.Height ) );  in ImplGetShapeByIndex()
1688 double fWidthHalf = maRect.GetWidth() / 2; in ImplFlipBoundingBox()
1689 double fHeightHalf = maRect.GetHeight() / 2; in ImplFlipBoundingBox()
1694maRect.Move( (sal_Int32)( -( fWidthHalf - fXDiff ) ), (sal_Int32)( - ( fHeightHalf + fYDiff ) ) ); in ImplFlipBoundingBox()
1707 …aTopLeft( (sal_Int32)( maRect.Left() + fWidthHalf - fHeightHalf ), (sal_Int32)( maRect.Top() + fHe… in ImplFlipBoundingBox()
1708 Size aNewSize( maRect.GetHeight(), maRect.GetWidth() ); in ImplFlipBoundingBox()
1709 maRect = Rectangle( Point( aTopLeft.X, aTopLeft.Y ), aNewSize ); in ImplFlipBoundingBox()
3343 sal_uInt32 nDefaultTabs = abs( maRect.GetWidth() ) / nDefaultTabSize; in ImplWriteTextStyleAtom()
4210 …*mpStrm << (sal_Int16)maRect.Top() << (sal_Int16)maRect.Left() << (sal_Int16)maRect.Right() << (sa… in ImplCreatePresentationPlaceholder()
4355 sal_uInt32 nShapeId = mpPptEscherEx->EnterGroup( &maRect, pTmp ); in ImplWritePage()
4380maRect = Rectangle( Point( maPosition.X, maPosition.Y ), Size( maSize.Width, maSize.Height ) ); in ImplWritePage()
4408maRect = Rectangle( Point( maPosition.X, maPosition.Y ), Size( maSize.Width, maSize.Height ) ); in ImplWritePage()
4437 sal_Int32 nLenght = maRect.GetWidth(); in ImplWritePage()
4438 if ( nLenght > maRect.GetHeight() ) in ImplWritePage()
4439 nLenght = maRect.GetHeight(); in ImplWritePage()
4552 maRect = ImplMapRectangle( aNewRect ); in ImplWritePage()
4553 maPosition = ::com::sun::star::awt::Point( maRect.Left(), maRect.Top() ); in ImplWritePage()
4554 maSize = ::com::sun::star::awt::Size( maRect.GetWidth(), maRect.GetHeight() ); in ImplWritePage()
4700 maRect = ImplMapRectangle( aNewRect ); in ImplWritePage()
4701 maPosition = ::com::sun::star::awt::Point( maRect.Left(), maRect.Top() ); in ImplWritePage()
4702 maSize = ::com::sun::star::awt::Size( maRect.GetWidth(), maRect.GetHeight() ); in ImplWritePage()
4718 maRect = ImplMapRectangle( aNewRect ); in ImplWritePage()
4719 maPosition = ::com::sun::star::awt::Point( maRect.Left(), maRect.Top() ); in ImplWritePage()
4720 maSize = ::com::sun::star::awt::Size( maRect.GetWidth(), maRect.GetHeight() ); in ImplWritePage()
4723 aTextRefPoint = ::com::sun::star::awt::Point( maRect.Left(), maRect.Top() ); in ImplWritePage()
4731 if ( maRect.Top() > maRect.Bottom() ) in ImplWritePage()
4733 if ( maRect.Left() > maRect.Right() ) in ImplWritePage()
4755 maRect = ImplMapRectangle( aNewRect ); in ImplWritePage()
4756 maPosition = ::com::sun::star::awt::Point( maRect.Left(), maRect.Top() ); in ImplWritePage()
4757 maSize = ::com::sun::star::awt::Size( maRect.GetWidth(), maRect.GetHeight() ); in ImplWritePage()
4775 maRect = ImplMapRectangle( aNewRect ); in ImplWritePage()
4776 maPosition = ::com::sun::star::awt::Point( maRect.Left(), maRect.Top() ); in ImplWritePage()
4777 maSize = ::com::sun::star::awt::Size( maRect.GetWidth(), maRect.GetHeight() ); in ImplWritePage()
4795 maRect = ImplMapRectangle( aNewRect ); in ImplWritePage()
4796 maPosition = ::com::sun::star::awt::Point( maRect.Left(), maRect.Top() ); in ImplWritePage()
4797 maSize = ::com::sun::star::awt::Size( maRect.GetWidth(), maRect.GetHeight() ); in ImplWritePage()
4815 maRect = ImplMapRectangle( aNewRect ); in ImplWritePage()
4816 maPosition = ::com::sun::star::awt::Point( maRect.Left(), maRect.Top() ); in ImplWritePage()
4817 maSize = ::com::sun::star::awt::Size( maRect.GetWidth(), maRect.GetHeight() ); in ImplWritePage()
4929 …*mpStrm << (sal_Int16)maRect.Top() << (sal_Int16)maRect.Left() << (sal_Int16)maRect.Right() << (sa… in ImplWritePage()
5023 …*mpStrm << (sal_Int16)maRect.Top() << (sal_Int16)maRect.Left() << (sal_Int16)maRect.Right() << (sa… in ImplWritePage()
5499 maRect.Justify(); in ImplWritePage()
5505 mpPptEscherEx->AddChildAnchor( maRect ); in ImplWritePage()
5507 mpPptEscherEx->AddClientAnchor( maRect ); in ImplWritePage()
5544 double fDist = hypot( maRect.GetWidth(), maRect.GetHeight() ); in ImplWritePage()
5545 maRect = Rectangle( Point( aTextRefPoint.X, aTextRefPoint.Y ), in ImplWritePage()
5580 mpPptEscherEx->AddChildAnchor( maRect ); in ImplWritePage()
5582 mpPptEscherEx->AddClientAnchor( maRect ); in ImplWritePage()
5758 if ( x == nColumnCount - 1 && nPosition != maRect.Right() ) in ImplCreateTable()
5759 maRect.Right() = nPosition; in ImplCreateTable()
5771 if ( y == nRowCount - 1 && nPosition != maRect.Bottom()) in ImplCreateTable()
5772 maRect.Bottom() = nPosition; in ImplCreateTable()
5777 …*mpStrm << (sal_Int32)maRect.Left() // Bounding box fuer die Gruppierten shapes an die sie attach… in ImplCreateTable()
5778 << (sal_Int32)maRect.Top() in ImplCreateTable()
5779 << (sal_Int32)maRect.Right() in ImplCreateTable()
5780 << (sal_Int32)maRect.Bottom(); in ImplCreateTable()
5806 mpPptEscherEx->AddChildAnchor( maRect ); in ImplCreateTable()
5808 mpPptEscherEx->AddClientAnchor( maRect ); in ImplCreateTable()
5822 sal_Int32 nRight = GetCellRight( nColumn, maRect,aColumns,xCell ); in ImplCreateTable()
5823 sal_Int32 nBottom = GetCellBottom( nRow, maRect,aRows,xCell ); in ImplCreateTable()
5901 sal_Int32 nRight = GetCellRight( nColumn, maRect,aColumns,xCell ); in ImplCreateTable()
5918 sal_Int32 nRight = GetCellRight( nColumn, maRect,aColumns,xCell ); in ImplCreateTable()
5919 sal_Int32 nBottom = GetCellBottom( nRow - 1, maRect,aRows,xCell ); in ImplCreateTable()
5958 sal_Int32 nBottom = GetCellBottom( nRow, maRect, aRows,xCell ); in ImplCreateTable()
5971 sal_Int32 nRight = GetCellRight( nColumn-1, maRect, aColumns,xCell ); in ImplCreateTable()
5972 sal_Int32 nBottom = GetCellBottom( nRow, maRect, aRows, xCell ); in ImplCreateTable()