Home
last modified time | relevance | path

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

/trunk/main/fpicker/source/office/
H A Dasyncfilepicker.cxx102 sal_Int32 nMaxTimeout = _nMaxTimeout; in execute() local
109 if ( nMaxTimeout <= nMinTimeout ) in execute()
110 nMaxTimeout = nMinTimeout + 30000; in execute()
117 pActionDescriptor->nMaxTimeout = nMaxTimeout; in execute()
H A Diodlg.cxx2315 sal_Int32 nMaxTimeout = 0; in executeAsync() local
2316 …on.getNodeValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Timeout/Max" ) ) ) >>= nMaxTimeout; in executeAsync()
2319 …m_pCurrentAsyncAction->execute( _rURL, _rFilter, bReallyAsync ? nMinTimeout : -1, nMaxTimeout, Get… in executeAsync()
/trunk/main/svtools/inc/svtools/
H A Dfileview.hxx67 …sal_uInt32 nMaxTimeout; /// maximum time to wait for a result, in milliseconds, until eTimeout… member
72 nMinTimeout = nMaxTimeout = 0; in FileViewAsyncAction()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx2032 sal_Int32 nMaxTimeout = pAsyncDescriptor->nMaxTimeout; in GetFolderContent_Impl() local
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()

Completed in 39 milliseconds