Searched refs:SC_UNO_GRIDCOLOR (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | confuno.cxx | 59 {MAP_CHAR_LEN(SC_UNO_GRIDCOLOR), 0, &getCppuType((sal_Int32*)0), 0, 0}, in lcl_GetConfigPropertyMap() 158 else if ( aPropertyName.compareToAscii( SC_UNO_GRIDCOLOR ) == 0 ) in setPropertyValue() 356 else if ( aPropertyName.compareToAscii( SC_UNO_GRIDCOLOR ) == 0 ) in getPropertyValue()
|
H A D | viewuno.cxx | 87 {MAP_CHAR_LEN(SC_UNO_GRIDCOLOR), 0, &getCppuType((sal_Int32*)0), 0, 0}, in lcl_GetViewOptPropertyMap() 1962 else if ( aString.EqualsAscii( SC_UNO_GRIDCOLOR ) ) in setPropertyValue() 2042 …else if ( aString.EqualsAscii( SC_UNO_GRIDCOLOR ) ) aRet <<= (sal_Int32)( rOpt.GetGridColor().Get… in getPropertyValue()
|
/aoo41x/main/sc/inc/ |
H A D | unonames.hxx | 495 #define SC_UNO_GRIDCOLOR "GridColor" macro
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 2757 pSettings[SC_GRIDCOLOR].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_GRIDCOLOR)); in WriteUserDataSequence() 2880 else if ( sName.compareToAscii( SC_UNO_GRIDCOLOR ) == 0 ) in ReadUserDataSequence()
|
Completed in 58 milliseconds