Home
last modified time | relevance | path

Searched refs:SetAutoAdvanceTime (Results 1 – 5 of 5) sorted by path

/trunk/main/vcl/inc/vcl/
H A Dpdfextoutdevdata.hxx521 void SetAutoAdvanceTime( sal_uInt32 nSeconds, sal_Int32 nPageNr = -1 );
H A Dpdfwriter.hxx1265 void SetAutoAdvanceTime( sal_uInt32 nSeconds, sal_Int32 nPageNr = -1 );
/trunk/main/vcl/source/gdi/
H A Dpdfextoutdevdata.cxx54 SetAutoAdvanceTime, enumerator
263 case PDFExtOutDevDataSync::SetAutoAdvanceTime : in PlayGlobalActions()
265 rWriter.SetAutoAdvanceTime( mParauInts.front(), mParaInts.front() ); in PlayGlobalActions()
491 case PDFExtOutDevDataSync::SetAutoAdvanceTime: in PlaySyncPageAct()
743 void PDFExtOutDevData::SetAutoAdvanceTime( sal_uInt32 nSeconds, sal_Int32 nPageNr ) in SetAutoAdvanceTime() function in vcl::PDFExtOutDevData
745 mpGlobalSyncData->mActions.push_back( PDFExtOutDevDataSync::SetAutoAdvanceTime ); in SetAutoAdvanceTime()
H A Dpdfwriter.cxx519 void PDFWriter::SetAutoAdvanceTime( sal_uInt32 nSeconds, sal_Int32 nPageNr ) in SetAutoAdvanceTime() function in PDFWriter
H A Dpdfwriter_impl.cxx131 aWriter.SetAutoAdvanceTime( 3 ); in doTestCode()

Completed in 84 milliseconds