Home
last modified time | relevance | path

Searched refs:bAllTables (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/svl/source/items/
H A Dsrchitem.cxx122 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()
/aoo4110/main/svl/inc/svl/
H A Dsrchitem.hxx71 sal_Bool bAllTables; // in alle Tabellen suchen member in SvxSearchItem
138 sal_Bool IsAllTables() const { return bAllTables; } in IsAllTables()
139 void SetAllTables(sal_Bool bNew) { bAllTables = bNew; } in SetAllTables()
/aoo4110/main/dbaccess/source/ui/dlg/
H A Dtablespage.cxx244 sal_Bool bAllTables = sal_False; in implCheckTables() local
255 bAllTables = (1 == sName.getLength()) && ('%' == sName[0]); in implCheckTables()
276 if (bAllTables && pSchema) in implCheckTables()
/aoo4110/main/sc/source/ui/view/
H A Dviewfun2.cxx1633 sal_Bool bAllTables = pSearchItem->IsAllTables(); in SearchAndReplace() local
1639 if ( bAllTables ) in SearchAndReplace()
1666 if ( (bAllTables || rMark.GetTableSelect( j )) && in SearchAndReplace()
1696 if ( bAllTables ) in SearchAndReplace()
/aoo4110/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx2850 sal_Bool bAllTables = sAliasName.getLength() == 0; in fillValidFields() local
2860 if (bAllTables || (pCurrentWin->GetAliasName() == sAliasName)) in fillValidFields()
2871 if (bAllTables || aStrIter->toChar() == '*') in fillValidFields()
2877 if (!bAllTables) in fillValidFields()

Completed in 72 milliseconds