Home
last modified time | relevance | path

Searched refs:Move (Results 1 – 25 of 531) sorted by relevance

12345678910>>...22

/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx168 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 …]
/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx128 void MetaAction::Move( long, long ) in Move() function in MetaAction
283 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 …]
/trunk/main/offapi/com/sun/star/presentation/
H A DAnimationEffect.idl99 /** 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 DFadeEffect.idl81 /** 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'.
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx569 aRubyRect.Move(nXStart, 0); in DrawPage()
570 aCharRect.Move(nXStart, 0); in DrawPage()
575 aRubyRect.Move(0, nYStart); in DrawPage()
576 aCharRect.Move(0, nYStart); in DrawPage()
580 m_bVertical ? aRubyRect.Move(nBaseHeight, 0) : aRubyRect.Move(0, nBaseHeight); in DrawPage()
582 m_bVertical ? aCharRect.Move(nRubyHeight, 0) : aCharRect.Move(0, nRubyHeight); in DrawPage()
606 aRubyRect.Move(nXMove, nYMove); in DrawPage()
607 aCharRect.Move(nXMove, nYMove); in DrawPage()
/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dstream_helper.cxx106 LARGE_INTEGER Move; in cb_sseek() local
108 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()
/trunk/main/svx/source/dialog/
H A Dswframeexample.cxx149 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()
/trunk/main/xml2cmp/source/xcd/
H A Dparse.cxx215 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
/trunk/main/svtools/source/control/
H A Dfilectrl.src32 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" ;
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx163 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 …]
/trunk/main/offapi/com/sun/star/drawing/
H A DArrangement.idl44 /** 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.
/trunk/main/sw/source/core/undo/
H A Dundel.cxx349 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 Dunins.cxx230 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 Dundobj.cxx119 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()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx652 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 …]
/trunk/main/sw/source/core/layout/
H A Danchoreddrawobject.cxx404 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()
/trunk/main/sd/source/filter/html/
H A Dhtmlattr.cxx72 aTextRect.Move(0,nHeight); in Paint()
77 aTextRect.Move(0,nHeight); in Paint()
82 aTextRect.Move(0,nHeight); in Paint()
/trunk/main/sw/source/core/crsr/
H A Dtrvltbl.cxx246 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()
/trunk/main/sw/source/filter/rtf/
H A Drtftbl.cxx822 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()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx322 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()
/trunk/main/vcl/source/control/
H A Dspinfld.cxx729 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()
/trunk/main/svx/source/svdraw/
H A Dsvdstr.src676 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 …]
/trunk/main/sw/source/filter/basflt/
H A Dshellio.cxx863 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()
/trunk/main/sw/source/ui/utlui/
H A Dnavipi.src148 //HelpText[english_us-wrong] = "Move chapter down" ;//"Move chapter up"
294 Text [ en-US ] = "Move Up" ;
300 Text [ en-US ] = "Move Down" ;
/trunk/main/svx/inc/svx/
H A Dsvdpagv.hxx234 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()

Completed in 181 milliseconds

12345678910>>...22