Searched refs:SetRelPos (Results 1 – 6 of 6) sorted by relevance
1048 SetRelPos( 0 ); in SetBase()1050 SetRelPos( GetGrfHeight() / 2 ); in SetBase()1052 SetRelPos( GetGrfHeight() - GRFNUM_SECURE ); in SetBase()1056 SetRelPos( ( GetGrfHeight() + nLnAscent - nLnDescent ) / 2 ); in SetBase()1058 SetRelPos( nLnAscent ); in SetBase()1060 SetRelPos( GetGrfHeight() - nLnDescent ); in SetBase()1069 SetRelPos( nFlyAsc ); in SetBase()1072 SetRelPos( ( GetGrfHeight() + nFlyAsc - nFlyDesc ) / 2 ); in SetBase()1074 SetRelPos( nFlyAsc ); in SetBase()1076 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 47 milliseconds