/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/ |
H A D | docoptio.hxx | 41 bool bMatchWholeCell; ///< search criteria must match the whole cell member in ScDocOptions 55 bool IsMatchWholeCell() const { return bMatchWholeCell; } in IsMatchWholeCell() 56 void SetMatchWholeCell( bool bVal ) { bMatchWholeCell = bVal; } in SetMatchWholeCell() 118 && rOpt.bMatchWholeCell == bMatchWholeCell in operator ==()
|
H A D | compare.hxx | 55 bool bMatchWholeCell; member
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/ |
H A D | docoptio.hxx | 42 bool bMatchWholeCell; ///< search criteria must match the whole cell member in ScDocOptions 56 bool IsMatchWholeCell() const { return bMatchWholeCell; } in IsMatchWholeCell() 57 void SetMatchWholeCell( bool bVal ) { bMatchWholeCell = bVal; } in SetMatchWholeCell() 119 && rOpt.bMatchWholeCell == bMatchWholeCell in operator ==()
|
H A D | compare.hxx | 56 bool bMatchWholeCell; member
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/ |
H A D | compare.cxx | 41 bMatchWholeCell(rDoc.GetDocOptions().IsMatchWholeCell()) in CompareOptions() 147 … pOptions->bMatchWholeCell)->SearchForward( rCell1.maStr.getString(), &nStart, &nStop); in CompareFunc() 148 … if (bMatch && pOptions->bMatchWholeCell && (nStart != 0 || nStop != rCell1.maStr.getLength())) in CompareFunc() 158 if (pOptions->bMatchWholeCell) in CompareFunc()
|
H A D | docoptio.cxx | 65 bMatchWholeCell = true; in ResetDocOptions()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/ |
H A D | compare.cxx | 41 bMatchWholeCell(pDoc->GetDocOptions().IsMatchWholeCell()) in CompareOptions() 147 … pOptions->bMatchWholeCell)->SearchForward( rCell1.maStr.getString(), &nStart, &nStop); in CompareFunc() 148 … if (bMatch && pOptions->bMatchWholeCell && (nStart != 0 || nStop != rCell1.maStr.getLength())) in CompareFunc() 158 if (pOptions->bMatchWholeCell) in CompareFunc()
|
H A D | docoptio.cxx | 68 bMatchWholeCell = true; in ResetDocOptions()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/ |
H A D | XMLCalculationSettingsContext.cxx | 46 bMatchWholeCell(true) in ScXMLCalculationSettingsContext() 68 bMatchWholeCell = false; in ScXMLCalculationSettingsContext() 123 xPropertySet->setPropertyValue( SC_UNO_MATCHWHOLE, uno::makeAny(bMatchWholeCell) ); in endFastElement()
|
H A D | XMLCalculationSettingsContext.hxx | 40 bool bMatchWholeCell; member in ScXMLCalculationSettingsContext
|
H A D | xmlexprt.cxx | 3907 bool bMatchWholeCell (::cppu::any2bool( xPropertySet->getPropertyValue(SC_UNO_MATCHWHOLE) )); in WriteCalculationSettings() local 3920 …if (!(bCalcAsShown || bIgnoreCase || !bLookUpLabels || !bMatchWholeCell || !bUseRegularExpressions… in WriteCalculationSettings() 3930 if (!bMatchWholeCell) in WriteCalculationSettings()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/ |
H A D | XMLCalculationSettingsContext.cxx | 45 bMatchWholeCell(true) in ScXMLCalculationSettingsContext() 66 bMatchWholeCell = false; in ScXMLCalculationSettingsContext() 123 xPropertySet->setPropertyValue( SC_UNO_MATCHWHOLE, uno::makeAny(bMatchWholeCell) ); in endFastElement()
|
H A D | XMLCalculationSettingsContext.hxx | 41 bool bMatchWholeCell; member in ScXMLCalculationSettingsContext
|
H A D | xmlexprt.cxx | 3771 … bool bMatchWholeCell (::cppu::any2bool( xPropertySet->getPropertyValue(SC_UNO_MATCHWHOLE) )); in WriteCalculationSettings() local 3784 …if (bCalcAsShown || bIgnoreCase || !bLookUpLabels || !bMatchWholeCell || !bUseRegularExpressions || in WriteCalculationSettings() 3793 if (!bMatchWholeCell) in WriteCalculationSettings()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/ |
H A D | dpcache.cxx | 690 bool bMatchWholeCell = mrDoc.GetDocOptions().IsMatchWholeCell(); in ValidQuery() local 771 … bool bMatch = rEntry.GetSearchTextPtr( rParam.eSearchType, rParam.bCaseSens, bMatchWholeCell ) in ValidQuery() 774 if (bMatch && bMatchWholeCell in ValidQuery() 784 if (bMatchWholeCell) in ValidQuery()
|
H A D | table3.cxx | 2629 bool bMatchWholeCell = mbMatchWholeCell; in compareByStringComparator() local 2632 bMatchWholeCell = false; in compareByStringComparator() 2653 … bMatch = rEntry.GetSearchTextPtr( mrParam.eSearchType, mrParam.bCaseSens, bMatchWholeCell ) in compareByStringComparator() 2658 … bMatch = rEntry.GetSearchTextPtr( mrParam.eSearchType, mrParam.bCaseSens, bMatchWholeCell ) in compareByStringComparator() 2661 if ( bMatch && bMatchWholeCell in compareByStringComparator() 2711 else if ( bMatchWholeCell ) in compareByStringComparator()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/ |
H A D | dpcache.cxx | 694 bool bMatchWholeCell = mpDoc->GetDocOptions().IsMatchWholeCell(); in ValidQuery() local 775 … bool bMatch = rEntry.GetSearchTextPtr( rParam.eSearchType, rParam.bCaseSens, bMatchWholeCell ) in ValidQuery() 778 if (bMatch && bMatchWholeCell in ValidQuery() 788 if (bMatchWholeCell) in ValidQuery()
|
H A D | table3.cxx | 2454 bool bMatchWholeCell = mbMatchWholeCell; in compareByStringComparator() local 2457 bMatchWholeCell = false; in compareByStringComparator() 2478 … bMatch = rEntry.GetSearchTextPtr( mrParam.eSearchType, mrParam.bCaseSens, bMatchWholeCell ) in compareByStringComparator() 2483 … bMatch = rEntry.GetSearchTextPtr( mrParam.eSearchType, mrParam.bCaseSens, bMatchWholeCell ) in compareByStringComparator() 2486 if ( bMatch && bMatchWholeCell in compareByStringComparator() 2536 else if ( bMatchWholeCell ) in compareByStringComparator()
|