Home
last modified time | relevance | path

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

/trunk/main/cui/source/tabpages/
H A Dtpcolor.cxx122 eCM ( CM_RGB ) in SvxColorTabPage()
232 aLbColorModel.SelectEntryPos( CM_RGB ); in ActivatePage()
309 if (eCM != CM_RGB) in CheckChanges_Impl()
310 ConvertColorValues (aTmpColor, CM_RGB); in CheckChanges_Impl()
399 if (eCM != CM_RGB) in FillItemSet()
400 ConvertColorValues (aColor, CM_RGB); in FillItemSet()
471 if (eCM != CM_RGB) in IMPL_LINK()
472 ConvertColorValues (aTmpColor, CM_RGB); in IMPL_LINK()
545 if (eCM != CM_RGB) in IMPL_LINK()
546 ConvertColorValues (aAktuellColor, CM_RGB); in IMPL_LINK()
[all …]
/trunk/main/svx/inc/svx/
H A Dtabarea.hxx44 CM_RGB, enumerator
/trunk/main/filter/source/graphicfilter/icgm/
H A Dcgmtypes.hxx109 enum ColorModel { CM_RGB = 0, CM_CYMK = 1 }; enumerator
H A Dclass1.cxx156 if ( pElement->eColorModel == CM_RGB ) in ImplDoClass1()
H A Delements.cxx193 eColorModel = CM_RGB; in Init()