Home
last modified time | relevance | path

Searched refs:nPause (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/dlg/
H A Dpresent.cxx161 …const long nPause = ( ( const SfxUInt32Item& ) rOutAttrs.Get( ATTR_PRESENT_PAUSE_TIMEOUT ) ).GetVa… in SdStartPresentationDlg() local
163 aTmfPause.SetTime( Time( 0, 0, nPause ) ); in SdStartPresentationDlg()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx3693 sal_Int32 nPause = -1; in SetPropertyValue() local
3694 if( (rValue >>= nPause) && (nPause >= 0) ) in SetPropertyValue()
3696 mnPauseTimeout = nPause; in SetPropertyValue()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx2131 sal_Int32 nPause = 0; in exportPresentationSettings() local
2132 xPresProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Pause" ) ) ) >>= nPause; in exportPresentationSettings()
2134 util::DateTime aTime( 0, (sal_uInt16)nPause, 0, 0, 0, 0, 0 ); in exportPresentationSettings()

Completed in 48 milliseconds