Home
last modified time | relevance | path

Searched refs:SvxRulerItem (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dsvxruler.cxx325 pCtrlItem(new SvxRulerItem *[CTRL_ITEM_COUNT]), in SvxRuler()
371 memset(pCtrlItem, 0, sizeof(SvxRulerItem *) * CTRL_ITEM_COUNT); in SvxRuler()
379 pCtrlItem[i++] = new SvxRulerItem(SID_RULER_LR_MIN_MAX, *this, rBindings); in SvxRuler()
383 pCtrlItem[i++] = new SvxRulerItem(SID_ATTR_LONG_ULSPACE, *this, rBindings); in SvxRuler()
388 pCtrlItem[i++] = new SvxRulerItem(SID_ATTR_LONG_LRSPACE, *this, rBindings); in SvxRuler()
392 pCtrlItem[i++] = new SvxRulerItem(SID_RULER_PAGE_POS, *this, rBindings); in SvxRuler()
397 pCtrlItem[i++] = new SvxRulerItem(nTabStopId, *this, rBindings); in SvxRuler()
405 pCtrlItem[i++] = new SvxRulerItem(SID_ATTR_PARA_LRSPACE, *this, rBindings); in SvxRuler()
431 pCtrlItem[i++] = new SvxRulerItem(SID_RULER_OBJECT, *this, rBindings ); in SvxRuler()
443 pCtrlItem[i++] = new SvxRulerItem( SID_RULER_PROTECT, *this, rBindings ); in SvxRuler()
[all …]
H A Drlrcitem.cxx48 SvxRulerItem::SvxRulerItem(sal_uInt16 _nId, SvxRuler &rRul, SfxBindings &rBindings) in SvxRulerItem() function in SvxRulerItem
56 void SvxRulerItem::StateChanged( sal_uInt16 nSID, SfxItemState eState, in StateChanged()
H A Drlrcitem.hxx32 class SvxRulerItem : public SfxControllerItem class
42 SvxRulerItem( sal_uInt16 nId, SvxRuler&, SfxBindings& );
/trunk/main/svx/inc/svx/
H A Druler.hxx32 class SvxRulerItem;
47 friend class SvxRulerItem;
50 SvxRulerItem **pCtrlItem;

Completed in 30 milliseconds