Home
last modified time | relevance | path

Searched refs:nTimeout (Results 1 – 25 of 52) sorted by last modified time

123

/trunk/main/ucb/source/ucp/webdav/
H A DCurlSession.hxx251 sal_Int64 nTimeout,
H A DCurlSession.cxx1587 sal_Int64 nTimeout, in LOCK() argument
1595 return nTimeout; in LOCK()
H A DDAVResourceAccess.cxx965 sal_Int64 nTimeout,
986 nTimeout,
H A DDAVResourceAccess.hxx212 LOCK( sal_Int64 nTimeout,
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.hxx95 ClipboardInvalidator(sal_uLong nTimeout,OTableEditorCtrl*);
/trunk/main/sd/source/ui/slideshow/
H A Dshowwin.cxx403 sal_Bool ShowWindow::SetPauseMode( sal_Int32 nPageIndexToRestart, sal_Int32 nTimeout, Graphic* pLog… in SetPauseMode() argument
410 if( xSlideShow.is() && !nTimeout ) in SetPauseMode()
417 mnPauseTimeout = nTimeout; in SetPauseMode()
/trunk/main/vcl/source/window/
H A Dmenu.cxx777 static sal_uLong ImplChangeTipTimeout( sal_uLong nTimeout, Window *pWindow ) in ImplChangeTipTimeout() argument
782 aHelpSettings.SetTipTimeout( nTimeout ); in ImplChangeTipTimeout()
4651 long nTimeout; in ImplScroll() local
4653 nTimeout = 200; in ImplScroll()
4655 nTimeout = 100; in ImplScroll()
4657 nTimeout = 70; in ImplScroll()
4659 nTimeout = 40; in ImplScroll()
4661 nTimeout = 20; in ImplScroll()
4662 aScrollTimer.SetTimeout( nTimeout ); in ImplScroll()
/trunk/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java887 int nTimeout,
903 xDataSourceProperties.setPropertyValue("LoginTimeout", new Integer( nTimeout ) );
/trunk/main/framework/source/inc/loadenv/
H A Dloadenv.hxx377 virtual sal_Bool waitWhileLoading(sal_uInt32 nTimeout = 0)
/trunk/main/slideshow/source/engine/
H A Dslideshowimpl.cxx1594 double nTimeout(0.0); in setProperty() local
1595 mbAutomaticAdvancementMode = (rProperty.Value >>= nTimeout); in setProperty()
1598 maEventMultiplexer.setAutomaticTimeout( nTimeout ); in setProperty()
H A Deventmultiplexer.cxx760 void EventMultiplexer::setAutomaticTimeout( double nTimeout ) in setAutomaticTimeout() argument
762 mpImpl->mnTimeout = nTimeout; in setAutomaticTimeout()
H A Deventqueue.cxx307 double nTimeout (::std::numeric_limits<double>::max()); in nextTimeout()
310 nTimeout = maEvents.top().nTime - nCurrentTime; in nextTimeout()
312 nTimeout = ::std::min(nTimeout, maNextEvents.front().nTime - nCurrentTime); in nextTimeout()
314 nTimeout = ::std::min(nTimeout, maNextNextEvents.top().nTime - nCurrentTime); in nextTimeout()
316 return nTimeout; in nextTimeout()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DCallWatchThread.java40 private long nTimeout; field in CallWatchThread
42 public CallWatchThread(long nTimeout) in CallWatchThread() argument
44 this(nTimeout, ""); in CallWatchThread()
47 public CallWatchThread( long nTimeout, String aTag ) in CallWatchThread() argument
51 this.nTimeout = nTimeout; in CallWatchThread()
94 wait( nTimeout ); in run()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeWindow.java266 long nTimeout; field in LocalOfficeWindow.CallWatchThread
268 CallWatchThread( long nTimeout ) in CallWatchThread() argument
271 this.nTimeout = nTimeout; in CallWatchThread()
290 try { sleep( nTimeout ); } in run()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiProtocolSocketFactory.java135 int nTimeout = params.getConnectionTimeout(); in createSocket() local
138 aSocket.connect( new InetSocketAddress( sHost, nPort ), nTimeout ); in createSocket()
/trunk/main/framework/source/loadenv/
H A Dloadenv.cxx447 sal_Bool LoadEnv::waitWhileLoading(sal_uInt32 nTimeout) in waitWhileLoading() argument
455 sal_Int32 nTime = nTimeout; in waitWhileLoading()
468 if (nTimeout==0) in waitWhileLoading()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx622 long nTimeout = 800, in JustifyAreaTimer() local
626 aTimer.SetTimeout( Max( coMinLen, nTimeout - nDiff) ); in JustifyAreaTimer()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx2043 int nTimeout, nInterval, bPreferBlanking, bAllowExposures; in StartPresentation() local
2045 XGetScreenSaver( pDisplay, &nTimeout, &nInterval, in StartPresentation()
2049 if ( nTimeout ) in StartPresentation()
2051 m_nSavedScreenSaverTimeout = nTimeout; in StartPresentation()
/trunk/main/vcl/source/gdi/
H A Danimate.cxx441 void Animation::ImplRestartTimer( sal_uLong nTimeout ) in ImplRestartTimer() argument
443 …maTimer.SetTimeout( Max( nTimeout, (sal_uLong)(MIN_TIMEOUT + ( mnAnimCount - 1 ) * INC_TIMEOUT) ) … in ImplRestartTimer()
/trunk/main/vcl/source/control/
H A Dedit.cxx2534 void Edit::EnableUpdateData( sal_uLong nTimeout ) in EnableUpdateData() argument
2536 if ( !nTimeout ) in EnableUpdateData()
2546 mpUpdateDataTimer->SetTimeout( nTimeout ); in EnableUpdateData()
/trunk/main/vcl/source/app/
H A Dhelp.cxx507 sal_uLong nTimeout = 0; in ShowHelp() local
512 nTimeout = 15; in ShowHelp()
517 nTimeout = rHelpSettings.GetTipDelay(); in ShowHelp()
519 nTimeout = rHelpSettings.GetBalloonDelay(); in ShowHelp()
523 nTimeout /= 3; in ShowHelp()
526 maShowTimer.SetTimeout( nTimeout ); in ShowHelp()
/trunk/main/vcl/inc/vcl/
H A Dtimer.hxx57 void SetTimeout( sal_uLong nTimeout );
H A Dedit.hxx181 virtual void EnableUpdateData( sal_uLong nTimeout = EDIT_UPDATEDATA_TIMEOUT );
H A Danimate.hxx162 SAL_DLLPRIVATE void ImplRestartTimer( sal_uLong nTimeout );
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx222 void setScreenSaverTimeout( int nTimeout );

Completed in 231 milliseconds

123