Home
last modified time | relevance | path

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

/aoo41x/main/cui/source/options/
H A Dconnpoolsettings.cxx41 ,nTimeoutSeconds(_nTimeout) in DriverPooling()
50 && (nTimeoutSeconds == _rR.nTimeoutSeconds); in operator ==()
H A Dconnpooloptions.cxx236 sReturn = String::CreateFromInt32(_rPos->nTimeoutSeconds); in implGetCellText()
451 m_aTimeout.SetText(String::CreateFromInt32(pDriverPos->nTimeoutSeconds)); in IMPL_LINK()
464 pCurrentDriver->nTimeoutSeconds = static_cast<long>(m_aTimeout.GetValue()); in commitTimeoutField()
H A Dconnpoolconfig.cxx150 aThisDriverSettings.getNodeValue(getTimeoutNodeName()) >>= aLookup->nTimeoutSeconds; in GetOptions()
207 aThisDriverSettings.setNodeValue(getTimeoutNodeName(), makeAny(aLoop->nTimeoutSeconds)); in SetOptions()
H A Dconnpoolsettings.hxx43 sal_Int32 nTimeoutSeconds; member
/aoo41x/main/svtools/source/graphic/
H A Dgrfcache.cxx836 void GraphicCache::SetCacheTimeout( sal_uLong nTimeoutSeconds ) in SetCacheTimeout() argument
838 if( mnReleaseTimeoutSeconds != nTimeoutSeconds ) in SetCacheTimeout()
843 if( ( mnReleaseTimeoutSeconds = nTimeoutSeconds ) != 0 ) in SetCacheTimeout()
846 aReleaseTime.addTime( ::vos::TTimeValue( nTimeoutSeconds, 0 ) ); in SetCacheTimeout()
H A Dgrfcache.hxx87 void SetCacheTimeout( sal_uLong nTimeoutSeconds );
H A Dgrfmgr2.cxx171 void GraphicManager::SetCacheTimeout( sal_uLong nTimeoutSeconds ) in SetCacheTimeout() argument
173 mpCache->SetCacheTimeout( nTimeoutSeconds ); in SetCacheTimeout()
/aoo41x/main/svtools/inc/svtools/
H A Dgrfmgr.hxx584 void SetCacheTimeout( sal_uLong nTimeoutSeconds );

Completed in 53 milliseconds