Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/docshell/
H A Ddocshel4.cxx381 SfxItemSet *pMediumSet = GetMedium()->GetItemSet(); in Load() local
382 if( pMediumSet ) in Load()
383 pMediumSet->Put( SfxUInt16Item( SID_VIEW_ID, bStartPresentation ? 1 : 5 ) ); in Load()
526 SfxItemSet *pMediumSet = GetMedium()->GetItemSet(); in ConvertFrom() local
528 if( pMediumSet ) in ConvertFrom()
529 pMediumSet->Put( SfxUInt16Item( SID_VIEW_ID, 5 ) ); in ConvertFrom()
536 SfxItemSet *pMediumSet = GetMedium()->GetItemSet(); in ConvertFrom() local
537 if( pMediumSet ) in ConvertFrom()
538 pMediumSet->Put( SfxUInt16Item( SID_VIEW_ID, bStartPresentation ? 1 : 5 ) ); in ConvertFrom()

Completed in 19 milliseconds