Home
last modified time | relevance | path

Searched refs:ColorListBox (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/cui/source/options/
H A Doptcolor.cxx191 ColorListBox aDocColorLB;
194 ColorListBox aDocBoundLB;
197 ColorListBox aAppBackLB;
200 ColorListBox aObjBoundLB;
206 ColorListBox aFontColorLB;
209 ColorListBox aLinksLB;
215 ColorListBox aSpellLB;
226 ColorListBox aWrtFieldLB;
246 ColorListBox aHTMLSGMLLB;
260 ColorListBox aCalcGridLB;
[all …]
/trunk/main/svtools/inc/svtools/
H A Dctrlbox.hxx161 class SVT_DLLPUBLIC ColorListBox : public ListBox class
172 ColorListBox( Window* pParent,
174 ColorListBox( Window* pParent, const ResId& rResId );
175 virtual ~ColorListBox();
188 void CopyEntries( const ColorListBox& rBox );
208 ColorListBox( const ColorListBox& );
209 ColorListBox& operator =( const ColorListBox& );
215 inline void ColorListBox::SelectEntry( const Color& rColor, sal_Bool bSelect ) in SelectEntry()
222 inline sal_Bool ColorListBox::IsEntrySelected( const Color& rColor ) const in IsEntrySelected()
231 inline Color ColorListBox::GetSelectEntryColor( sal_uInt16 nSelIndex ) const in GetSelectEntryColor()
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx68 void ColorListBox::ImplInit() in DECLARE_LIST()
79 void ColorListBox::ImplDestroyColorEntries() in ImplDestroyColorEntries()
91 ColorListBox::ColorListBox( Window* pParent, WinBits nWinStyle ) : in ColorListBox() function in ColorListBox
100 ColorListBox::ColorListBox( Window* pParent, const ResId& rResId ) : in ColorListBox() function in ColorListBox
109 ColorListBox::~ColorListBox() in ~ColorListBox()
144 void ColorListBox::InsertAutomaticEntry() in InsertAutomaticEntry()
152 void ColorListBox::RemoveEntry( sal_uInt16 nPos ) in RemoveEntry()
160 void ColorListBox::Clear() in Clear()
168 void ColorListBox::CopyEntries( const ColorListBox& rBox ) in CopyEntries()
199 Color ColorListBox::GetEntryColor( sal_uInt16 nPos ) const in GetEntryColor()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dopredlin.hxx58 ColorListBox aContentColorLB;
60 ColorListBox aRemoveColorLB;
62 ColorListBox aInsertColorLB;
64 ColorListBox aMoveColorLB;
67 DECL_LINK( ColorHdl, ColorListBox *pColorLB );
H A Dscendlg.hxx56 ColorListBox aLbColor;
H A Dtpview.hxx47 ColorListBox aColorLB;
/trunk/main/cui/source/inc/
H A Dchardlg.hxx124 ColorListBox* m_pColorLB;
157 DECL_LINK( ColorBoxSelectHdl_Impl, ColorListBox* );
192 ColorListBox m_aFontColorLB;
212 ColorListBox m_aOverlineColorLB;
220 ColorListBox m_aUnderlineColorLB;
248 DECL_LINK( ColorBoxSelectHdl_Impl, ColorListBox* );
H A Dborder.hxx77 ColorListBox aLbLineColor;
97 ColorListBox aLbShadowColor;
H A Dnumpages.hxx263 ColorListBox aBulColLB;
331 DECL_LINK( BulColorHdl_Impl, ColorListBox* );
/trunk/main/cui/source/tabpages/
H A Dborderconn.cxx215 …explicit ShadowControlsWrapper( ValueSet& rVsPos, MetricField& rMfSize, ColorListBox& r…
227 ValueSet& rVsPos, MetricField& rMfSize, ColorListBox& rLbColor ) : in ShadowControlsWrapper()
262 ValueSet& rVsPos, MetricField& rMfSize, ColorListBox& rLbColor,
267 … ValueSet& rVsPos, MetricField& rMfSize, ColorListBox& rLbColor, sfx::ItemConnFlags nFlags ) : in ShadowConnection()
291 ValueSet& rVsPos, MetricField& rMfSize, ColorListBox& rLbColor, in CreateShadowConnection()
H A Dborderconn.hxx33 class ColorListBox;
57 ValueSet& rVsPos, MetricField& rMfSize, ColorListBox& rLbColor,
H A Dborder.cxx907 ColorListBox* pColLb = (ColorListBox*)pLb; in IMPL_LINK()
H A Dchardlg.cxx587 m_pColorLB = new ColorListBox( this, CUI_RES( LB_COLOR2 ) ); in SvxCharNamePage()
617 m_pColorLB = new ColorListBox( this, CUI_RES( LB_COLOR2 ) ); in SvxCharNamePage()
1539 IMPL_LINK( SvxCharNamePage, ColorBoxSelectHdl_Impl, ColorListBox*, pBox ) in IMPL_LINK() argument
2112 IMPL_LINK( SvxCharEffectsPage, ColorBoxSelectHdl_Impl, ColorListBox*, pBox ) in IMPL_LINK() argument
/trunk/main/sw/source/ui/inc/
H A Doptpage.hxx422 ColorListBox aInsertColorLB;
429 ColorListBox aDeletedColorLB;
436 ColorListBox aChangedColorLB;
444 ColorListBox aMarkColorLB;
455 DECL_LINK( ColorHdl, ColorListBox *pColorLB );
H A Dpggrid.hxx73 ColorListBox aColorLB;
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx273 class SVX_DLLPUBLIC ColorLB : public ColorListBox
277 ColorLB( Window* pParent, ResId Id ) : ColorListBox( pParent, Id ) {} in ColorLB()
278 ColorLB( Window* pParent, WinBits aWB ) : ColorListBox( pParent, aWB ) {} in ColorLB()
362 class FillAttrLB : public ColorListBox
/trunk/main/sfx2/source/dialog/
H A Ditemconnect.cxx173 ColorListBoxWrapper::ColorListBoxWrapper(ColorListBox & rListBox): in ColorListBoxWrapper()
174 SingleControlWrapper< ColorListBox, Color >(rListBox) in ColorListBoxWrapper()
/trunk/main/sfx2/inc/sfx2/
H A Dcontrolwrapper.hxx280 public SingleControlWrapper< ColorListBox, Color >
286 explicit ColorListBoxWrapper(ColorListBox & rListBox);
/trunk/main/offapi/com/sun/star/inspection/
H A DPropertyControlType.idl92 <p>Controls of type <member>ColorListBox</member> usually exchange their values as
103 const short ColorListBox = 7;
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx218 ColorListBox* mpControl;
226 mpControl = new ColorListBox( pParent, WB_BORDER|WB_TABSTOP|WB_DROPDOWN ); in ColorPropertyBox()
1181 ColorListBox* mpCLBDimColor;
1229 mpCLBDimColor = new ColorListBox( this, SdResId( CLB_DIMCOLOR ) ); in CustomAnimationEffectTabPage()
/trunk/main/sc/source/ui/optdlg/
H A Dopredlin.cxx232 IMPL_LINK( ScRedlineOptionsTabPage, ColorHdl, ColorListBox *, EMPTYARG ) in IMPL_LINK() argument
/trunk/main/svtools/workben/
H A Dsvdem.cxx129 ColorListBox aColorBox;
194 ColorListBox aColorList;
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.hxx290 , ListLikeControlWithModifyHandler< ColorListBox >
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx1770 : ColorListBox(pParent, Id), in FillAttrLB()
1778 : ColorListBox(pParent, aWB) in FillAttrLB()
/trunk/main/svtools/workben/toolpanel/
H A Dtoolpaneltest.cxx327 ColorListBox m_aColors;

Completed in 164 milliseconds

12