Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/unoobj/
H A Dconfuno.cxx59 {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 Dviewuno.cxx87 {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()
/trunk/main/sc/inc/
H A Dunonames.hxx495 #define SC_UNO_GRIDCOLOR "GridColor" macro
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx2757 pSettings[SC_GRIDCOLOR].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_GRIDCOLOR)); in WriteUserDataSequence()
2882 else if ( sName.compareToAscii( SC_UNO_GRIDCOLOR ) == 0 ) in ReadUserDataSequence()

Completed in 51 milliseconds