Home
last modified time | relevance | path

Searched refs:SfxRectangleItem (Results 1 – 12 of 12) sorted by relevance

/trunk/main/svl/source/items/
H A Drectitem.cxx37 DBG_NAME(SfxRectangleItem)
46 SfxRectangleItem::SfxRectangleItem() in SfxRectangleItem() function in SfxRectangleItem
48 DBG_CTOR(SfxRectangleItem, 0); in SfxRectangleItem()
53 SfxRectangleItem::SfxRectangleItem( sal_uInt16 nW, const Rectangle& rVal ) : in SfxRectangleItem() function in SfxRectangleItem
57 DBG_CTOR(SfxRectangleItem, 0); in SfxRectangleItem()
62 SfxRectangleItem::SfxRectangleItem( sal_uInt16 nW, SvStream &rStream ) : in SfxRectangleItem() function in SfxRectangleItem
65 DBG_CTOR(SfxRectangleItem, 0); in SfxRectangleItem()
71 SfxRectangleItem::SfxRectangleItem( const SfxRectangleItem& rItem ) : in SfxRectangleItem() function in SfxRectangleItem
75 DBG_CTOR(SfxRectangleItem, 0); in SfxRectangleItem()
89 DBG_CHKTHIS(SfxRectangleItem, 0); in GetPresentation()
[all …]
/trunk/main/svl/inc/svl/
H A Drectitem.hxx33 DBG_NAMEEX_VISIBILITY(SfxRectangleItem, SVL_DLLPUBLIC)
37 class SVL_DLLPUBLIC SfxRectangleItem: public SfxPoolItem class
43 SfxRectangleItem();
44 SfxRectangleItem( sal_uInt16 nWhich, const Rectangle& rVal );
45 SfxRectangleItem( sal_uInt16 nWhich, SvStream & );
46 SfxRectangleItem( const SfxRectangleItem& );
47 ~SfxRectangleItem() { in ~SfxRectangleItem()
48 DBG_DTOR(SfxRectangleItem, 0); } in ~SfxRectangleItem()
/trunk/main/svx/inc/svx/
H A Druler.hxx40 class SfxRectangleItem;
52 SfxRectangleItem *pMinMaxItem; //Maxima fuers Draggen
107 void UpdateFrameMinMax(const SfxRectangleItem *);
/trunk/main/svx/source/dialog/
H A Drlrcitem.cxx68 const SfxRectangleItem *pItem = PTR_CAST(SfxRectangleItem, pState); in StateChanged()
H A Dsvxruler.cxx728 const SfxRectangleItem *pItem // Werte fuer MinMax in UpdateFrameMinMax()
743 pMinMaxItem = new SfxRectangleItem(*pItem); in UpdateFrameMinMax()
/trunk/main/sd/source/ui/view/
H A Ddrviews3.cxx361 const SfxRectangleItem& rRect = in SO2_DECL_REF()
362 (SfxRectangleItem&)rReq.GetArgs()->Get(SID_OBJECTRESIZE); in SO2_DECL_REF()
844 rSet.Put( SfxRectangleItem(SID_RULER_LR_MIN_MAX, aMinMaxRect) ); in GetRulerState()
848 rSet.Put( SfxRectangleItem(SID_RULER_LR_MIN_MAX, aRect) ); in GetRulerState()
/trunk/main/sc/source/ui/view/
H A Dtabvwshb.cxx342 const SfxRectangleItem& rRect = in ExecDrawIns()
343 (SfxRectangleItem&)rReq.GetArgs()->Get(SID_OBJECTRESIZE); in ExecDrawIns()
/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx675 SfxRectangleItem* pRectItem = NULL; in ActivatePage()
1124 SfxRectangleItem* pRectItem = NULL; in ActivatePage()
1150 _pSet->Put(SfxRectangleItem(SID_ATTR_TRANSFORM_INTERN, aOutRectangle)); in DeactivatePage()
/trunk/main/sfx2/sdi/
H A Dsfxitems.sdi58 item Rectangle SfxRectangleItem;
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx1006 else if (HAS_BASE(SfxRectangleItem,&rItem)) aEntry.eItemType=ITEM_RECT; in SetAttributes()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx2027 SfxRectangleItem aLR( SID_RULER_LR_MIN_MAX , aRectangle); in StateTabWin()
/trunk/main/svx/sdi/
H A Dsvx.sdi5654 SfxRectangleItem HeaderFooterBorder SID_RULER_LR_MIN_MAX

Completed in 97 milliseconds