Lines Matching refs:aSelection
342 Sequence<Any> aSelection; in MergeNew() local
352 rMergeDesc.rDescriptor[daSelection] >>= aSelection; in MergeNew()
361 pImpl->pMergeData = new SwDSParam(aData, xResSet, aSelection); in MergeNew()
396 if(pImpl->pMergeData->aSelection.getLength()) in MergeNew()
399 pImpl->pMergeData->aSelection.getConstArray()[ pImpl->pMergeData->nSelectionIndex++ ] >>= nPos; in MergeNew()
402 if(pImpl->pMergeData->nSelectionIndex >= pImpl->pMergeData->aSelection.getLength()) in MergeNew()
1855 if(pFound->aSelection.getLength()) in GetColumnCnt()
1858 const Any* pSelection = pFound->aSelection.getConstArray(); in GetColumnCnt()
1860 for(sal_Int32 nPos = 0; !bFound && nPos < pFound->aSelection.getLength(); nPos++) in GetColumnCnt()
1945 (pParam->aSelection.getLength() && pParam->aSelection.getLength() <= pParam->nSelectionIndex)) in ToNextRecord()
1953 if(pParam->aSelection.getLength()) in ToNextRecord()
1956 pParam->aSelection.getConstArray()[ pParam->nSelectionIndex++ ] >>= nPos; in ToNextRecord()
1960 if(pParam->nSelectionIndex >= pParam->aSelection.getLength()) in ToNextRecord()
2140 if(pFound->aSelection.getLength()) in GetSelectedRecordId()
2143 if(nSelIndex >= pFound->aSelection.getLength()) in GetSelectedRecordId()
2144 nSelIndex = pFound->aSelection.getLength() -1; in GetSelectedRecordId()
2145 pFound->aSelection.getConstArray()[nSelIndex] >>= nRet; in GetSelectedRecordId()
2502 Sequence<Any> aSelection; in ExecuteFormLetter() local
2513 aDescriptor[daSelection] >>= aSelection; in ExecuteFormLetter()
2538 bWithDataSourceBrowser ? 0 : &aSelection); in ExecuteFormLetter()
2664 Sequence<Any> aSelection; in InsertText() local
2682 pValues[nPos].Value >>= aSelection; in InsertText()
2723 pDlg->DataToDoc( aSelection , xSource, xConnection, xResSet); in InsertText()
2833 if(pImpl->pMergeData->aSelection.getLength()) in MergeDocuments()
2836 … pImpl->pMergeData->aSelection.getConstArray()[ pImpl->pMergeData->nSelectionIndex++ ] >>= nPos; in MergeDocuments()
2839 if(pImpl->pMergeData->nSelectionIndex >= pImpl->pMergeData->aSelection.getLength()) in MergeDocuments()