| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | metaact.hxx | 168 	virtual void		Move( long nHorzMove, long nVertMove );203 	virtual void		Move( long nHorzMove, long nVertMove );
 226 	virtual void		Move( long nHorzMove, long nVertMove );
 253 	virtual void		Move( long nHorzMove, long nVertMove );
 277 	virtual void		Move( long nHorzMove, long nVertMove );
 303 	virtual void		Move( long nHorzMove, long nVertMove );
 328 	virtual void		Move( long nHorzMove, long nVertMove );
 354 	virtual void		Move( long nHorzMove, long nVertMove );
 382 	virtual void		Move( long nHorzMove, long nVertMove );
 410 	virtual void		Move( long nHorzMove, long nVertMove );
 [all …]
 
 | 
| /aoo41x/main/vcl/source/gdi/ | 
| H A D | metaact.cxx | 128 void MetaAction::Move( long, long )  in Move()  function in MetaAction283 	maPt.Move( nHorzMove, nVertMove );  in Move()
 351 	maPt.Move( nHorzMove, nVertMove );  in Move()
 1233 	maPt.Move( nHorzMove, nVertMove );  in Move()
 1527 	maPt.Move( nHorzMove, nVertMove );  in Move()
 1808 	maPt.Move( nHorzMove, nVertMove );  in Move()
 1882 	maPt.Move( nHorzMove, nVertMove );  in Move()
 2041 	maPt.Move( nHorzMove, nVertMove );  in Move()
 2115 	maPt.Move( nHorzMove, nVertMove );  in Move()
 4110 					aPath.Move( nXMove, nYMove );  in Move()
 [all …]
 
 | 
