Lines Matching refs:sidebar

52 using ::sfx2::sidebar::Layouter;
71 namespace sc { namespace sidebar { namespace
75 svx::sidebar::PopupControl* CellAppearancePropertyPanel::CreateFillColorPopupControl(svx::sidebar::… in CreateFillColorPopupControl()
79 return new svx::sidebar::ColorControl( in CreateFillColorPopupControl()
101 svx::sidebar::PopupControl* CellAppearancePropertyPanel::CreateLineColorPopupControl(svx::sidebar::… in CreateLineColorPopupControl()
103 return new svx::sidebar::ColorControl( in CreateLineColorPopupControl()
125 svx::sidebar::PopupControl* CellAppearancePropertyPanel::CreateCellLineStylePopupControl(svx::sideb… in CreateCellLineStylePopupControl()
140 svx::sidebar::PopupControl* CellAppearancePropertyPanel::CreateCellBorderStylePopupControl(svx::sid… in CreateCellBorderStylePopupControl()
164 mpTBFillColorBackground(sfx2::sidebar::ControlFactory::CreateToolBoxBackground(this)), in CellAppearancePropertyPanel()
165 …mpTBFillColor(sfx2::sidebar::ControlFactory::CreateToolBox(mpTBFillColorBackground.get(), ScResId(… in CellAppearancePropertyPanel()
169 mpTBCellBorderBackground(sfx2::sidebar::ControlFactory::CreateToolBoxBackground(this)), in CellAppearancePropertyPanel()
170 …mpTBCellBorder(sfx2::sidebar::ControlFactory::CreateToolBox(mpTBCellBorderBackground.get(), ScResI… in CellAppearancePropertyPanel()
173 mpTBLineStyleBackground(sfx2::sidebar::ControlFactory::CreateToolBoxBackground(this)), in CellAppearancePropertyPanel()
174 …mpTBLineStyle(sfx2::sidebar::ControlFactory::CreateToolBox(mpTBLineStyleBackground.get(), ScResId(… in CellAppearancePropertyPanel()
176 mpTBLineColorBackground(sfx2::sidebar::ControlFactory::CreateToolBoxBackground(this)), in CellAppearancePropertyPanel()
177 …mpTBLineColor(sfx2::sidebar::ControlFactory::CreateToolBox(mpTBLineColorBackground.get(), ScResId(… in CellAppearancePropertyPanel()
450 const ::sfx2::sidebar::EnumContext aContext) in HandleContextChange()