Searched refs:ToolboxButtonColorUpdater (Results 1 – 19 of 19) sorted by relevance
/aoo41x/main/svx/source/tbxctrls/ |
H A D | tbxcolorupdate.cxx | 45 ToolboxButtonColorUpdater::ToolboxButtonColorUpdater( in ToolboxButtonColorUpdater() function in svx::ToolboxButtonColorUpdater 65 ToolboxButtonColorUpdater::~ToolboxButtonColorUpdater() in ~ToolboxButtonColorUpdater() 71 void ToolboxButtonColorUpdater::Update( const Color& rColor ) in Update() 185 void ToolboxButtonColorUpdater::DrawChar( VirtualDevice& rVirDev, const Color& rCol ) in DrawChar()
|
H A D | tbcontrl.cxx | 2281 pBtnUpdater( new ::svx::ToolboxButtonColorUpdater( in SvxFontColorToolBoxControl() 2354 pBtnUpdater = new ::svx::ToolboxButtonColorUpdater( nSlotId, nId, &GetToolBox() ); in SvxColorToolBoxControl() 2432 pBtnUpdater = new ::svx::ToolboxButtonColorUpdater( nSlotId, nId, &GetToolBox(), nMode ); in SvxFontColorExtToolBoxControl() 2634 pBtnUpdater(new ::svx::ToolboxButtonColorUpdater( nSlotId, nId, &GetToolBox() )) in SvxFrameLineColorToolBoxControl()
|
H A D | extrusioncontrols.hxx | 46 class ToolboxButtonColorUpdater;
|
H A D | extrusioncontrols.cxx | 988 …mpBtnUpdater = new ToolboxButtonColorUpdater( nSlotId, nId, &GetToolBox(), TBX_UPDATER_MODE_CHAR_C… in ExtrusionColorControl()
|
/aoo41x/main/svx/inc/svx/ |
H A D | tbcontrl.hxx | 172 class ToolboxButtonColorUpdater; 284 ::svx::ToolboxButtonColorUpdater* pBtnUpdater; 311 ::svx::ToolboxButtonColorUpdater* pBtnUpdater; 335 ::svx::ToolboxButtonColorUpdater* pBtnUpdater; 395 ::svx::ToolboxButtonColorUpdater* pBtnUpdater;
|
H A D | tbxcolorupdate.hxx | 52 class SVX_DLLPUBLIC ToolboxButtonColorUpdater class 55 ToolboxButtonColorUpdater( sal_uInt16 nSlotId, 59 ~ToolboxButtonColorUpdater();
|
H A D | extrusioncolorcontrol.hxx | 36 ToolboxButtonColorUpdater* mpBtnUpdater;
|
/aoo41x/main/reportdesign/source/ui/dlg/ |
H A D | Condition.hxx | 45 namespace svx { class ToolboxButtonColorUpdater; } 90 …::svx::ToolboxButtonColorUpdater* m_pBtnUpdaterFontColor; // updates the color below the toolbar… 91 ::svx::ToolboxButtonColorUpdater* m_pBtnUpdaterBackgroundColor;
|
H A D | Condition.cxx | 305 m_pBtnUpdaterBackgroundColor = new ::svx::ToolboxButtonColorUpdater( in Condition() 307 m_pBtnUpdaterFontColor = new ::svx::ToolboxButtonColorUpdater( in Condition()
|
/aoo41x/main/sc/source/ui/sidebar/ |
H A D | CellAppearancePropertyPanel.hxx | 31 namespace svx { class ToolboxButtonColorUpdater; } 79 ::boost::scoped_ptr< ::svx::ToolboxButtonColorUpdater > mpFillColorUpdater; 91 ::boost::scoped_ptr< ::svx::ToolboxButtonColorUpdater > mpLineColorUpdater;
|
H A D | CellAppearancePropertyPanel.cxx | 166 …mpFillColorUpdater(new ::svx::ToolboxButtonColorUpdater(SID_ATTR_BRUSH, TBI_BK_COLOR, mpTBFillColo… in CellAppearancePropertyPanel() 178 …mpLineColorUpdater(new ::svx::ToolboxButtonColorUpdater(SID_FRAME_LINECOLOR, TBI_LINE_COLOR, mpTBL… in CellAppearancePropertyPanel()
|
/aoo41x/main/svx/source/sidebar/area/ |
H A D | AreaPropertyPanel.hxx | 49 namespace svx { class ToolboxButtonColorUpdater; } 119 ::boost::scoped_ptr< ::svx::ToolboxButtonColorUpdater > mpColorUpdater;
|
H A D | AreaPropertyPanel.cxx | 96 …mpColorUpdater(new ::svx::ToolboxButtonColorUpdater(SID_ATTR_FILL_COLOR, TBI_COLOR, mpToolBoxColor… in AreaPropertyPanel()
|
/aoo41x/main/svx/source/sidebar/line/ |
H A D | LinePropertyPanel.hxx | 37 namespace svx { class ToolboxButtonColorUpdater; } 132 ::boost::scoped_ptr< ::svx::ToolboxButtonColorUpdater > mpColorUpdater;
|
H A D | LinePropertyPanel.cxx | 218 …mpColorUpdater(new ::svx::ToolboxButtonColorUpdater(SID_ATTR_LINE_COLOR, TBI_COLOR, mpTBColor.get(… in LinePropertyPanel()
|
/aoo41x/main/svx/source/sidebar/text/ |
H A D | TextPropertyPanel.hxx | 112 ::boost::scoped_ptr<ToolboxButtonColorUpdater> mpFontColorUpdater; 113 ::boost::scoped_ptr<ToolboxButtonColorUpdater> mpHighlightUpdater;
|
H A D | SvxSBFontNameBox.hxx | 47 class ToolboxButtonColorUpdater;
|
/aoo41x/main/svx/source/sidebar/paragraph/ |
H A D | ParaPropertyPanel.hxx | 129 ::boost::scoped_ptr< ::svx::ToolboxButtonColorUpdater > mpColorUpdater;
|
H A D | ParaPropertyPanel.cxx | 486 …mpColorUpdater.reset(new ::svx::ToolboxButtonColorUpdater(SID_BACKGROUND_COLOR, TBI_BACK_COLOR, mp… in InitToolBoxBGColor()
|
Completed in 89 milliseconds