Searched refs:lcl_MoveControlX (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | conflictsdlg.cxx | 769 void lcl_MoveControlX( Window& rWindow, long nDelta ) in lcl_MoveControlX() function 809 lcl_MoveControlX( maBtnKeepMine, nDeltaWidth / 2 ); in Resize() 812 lcl_MoveControlX( maBtnKeepOther, nDeltaWidth / 2 ); in Resize() 818 lcl_MoveControlX( maBtnKeepAllMine, nDeltaWidth ); in Resize() 821 lcl_MoveControlX( maBtnKeepAllOthers, nDeltaWidth ); in Resize() 824 lcl_MoveControlX( maBtnCancel, nDeltaWidth ); in Resize() 827 lcl_MoveControlX( maBtnHelp, nDeltaWidth ); in Resize()
|
/aoo42x/main/sw/source/ui/envelp/ |
H A D | mailmrge.cxx | 519 void lcl_MoveControlX( Window* ppW, long nDiffSize ) in lcl_MoveControlX() function 588 lcl_MoveControlX( &aOkBTN, aDiffSize.Width() ); in Resize() 589 lcl_MoveControlX( &aCancelBTN, aDiffSize.Width() ); in Resize() 590 lcl_MoveControlX( &aHelpBTN, aDiffSize.Width() ); in Resize() 591 lcl_MoveControlX( &aPathPB, aDiffSize.Width() ); in Resize() 592 lcl_MoveControlX( &aFileRB, aDiffSize.Width()/2 ); in Resize()
|
Completed in 180 milliseconds