Searched refs:SetRelPos (Results 1 – 6 of 6) sorted by relevance
1049 SetRelPos( 0 ); in SetBase()1051 SetRelPos( GetGrfHeight() / 2 ); in SetBase()1053 SetRelPos( GetGrfHeight() - GRFNUM_SECURE ); in SetBase()1057 SetRelPos( ( GetGrfHeight() + nLnAscent - nLnDescent ) / 2 ); in SetBase()1059 SetRelPos( nLnAscent ); in SetBase()1061 SetRelPos( GetGrfHeight() - nLnDescent ); in SetBase()1070 SetRelPos( nFlyAsc ); in SetBase()1073 SetRelPos( ( GetGrfHeight() + nFlyAsc - nFlyDesc ) / 2 ); in SetBase()1075 SetRelPos( nFlyAsc ); in SetBase()1077 SetRelPos( GetGrfHeight() - nFlyDesc ); in SetBase()
222 inline void SetRelPos( SwTwips nNew ) { nYPos = nNew; } in SetRelPos() function in SwGrfNumPortion
93 void SetRelPos(const Point& rP);
710 void SvxSwFrameExample::SetRelPos(const Point& rP) in SetRelPos() function in SvxSwFrameExample
1653 m_aExampleWN.SetRelPos(Point(nXPos, nYPos)); in UpdateExample()
2160 aExampleWN.SetRelPos(Point(nXPos, nYPos)); in UpdateExample()
Completed in 73 milliseconds