Home
last modified time | relevance | path

Searched refs:o_rMaxSize (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/window/
H A Dprintdlg.cxx1171 void updateMaxSize( const Size& i_rCheckSize, Size& o_rMaxSize ) in updateMaxSize() argument
1173 if( i_rCheckSize.Width() > o_rMaxSize.Width() ) in updateMaxSize()
1174 o_rMaxSize.Width() = i_rCheckSize.Width(); in updateMaxSize()
1175 if( i_rCheckSize.Height() > o_rMaxSize.Height() ) in updateMaxSize()
1176 o_rMaxSize.Height() = i_rCheckSize.Height(); in updateMaxSize()

Completed in 21 milliseconds