Lines Matching refs:pBindings

121     SfxBindings* pBindings,  in Create()  argument
128 if (pBindings == NULL) in Create()
134 pBindings, in Create()
1594 SfxBindings* pBindings, in ParaPropertyPanel() argument
1652 maLeftAlignControl(SID_ATTR_PARA_ADJUST_LEFT, *pBindings, *this, A2S("LeftPara"), rxFrame), in ParaPropertyPanel()
1653 … maCenterAlignControl(SID_ATTR_PARA_ADJUST_CENTER, *pBindings, *this, A2S("CenterPara"), rxFrame), in ParaPropertyPanel()
1654 maRightAlignControl(SID_ATTR_PARA_ADJUST_RIGHT, *pBindings, *this, A2S("RightPara"), rxFrame), in ParaPropertyPanel()
1655 … maJustifyAlignControl(SID_ATTR_PARA_ADJUST_BLOCK, *pBindings, *this, A2S("JustifyPara"), rxFrame), in ParaPropertyPanel()
1656 maLRSpaceControl (SID_ATTR_PARA_LRSPACE,*pBindings,*this), in ParaPropertyPanel()
1657 maLNSpaceControl (SID_ATTR_PARA_LINESPACE, *pBindings,*this), in ParaPropertyPanel()
1658 maULSpaceControl (SID_ATTR_PARA_ULSPACE, *pBindings,*this), in ParaPropertyPanel()
1659 maOutLineLeftControl(SID_OUTLINE_LEFT, *pBindings, *this, A2S("OutlineRight"), rxFrame), in ParaPropertyPanel()
1660 maOutLineRightControl(SID_OUTLINE_RIGHT, *pBindings, *this, A2S("OutlineLeft"), rxFrame), in ParaPropertyPanel()
1661 maDecIndentControl(SID_DEC_INDENT, *pBindings,*this, A2S("DecrementIndent"), rxFrame), in ParaPropertyPanel()
1662 maIncIndentControl(SID_INC_INDENT, *pBindings,*this, A2S("IncrementIndent"), rxFrame), in ParaPropertyPanel()
1663 maVertTop (SID_TABLE_VERT_NONE, *pBindings, *this, A2S("CellVertTop"), rxFrame), in ParaPropertyPanel()
1664 maVertCenter (SID_TABLE_VERT_CENTER, *pBindings,*this, A2S("CellVertCenter"), rxFrame), in ParaPropertyPanel()
1665 maVertBottom (SID_TABLE_VERT_BOTTOM,*pBindings,*this, A2S("CellVertBottom"), rxFrame), in ParaPropertyPanel()
1666 maBulletOnOff(FN_NUM_BULLET_ON, *pBindings, *this, A2S("DefaultBullet"), rxFrame), in ParaPropertyPanel()
1667 maNumberOnOff(FN_NUM_NUMBERING_ON, *pBindings, *this, A2S("DefaultNumbering"), rxFrame), in ParaPropertyPanel()
1668 maBackColorControl (SID_BACKGROUND_COLOR, *pBindings,*this), in ParaPropertyPanel()
1669 m_aMetricCtl (SID_ATTR_METRIC, *pBindings,*this), in ParaPropertyPanel()
1670 maBulletNumRuleIndex (FN_BUL_NUM_RULE_INDEX, *pBindings,*this), in ParaPropertyPanel()
1671 maNumNumRuleIndex (FN_NUM_NUM_RULE_INDEX, *pBindings,*this), in ParaPropertyPanel()
1674 mpBindings(pBindings), in ParaPropertyPanel()