Home
last modified time | relevance | path

Searched refs:SC_UNO_SRCHREGEXP (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/unoobj/ !
H A Dsrchuno.cxx58 {MAP_CHAR_LEN(SC_UNO_SRCHREGEXP), 0, &getBooleanCppuType(), 0, 0}, in lcl_GetSearchPropertyMap()
162 …else if (aString.EqualsAscii( SC_UNO_SRCHREGEXP )) pSearchItem->SetRegExp( ScUnoHelpFunctions::Get… in setPropertyValue()
184 …else if (aString.EqualsAscii( SC_UNO_SRCHREGEXP )) ScUnoHelpFunctions::SetBoolInAny( aRet, pSearch… in getPropertyValue()
/trunk/main/sc/inc/ !
H A Dunonames.hxx347 #define SC_UNO_SRCHREGEXP "SearchRegularExpression" macro
/trunk/main/sc/source/ui/vba/ !
H A Dvbarange.cxx3033 …ptor->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNO_SRCHREGEXP ) ), uno::ma… in Replace()
3131 …ptor->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNO_SRCHREGEXP ) ), uno::An… in Find()