Home
last modified time | relevance | path

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

/AOO41X/main/oovbaapi/ooo/vba/excel/ !
H A DXRange.idl131 …in] any SearchOrder, [in] any MatchCase, [in] any MatchByte, [in] any SearchFormat, [in] any Repla…
132 …chOrder, [in] any SearchDirection, [in] any MatchCase, [in] any MatchByte, [in] any SearchFormat );
/AOO41X/main/sc/source/ui/vba/ !
H A Dvbarange.hxx242 …:Any& MatchCase, const css::uno::Any& MatchByte, const css::uno::Any& SearchFormat, const css::uno…
243 …:Any& MatchCase, const css::uno::Any& MatchByte, const css::uno::Any& SearchFormat ) throw (css::u…
H A Dvbarange.cxx3001 …const uno::Any& MatchCase, const uno::Any& MatchByte, const uno::Any& SearchFormat, const uno::Any… in Replace() argument
3008 …place( What, Replacement, LookAt, SearchOrder, MatchCase, MatchByte, SearchFormat, ReplaceFormat … in Replace()