Searched refs:m_aColors (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/svtools/workben/toolpanel/ |
| H A D | toolpaneltest.cxx | 327 ColorListBox m_aColors; member in svt::toolpanel::OptionsWindow 380 ,m_aColors( this, WB_DROPDOWN ) in OptionsWindow() 386 …m_aColors.InsertEntry( Color( COL_BLACK ), String( RTL_CONSTASCII_USTRINGPARAM( "Black" ) … in OptionsWindow() 387 …m_aColors.InsertEntry( Color( COL_BLUE ), String( RTL_CONSTASCII_USTRINGPARAM( "Blue" ) )… in OptionsWindow() 388 …m_aColors.InsertEntry( Color( COL_GREEN ), String( RTL_CONSTASCII_USTRINGPARAM( "Green" ) … in OptionsWindow() 389 …m_aColors.InsertEntry( Color( COL_CYAN ), String( RTL_CONSTASCII_USTRINGPARAM( "Cyan" ) )… in OptionsWindow() 390 …m_aColors.InsertEntry( Color( COL_RED ), String( RTL_CONSTASCII_USTRINGPARAM( "Red" ) ) … in OptionsWindow() 391 …m_aColors.InsertEntry( Color( COL_MAGENTA ), String( RTL_CONSTASCII_USTRINGPARAM( "Magenta" … in OptionsWindow() 392 …m_aColors.InsertEntry( Color( COL_BROWN ), String( RTL_CONSTASCII_USTRINGPARAM( "Brown" ) … in OptionsWindow() 393 …m_aColors.InsertEntry( Color( COL_GRAY ), String( RTL_CONSTASCII_USTRINGPARAM( "Gray" ) )… in OptionsWindow() [all …]
|