Searched refs:SC_UNONAME_LINKUPD (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | confuno.cxx | 61 {MAP_CHAR_LEN(SC_UNONAME_LINKUPD), 0, &getCppuType((sal_Int16*)0), 0, 0}, in lcl_GetConfigPropertyMap() 170 else if ( aPropertyName.compareToAscii( SC_UNONAME_LINKUPD ) == 0 ) in setPropertyValue() 364 else if ( aPropertyName.compareToAscii( SC_UNONAME_LINKUPD ) == 0 ) in getPropertyValue()
|
H A D | appluno.cxx | 153 {MAP_CHAR_LEN(SC_UNONAME_LINKUPD), 0, &getCppuType((sal_Int16*)0), 0, 0}, in lcl_GetSettingsPropertyMap() 477 else if (aString.EqualsAscii( SC_UNONAME_LINKUPD )) in setPropertyValue() 607 else if (aString.EqualsAscii( SC_UNONAME_LINKUPD )) aRet <<= (sal_Int16) aAppOpt.GetLinkMode(); in getPropertyValue()
|
/aoo41x/main/sc/inc/ |
H A D | unonames.hxx | 222 #define SC_UNONAME_LINKUPD "LinkUpdateMode" macro
|
Completed in 40 milliseconds