Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/view/
H A Dprinter.cxx49 sal_Bool mbAll; member
55 mbAll ( sal_True ), in SfxPrinter_Impl()
166 pImpl->mbAll = rPrinter.pImpl->mbAll; in SfxPrinter()
183 pNewPrinter->pImpl->mbAll = pImpl->mbAll; in Clone()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx340 if( rPresSettings.mbAll != bVal ) in setPropertyValue()
342 rPresSettings.mbAll = bVal; in setPropertyValue()
444 …f( (rPresSettings.maPresPage != aPresPage) || !rPresSettings.mbCustomShow || !rPresSettings.mbAll ) in setPropertyValue()
449 rPresSettings.mbAll = sal_False; in setPropertyValue()
608 return Any( (sal_Bool) ( !rPresSettings.mbCustomShow && rPresSettings.mbAll ) ); in getPropertyValue()
632 if( !rPresSettings.mbCustomShow && !rPresSettings.mbAll ) in getPropertyValue()
H A Dslideshowimpl.cxx827 maPresSettings.mbAll = sal_False; in startPreview()
981 maPresSettings.mbAll = false; in startShow()
998 createSlideList( maPresSettings.mbAll, false, aPresSlide ); in startShow()
1004 if( !maPresSettings.mbAll && !maPresSettings.mbCustomShow ) in startShow()
3647 mbAll = sal_False; in SetPropertyValue()
/trunk/main/sd/source/ui/func/
H A Dfusldlg.cxx121 aDlgSet.Put( SfxBoolItem( ATTR_PRESENT_ALL, rPresentationSettings.mbAll ) ); in DoExecute()
159 if ( bValue != rPresentationSettings.mbAll ) in DoExecute()
162 rPresentationSettings.mbAll = bValue; in DoExecute()
/trunk/main/sd/source/core/
H A Ddrawdoc.cxx109 : mbAll( true ), in PresentationSettings()
129 mbAll( r.mbAll ), in PresentationSettings()
/trunk/main/sd/inc/
H A Ddrawdoc.hxx134 sal_Bool mbAll; member
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx1398 rPresSettings.mbAll = ( nFlags & 4 ) == 0; in Import()