Home
last modified time | relevance | path

Searched refs:aValSetColorTable (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dtpcolor.cxx92 aValSetColorTable ( this, CUI_RES( CTL_COLORTABLE ) ), in SvxColorTabPage()
142 aValSetColorTable.SetSelectHdl( in SvxColorTabPage()
164 aValSetColorTable.SetStyle( aValSetColorTable.GetStyle() | WB_ITEMBORDER ); in SvxColorTabPage()
165 aValSetColorTable.Show(); in SvxColorTabPage()
180 aValSetColorTable.SetColCount(aValSetColorTable.getColumnCount()); in ImpColorCountChanged()
186 const Point aCurrentPos(aValSetColorTable.GetPosPixel()); in ImpColorCountChanged()
187 const Size aCurrentSize(aValSetColorTable.GetOutputSizePixel()); in ImpColorCountChanged()
189 … const Size aNewSize(aValSetColorTable.layoutToGivenHeight(aCurrentSize.Height(), nColorCount)); in ImpColorCountChanged()
192 aValSetColorTable.SetOutputSizePixel(aNewSize); in ImpColorCountChanged()
193 aValSetColorTable.SetPosSizePixel(aNewPos, aNewSize); in ImpColorCountChanged()
[all …]
/trunk/main/cui/source/inc/
H A Dcuitabarea.hxx684 SvxColorValueSet aValSetColorTable; member in SvxColorTabPage