Home
last modified time | relevance | path

Searched refs:seconds (Results 26 – 50 of 99) sorted by relevance

1234

/aoo41x/main/connectivity/source/manager/
H A Dmdrivermanager.cxx511 void SAL_CALL OSDBCDriverManager::setLoginTimeout( sal_Int32 seconds ) throw(RuntimeException) in setLoginTimeout() argument
514 m_nLoginTimeout = seconds; in setLoginTimeout()
H A Dmdrivermanager.hxx99 …virtual void SAL_CALL setLoginTimeout( sal_Int32 seconds ) throw(::com::sun::star::uno::RuntimeExc…
/aoo41x/main/connectivity/source/drivers/ado/
H A DAStatement.cxx573 void OStatement_Base::setQueryTimeOut(sal_Int32 seconds) throw(SQLException, RuntimeException) in setQueryTimeOut() argument
579 m_Command.put_CommandTimeout(seconds); in setQueryTimeOut()
/aoo41x/main/offapi/com/sun/star/media/
H A DXFrameGrabber.idl40 the time in seconds of the image to get. This time has to
/aoo41x/main/sccomp/source/solver/
H A Dsolver.src41 Text [ en-US ] = "Solving time limit (seconds)";
/aoo41x/main/offapi/com/sun/star/util/
H A DDuration.idl81 /** contains the seconds.
/aoo41x/main/offapi/com/sun/star/presentation/
H A DEffectCommands.idl50 time in mili seconds. If not given, play continues at
H A DDrawPage.idl76 this is the time in seconds this page is shown before switching
/aoo41x/main/offapi/com/sun/star/rendering/
H A DAnimationAttributes.idl38 /// Preferred duration of the animation sequence in seconds.
/aoo41x/main/offapi/com/sun/star/animations/
H A DEvent.idl49 /** an optional offset in seconds or <const>Timing::INDEFINITE</const>. This is the timespan
/aoo41x/main/offapi/com/sun/star/ucb/
H A DLock.idl60 <p>This element specifies the number of seconds between granting
/aoo41x/main/sc/source/ui/miscdlgs/
H A Dlinkarea.src118 Text [ en-US ] = "seconds";
/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx759 void OStatement_Base::setQueryTimeOut(sal_Int32 seconds) in setQueryTimeOut() argument
762 …= N3SQLSetStmtAttr(m_aStatementHandle, SQL_ATTR_QUERY_TIMEOUT,(SQLPOINTER)seconds,SQL_IS_UINTEGER); in setQueryTimeOut()
/aoo41x/main/offapi/com/sun/star/i18n/
H A DLocaleDataItem.idl51 /// time 100th seconds separator, for example, <b>","</b>
/aoo41x/main/cui/source/options/
H A Dconnpooloptions.src89 Text [ en-US ] = "Timeout (seconds)";
H A Doptaccessibility.src100 Text [ en-US ] = "seconds";
/aoo41x/main/sfx2/source/dialog/
H A Ddinfdlg.src428 Text [ en-US ] = "seconds" ;
463 Text [ en-US ] = "seconds" ;
/aoo41x/main/offapi/com/sun/star/document/
H A DXDocumentProperties.idl222 /** contains the number of seconds after which a specified
276 /** contains the net time of editing the document (in seconds).
/aoo41x/main/sd/res/webview/
H A Dcommon.inc24 public const cnRefreshTime = 5 ' refresh time in seconds
/aoo41x/main/sd/source/ui/animations/
H A DSlideTransitionPane.src153 // decimal digits should be 1, but for now the model only supports whole seconds
/aoo41x/main/offapi/com/sun/star/sheet/
H A DDatabaseRange.idl131 /** specifies the time between two refresh actions in seconds.
/aoo41x/main/tools/source/datetime/
H A Dttime.cxx105 (((sal_Int32)aDateTime.seconds)*100) + in Time()
/aoo41x/main/connectivity/source/cpool/
H A DZPoolCollection.hxx118 …virtual void SAL_CALL setLoginTimeout( sal_Int32 seconds ) throw(::com::sun::star::uno::RuntimeExc…
/aoo41x/main/offapi/com/sun/star/sdbc/
H A DRowSet.idl118 /** retrieves the number of seconds the driver will wait for a Statement
/aoo41x/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx1115 void ODatabaseSource::setLoginTimeout(sal_Int32 seconds) throw( SQLException, RuntimeException ) in setLoginTimeout() argument
1119 m_pImpl->m_nLoginTimeout = seconds; in setLoginTimeout()

Completed in 60 milliseconds

1234