Searched refs:GetGrfHeight (Results 1 – 2 of 2) sorted by relevance
945 Size aSize( nTmpWidth, GetGrfHeight() - 2 * GRFNUM_SECURE ); in Paint()1051 SetRelPos( GetGrfHeight() / 2 ); in SetBase()1053 SetRelPos( GetGrfHeight() - GRFNUM_SECURE ); in SetBase()1057 SetRelPos( ( GetGrfHeight() + nLnAscent - nLnDescent ) / 2 ); in SetBase()1061 SetRelPos( GetGrfHeight() - nLnDescent ); in SetBase()1064 if( GetGrfHeight() >= nFlyAsc + nFlyDesc ) in SetBase()1073 SetRelPos( ( GetGrfHeight() + nFlyAsc - nFlyDesc ) / 2 ); in SetBase()1077 SetRelPos( GetGrfHeight() - nFlyDesc ); in SetBase()
226 inline SwTwips GetGrfHeight() const { return nGrfHeight; } in GetGrfHeight() function in SwGrfNumPortion
Completed in 38 milliseconds