Lines Matching refs:SfxBoolItem
239 aSet.Put( SfxBoolItem( nWOn, aTurnOnBox.IsChecked() ) ); in FillItemSet()
240 aSet.Put( SfxBoolItem( nWDynamic, aHeightDynBtn.IsChecked() ) ); in FillItemSet()
241 aSet.Put( SfxBoolItem( nWShared, aCntSharedBox.IsChecked() ) ); in FillItemSet()
244 SfxBoolItem* pBoolItem = (SfxBoolItem*)pPool->GetDefaultItem(nWDynSpacing).Clone(); in FillItemSet()
325 const SfxBoolItem& rHeaderOn = in Reset()
326 (const SfxBoolItem&)rHeaderSet.Get(GetWhich(SID_ATTR_PAGE_ON)); in Reset()
332 const SfxBoolItem& rDynamic = in Reset()
333 (const SfxBoolItem&)rHeaderSet.Get( GetWhich( SID_ATTR_PAGE_DYNAMIC ) ); in Reset()
334 const SfxBoolItem& rShared = in Reset()
335 (const SfxBoolItem&)rHeaderSet.Get( GetWhich( SID_ATTR_PAGE_SHARED ) ); in Reset()
344 const SfxBoolItem& rDynSpacing = in Reset()
345 (const SfxBoolItem&)rHeaderSet.Get(GetWhich(SID_ATTR_HDFT_DYNAMIC_SPACING)); in Reset()
376 if ( pExt1 && pExt1->ISA(SfxBoolItem) && pExt2 && pExt2->ISA(SfxBoolItem) ) in Reset()
648 const SfxBoolItem& rOn = in ResetBackground_Impl()
649 (const SfxBoolItem&)rTmpSet.Get( GetWhich( SID_ATTR_PAGE_ON ) ); in ResetBackground_Impl()
678 const SfxBoolItem& rOn = in ResetBackground_Impl()
679 (const SfxBoolItem&)rTmpSet.Get( GetWhich( SID_ATTR_PAGE_ON ) ); in ResetBackground_Impl()
793 const SfxBoolItem& rHeaderOn = in ActivatePage()
794 (const SfxBoolItem&)rHeaderSet.Get( GetWhich( SID_ATTR_PAGE_ON ) ); in ActivatePage()
830 const SfxBoolItem& rFooterOn = in ActivatePage()
831 (const SfxBoolItem&)rFooterSet.Get( GetWhich( SID_ATTR_PAGE_ON ) ); in ActivatePage()
863 if ( pItem && pItem->ISA(SfxBoolItem) ) in ActivatePage()
866 aBspWin.SetHorz( ( (SfxBoolItem*)pItem )->GetValue() ); in ActivatePage()
871 if ( pItem && pItem->ISA(SfxBoolItem) ) in ActivatePage()
874 aBspWin.SetVert( ( (SfxBoolItem*)pItem )->GetValue() ); in ActivatePage()