Searched refs:sReloadDelay (Results 1 – 1 of 1) sorted by relevance
213 const sal_Int32 sReloadDelay = mxDocProps->getAutoloadSecs(); in _MExport() local214 if (sReloadDelay != 0 || sReloadURL.getLength() != 0) in _MExport()221 Time(sReloadDelay/3600, (sReloadDelay%3600)/60, in _MExport()222 sReloadDelay%60 )) ); in _MExport()
Completed in 17 milliseconds