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.cxx174 long nMinimalDistance = ::std::numeric_limits< long >::max(); in initImages() local
192 if ( distance < nMinimalDistance ) in initImages()
194 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 25 milliseconds