Searched refs:mbAll (Results 1 – 7 of 7) sorted by relevance
49 sal_Bool mbAll; member55 mbAll ( sal_True ), in SfxPrinter_Impl()166 pImpl->mbAll = rPrinter.pImpl->mbAll; in SfxPrinter()183 pNewPrinter->pImpl->mbAll = pImpl->mbAll; in Clone()
345 if( rPresSettings.mbAll != bVal ) in setPropertyValue()347 rPresSettings.mbAll = bVal; in setPropertyValue()449 …f( (rPresSettings.maPresPage != aPresPage) || !rPresSettings.mbCustomShow || !rPresSettings.mbAll ) in setPropertyValue()454 rPresSettings.mbAll = sal_False; in setPropertyValue()613 return Any( (sal_Bool) ( !rPresSettings.mbCustomShow && rPresSettings.mbAll ) ); in getPropertyValue()637 if( !rPresSettings.mbCustomShow && !rPresSettings.mbAll ) in getPropertyValue()
837 maPresSettings.mbAll = sal_False; in startPreview()991 maPresSettings.mbAll = false; in startShow()1008 createSlideList( maPresSettings.mbAll, false, aPresSlide ); in startShow()1014 if( !maPresSettings.mbAll && !maPresSettings.mbCustomShow ) in startShow()3657 mbAll = sal_False; in SetPropertyValue()
121 aDlgSet.Put( SfxBoolItem( ATTR_PRESENT_ALL, rPresentationSettings.mbAll ) ); in DoExecute()159 if ( bValue != rPresentationSettings.mbAll ) in DoExecute()162 rPresentationSettings.mbAll = bValue; in DoExecute()
111 : mbAll( true ), in PresentationSettings()131 mbAll( r.mbAll ), in PresentationSettings()
134 sal_Bool mbAll; member
1400 rPresSettings.mbAll = ( nFlags & 4 ) == 0; in Import()
Completed in 58 milliseconds