| /aoo41x/main/offapi/com/sun/star/presentation/ | 
| H A D | AnimationEffect.idl | 99 	/** use the animation effect 'Move from Left'.107 	/** use the animation effect 'Move from Top'.
 115 	/** use the animation effect 'Move from Right'.
 123 	/** use the animation effect 'Move from Bottom'.
 235 	/** use the animation effect 'Move to Left'.
 243 	/** use the animation effect 'Move to Top'.
 251 	/** use the animation effect 'Move to Right'.
 259 	/** use the animation effect 'Move to Bottom'.
 475 	/** use the animation effect 'Move to Upper Left'.
 499 	/** use the animation effect 'Move to Lower Left'.
 [all …]
 
 | 
| H A D | FadeEffect.idl | 81 	/** use the fade effect 'Move from Left'.87 	/** use the fade effect 'Move from Top'.
 93 	/** use the fade effect 'Move from Right'.
 99 	/** use the fade effect 'Move from Bottom'.
 297 	/** use the fade effect 'Move from Upper Left'.
 303 	/** use the fade effect 'Move from Upper Right'.
 309 	/** use the fade effect 'Move from Lower Right'.
 315 	/** use the fade effect 'Move from Lower Left'.
 
 | 
| /aoo41x/main/sw/source/ui/frmdlg/ | 
| H A D | colex.cxx | 546             aRubyRect.Move(nXStart, 0);  in DrawPage()547             aCharRect.Move(nXStart, 0);  in DrawPage()
 552             aRubyRect.Move(0, nYStart);  in DrawPage()
 553             aCharRect.Move(0, nYStart);  in DrawPage()
 557             m_bVertical ? aRubyRect.Move(nBaseHeight, 0) : aRubyRect.Move(0, nBaseHeight);  in DrawPage()
 559             m_bVertical ? aCharRect.Move(nRubyHeight, 0) : aCharRect.Move(0, nRubyHeight);  in DrawPage()
 583             aRubyRect.Move(nXMove, nYMove);  in DrawPage()
 584             aCharRect.Move(nXMove, nYMove);  in DrawPage()
 
 | 
| /aoo41x/main/shell/source/win32/shlxthandler/ooofilt/ | 
| H A D | stream_helper.cxx | 106 		LARGE_INTEGER Move;  in cb_sseek()  local108 		Move.QuadPart = (__int64)offset;	  in cb_sseek()
 124 		hr = ((IStream*)stream)->Seek (Move, dwOrigin, NULL);  in cb_sseek()
 136 		LARGE_INTEGER Move;  in cb_stell()  local
 138 		Move.QuadPart = 0;  in cb_stell()
 141 		hr = ((IStream*)stream)->Seek (Move, STREAM_SEEK_CUR, &NewPosition);  in cb_stell()
 
 | 
| /aoo41x/main/svx/source/dialog/ | 
| H A D | swframeexample.cxx | 149 	aTextLine.Move(0, nTTxtBorder);  in InitAllRects_Impl()465 			aTxt.Move(0, nStep);  in DrawInnerFrame_Impl()
 605 		aFrmRect.Move(pOuterFrame->Left() - aFrmRect.Left(), 0);  in Paint()
 607 		aFrmRect.Move(pOuterFrame->Right() - aFrmRect.Right(), 0);  in Paint()
 610 		aFrmRect.Move(0, pOuterFrame->Top() - aFrmRect.Top());  in Paint()
 612 		aFrmRect.Move(0, pOuterFrame->Bottom() - aFrmRect.Bottom());  in Paint()
 675 			aTxt.Move(0, nStep);  in Paint()
 679 		aTxt.Move(0, -nStep);  in Paint()
 
 | 
| /aoo41x/main/svtools/source/control/ | 
| H A D | filectrl.src | 32 	Text [ en-US ] = "Move To Home" ;36 	Text [ en-US ] = "Move Left" ;
 40 	Text [ en-US ] = "Move Right" ;
 44 	Text [ en-US ] = "Move To End" ;
 
 | 
| /aoo41x/main/xml2cmp/source/xcd/ | 
| H A D | parse.cxx | 215 	Move( i_sElementName.l() + 1 );  in Parse_SglAttr()227 	Move(2);  in Parse_SglAttr()
 238 	Move( i_sElementName.l() + 1 );  in Parse_MultipleAttr()
 260 	Move(2);  in Parse_MultipleAttr()
 319 X2CParser::Move( int i_nForward )  in Move()  function in X2CParser
 
 | 
| /aoo41x/main/offapi/com/sun/star/drawing/ | 
| H A D | Arrangement.idl | 44 	/** Move this object in front of all other objects.51 	/** Move this object one object more to the front.
 58 	/** Move this object one object more to the back.
 65 	/** Move this object behind all other objects.
 
 | 
| /aoo41x/main/sw/source/core/undo/ | 
| H A D | undel.cxx | 349 		rPam.Move( fnMoveForward, fnGoNode );  in SwUndoDelete()831 					aHstr.Move( 0, pHistory, nSetPos );  in UndoImpl()
 833 					pHistory->Move( 0, &aHstr );  in UndoImpl()
 894         aHstr.Move( 0, pHistory );  in RedoImpl()
 908         pHistory->Move( nSetPos, &aHstr );  in RedoImpl()
 965         if( !rPam.Move( fnMoveBackward, fnGoCntnt ) &&  in RedoImpl()
 966             !rPam.Move( fnMoveForward, fnGoCntnt ) )  in RedoImpl()
 996 		rPam.Move( fnMoveForward, fnGoCntnt );  in RepeatImpl()
 
 | 
| H A D | unins.cxx | 230 			pPam->Move( fnMoveBackward );  in UndoImpl()262 				aPaM.Move(fnMoveBackward);  in UndoImpl()
 304 		pPam->Move( fnMoveBackward );  in RedoImpl()
 383 		aPaM.Move(fnMoveBackward);  in RepeatImpl()
 714 				aHstr.Move( 0, pHistory, m_nSetPos );  in UndoImpl()
 716 				pHistory->Move( 0, &aHstr );  in UndoImpl()
 757 		pHistory->Move( 0, &aHst );  in RedoImpl()
 
 | 
| H A D | undobj.cxx | 119 		rPam.Move( fnMoveForward, fnGoCntnt );  in SetPaM()134 		rPam.Move( fnMoveBackward, fnGoCntnt );  in SetPaM()
 172 		if( !rPam.Move( fnMoveForward ) )  in RemoveIdxFromRange()
 175 			if( !rPam.Move( fnMoveBackward ) )  in RemoveIdxFromRange()
 517 	if( rPam.Move( fnMoveBackward ))  in MovePtBackward()
 532 		rPam.Move( fnMoveForward );  in MovePtForward()
 540 			rPam.Move( fnMoveForward );  in MovePtForward()
 
 | 
| /aoo41x/main/cui/source/dialogs/ | 
| H A D | hangulhanjadlg.cxx | 163 			aPrimaryRect.Move( aPlaygroundSize.Width() - nCombinedWidth, 0 );  in Paint()164 			aSecondaryRect.Move( aPlaygroundSize.Width() - nCombinedWidth, 0 );  in Paint()
 169 			aPrimaryRect.Move( ( aPlaygroundSize.Width() - nCombinedWidth ) / 2, 0 );  in Paint()
 170 			aSecondaryRect.Move( ( aPlaygroundSize.Width() - nCombinedWidth ) / 2, 0 );  in Paint()
 176 		aPrimaryRect.Move( 0, _rRect.Top() - aPrimaryRect.Top() );  in Paint()
 181 			aPrimaryRect.Move( 0, aPlaygroundSize.Height() - nCombinedHeight );  in Paint()
 182 			aSecondaryRect.Move( 0, aPlaygroundSize.Height() - nCombinedHeight );  in Paint()
 187 			aPrimaryRect.Move( 0, ( aPlaygroundSize.Height() - nCombinedHeight ) / 2 );  in Paint()
 188 			aSecondaryRect.Move( 0, ( aPlaygroundSize.Height() - nCombinedHeight ) / 2 );  in Paint()
 196 			aSecondaryRect.Move( 0, -nVertDistance );  in Paint()
 [all …]
 
 | 
| /aoo41x/main/vcl/unx/gtk/gdi/ | 
| H A D | salnativewidgets-gtk.cxx | 652                 aBackward.Move( 0, aBackward.GetHeight() / 2 );  in hitTestNativeControl()654                 aBackward.Move( aBackward.GetWidth() / 2, 0 );  in hitTestNativeControl()
 667                 aForward.Move( 0, aForward.GetHeight() / 2 );  in hitTestNativeControl()
 669                 aForward.Move( aForward.GetWidth() / 2, 0 );  in hitTestNativeControl()
 1457 		scrollbarRect.Move( 0, vShim );  in NWPaintGTKScrollbar()
 1508 		scrollbarRect.Move( hShim, 0 );  in NWPaintGTKScrollbar()
 1833 		pixmapRect.Move( -(focusWidth), -(focusWidth) );  in NWGetEditBoxPixmapRect()
 2278 			pixmapRect.Move( -2, 0 );  in NWPaintGTKTabItem()
 2284 			pixmapRect.Move( 0, -2 );  in NWPaintGTKTabItem()
 2358 		pixmapRect.Move( 1, 0 );  in NWPaintGTKTabItem()
 [all …]
 
 | 
| /aoo41x/main/soldep/source/ | 
| H A D | connctr.cxx | 91 	aStartPoint.Move( aStartSize.Width() / 2, aStartSize.Height() / 2 );  in GetMiddle()96 	aEndPoint.Move( aEndSize.Width() / 2, aEndSize.Height() / 2 );  in GetMiddle()
 106 	aRetPoint.Move( nMoveHorz, nMoveVert );  in GetMiddle()
 166 		aRect.Move( -rOffset.X(), -rOffset.Y() );  in DrawOutput()
 
 | 
| /aoo41x/main/sw/source/core/layout/ | 
| H A D | anchoreddrawobject.cxx | 404             DrawObj()->Move( aSize );  in MakeObjPos()411             DrawObj()->Move( aSize );  in MakeObjPos()
 574         DrawObj()->Move( aMove );  in _SetDrawObjAnchor()
 707     DrawObj()->Move( Size( 0, nDiff ) );  in _SetObjTop()
 714     DrawObj()->Move( Size( nDiff, 0 ) );  in _SetObjLeft()
 
 | 
| /aoo41x/main/sd/source/filter/html/ | 
| H A D | htmlattr.cxx | 72 	aTextRect.Move(0,nHeight);  in Paint()77 	aTextRect.Move(0,nHeight);  in Paint()
 82 	aTextRect.Move(0,nHeight);  in Paint()
 
 | 
| /aoo41x/main/sw/source/core/crsr/ | 
| H A D | trvltbl.cxx | 246     pTblCrsr->Move( fnMoveForward, fnGoCntnt );  in _SelTblRowOrCol()249     pTblCrsr->Move( fnMoveBackward, fnGoCntnt );  in _SelTblRowOrCol()
 282     pTblCrsr->Move( fnMoveForward, fnGoCntnt );  in SelTbl()
 288     pTblCrsr->Move( fnMoveBackward, fnGoCntnt );  in SelTbl()
 333     pTblCrsr->Move( fnMoveForward, fnGoNode );  in SelTblBox()
 337     pTblCrsr->Move( fnMoveBackward, fnGoNode );  in SelTblBox()
 
 | 
| /aoo41x/main/sw/source/filter/rtf/ | 
| H A D | rtftbl.cxx | 822 		            pPam->Move( fnMoveBackward, fnGoCntnt );  in ReadTable()904 				pPam->Move( fnMoveBackward, fnGoCntnt );  in GotoNextBox()
 912 			pPam->Move( fnMoveForward, fnGoNode );  in GotoNextBox()
 916 		pPam->Move( fnMoveBackward, fnGoCntnt );  in GotoNextBox()
 975 	pPam->Move( fnMoveForward );  in NewTblLine()
 988 		pPam->Move( fnMoveBackward );  in NewTblLine()
 
 | 
| /aoo41x/main/svx/source/customshapes/ | 
| H A D | EnhancedCustomShapeFontWork.cxx | 322 								aOutlineIter->Move( nM, 0 );  in GetTextAreaOutline()323 								aCharacterData.aBoundRect.Move( nM, 0 );  in GetTextAreaOutline()
 340 …aOutlineIter->Move( ( aSingleCharacterUnion.GetWidth() - aCharacterIter->aBoundRect.GetWidth() ) /…  in GetTextAreaOutline()
 396 						rPolyPoly.Move( 0, nVerticalOffset );  in GetTextAreaOutline()
 434 							aOutlineIter->Move( 0, -nMove );  in GetTextAreaOutline()
 525 									aOutlineIter->Move( nHorzDiff, 0 );  in GetFontWorkOutline()
 722 …rPolyPoly.Move( (sal_Int32)( ( fx1 + fvx )- aBoundRect.Center().X() ), (sal_Int32)( ( fy1 + fvy ) …  in FitTextOutlinesToShapeOutlines()
 
 | 
| /aoo41x/main/vcl/source/control/ | 
| H A D | spinfld.cxx | 729                 aContentUp.Move(-aPoint.X(), -aPoint.Y());  in ImplCalcButtonAreas()730                 aContentDown.Move(-aPoint.X(), -aPoint.Y());  in ImplCalcButtonAreas()
 782                 aContent.Move(-aPoint.X(), -aPoint.Y());  in Resize()
 1058 		aDD.Move( aPos.X(), aPos.Y() );  in Draw()
 1059 		aUp.Move( aPos.X(), aPos.Y() );  in Draw()
 1061 		aDown.Move( aPos.X(), aPos.Y() );  in Draw()
 
 | 
| /aoo41x/main/sw/source/filter/basflt/ | 
| H A D | shellio.cxx | 863 				pPam->Move( fnMoveBackward, fnGoDoc );  in Write()865 				pPam->Move( fnMoveForward, fnGoDoc );  in Write()
 877             pPam->Move( fnMoveBackward, fnGoDoc );  in Write()
 879             pPam->Move( fnMoveForward, fnGoDoc );  in Write()
 884             pPam->Move( fnMoveBackward, fnGoDoc );  in Write()
 
 | 
| /aoo41x/main/svx/inc/svx/ | 
| H A D | svdpagv.hxx | 234 	void LogicToPagePos(Rectangle& rRect) const { rRect.Move(-aPgOrg.X(),-aPgOrg.Y()); }  in LogicToPagePos()236 	void PagePosToLogic(Rectangle& rRect) const { rRect.Move(aPgOrg.X(),aPgOrg.Y()); }  in PagePosToLogic()
 251 	void MoveHelpLine(sal_uInt16 nNum, sal_uInt16 nNewNum) { aHelpLines.Move(nNum,nNewNum); }  in MoveHelpLine()
 
 | 
| /aoo41x/main/svx/source/svdraw/ | 
| H A D | svdstr.src | 676 	Text [ en-US ] = "Move %1 forward" ;680 	Text [ en-US ] = "Move %1 further back" ;
 684 	Text [ en-US ] = "Move %1 to front" ;
 688 	Text [ en-US ] = "Move %1 to back" ;
 696 	Text [ en-US ] = "Move %1" ;
 924 	Text [ en-US ] = "Move reference-point" ;
 932 	Text [ en-US ] = "Move %1" ;
 1001 	Text [ en-US ] = "Move %1" ;
 1005 	Text [ en-US ] = "Move end point of %1" ;
 2477 	Text [ en-US ] = "Move horizontally" ;
 [all …]
 
 |