Home
last modified time | relevance | path

Searched refs:aOldPos (Results 1 – 25 of 32) sorted by last modified time

12

/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx381 Point aOldPos = GetPosPixel(); in SwMultiTOXTabDialog() local
386 SetPosPixel(aOldPos); in SwMultiTOXTabDialog()
/trunk/main/sw/source/core/text/
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 Dfrmform.cxx463 const Point aOldPos( Frm().Pos() ); in AdjustFrm() local
465 if ( aOldPos != Frm().Pos() ) in AdjustFrm()
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 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 Dinftxt.cxx945 const Point aOldPos( rInf.GetPos() ); in lcl_DrawSpecial() local
976 ((SwTxtPaintInfo&)rInf).SetPos( aOldPos ); in lcl_DrawSpecial()
/trunk/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()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx2131 SwPosition aOldPos( *pPam->GetPoint() ); in AppendTxtNode() local
2137 const SwNodeIndex& rEndIdx = aOldPos.nNode; in AppendTxtNode()
2138 xub_StrLen nEndCnt = aOldPos.nContent.GetIndex(); in AppendTxtNode()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx4537 ScAddress aOldPos = aListValPos; in UpdateListValPos() local
4544 if ( !bOldButton || aListValPos != aOldPos ) in UpdateListValPos()
4552 if ( !bListValButton || aListValPos != aOldPos ) in UpdateListValPos()
4555 Invalidate( PixelToLogic( GetListValButtonRect( aOldPos ) ) ); in UpdateListValPos()
H A Dgridwin4.cxx1224 Point aOldPos = aComboButton.GetPosPixel(); // Zustand fuer MouseDown/Up in DrawButtons() local
1350 aComboButton.SetPosPixel( aOldPos ); // restore old state in DrawButtons()
/trunk/main/vcl/source/window/
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()
H A Ddockwin.cxx568 Point aOldPos = OutputToScreenPixel( aPos ); in Tracking() local
572 if ( aOldPos != OutputToScreenPixel( aPos ) ) in Tracking()
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx2054 Point aOldPos( (Frm().*fnRect->fnGetPos)() ); in MakeAll() local
2057 if ( aOldPos != (Frm().*fnRect->fnGetPos)() ) in MakeAll()
2059 if ( aOldPos.Y() != (Frm().*fnRect->fnGetTop)() ) in MakeAll()
H A Dcalcmove.cxx1482 Point aOldPos = (Frm().*fnRect->fnGetPos)(); in MakeAll() local
1484 if( aOldPos != (Frm().*fnRect->fnGetPos)() ) in MakeAll()
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()
/trunk/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()
/trunk/main/sw/source/filter/rtf/
H A Drtftbl.cxx807 SwNodeIdx aOldPos(aOldIdx); in ReadTable() local
864 pStk->MoveFullNode(aOldPos, aNewPos); in ReadTable()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx154 const Point aOldPos( pDView->GetAllMarkedRect().TopLeft() ); in SelectObj() local
243 SetCrsr( aOldPos, sal_True); in SelectObj()
H A Dfetab.cxx1960 SwPosition aOldPos( *pCrsr->GetPoint() ); in SelTblRowCol() local
1973 aOldPos.nNode.GetNode().StartOfSectionNode() ) in SelTblRowCol()
/trunk/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()
/trunk/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()
/trunk/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 …]
/trunk/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()
/trunk/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()

Completed in 438 milliseconds

12