Lines Matching refs:pDataSourceProps
1773 const Any* pDataSourceProps = aDataSourceProps.getConstArray(); in Load() local
1776 pDataSourceProps[0] >>= sSource; in Load()
1777 pDataSourceProps[1] >>= sCommand; in Load()
1778 pDataSourceProps[2] >>= nCommandType; in Load()
1785 pDataSourceProps[3] >>= pNewData->sEdit; in Load()
1786 pDataSourceProps[4] >>= pNewData->sTblList; in Load()
1787 pDataSourceProps[5] >>= pNewData->sTmplNm; in Load()
1788 pDataSourceProps[6] >>= pNewData->sTAutoFmtNm; in Load()
1789 if(pDataSourceProps[7].hasValue()) in Load()
1790 pNewData->bIsTable = *(sal_Bool*)pDataSourceProps[7].getValue(); in Load()
1791 if(pDataSourceProps[8].hasValue()) in Load()
1792 pNewData->bIsField = *(sal_Bool*)pDataSourceProps[8].getValue(); in Load()
1793 if(pDataSourceProps[9].hasValue()) in Load()
1794 pNewData->bIsHeadlineOn = *(sal_Bool*)pDataSourceProps[9].getValue(); in Load()
1795 if(pDataSourceProps[10].hasValue()) in Load()
1796 pNewData->bIsEmptyHeadln = *(sal_Bool*)pDataSourceProps[10].getValue(); in Load()