Searched refs:mbCustomShow (Results 1 – 9 of 9) sorted by relevance
350 rPresSettings.mbCustomShow = sal_False; in setPropertyValue()407 rPresSettings.mbCustomShow = sal_True; in setPropertyValue()449 …if( (rPresSettings.maPresPage != aPresPage) || !rPresSettings.mbCustomShow || !rPresSettings.mbAll… in setPropertyValue()453 rPresSettings.mbCustomShow = sal_False; in setPropertyValue()613 return Any( (sal_Bool) ( !rPresSettings.mbCustomShow && rPresSettings.mbAll ) ); in getPropertyValue()621 …SdCustomShow* pShow = (pList && rPresSettings.mbCustomShow)?(SdCustomShow*)pList->GetCurObject():N… in getPropertyValue()637 if( !rPresSettings.mbCustomShow && !rPresSettings.mbAll ) in getPropertyValue()
839 maPresSettings.mbCustomShow = sal_False; in startPreview()1014 if( !maPresSettings.mbAll && !maPresSettings.mbCustomShow ) in startShow()2567 if( !bStartWithActualSlide && mpDoc->GetCustomShowList() && maPresSettings.mbCustomShow ) in createSlideList()3656 mbCustomShow = sal_False; in SetPropertyValue()
122 aDlgSet.Put( SfxBoolItem( ATTR_PRESENT_CUSTOMSHOW, rPresentationSettings.mbCustomShow ) ); in DoExecute()166 if ( bValue != rPresentationSettings.mbCustomShow ) in DoExecute()169 rPresentationSettings.mbCustomShow = bValue; in DoExecute()
81 rSettings.mbCustomShow = pDlg->IsCustomShow(); in DoExecute()
113 mbCustomShow(false), in PresentationSettings()133 mbCustomShow( r.mbCustomShow ), in PresentationSettings()
99 aCbxUseCustomShow.Check( pCustomShowList && rDoc.getPresentationSettings().mbCustomShow ); in SdCustomShowDlg()
1603 if (mpDoc->getPresentationSettings().mbCustomShow) in PageBelongsToCurrentShow()
136 sal_Bool mbCustomShow; member
1401 rPresSettings.mbCustomShow = ( nFlags & 8 ) != 0; in Import()
Completed in 67 milliseconds