Searched refs:CellBorderStyleControl (Results  1 – 5 of 5) sorted by relevance
| /aoo4110/main/sc/source/ui/sidebar/ | 
| H A D | CellBorderStyleControl.cxx | 46 CellBorderStyleControl::CellBorderStyleControl(Window* pParent, CellAppearancePropertyPanel& rPanel)  in CellBorderStyleControl()  function in sc::sidebar::CellBorderStyleControl61 CellBorderStyleControl::~CellBorderStyleControl(void)  in ~CellBorderStyleControl()
 67 void CellBorderStyleControl::Initialize()  in Initialize()
 114     Link aLink  = LINK(this, CellBorderStyleControl, TB1SelectHdl);  in Initialize()
 147     aLink  = LINK(this, CellBorderStyleControl, TB2SelectHdl);  in Initialize()
 158     aLink  = LINK(this, CellBorderStyleControl, TB3SelectHdl);  in Initialize()
 162 IMPL_LINK(CellBorderStyleControl, TB1SelectHdl, ToolBox*, pToolBox)  in IMPL_LINK()  argument
 220 IMPL_LINK(CellBorderStyleControl, TB2SelectHdl, ToolBox *, pToolBox)  in IMPL_LINK()  argument
 306 IMPL_LINK(CellBorderStyleControl, TB3SelectHdl, ToolBox *, pToolBox)  in IMPL_LINK()  argument
 
 | 
| H A D | CellBorderStyleControl.hxx | 34 class CellBorderStyleControl : public svx::sidebar::PopupControl  class53     CellBorderStyleControl(Window* pParent, CellAppearancePropertyPanel& rPanel);
 54     virtual ~CellBorderStyleControl(void);
 
 | 
| H A D | makefile.mk | 49     $(SLO)$/CellBorderStyleControl.obj          \
 | 
| H A D | CellAppearancePropertyPanel.hxx | 50     friend class CellBorderStyleControl;
 | 
| H A D | CellAppearancePropertyPanel.cxx | 142     return new CellBorderStyleControl(pParent, *this);  in CreateCellBorderStylePopupControl()
 | 
        Completed in 34 milliseconds