Searched refs:nMinTimeout (Results 1 – 4 of 4) sorted by relevance
101 sal_Int32 nMinTimeout = _nMinTimeout; in execute() local104 if ( nMinTimeout < 0 ) in execute()106 nMinTimeout = 0; in execute()107 else if ( nMinTimeout < 1000 ) in execute()108 nMinTimeout = 1000; in execute()109 if ( nMaxTimeout <= nMinTimeout ) in execute()110 nMaxTimeout = nMinTimeout + 30000; in execute()113 if ( nMinTimeout ) in execute()116 pActionDescriptor->nMinTimeout = nMinTimeout; in execute()
2313 sal_Int32 nMinTimeout = 0; in executeAsync() local2314 …on.getNodeValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Timeout/Min" ) ) ) >>= nMinTimeout; in executeAsync()2319 …m_pCurrentAsyncAction->execute( _rURL, _rFilter, bReallyAsync ? nMinTimeout : -1, nMaxTimeout, Get… in executeAsync()
2002 sal_Int32 nMinTimeout = pAsyncDescriptor->nMinTimeout; in GetFolderContent_Impl() local2003 …OSL_ENSURE( nMinTimeout > 0, "SvtFileView_Impl::GetFolderContent_Impl: invalid minimum timeout!" ); in GetFolderContent_Impl()2004 if ( nMinTimeout <= 0 ) in GetFolderContent_Impl()2005 nMinTimeout = sal_Int32( 1000L ); in GetFolderContent_Impl()2006 pTimeout->Seconds = nMinTimeout / 1000L; in GetFolderContent_Impl()2007 pTimeout->Nanosec = ( nMinTimeout % 1000L ) * 1000000L; in GetFolderContent_Impl()2033 OSL_ENSURE( nMaxTimeout > nMinTimeout, in GetFolderContent_Impl()2035 if ( nMaxTimeout <= nMinTimeout ) in GetFolderContent_Impl()2036 nMaxTimeout = nMinTimeout + 5000; in GetFolderContent_Impl()2037 m_pCancelAsyncTimer->setRemainingTime( TTimeValue( nMaxTimeout - nMinTimeout ) ); in GetFolderContent_Impl()
66 sal_uInt32 nMinTimeout; /// minimum time to wait for a result, in milliseconds member72 nMinTimeout = nMaxTimeout = 0; in FileViewAsyncAction()
Completed in 116 milliseconds