Lines Matching refs:aCell
6161 Any aCell; in Execute() local
6162 … pModel->getCellContent( nNr1-1, nNr2-1, aCell ); in Execute()
6163 … pRet->GenReturn ( RET_Value, aUId, String( aCell.getValueTypeName() )); in Execute()
6173 Any aCell; in Execute() local
6174 … pModel->getCellContent( nNr1-1, nNr2-1, aCell ); in Execute()
6180 Type aType = aCell.getValueType(); in Execute()
6192 … pRet->GenReturn ( RET_Value, aUId, *(sal_Bool*)aCell.getValue() ); in Execute()
6196 … ::rtl::OUString aContent( *(sal_Unicode*)aCell.getValue() ); in Execute()
6203 aCell >>= aContent; in Execute()
6218 aCell >>= val; in Execute()
6226 aCell >>= val; in Execute()