Home
last modified time | relevance | path

Searched refs:bMatchWholeCell (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/inc/
H A Ddocoptio.hxx46 sal_Bool bMatchWholeCell; // Suchkriterien muessen ganze Zelle matchen member in ScDocOptions
60 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 ==()
/trunk/main/sc/source/core/tool/
H A Ddocoptio.cxx93 bMatchWholeCell( rCpy.bMatchWholeCell ), in ScDocOptions()
121 bMatchWholeCell = sal_True; in ResetDocOptions()
H A Dinterpr1.cxx638 bMatchWholeCell(pDoc->GetDocOptions().IsMatchWholeCell()), in ScCompareOptions()
742 … if (bMatch && pOptions->bMatchWholeCell && (nStart != 0 || nStop != rComp.pVal[0]->Len())) in CompareFunc()
752 if (pOptions->bMatchWholeCell) in CompareFunc()
/trunk/main/sc/source/filter/xml/
H A DXMLCalculationSettingsContext.cxx60 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()
H A DXMLCalculationSettingsContext.hxx42 sal_Bool bMatchWholeCell; member in ScXMLCalculationSettingsContext
H A Dxmlexprt.cxx3685 …sal_Bool bMatchWholeCell (::cppu::any2bool( xPropertySet->getPropertyValue(rtl::OUString(RTL_CONST… in WriteCalculationSettings() local
3695 …if (bCalcAsShown || bIgnoreCase || !bLookUpLabels || !bMatchWholeCell || !bUseRegularExpressions || in WriteCalculationSettings()
3703 if (!bMatchWholeCell) in WriteCalculationSettings()
/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx638 sal_Bool bMatchWholeCell = mpDoc->GetDocOptions().IsMatchWholeCell(); in ValidQuery() local
726 if ( bMatch && bMatchWholeCell in ValidQuery()
738 if ( bMatchWholeCell ) in ValidQuery()
H A Dtable3.cxx941 sal_Bool bMatchWholeCell = pDocument->GetDocOptions().IsMatchWholeCell(); in ValidQuery() local
1057 bMatchWholeCell = sal_False; in ValidQuery()
1096 if ( bMatch && bMatchWholeCell in ValidQuery()
1146 else if ( bMatchWholeCell ) in ValidQuery()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx80 bool bMatchWholeCell; member

Completed in 88 milliseconds