Searched refs:bAllTables (Results 1 – 5 of 5) sorted by relevance
122 bAllTables ( sal_False ), in SvxSearchItem()203 bAllTables ( rItem.bAllTables ), in SvxSearchItem()252 ( bAllTables == rSItem.bAllTables ) && in operator ==()445 aSeq[6].Value <<= bAllTables; in QueryValue()466 rVal <<= (sal_Bool) bAllTables; break; in QueryValue()563 if ( ( aSeq[i].Value >>= bAllTables ) == sal_True ) in PutValue()601 bRet = (rVal >>= bAllTables); break; in PutValue()
71 sal_Bool bAllTables; // in alle Tabellen suchen member in SvxSearchItem138 sal_Bool IsAllTables() const { return bAllTables; } in IsAllTables()139 void SetAllTables(sal_Bool bNew) { bAllTables = bNew; } in SetAllTables()
242 sal_Bool bAllTables = sal_False; in implCheckTables() local253 bAllTables = (1 == sName.getLength()) && ('%' == sName[0]); in implCheckTables()274 if (bAllTables && pSchema) in implCheckTables()
1633 sal_Bool bAllTables = pSearchItem->IsAllTables(); in SearchAndReplace() local1639 if ( bAllTables ) in SearchAndReplace()1666 if ( (bAllTables || rMark.GetTableSelect( j )) && in SearchAndReplace()1696 if ( bAllTables ) in SearchAndReplace()
2850 sal_Bool bAllTables = sAliasName.getLength() == 0; in fillValidFields() local2860 if (bAllTables || (pCurrentWin->GetAliasName() == sAliasName)) in fillValidFields()2871 if (bAllTables || aStrIter->toChar() == '*') in fillValidFields()2877 if (!bAllTables) in fillValidFields()
Completed in 78 milliseconds