Home
last modified time | relevance | path

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

/aoo42x/main/vcl/source/control/
H A Dthrobber.cxx172 long nMinimalDistance = ::std::numeric_limits< long >::max(); in initImages() local
190 if ( distance < nMinimalDistance ) in initImages()
192 nMinimalDistance = distance; in initImages()
/aoo42x/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx221 long nMinimalDistance = ::std::numeric_limits< long >::max(); in lcl_updateImageList_nothrow() local
236 if ( distance < nMinimalDistance ) in lcl_updateImageList_nothrow()
238 nMinimalDistance = distance; in lcl_updateImageList_nothrow()

Completed in 24 milliseconds