Lines Matching refs:rxFrame

120     const cssu::Reference<css::frame::XFrame>& rxFrame,  in Create()  argument
126 if ( ! rxFrame.is()) in Create()
133 rxFrame, in Create()
1593 const cssu::Reference<css::frame::XFrame>& rxFrame, 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()
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()
1672 mxFrame(rxFrame), in ParaPropertyPanel()