Home
last modified time | relevance | path

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

/AOO41X/main/svtools/workben/toolpanel/
H A Dtoolpaneltest.cxx327 ColorListBox m_aColors; member in svt::toolpanel::OptionsWindow
380 ,m_aColors( this, WB_DROPDOWN ) in OptionsWindow()
386m_aColors.InsertEntry( Color( COL_BLACK ), String( RTL_CONSTASCII_USTRINGPARAM( "Black" ) … in OptionsWindow()
387m_aColors.InsertEntry( Color( COL_BLUE ), String( RTL_CONSTASCII_USTRINGPARAM( "Blue" ) )… in OptionsWindow()
388m_aColors.InsertEntry( Color( COL_GREEN ), String( RTL_CONSTASCII_USTRINGPARAM( "Green" ) … in OptionsWindow()
389m_aColors.InsertEntry( Color( COL_CYAN ), String( RTL_CONSTASCII_USTRINGPARAM( "Cyan" ) )… in OptionsWindow()
390m_aColors.InsertEntry( Color( COL_RED ), String( RTL_CONSTASCII_USTRINGPARAM( "Red" ) ) … in OptionsWindow()
391m_aColors.InsertEntry( Color( COL_MAGENTA ), String( RTL_CONSTASCII_USTRINGPARAM( "Magenta" … in OptionsWindow()
392m_aColors.InsertEntry( Color( COL_BROWN ), String( RTL_CONSTASCII_USTRINGPARAM( "Brown" ) … in OptionsWindow()
393m_aColors.InsertEntry( Color( COL_GRAY ), String( RTL_CONSTASCII_USTRINGPARAM( "Gray" ) )… in OptionsWindow()
[all …]