Home
last modified time | relevance | path

Searched refs:aRelPos (Results 1 – 20 of 20) sorted by path

/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx1794 chart2::RelativePosition aRelPos; in impl_moveOrResizeObject() local
1796 bool bDeterminePos = !(xObjProp->getPropertyValue( C2U("RelativePosition")) >>= aRelPos); in impl_moveOrResizeObject()
1818 aRelPos.Primary = (static_cast< double >( aRect.X ) / fWidth) + in impl_moveOrResizeObject()
1820 aRelPos.Secondary = (static_cast< double >( aRect.Y ) / fHeight) + in impl_moveOrResizeObject()
1822 aRelPos.Anchor = drawing::Alignment_CENTER; in impl_moveOrResizeObject()
1826 aRelPos.Primary = static_cast< double >( aRect.X ) / fWidth; in impl_moveOrResizeObject()
1827 aRelPos.Secondary = static_cast< double >( aRect.Y ) / fHeight; in impl_moveOrResizeObject()
1828 aRelPos.Anchor = drawing::Alignment_TOP_LEFT; in impl_moveOrResizeObject()
1835 … bResult = lcl_GrowAndShiftLogic( aRelPos, aRelSize, aRefSize, fAmountLogicX, fAmountLogicY ); in impl_moveOrResizeObject()
1837 … bResult = lcl_MoveObjectLogic( aRelPos, aRelSize, aRefSize, fAmountLogicX, fAmountLogicY ); in impl_moveOrResizeObject()
[all …]
/trunk/main/chart2/source/tools/
H A DDiagramHelper.cxx1606 RelativePosition aRelPos; in getDiagramPositioningMode() local
1608 if( (xDiaProps->getPropertyValue(C2U("RelativePosition")) >>= aRelPos ) && in getDiagramPositioningMode()
1685 RelativePosition aRelPos; in getDiagramRectangleFromModel() local
1687 xDiaProps->getPropertyValue(C2U("RelativePosition") ) >>= aRelPos; in getDiagramRectangleFromModel()
1695 static_cast< sal_Int32 >( aRelPos.Primary * aPageSize.Width ), in getDiagramRectangleFromModel()
1696 static_cast< sal_Int32 >( aRelPos.Secondary * aPageSize.Height )); in getDiagramRectangleFromModel()
1698 … = RelativePositionHelper::getUpperLeftCornerOfAnchoredObject( aAbsPos, aAbsSize, aRelPos.Anchor ); in getDiagramRectangleFromModel()
/trunk/main/chart2/source/view/main/
H A DVLegend.cxx723 chart2::RelativePosition aRelPos, in lcl_calculatePositionAndRemainingSpace() argument
729 static_cast< sal_Int32 >( aRelPos.Primary * rPageSize.Width ), in lcl_calculatePositionAndRemainingSpace()
730 static_cast< sal_Int32 >( aRelPos.Secondary * rPageSize.Height )); in lcl_calculatePositionAndRemainingSpace()
733 aResult, aLegendSize, aRelPos.Anchor ); in lcl_calculatePositionAndRemainingSpace()
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx1236 Any aRelPos; in ConvertTitle() local
1237 …if( aTitleProp.GetAnyProperty( aRelPos, EXC_CHPROP_RELATIVEPOSITION ) && aRelPos.has< RelativePosi… in ConvertTitle()
H A Dxichart.cxx2522 RelativePosition aRelPos( in CreateLegend() local
2526 aLegendProp.SetProperty( EXC_CHPROP_RELATIVEPOSITION, aRelPos ); in CreateLegend()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx2339 Point aRelPos = pFilterBox->ScreenToOutputPixel( OutputToScreenPixel( rMEvt.GetPosPixel() ) ); in MouseMove() local
2340 if ( Rectangle(Point(),pFilterBox->GetOutputSizePixel()).IsInside(aRelPos) ) in MouseMove()
2356 pFilterBox->MouseButtonDown( MouseEvent( aRelPos, 1, MOUSE_SIMPLECLICK, MOUSE_LEFT ) ); in MouseMove()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx2684 Point aRelPos = aCurEntryPos - aFullPos; in HideShowDDIcon() local
2686 PaintEntry( pRefEntry, aRelPos, pDDTempDev ); in HideShowDDIcon()
H A Dsvimpicn.cxx2753 Point aRelPos = aCurEntryPos - aFullPos; in HideShowDDIcon() local
2755 PaintEntry( pRefEntry, aRelPos, 0, pDDTempDev ); in HideShowDDIcon()
/trunk/main/svx/inc/svx/
H A Dswframeexample.hxx66 Point aRelPos; member in SvxSwFrameExample
/trunk/main/svx/source/dialog/
H A Dswframeexample.cxx57 aRelPos (Point(0,0)) in SvxSwFrameExample()
592 lYPos = aRect.Top() - aRelPos.Y(); in Paint()
712 aRelPos = rP; in SetRelPos()
714 if (aRelPos.X() > 0) in SetRelPos()
715 aRelPos.X() = 5; in SetRelPos()
716 if (aRelPos.X() < 0) in SetRelPos()
717 aRelPos.X() = -5; in SetRelPos()
719 if (aRelPos.Y() > 0) in SetRelPos()
720 aRelPos.Y() = 5; in SetRelPos()
721 if (aRelPos.Y() < 0) in SetRelPos()
[all …]
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx962 const Point aRelPos( rInsertPosition.X() - pFrm->Frm().Left(), in InsertDrawObj() local
964 rDrawObj.SetRelativePos( aRelPos ); in InsertDrawObj()
1958 Point aRelPos( pObj->GetRelativePos() ); in ReplaceSdrObj() local
1967 …aFrmSet.Put( SwFmtHoriOrient( aRelPos.X(), text::HoriOrientation::NONE, text::RelOrientation::FRAM… in ReplaceSdrObj()
1970 …aFrmSet.Put( SwFmtVertOrient( aRelPos.Y(), text::VertOrientation::NONE, text::RelOrientation::FRAM… in ReplaceSdrObj()
/trunk/main/sw/source/core/layout/
H A Danchoredobject.cxx962 Point aRelPos; in GetRelPosToAnchorFrm() local
966 aRelPos = GetObjRect().Pos(); in GetRelPosToAnchorFrm()
969 return aRelPos; in GetRelPosToAnchorFrm()
988 Point aRelPos; in GetRelPosToPageFrm() local
996 aRelPos = GetObjRect().Pos(); in GetRelPosToPageFrm()
1023 return aRelPos; in GetRelPosToPageFrm()
1036 Point aRelPos; in GetRelPosToChar() local
1038 aRelPos = GetObjRect().Pos(); in GetRelPosToChar()
1041 return aRelPos; in GetRelPosToChar()
1054 Point aRelPos; in GetRelPosToLine() local
[all …]
H A Dflycnt.cxx1513 const Point aRelPos = bVert ? Point( -nY, nX ) : Point( nX, nY ); in SetAbsPos() local
1515 ChgRelPos( aRelPos ); in SetAbsPos()
H A Dflyincnt.cxx57 Point aRelPos; in SwFlyInCntFrm() local
59 aRelPos.X() = pAnch->IsReverse() ? nRel : -nRel; in SwFlyInCntFrm()
61 aRelPos.Y() = nRel; in SwFlyInCntFrm()
62 SetCurrRelPos( aRelPos ); in SwFlyInCntFrm()
/trunk/main/sw/source/core/objectpositioning/
H A Dascharanchoredobjectposition.cxx208 Point aRelPos; in CalcPosition() local
213 aRelPos.X() = -nRelPos - aObjBoundRect.Width(); in CalcPosition()
216 aRelPos.X() = nRelPos; in CalcPosition()
217 aRelPos.Y() = -aObjBoundRect.Height(); in CalcPosition()
221 aRelPos.Y() = nRelPos; in CalcPosition()
266 aDiff = aRelPos + aAbsAnchorPos - aSnapRect.TopLeft(); in CalcPosition()
268 aDiff = aRelPos + aAnchorPos - aSnapRect.TopLeft(); in CalcPosition()
311 aRelPos = Point( -aRelPos.Y(), aRelPos.X() ); in CalcPosition()
327 pFlyInCntFrm->SetRefPoint( aAnchorPos, aRelAttr, aRelPos ); in CalcPosition()
H A Dtocntntanchoredobjectposition.cxx447 aRelPos.X() = nRelPosY; in CalcPosition()
452 aRelPos.Y() = nRelPosY; in CalcPosition()
609 aRelPos.X() = nRelPosY; in CalcPosition()
611 aRelPos.Y() = nRelPosY; in CalcPosition()
864 aRelPos.X() = nTmpRelPosY; in CalcPosition()
880 aRelPos.Y() = nTmpRelPosY; in CalcPosition()
1049 ( bVert ? aRelPos.X() : aRelPos.Y() ), in CalcPosition()
1056 aRelPos.Y() = nRelPosX; in CalcPosition()
1061 aRelPos.X() = nRelPosX; in CalcPosition()
1096 aRelPos.Y() ); in CalcPosition()
[all …]
H A Dtolayoutanchoredobjectposition.cxx75 Point aRelPos; in CalcPosition() local
122 aRelPos.X() = nRelPosY; in CalcPosition()
124 aRelPos.X() = -nRelPosY - aObjBoundRect.Width(); in CalcPosition()
129 aRelPos.Y() = nRelPosY; in CalcPosition()
141 aRelPos.Y() + aObjBoundRect.Height(); in CalcPosition()
215 aRelPos.Y() = nRelPosX; in CalcPosition()
220 aRelPos.X() = nRelPosX; in CalcPosition()
240 maRelPos = aRelPos; in CalcPosition()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx3519 Point aRelPos = rSh.GetRelativePagePosition(aDocPt); in MouseMove() local
3520 if(aRelPos.X() >= 0) in MouseMove()
3524 const SfxPointItem aTmp1( SID_ATTR_POSITION, aRelPos ); in MouseMove()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx2234 Point aRelPos( rVisualItem.mnXOffset + nBaseClusterOffset, 0 ); local
2235 Point aPos = GetDrawPosition( aRelPos );
/trunk/main/xmloff/source/chart/
H A DSchXMLPlotAreaContext.cxx1164 chart2::RelativePosition aRelPos; in StartElement() local
1165aRelPos.Primary = static_cast< double >( aPosition.X ) / static_cast< double >( maChartSize.Width … in StartElement()
1166aRelPos.Secondary = static_cast< double >( aPosition.Y ) / static_cast< double >( maChartSize.Heig… in StartElement()
1168 uno::makeAny( aRelPos )); in StartElement()

Completed in 256 milliseconds