Searched refs:rTblQryName (Results 1 – 2 of 2) sorted by relevance
69 sal_Bool SwFldMgr::IsDBNumeric( const String& rDBName, const String& rTblQryName, in IsDBNumeric() argument91 DBG_ASSERT(xTbls->hasByName(rTblQryName), "table not available anymore?"); in IsDBNumeric()94 Any aTable = xTbls->getByName(rTblQryName); in IsDBNumeric()108 DBG_ASSERT(xQueries->hasByName(rTblQryName), "table not available anymore?"); in IsDBNumeric()111 Any aQuery = xQueries->getByName(rTblQryName); in IsDBNumeric()
171 sal_Bool IsDBNumeric(const String& rDBName, const String& rTblQryName,
Completed in 6 milliseconds