Home
last modified time | relevance | path

Searched refs:aOldPos (Results 1 – 25 of 32) sorted by relevance

12

/aoo42x/main/reportdesign/source/core/inc/
H A DTools.hxx127 ::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()
/aoo42x/main/sc/source/core/data/
H A Dcell2.cxx755 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 …]
/aoo42x/main/chart2/source/controller/dialogs/
H A Dtp_ChartType.cxx823 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()
/aoo42x/main/chart2/qa/
H A DTestCaseOldAPI.java315 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()
/aoo42x/main/sw/source/core/draw/
H A Ddflyobj.cxx690 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()
/aoo42x/main/dbaccess/source/ui/browser/
H A Dexsrcbrw.cxx379 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()
/aoo42x/main/dbaccess/source/ui/dlg/
H A Ddsselect.cxx142 Point aOldPos = pButtons[i]->GetPosPixel(); in ODatasourceSelectDialog() local
143 pButtons[i]->SetPosPixel(Point(aOldPos.X() - nLostPixels, aOldPos.Y())); in ODatasourceSelectDialog()
H A Dadminpages.cxx332 const Point aOldPos = io_button.GetPosPixel(); in fitSizeRightAligned() local
338 aOldPos.X() + aOldSize.Width() - aMinSize.Width(), in fitSizeRightAligned()
/aoo42x/main/sw/source/core/text/
H A Dporfld.cxx1170 Point aOldPos = rInf.GetPos(); in Paint() local
1171 Point aOutPos( aOldPos.X(), aOldPos.Y() - nUpPos );// Y of the first row in Paint()
1175 aOutPos.Y() = aOldPos.Y() + nLowPos; // Y of the second row in Paint()
1176 aOutPos.X() = aOldPos.X() + aPos[i]; // X position in Paint()
1195 ((SwTxtPaintInfo&)rInf).SetPos( aOldPos ); in Paint()
H A Dporrst.cxx540 Point aOldPos = rInf.GetPos(); in Paint() local
541 Point aNewPos( aOldPos ); in Paint()
547 const_cast< SwTxtPaintInfo& >( rInf ).SetPos( aOldPos ); in Paint()
H A Ditrcrsr.cxx793 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 Dinftxt.cxx945 const Point aOldPos( rInf.GetPos() ); in lcl_DrawSpecial() local
976 ((SwTxtPaintInfo&)rInf).SetPos( aOldPos ); in lcl_DrawSpecial()
H A Dfrmform.cxx463 const Point aOldPos( Frm().Pos() ); in AdjustFrm() local
465 if ( aOldPos != Frm().Pos() ) in AdjustFrm()
/aoo42x/main/chart2/source/view/main/
H A DLabelPositionHelper.cxx434 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()
/aoo42x/main/sw/source/core/crsr/
H A Dswcrsr.cxx218 SwNodeIndex aOldPos( rNds, GetSavePos()->nNode ); in IsSelOvrCheck() local
219 if( !CheckNodesRange( aOldPos, GetPoint()->nNode, sal_True )) in IsSelOvrCheck()
221 GetPoint()->nNode = aOldPos; in IsSelOvrCheck()
1856 const SwPosition aOldPos( *GetPoint() ); in UpDown() local
1880 CheckNodesRange( aOldPos.nNode, GetPoint()->nNode, bChkRange )) in UpDown()
1915 *GetPoint() = aOldPos; in UpDown()
/aoo42x/main/chart2/source/tools/
H A DDiagramHelper.cxx1641 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()
/aoo42x/main/chart2/source/view/charttypes/
H A DPieChart.cxx644 awt::Point aOldPos( this->xLabelGroupShape->getPosition() ); in moveAwayFrom() local
645 …basegfx::B2IVector aNewPos = basegfx::B2IVector( aOldPos.X, aOldPos.Y ) + nShift*aTangentialDirect… in moveAwayFrom()
/aoo42x/main/sw/source/core/layout/
H A Dflycnt.cxx432 Point aOldPos( (Frm().*fnRect->fnGetPos)() ); in MakeAll()
435 aOldPos != (Frm().*fnRect->fnGetPos)(); in MakeAll()
500 if ( aOldPos != (Frm().*fnRect->fnGetPos)() || in MakeAll()
H A Dflylay.cxx237 const Point aOldPos( (Frm().*fnRect->fnGetPos)() ); in MakeAll() local
246 if( aOldPos == (Frm().*fnRect->fnGetPos)() ) in MakeAll()
H A Dcalcmove.cxx1482 Point aOldPos = (Frm().*fnRect->fnGetPos)(); in MakeAll() local
1484 if( aOldPos != (Frm().*fnRect->fnGetPos)() ) in MakeAll()
/aoo42x/main/sw/source/filter/rtf/
H A Drtftbl.cxx807 SwNodeIdx aOldPos(aOldIdx); in ReadTable() local
864 pStk->MoveFullNode(aOldPos, aNewPos); in ReadTable()
/aoo42x/main/vcl/source/window/
H A Ddockwin.cxx568 Point aOldPos = OutputToScreenPixel( aPos ); in Tracking() local
572 if ( aOldPos != OutputToScreenPixel( aPos ) ) in Tracking()
H A Dbrdwin.cxx820 Point aOldPos = pBorderWindow->GetPosPixel(); in ImplTracking() local
822 Rectangle aNewRect( aOldPos, aSize ); in ImplTracking()
906 if( aOldPos != aNewRect.TopLeft() ) in ImplTracking()
/aoo42x/main/dbaccess/source/core/api/
H A DRowSetCache.cxx897 ORowSetMatrix::iterator aOldPos; in moveWindow() local
898 aOldPos = aCacheIter->second.aIterator; in moveWindow()
900 CHECK_MATRIX_POS( ((aOldPos - m_pMatrix->begin()) + nOffSet) ); in moveWindow()
/aoo42x/main/toolkit/source/awt/
H A Dvclxwindow.cxx2324 Point aOldPos( pWindow->GetPosPixel() ); in draw() local
2326 if ( bWasVisible && aOldPos == aPos ) in draw()
2346 pWindow->SetPosPixel( aOldPos ); in draw()

Completed in 201 milliseconds

12