Searched refs:SvxRulerItem (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/svx/source/dialog/ |
H A D | rlrcitem.cxx | 48 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 D | svxruler.cxx | 325 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 D | rlrcitem.hxx | 32 class SvxRulerItem : public SfxControllerItem class 42 SvxRulerItem( sal_uInt16 nId, SvxRuler&, SfxBindings& );
|
/aoo41x/main/svx/inc/svx/ |
H A D | ruler.hxx | 32 class SvxRulerItem; 47 friend class SvxRulerItem; 50 SvxRulerItem **pCtrlItem;
|
Completed in 33 milliseconds