Searched refs:IsMatchWholeCell (Results 1 – 8 of 8) sorted by relevance
171 ScUnoHelpFunctions::SetBoolInAny( aRet, rOptions.IsMatchWholeCell() ); in getPropertyValue()
60 sal_Bool IsMatchWholeCell() const { return bMatchWholeCell; } in IsMatchWholeCell() function in ScDocOptions
156 aBtnMatch .Check( pLocalOptions->IsMatchWholeCell() ); in Reset()
392 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], IsMatchWholeCell() ); in IMPL_LINK()
638 bMatchWholeCell(pDoc->GetDocOptions().IsMatchWholeCell()), in ScCompareOptions()
1099 || rOldOpt.IsMatchWholeCell() != rNewOpt.IsMatchWholeCell() in ModifyOptions()
638 sal_Bool bMatchWholeCell = mpDoc->GetDocOptions().IsMatchWholeCell(); in ValidQuery()
941 sal_Bool bMatchWholeCell = pDocument->GetDocOptions().IsMatchWholeCell(); in ValidQuery()
Completed in 80 milliseconds