Searched refs:SvxViewLayoutItem (Results  1 – 8 of 8) sorted by relevance
| /trunk/main/svx/source/items/ | 
| H A D | viewlayoutitem.cxx | 34 TYPEINIT1_FACTORY(SvxViewLayoutItem,SfxUInt16Item, new SvxViewLayoutItem);42 SvxViewLayoutItem::SvxViewLayoutItem  in SvxViewLayoutItem()  function in SvxViewLayoutItem
 55 SvxViewLayoutItem::SvxViewLayoutItem( const SvxViewLayoutItem& rOrig )  in SvxViewLayoutItem()  function in SvxViewLayoutItem
 63 SvxViewLayoutItem::~SvxViewLayoutItem()  in ~SvxViewLayoutItem()
 69 SfxPoolItem* SvxViewLayoutItem::Clone( SfxItemPool * /*pPool*/ ) const  in Clone()
 71     return new SvxViewLayoutItem( *this );  in Clone()
 76 SfxPoolItem* SvxViewLayoutItem::Create( SvStream& /*rStrm*/, sal_uInt16 /*nVersion*/ ) const  in Create()
 90 SvStream& SvxViewLayoutItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const  in Store()
 100 int SvxViewLayoutItem::operator==( const SfxPoolItem& rAttr ) const  in operator ==()
 104     SvxViewLayoutItem& rItem = (SvxViewLayoutItem&)rAttr;  in operator ==()
 [all …]
 
 | 
| /trunk/main/svx/inc/svx/ | 
| H A D | viewlayoutitem.hxx | 34 class SVX_DLLPUBLIC SvxViewLayoutItem: public SfxUInt16Item  class41 …SvxViewLayoutItem( sal_uInt16 nColumns = 0, bool bBookMode = false, sal_uInt16 nWhich = SID_ATTR_V…
 42     SvxViewLayoutItem( const SvxViewLayoutItem& );
 43     ~SvxViewLayoutItem();
 
 | 
| /trunk/main/sw/source/ui/utlui/ | 
| H A D | viewlayoutctrl.cxx | 43 SFX_IMPL_STATUSBAR_CONTROL( SwViewLayoutControl, SvxViewLayoutItem );98         DBG_ASSERT( pState->ISA( SvxViewLayoutItem ), "invalid item type" );  in StateChanged()
 99         const sal_uInt16 nColumns  = static_cast<const SvxViewLayoutItem*>( pState )->GetValue();  in StateChanged()
 100         const bool   bBookMode = static_cast<const SvxViewLayoutItem*>( pState )->IsBookMode();  in StateChanged()
 193     SvxViewLayoutItem aViewLayout( nColumns, bBookMode );  in MouseButtonDown()
 
 | 
| /trunk/main/toolkit/workben/layout/ | 
| H A D | zoom.cxx | 72 struct SvxViewLayoutItem : public LAYOUT_SfxPoolItem  struct389         const USHORT nColumns = static_cast<const SvxViewLayoutItem*>(pViewLayoutItem)->GetValue();  in SvxZoomDialog()
 390 …      const bool bBookMode  = static_cast<const SvxViewLayoutItem*>(pViewLayoutItem)->IsBookMode();  in SvxZoomDialog()
 553 		SvxViewLayoutItem aViewLayoutItem;  in IMPL_LINK()
 556 …    SvxViewLayoutItem aViewLayoutItem( 0, false, rSet.GetPool()->GetWhich( SID_ATTR_VIEWLAYOUT ) );  in IMPL_LINK()
 
 | 
| /trunk/main/cui/source/dialogs/ | 
| H A D | zoom.cxx | 281 		const sal_uInt16 nColumns = static_cast<const SvxViewLayoutItem*>(pViewLayoutItem)->GetValue();  in SvxZoomDialog()282 		const bool bBookMode = static_cast<const SvxViewLayoutItem*>(pViewLayoutItem)->IsBookMode();  in SvxZoomDialog()
 433 		SvxViewLayoutItem aViewLayoutItem( 0, false, rSet.GetPool()->GetWhich( SID_ATTR_VIEWLAYOUT ) );  in IMPL_LINK()
 
 | 
| /trunk/main/sw/source/ui/uiview/ | 
| H A D | view2.cxx | 1305                     SvxViewLayoutItem aViewLayout(nColumns, bBookMode);  in StateStatusLine()1649 …const SvxViewLayoutItem aViewLayout( rViewOptions.GetViewLayoutColumns(), rViewOptions.IsViewLayou…  in ExecuteStatusLine()
 1670 …              const sal_uInt16 nColumns = ((const SvxViewLayoutItem *)pViewLayoutItem)->GetValue();  in ExecuteStatusLine()
 1671 …                const bool bBookMode  = ((const SvxViewLayoutItem *)pViewLayoutItem)->IsBookMode();  in ExecuteStatusLine()
 1698                     const sal_uInt16 nColumns = ((const SvxViewLayoutItem *)pItem)->GetValue();  in ExecuteStatusLine()
 1701                                             ((const SvxViewLayoutItem *)pItem)->IsBookMode();  in ExecuteStatusLine()
 
 | 
| /trunk/main/sw/sdi/ | 
| H A D | switems.sdi | 77 item ViewLayout SvxViewLayoutItem;
 | 
| H A D | swriter.sdi | 9981 SvxViewLayoutItem ViewLayout SID_ATTR_VIEWLAYOUT
 | 
        Completed in 127 milliseconds