Searched refs:CellLineStyleControl (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sc/source/ui/sidebar/ |
H A D | CellLineStyleControl.cxx | 38 CellLineStyleControl::CellLineStyleControl(Window* pParent, CellAppearancePropertyPanel& rPanel) in CellLineStyleControl() function in sc::sidebar::CellLineStyleControl 50 CellLineStyleControl::~CellLineStyleControl(void) in ~CellLineStyleControl() 55 void CellLineStyleControl::Initialize() in Initialize() 58 Link aLink = LINK(this, CellLineStyleControl, PBClickHdl); in Initialize() 88 aLink = LINK(this, CellLineStyleControl, VSSelectHdl); in Initialize() 94 void CellLineStyleControl::GetFocus() in GetFocus() 106 void CellLineStyleControl::SetAllNoSel() in SetAllNoSel() 115 IMPL_LINK(CellLineStyleControl, VSSelectHdl, void *, pControl) in IMPL_LINK() argument 178 IMPL_LINK(CellLineStyleControl, PBClickHdl, PushButton *, pPBtn) in IMPL_LINK() argument 193 void CellLineStyleControl::SetLineStyleSelect(sal_uInt16 out, sal_uInt16 in, sal_uInt16 dis) in SetLineStyleSelect()
|
H A D | CellLineStyleControl.hxx | 33 class CellLineStyleControl : public svx::sidebar::PopupControl class 51 CellLineStyleControl(Window* pParent, CellAppearancePropertyPanel& rPanel); 52 virtual ~CellLineStyleControl(void);
|
H A D | CellLineStylePopup.cxx | 46 CellLineStyleControl* pControl = dynamic_cast< CellLineStyleControl* >(mpControl.get()); in SetLineStyleSelect()
|
H A D | CellAppearancePropertyPanel.hxx | 35 class CellLineStyleControl; 49 friend class CellLineStyleControl;
|
H A D | CellAppearancePropertyPanel.cxx | 127 return new CellLineStyleControl(pParent, *this); in CreateCellLineStylePopupControl()
|
/aoo42x/main/sc/ |
H A D | Library_sc.mk | 300 sc/source/ui/sidebar/CellLineStyleControl \
|
Completed in 22 milliseconds