Home
last modified time | relevance | path

Searched refs:SvxObjectItem (Results 1 – 10 of 10) sorted by relevance

/trunk/main/svx/source/dialog/
H A Drulritem.cxx40 TYPEINIT1(SvxObjectItem, SfxPoolItem);
640 nStartX == ((const SvxObjectItem&)rCmp).nStartX && in operator ==()
641 nEndX == ((const SvxObjectItem&)rCmp).nEndX && in operator ==()
642 nStartY == ((const SvxObjectItem&)rCmp).nStartY && in operator ==()
643 nEndY == ((const SvxObjectItem&)rCmp).nEndY && in operator ==()
644 bLimits == ((const SvxObjectItem&)rCmp).bLimits; in operator ==()
649 String SvxObjectItem::GetValueText() const in GetValueText()
656 SfxItemPresentation SvxObjectItem::GetPresentation in GetPresentation()
671 return new SvxObjectItem(*this); in Clone()
676 SvxObjectItem::SvxObjectItem( long nSX, long nEX, in SvxObjectItem() function in SvxObjectItem
[all …]
H A Drlrcitem.cxx133 const SvxObjectItem *pItem = PTR_CAST(SvxObjectItem, pState); in StateChanged()
H A Dsvxruler.cxx1381 const SvxObjectItem *pItem // Neuer Wert fuer Objekte in Update()
1396 pObjectItem = new SvxObjectItem(*pItem); in Update()
/trunk/main/svx/inc/svx/
H A Drulritem.hxx255 class SVX_DLLPUBLIC SvxObjectItem : public SfxPoolItem class
276 SVX_DLLPRIVATE const SvxObjectItem &operator=(const SvxObjectItem &); // n.i.
279 SvxObjectItem(long nStartX, long nEndX,
282 SvxObjectItem(const SvxObjectItem &);
H A Druler.hxx41 class SvxObjectItem;
59 SvxObjectItem *pObjectItem; //Objekt
119 void Update(const SvxObjectItem *);
/trunk/main/sd/source/ui/view/
H A Ddrviews3.cxx658 const SvxObjectItem& rOI = (const SvxObjectItem&) in ExecRuler()
941 SvxObjectItem aObjItem(aResizeRect.Left(), aResizeRect.Right(), in GetRulerState()
/trunk/main/sd/sdi/
H A Dsdnew.sdi46 SvxObjectItem RulerObject SID_RULER_OBJECT
H A D_drvwsh.sdi31 item UINT32 SvxObjectItem ;
H A Dsdraw.sdi5721 SvxObjectItem RulerObject SID_RULER_OBJECT
/trunk/main/svx/sdi/
H A Dsvxitems.sdi612 item SvxRulerObject SvxObjectItem;

Completed in 79 milliseconds