Searched refs:ColorLB (Results 1 – 15 of 15) sorted by relevance
/aoo41x/main/svx/inc/svx/ |
H A D | float3d.hxx | 133 ColorLB aLbLight1; 134 ColorLB aLbLight2; 135 ColorLB aLbLight3; 136 ColorLB aLbLight4; 137 ColorLB aLbLight5; 138 ColorLB aLbLight6; 139 ColorLB aLbLight7; 140 ColorLB aLbLight8; 177 ColorLB aLbMatColor; 180 ColorLB aLbMatEmission; [all …]
|
H A D | bmpmask.hxx | 101 ColorLB aLbColor1; 106 ColorLB aLbColor2; 111 ColorLB aLbColor3; 116 ColorLB aLbColor4; 120 ColorLB aLbColorTrans;
|
H A D | dlgctrl.hxx | 273 class SVX_DLLPUBLIC ColorLB : public ColorListBox class 277 ColorLB( Window* pParent, ResId Id ) : ColorListBox( pParent, Id ) {} in ColorLB() function in ColorLB 278 ColorLB( Window* pParent, WinBits aWB ) : ColorListBox( pParent, aWB ) {} in ColorLB() function in ColorLB
|
H A D | fontwork.hxx | 118 ColorLB aShadowColorLB;
|
H A D | itemwin.hxx | 72 class SvxColorBox : public ColorLB
|
/aoo41x/main/cui/source/inc/ |
H A D | cuitabarea.hxx | 200 ColorLB aLbColor; 211 ColorLB aLbHatchBckgrdColor; 335 ColorLB aLbShadowColor; 410 ColorLB aLbColorFrom; 413 ColorLB aLbColorTo; 499 ColorLB aLbLineColor; 584 ColorLB aLbColor; 586 ColorLB aLbBackgroundColor; 686 ColorLB aLbColor;
|
H A D | cuitabline.hxx | 104 ColorLB aLbColor;
|
/aoo41x/main/svx/source/engine3d/ |
H A D | float3d.cxx | 1077 ColorLB* pLb = &aLbLight1; in Update() 1126 ColorLB* pLb = &aLbLight2; in Update() 1175 ColorLB* pLb = &aLbLight3; in Update() 1224 ColorLB* pLb = &aLbLight4; in Update() 1273 ColorLB* pLb = &aLbLight5; in Update() 1322 ColorLB* pLb = &aLbLight6; in Update() 1371 ColorLB* pLb = &aLbLight7; in Update() 1420 ColorLB* pLb = &aLbLight8; in Update() 1631 ColorLB* pLb = &aLbMatColor; in Update() 2870 ColorLB* pLb; in IMPL_LINK() [all …]
|
/aoo41x/main/cui/source/options/ |
H A D | optchart.hxx | 43 class ChartColorLB : public ColorLB 46 ChartColorLB( Window* pParent, ResId Id ) : ColorLB( pParent, Id ) {} in ChartColorLB() 47 ChartColorLB( Window* pParent, WinBits aWB ) : ColorLB( pParent, aWB ) {} in ChartColorLB()
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | tp_3D_SceneIllumination.hxx | 90 DECL_LINK( SelectColorHdl, ColorLB* ); 114 ColorLB m_aLB_LightSource; 118 ColorLB m_aLB_AmbientLight;
|
H A D | tp_3D_SceneIllumination.cxx | 481 ColorLB* pListBox = ( bIsAmbientLight ? &m_aLB_AmbientLight : &m_aLB_LightSource); in IMPL_LINK() 515 IMPL_LINK( ThreeD_SceneIllumination_TabPage, SelectColorHdl, ColorLB*, pListBox ) in IMPL_LINK() argument
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | itemwin.cxx | 296 ColorLB( pParent, nBits ), in SvxColorBox() 354 ColorLB::Select(); in Select() 403 return ColorLB::PreNotify( rNEvt ); in PreNotify() 410 long nHandled = ColorLB::Notify( rNEvt ); in Notify() 445 ColorLB::DataChanged( rDCEvt ); in DataChanged()
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | copydlg.hxx | 76 ColorLB maLbStartColor; 78 ColorLB maLbEndColor;
|
/aoo41x/main/svx/source/dialog/ |
H A D | _bmpmask.cxx | 200 DECL_LINK( FocusLbHdl, ColorLB* pLb ); 329 IMPL_LINK( MaskData, FocusLbHdl, ColorLB*, pLb ) in IMPL_LINK() argument
|
H A D | dlgctrl.cxx | 1312 void ColorLB::Fill( const XColorListSharedPtr aColorTab ) in Fill() 1330 void ColorLB::Append( const XColorEntry& rEntry ) in Append() 1338 void ColorLB::Modify( const XColorEntry& rEntry, sal_uInt16 nPos ) in Modify()
|
Completed in 60 milliseconds