Searched refs:GetGrfHeight (Results 1 – 2 of 2) sorted by relevance
946 Size aSize( nTmpWidth, GetGrfHeight() - 2 * GRFNUM_SECURE ); in Paint()1050 SetRelPos( GetGrfHeight() / 2 ); in SetBase()1052 SetRelPos( GetGrfHeight() - GRFNUM_SECURE ); in SetBase()1056 SetRelPos( ( GetGrfHeight() + nLnAscent - nLnDescent ) / 2 ); in SetBase()1060 SetRelPos( GetGrfHeight() - nLnDescent ); in SetBase()1063 if( GetGrfHeight() >= nFlyAsc + nFlyDesc ) in SetBase()1072 SetRelPos( ( GetGrfHeight() + nFlyAsc - nFlyDesc ) / 2 ); in SetBase()1076 SetRelPos( GetGrfHeight() - nFlyDesc ); in SetBase()
226 inline SwTwips GetGrfHeight() const { return nGrfHeight; } in GetGrfHeight() function in SwGrfNumPortion
Completed in 23 milliseconds