Home
last modified time | relevance | path

Searched refs:bStartPresentation (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/docshell/
H A Ddocshel4.cxx273 bool bStartPresentation = false; in Load() local
288 bStartPresentation = true; in Load()
337 if( IsPreview() || bStartPresentation ) in Load()
341 pMediumSet->Put( SfxUInt16Item( SID_VIEW_ID, bStartPresentation ? 1 : 5 ) ); in Load()
432 bool bStartPresentation = false; in ConvertFrom() local
447 bStartPresentation = true; in ConvertFrom()
510 if( IsPreview() || bStartPresentation ) in ConvertFrom()
514 pMediumSet->Put( SfxUInt16Item( SID_VIEW_ID, bStartPresentation ? 1 : 5 ) ); in ConvertFrom()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/docshell/
H A Ddocshel4.cxx270 bool bStartPresentation = false; in Load() local
285 bStartPresentation = true; in Load()
334 if( IsPreview() || bStartPresentation ) in Load()
338 pMediumSet->Put( SfxUInt16Item( SID_VIEW_ID, bStartPresentation ? 1 : 5 ) ); in Load()
429 bool bStartPresentation = false; in ConvertFrom() local
444 bStartPresentation = true; in ConvertFrom()
507 if( IsPreview() || bStartPresentation ) in ConvertFrom()
511 pMediumSet->Put( SfxUInt16Item( SID_VIEW_ID, bStartPresentation ? 1 : 5 ) ); in ConvertFrom()