Searched refs:bMatchWholeCell (Results 1 – 9 of 9) sorted by relevance
46 sal_Bool bMatchWholeCell; // Suchkriterien muessen ganze Zelle matchen member in ScDocOptions60 sal_Bool IsMatchWholeCell() const { return bMatchWholeCell; } in IsMatchWholeCell()61 void SetMatchWholeCell( sal_Bool bVal ){ bMatchWholeCell = bVal; } in SetMatchWholeCell()112 rOpt.bMatchWholeCell = bMatchWholeCell; in CopyTo()131 bMatchWholeCell = rCpy.bMatchWholeCell; in operator =()153 && rOpt.bMatchWholeCell == bMatchWholeCell in operator ==()
93 bMatchWholeCell( rCpy.bMatchWholeCell ), in ScDocOptions()121 bMatchWholeCell = sal_True; in ResetDocOptions()
640 bMatchWholeCell(pDoc->GetDocOptions().IsMatchWholeCell()), in ScCompareOptions()744 … if (bMatch && pOptions->bMatchWholeCell && (nStart != 0 || nStop != rComp.pVal[0]->Len())) in CompareFunc()754 if (pOptions->bMatchWholeCell) in CompareFunc()
60 bMatchWholeCell(sal_True), in ScXMLCalculationSettingsContext()90 bMatchWholeCell = sal_False; in ScXMLCalculationSettingsContext()147 …lue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_MATCHWHOLE)), uno::makeAny(bMatchWholeCell) ); in EndElement()
42 sal_Bool bMatchWholeCell; member in ScXMLCalculationSettingsContext
3685 …sal_Bool bMatchWholeCell (::cppu::any2bool( xPropertySet->getPropertyValue(rtl::OUString(RTL_CONST… in WriteCalculationSettings() local3695 …if (bCalcAsShown || bIgnoreCase || !bLookUpLabels || !bMatchWholeCell || !bUseRegularExpressions || in WriteCalculationSettings()3703 if (!bMatchWholeCell) in WriteCalculationSettings()
638 sal_Bool bMatchWholeCell = mpDoc->GetDocOptions().IsMatchWholeCell(); in ValidQuery() local726 if ( bMatch && bMatchWholeCell in ValidQuery()738 if ( bMatchWholeCell ) in ValidQuery()
941 sal_Bool bMatchWholeCell = pDocument->GetDocOptions().IsMatchWholeCell(); in ValidQuery() local1057 bMatchWholeCell = sal_False; in ValidQuery()1096 if ( bMatch && bMatchWholeCell in ValidQuery()1146 else if ( bMatchWholeCell ) in ValidQuery()
80 bool bMatchWholeCell; member
Completed in 91 milliseconds