Home
last modified time | relevance | path

Searched refs:rFkt (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx2308 sal_Bool OSelectionBrowseBox::GetFunctionName(sal_uInt32 _nFunctionTokenId,String& rFkt) in GetFunctionName() argument
2316rFkt = (m_pFunctionCell->GetEntryCount() < 3) ? m_pFunctionCell->GetEntry(1) : m_pFunctionCell->Ge… in GetFunctionName()
2319 rFkt = m_pFunctionCell->GetEntry(1); in GetFunctionName()
2322 rFkt = m_pFunctionCell->GetEntry(3); in GetFunctionName()
2325 rFkt = m_pFunctionCell->GetEntry(4); in GetFunctionName()
2328 rFkt = m_pFunctionCell->GetEntry(5); in GetFunctionName()
2331 rFkt = m_pFunctionCell->GetEntry(6); in GetFunctionName()
2334 rFkt = m_pFunctionCell->GetEntry(7); in GetFunctionName()
2337 rFkt = m_pFunctionCell->GetEntry(8); in GetFunctionName()
2340 rFkt = m_pFunctionCell->GetEntry(9); in GetFunctionName()
[all …]
H A DSelectionBrowseBox.hxx255 sal_Bool GetFunctionName(sal_uInt32 _nFunctionTokenId,String& rFkt);