/aoo41x/main/sc/source/core/tool/ |
H A D | queryparam.cxx | 44 bRegExp(r.bRegExp), bDuplicate(r.bDuplicate), bMixedComparison(r.bMixedComparison), in ScQueryParamBase() 209 bHasHeader = bCaseSens = bRegExp = bMixedComparison = sal_False; in Clear() 242 bRegExp = r.bRegExp; in operator =() 279 && (bRegExp == rOther.bRegExp) in operator ==()
|
H A D | interpr1.cxx | 4325 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in ScMatch() 4750 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in IterateParametersIf() 4762 ScCompareOptions aOptions( pDok, rEntry, rParam.bRegExp); in IterateParametersIf() 5045 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in ScCountIf() 5053 ScCompareOptions aOptions( pDok, rEntry, rParam.bRegExp); in ScCountIf() 5276 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in IterateParametersIfs() 5288 ScCompareOptions aOptions( pDok, rEntry, rParam.bRegExp); in IterateParametersIfs() 5915 aParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in ScLookup() 6129 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok ); in CalculateLookup() 6500 if ( rEntry.bQueryByString && !pParam->bRegExp ) in GetDBParams() [all …]
|
H A D | dbcolect.cxx | 499 rQueryParam.bRegExp = bQueryRegExp; in GetQueryParam() 533 bQueryRegExp = rQueryParam.bRegExp; in SetQueryParam()
|
H A D | doubleref.cxx | 278 pParam->bRegExp = false; in fillQueryOptions()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLExportDataPilot.cxx | 202 WriteDPCondition(aQueryParam.GetEntry(0), aQueryParam.bCaseSens, aQueryParam.bRegExp); in WriteDPFilter() 209 WriteDPCondition(aQueryParam.GetEntry(j), aQueryParam.bCaseSens, aQueryParam.bRegExp); in WriteDPFilter() 217 WriteDPCondition(aQueryParam.GetEntry(j), aQueryParam.bCaseSens, aQueryParam.bRegExp); in WriteDPFilter() 243 WriteDPCondition(aPrevFilterField, aQueryParam.bCaseSens, aQueryParam.bRegExp); in WriteDPFilter() 247 WriteDPCondition(aPrevFilterField, aQueryParam.bCaseSens, aQueryParam.bRegExp); in WriteDPFilter() 254 WriteDPCondition(aPrevFilterField, aQueryParam.bCaseSens, aQueryParam.bRegExp); in WriteDPFilter() 263 WriteDPCondition(aPrevFilterField, aQueryParam.bCaseSens, aQueryParam.bRegExp); in WriteDPFilter() 269 WriteDPCondition(aPrevFilterField, aQueryParam.bCaseSens, aQueryParam.bRegExp); in WriteDPFilter() 272 WriteDPCondition(aPrevFilterField, aQueryParam.bCaseSens, aQueryParam.bRegExp); in WriteDPFilter()
|
H A D | xmlfilti.cxx | 514 aFilterFields.bRegExp = bUseRegularExpressions; in EndElement()
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | findtxt.cxx | 588 const bool bRegExp(SearchAlgorithms_REGEXP == rSearchOpt.algorithmType); in Find() local 594 if( bRegExp ) in Find() 600 ::std::auto_ptr<String> pRepl( (bRegExp) in Find() 604 bRegExp ); in Find() 607 if( bRegExp ) in Find()
|
H A D | findattr.cxx | 1207 const bool bRegExp( in Find() local 1215 if( bRegExp ) in Find() 1221 ::std::auto_ptr<String> pRepl( (bRegExp) ? in Find() 1225 bRegExp ); in Find() 1228 if( bRegExp ) in Find()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | unins.cxx | 491 Impl(SwPaM const& rPam, ::rtl::OUString const& rIns, bool const bRegExp); 507 ::rtl::OUString const& rIns, bool const bRegExp) in SwUndoReplace() argument 509 , m_pImpl(new Impl(rPam, rIns, bRegExp)) in SwUndoReplace() 587 SwPaM const& rPam, ::rtl::OUString const& rIns, bool const bRegExp) in Impl() argument 590 , m_bRegExp(bRegExp) in Impl()
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | pfiltdlg.cxx | 145 aBtnRegExp .Check( theQueryData.bRegExp ); in Init() 461 theParam.bRegExp = aBtnRegExp.IsChecked(); in GetOutputItem()
|
H A D | foptmgr.cxx | 130 rBtnRegExp .Check( rQueryData.bRegExp ); in Init()
|
H A D | sfiltdlg.cxx | 397 theOutParam.bRegExp = aBtnRegExp.IsChecked(); in IMPL_LINK()
|
H A D | filtdlg.cxx | 673 theParam.bRegExp = aBtnRegExp.IsChecked(); in GetOutputItem()
|
/aoo41x/main/sc/inc/ |
H A D | queryparam.hxx | 40 bool bRegExp; member
|
/aoo41x/main/sc/source/core/data/ |
H A D | dociter.cxx | 1295 bool bRegExp = aParam.bRegExp && aParam.GetEntry(0).bQueryByString; in FindEqualOrSortedLastInRange() local 1296 bool bBinary = !bRegExp && aParam.bByRow && (aParam.GetEntry(0).eOp == in FindEqualOrSortedLastInRange() 1359 if ( (bSearchForEqualAfterMismatch || aParam.bRegExp) && in FindEqualOrSortedLastInRange()
|
H A D | table3.cxx | 1069 sal_Bool bRealRegExp = (rParam.bRegExp && ((rEntry.eOp == SC_EQUAL) in ValidQuery() 1074 sal_Bool bTestRegExp = (pbTestEqualCondition && rParam.bRegExp in ValidQuery()
|
H A D | dptablecache.cxx | 716 sal_Bool bRealRegExp = (rParam.bRegExp && ((rEntry.eOp == SC_EQUAL) in ValidQuery()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | UndoInsert.hxx | 103 ::rtl::OUString const& rInsert, bool const bRegExp);
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | datauno.cxx | 1463 aParam.bRegExp = ScUnoHelpFunctions::GetBoolFromAny( aValue ); in setPropertyValue() 1506 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bRegExp ); in getPropertyValue()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | gridwin.cxx | 1266 if (aParam.bRegExp) in ExecFilter() 1296 aParam.bRegExp = sal_False; in ExecFilter()
|