Home
last modified time | relevance | path

Searched refs:SC_UNO_SRCHTYPE (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sc/source/ui/unoobj/ !
H A Dsrchuno.cxx65 …{MAP_CHAR_LEN(SC_UNO_SRCHTYPE), 0, &getCppuType((sal_Int16*)0), 0, 0}, // enum TableSearc… in lcl_GetSearchPropertyMap()
170 …else if (aString.EqualsAscii( SC_UNO_SRCHTYPE )) pSearchItem->SetCellType( ScUnoHelpFunctions::G… in setPropertyValue()
192 …else if (aString.EqualsAscii( SC_UNO_SRCHTYPE )) aRet <<= (sal_Int16) pSearchItem->GetCellType(); in getPropertyValue()
/AOO41X/main/sc/inc/ !
H A Dunonames.hxx354 #define SC_UNO_SRCHTYPE "SearchType" macro