Home
last modified time | relevance | path

Searched refs:SvxViewLayoutItem (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svx/source/items/
H A Dviewlayoutitem.cxx34 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 Dviewlayoutitem.hxx34 class SVX_DLLPUBLIC SvxViewLayoutItem: public SfxUInt16Item class
41SvxViewLayoutItem( 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 Dviewlayoutctrl.cxx43 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 Dzoom.cxx72 struct SvxViewLayoutItem : public LAYOUT_SfxPoolItem struct
389 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()
556SvxViewLayoutItem aViewLayoutItem( 0, false, rSet.GetPool()->GetWhich( SID_ATTR_VIEWLAYOUT ) ); in IMPL_LINK()
/trunk/main/cui/source/dialogs/
H A Dzoom.cxx283 … const sal_uInt16 nColumns = static_cast<const SvxViewLayoutItem*>(pViewLayoutItem)->GetValue(); in SvxZoomDialog()
284 … const bool bBookMode = static_cast<const SvxViewLayoutItem*>(pViewLayoutItem)->IsBookMode(); in SvxZoomDialog()
435SvxViewLayoutItem aViewLayoutItem( 0, false, rSet.GetPool()->GetWhich( SID_ATTR_VIEWLAYOUT ) ); in IMPL_LINK()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx1305 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 Dswitems.sdi77 item ViewLayout SvxViewLayoutItem;
H A Dswriter.sdi9981 SvxViewLayoutItem ViewLayout SID_ATTR_VIEWLAYOUT

Completed in 57 milliseconds