/aoo41x/main/reportdesign/source/core/inc/ |
H A D | Tools.hxx | 127 ::com::sun::star::awt::Point aOldPos; in setPosition() 128 aOldPos.X = _pShape->m_aProps.aComponent.m_nPosX; in setPosition() 129 aOldPos.Y = _pShape->m_aProps.aComponent.m_nPosY; in setPosition() 134 aOldPos = _pShape->m_aProps.aComponent.m_xShape->getPosition(); in setPosition() 135 if ( aOldPos.X != aPosition.X || aOldPos.Y != aPosition.Y ) in setPosition() 137 _pShape->m_aProps.aComponent.m_nPosX = aOldPos.X; in setPosition() 138 _pShape->m_aProps.aComponent.m_nPosY = aOldPos.Y; in setPosition() 142 _pShape->set(PROPERTY_POSITIONX,aPosition.X,aOldPos.X); in setPosition() 143 _pShape->set(PROPERTY_POSITIONY,aPosition.Y,aOldPos.Y); in setPosition()
|
/aoo41x/main/sc/source/core/data/ |
H A D | cell2.cxx | 755 ScAddress aOldPos( aPos ); in UpdateReference() local 807 aOldPos.Set( nCol - nDx, nRow - nDy, nTab - nDz ); in UpdateReference() 910 sal_Bool bMoved = (aPos != aOldPos); in UpdateReference() 1254 ScAddress aOldPos = aPos; in UpdateTranspose() local 1261 if ( aDestRange.In( aOldPos ) ) in UpdateTranspose() 1264 SCsCOL nRelPosX = aOldPos.Col(); in UpdateTranspose() 1265 SCsROW nRelPosY = aOldPos.Row(); in UpdateTranspose() 1266 SCsTAB nRelPosZ = aOldPos.Tab(); in UpdateTranspose() 1268 aOldPos.Set( nRelPosX, nRelPosY, nRelPosZ ); in UpdateTranspose() 1293 t->CalcAbsIfRel( aOldPos ); in UpdateTranspose() [all …]
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | tp_ChartType.cxx | 823 Point aOldPos( m_aMainTypeList.GetPosPixel() ); in ChartTypeTabPage() local 824 m_aMainTypeList.SetPosPixel( Point( aOldPos.X(), aOldPos.Y() - nYDiff ) ); in ChartTypeTabPage() 826 aOldPos = m_aSubTypeList.GetPosPixel(); in ChartTypeTabPage() 827 m_aSubTypeList.SetPosPixel( Point( aOldPos.X(), aOldPos.Y() - nYDiff ) ); in ChartTypeTabPage() 829 aOldPos = m_pAxisTypeResourceGroup->getPosition(); in ChartTypeTabPage() 830 m_pAxisTypeResourceGroup->setPosition( Point( aOldPos.X(), aOldPos.Y() - nYDiff ) ); in ChartTypeTabPage()
|
/aoo41x/main/chart2/qa/ |
H A D | TestCaseOldAPI.java | 315 Point aOldPos = xDiagramShape.getPosition(); in testDiagram() local 319 aSetPos.X = aOldPos.X + xDiff; in testDiagram() 320 aSetPos.Y = aOldPos.Y + yDiff; in testDiagram() 481 Point aOldPos = xLegend.getPosition(); in testLegend() local 485 aSetPos.X = aOldPos.X + xDiff; in testLegend() 486 aSetPos.Y = aOldPos.Y + yDiff; in testLegend()
|
/aoo41x/main/sw/source/core/draw/ |
H A D | dflyobj.cxx | 690 const Point aOldPos( GetFlyFrm()->Frm().Pos() ); in NbcMove() local 711 long lXDiff = aNewPos.X() - aOldPos.X(); in NbcMove() 720 long lYDiff = aNewPos.Y() - aOldPos.Y(); in NbcMove() 913 const Point aOldPos( ( bVertX && !bVertL2RX ) || bRTL ? in NbcResize() local 916 if ( aNewPos != aOldPos ) in NbcResize()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | exsrcbrw.cxx | 379 Any aOldPos; in Attach() local 400 aOldPos = xCursor->getBookmark(); in Attach() 436 else if (xCursor.is() && aOldPos.hasValue()) in Attach() 437 xCursor->moveToBookmark(aOldPos); in Attach()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | dsselect.cxx | 142 Point aOldPos = pButtons[i]->GetPosPixel(); in ODatasourceSelectDialog() local 143 pButtons[i]->SetPosPixel(Point(aOldPos.X() - nLostPixels, aOldPos.Y())); in ODatasourceSelectDialog()
|
H A D | adminpages.cxx | 332 const Point aOldPos = io_button.GetPosPixel(); in fitSizeRightAligned() local 338 aOldPos.X() + aOldSize.Width() - aMinSize.Width(), in fitSizeRightAligned()
|
/aoo41x/main/sw/source/core/text/ |
H A D | porfld.cxx | 1169 Point aOldPos = rInf.GetPos(); in Paint() local 1170 Point aOutPos( aOldPos.X(), aOldPos.Y() - nUpPos );// Y of the first row in Paint() 1174 aOutPos.Y() = aOldPos.Y() + nLowPos; // Y of the second row in Paint() 1175 aOutPos.X() = aOldPos.X() + aPos[i]; // X position in Paint() 1194 ((SwTxtPaintInfo&)rInf).SetPos( aOldPos ); in Paint()
|
H A D | porrst.cxx | 540 Point aOldPos = rInf.GetPos(); in Paint() local 541 Point aNewPos( aOldPos ); in Paint() 547 const_cast< SwTxtPaintInfo& >( rInf ).SetPos( aOldPos ); in Paint()
|
H A D | itrcrsr.cxx | 793 Point aOldPos = pOrig->Pos(); in _GetCharRect() local 861 nTmp = pOrig->Left() - aOldPos.X(); in _GetCharRect() 869 pOrig->Pos().X() = nX + aOldPos.X(); in _GetCharRect() 871 pOrig->Pos().Y() = aOldPos.Y() + nTmp; in _GetCharRect() 873 pOrig->Pos().Y() = aOldPos.Y() in _GetCharRect() 900 pOrig->Pos().Y() += aOldPos.Y(); in _GetCharRect()
|
H A D | frmform.cxx | 463 const Point aOldPos( Frm().Pos() ); in AdjustFrm() local 465 if ( aOldPos != Frm().Pos() ) in AdjustFrm()
|
H A D | inftxt.cxx | 939 const Point aOldPos( rInf.GetPos() ); in lcl_DrawSpecial() local 970 ((SwTxtPaintInfo&)rInf).SetPos( aOldPos ); in lcl_DrawSpecial()
|
/aoo41x/main/chart2/source/view/main/ |
H A D | LabelPositionHelper.cxx | 434 awt::Point aOldPos = xShape2DText->getPosition(); in correctPositionForRotation() local 475 static_cast<sal_Int32>(aOldPos.X + fXCorrection ) in correctPositionForRotation() 476 , static_cast<sal_Int32>(aOldPos.Y + fYCorrection ) ) ); in correctPositionForRotation()
|
/aoo41x/main/chart2/source/view/charttypes/ |
H A D | PieChart.cxx | 644 awt::Point aOldPos( this->xLabelGroupShape->getPosition() ); in moveAwayFrom() local 645 …basegfx::B2IVector aNewPos = basegfx::B2IVector( aOldPos.X, aOldPos.Y ) + nShift*aTangentialDirect… in moveAwayFrom()
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | swcrsr.cxx | 218 SwNodeIndex aOldPos( rNds, GetSavePos()->nNode ); in IsSelOvrCheck() local 219 if( !CheckNodesRange( aOldPos, GetPoint()->nNode, sal_True )) in IsSelOvrCheck() 221 GetPoint()->nNode = aOldPos; in IsSelOvrCheck() 1844 const SwPosition aOldPos( *GetPoint() ); in UpDown() local 1868 CheckNodesRange( aOldPos.nNode, GetPoint()->nNode, bChkRange )) in UpDown() 1903 *GetPoint() = aOldPos; in UpDown()
|
/aoo41x/main/chart2/source/tools/ |
H A D | DiagramHelper.cxx | 1641 RelativePosition aOldPos; in setDiagramPositioning() local 1643 xDiaProps->getPropertyValue(C2U("RelativePosition") ) >>= aOldPos; in setDiagramPositioning() 1667 bChanged = (aOldPos.Anchor!=aNewPos.Anchor) || in setDiagramPositioning() 1668 (aOldPos.Primary!=aNewPos.Primary) || in setDiagramPositioning() 1669 (aOldPos.Secondary!=aNewPos.Secondary) || in setDiagramPositioning()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | flycnt.cxx | 432 Point aOldPos( (Frm().*fnRect->fnGetPos)() ); in MakeAll() 435 aOldPos != (Frm().*fnRect->fnGetPos)(); in MakeAll() 500 if ( aOldPos != (Frm().*fnRect->fnGetPos)() || in MakeAll()
|
H A D | flylay.cxx | 237 const Point aOldPos( (Frm().*fnRect->fnGetPos)() ); in MakeAll() local 246 if( aOldPos == (Frm().*fnRect->fnGetPos)() ) in MakeAll()
|
H A D | calcmove.cxx | 1482 Point aOldPos = (Frm().*fnRect->fnGetPos)(); in MakeAll() local 1484 if( aOldPos != (Frm().*fnRect->fnGetPos)() ) in MakeAll()
|
/aoo41x/main/vcl/source/window/ |
H A D | dockwin.cxx | 568 Point aOldPos = OutputToScreenPixel( aPos ); in Tracking() local 572 if ( aOldPos != OutputToScreenPixel( aPos ) ) in Tracking()
|
H A D | brdwin.cxx | 820 Point aOldPos = pBorderWindow->GetPosPixel(); in ImplTracking() local 822 Rectangle aNewRect( aOldPos, aSize ); in ImplTracking() 906 if( aOldPos != aNewRect.TopLeft() ) in ImplTracking()
|
/aoo41x/main/sw/source/filter/rtf/ |
H A D | rtftbl.cxx | 807 SwNodeIdx aOldPos(aOldIdx); in ReadTable() local 864 pStk->MoveFullNode(aOldPos, aNewPos); in ReadTable()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | RowSetCache.cxx | 897 ORowSetMatrix::iterator aOldPos; in moveWindow() local 898 aOldPos = aCacheIter->second.aIterator; in moveWindow() 900 CHECK_MATRIX_POS( ((aOldPos - m_pMatrix->begin()) + nOffSet) ); in moveWindow()
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxwindow.cxx | 2324 Point aOldPos( pWindow->GetPosPixel() ); in draw() local 2326 if ( bWasVisible && aOldPos == aPos ) in draw() 2346 pWindow->SetPosPixel( aOldPos ); in draw()
|