Home
last modified time | relevance | path

Searched refs:ToolboxButtonColorUpdater (Results 1 – 19 of 19) sorted by relevance

/trunk/main/svx/source/tbxctrls/
H A Dtbxcolorupdate.cxx45 ToolboxButtonColorUpdater::ToolboxButtonColorUpdater( in ToolboxButtonColorUpdater() function in svx::ToolboxButtonColorUpdater
65 ToolboxButtonColorUpdater::~ToolboxButtonColorUpdater() in ~ToolboxButtonColorUpdater()
71 void ToolboxButtonColorUpdater::Update( const Color& rColor ) in Update()
197 void ToolboxButtonColorUpdater::DrawChar( VirtualDevice& rVirDev, const Color& rCol ) in DrawChar()
H A Dtbcontrl.cxx2281 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 Dextrusioncontrols.hxx46 class ToolboxButtonColorUpdater;
H A Dextrusioncontrols.cxx988 …mpBtnUpdater = new ToolboxButtonColorUpdater( nSlotId, nId, &GetToolBox(), TBX_UPDATER_MODE_CHAR_C… in ExtrusionColorControl()
/trunk/main/svx/inc/svx/
H A Dtbcontrl.hxx172 class ToolboxButtonColorUpdater;
284 ::svx::ToolboxButtonColorUpdater* pBtnUpdater;
311 ::svx::ToolboxButtonColorUpdater* pBtnUpdater;
335 ::svx::ToolboxButtonColorUpdater* pBtnUpdater;
395 ::svx::ToolboxButtonColorUpdater* pBtnUpdater;
H A Dtbxcolorupdate.hxx52 class SVX_DLLPUBLIC ToolboxButtonColorUpdater class
55 ToolboxButtonColorUpdater( sal_uInt16 nSlotId,
59 ~ToolboxButtonColorUpdater();
H A Dextrusioncolorcontrol.hxx36 ToolboxButtonColorUpdater* mpBtnUpdater;
/trunk/main/reportdesign/source/ui/dlg/
H A DCondition.hxx45 namespace svx { class ToolboxButtonColorUpdater; }
90 …::svx::ToolboxButtonColorUpdater* m_pBtnUpdaterFontColor; // updates the color below the toolbar…
91 ::svx::ToolboxButtonColorUpdater* m_pBtnUpdaterBackgroundColor;
H A DCondition.cxx305 m_pBtnUpdaterBackgroundColor = new ::svx::ToolboxButtonColorUpdater( in Condition()
307 m_pBtnUpdaterFontColor = new ::svx::ToolboxButtonColorUpdater( in Condition()
/trunk/main/sc/source/ui/sidebar/
H A DCellAppearancePropertyPanel.hxx31 namespace svx { class ToolboxButtonColorUpdater; }
79 ::boost::scoped_ptr< ::svx::ToolboxButtonColorUpdater > mpFillColorUpdater;
91 ::boost::scoped_ptr< ::svx::ToolboxButtonColorUpdater > mpLineColorUpdater;
H A DCellAppearancePropertyPanel.cxx166 …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()
/trunk/main/svx/source/sidebar/line/
H A DLinePropertyPanel.hxx37 namespace svx { class ToolboxButtonColorUpdater; }
132 ::boost::scoped_ptr< ::svx::ToolboxButtonColorUpdater > mpColorUpdater;
H A DLinePropertyPanel.cxx218 …mpColorUpdater(new ::svx::ToolboxButtonColorUpdater(SID_ATTR_LINE_COLOR, TBI_COLOR, mpTBColor.get(… in LinePropertyPanel()
/trunk/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.hxx51 namespace svx { class ToolboxButtonColorUpdater; }
121 ::boost::scoped_ptr< ::svx::ToolboxButtonColorUpdater > mpColorUpdater;
H A DAreaPropertyPanel.cxx98 …mpColorUpdater(new ::svx::ToolboxButtonColorUpdater(SID_ATTR_FILL_COLOR, TBI_COLOR, mpToolBoxColor… in AreaPropertyPanel()
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.hxx112 ::boost::scoped_ptr<ToolboxButtonColorUpdater> mpFontColorUpdater;
113 ::boost::scoped_ptr<ToolboxButtonColorUpdater> mpHighlightUpdater;
H A DSvxSBFontNameBox.hxx47 class ToolboxButtonColorUpdater;
/trunk/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.hxx129 ::boost::scoped_ptr< ::svx::ToolboxButtonColorUpdater > mpColorUpdater;
H A DParaPropertyPanel.cxx486 …mpColorUpdater.reset(new ::svx::ToolboxButtonColorUpdater(SID_BACKGROUND_COLOR, TBI_BACK_COLOR, mp… in InitToolBoxBGColor()

Completed in 73 milliseconds