Lines Matching refs:aAny

273 		uno::Any aAny;  in DBaseImport()  local
275 aAny <<= xConnection; in DBaseImport()
277 rtl::OUString::createFromAscii(SC_DBPROP_ACTIVECONNECTION), aAny ); in DBaseImport()
279 aAny <<= nType; in DBaseImport()
281 rtl::OUString::createFromAscii(SC_DBPROP_COMMANDTYPE), aAny ); in DBaseImport()
283 aAny <<= rtl::OUString( aTabName ); in DBaseImport()
285 rtl::OUString::createFromAscii(SC_DBPROP_COMMAND), aAny ); in DBaseImport()
708 uno::Any aAny; in DBaseExport() local
783 aAny <<= rtl::OUString( aTabName ); in DBaseExport()
784 xTableDesc->setPropertyValue( rtl::OUString::createFromAscii(SC_DBPROP_NAME), aAny ); in DBaseExport()
816 aAny <<= pColNames[nCol]; in DBaseExport()
817 xColumnDesc->setPropertyValue( rtl::OUString::createFromAscii(SC_DBPROP_NAME), aAny ); in DBaseExport()
819 aAny <<= pColTypes[nCol]; in DBaseExport()
820 xColumnDesc->setPropertyValue( rtl::OUString::createFromAscii(SC_DBPROP_TYPE), aAny ); in DBaseExport()
822 aAny <<= pColLengths[nCol]; in DBaseExport()
823 xColumnDesc->setPropertyValue( rtl::OUString::createFromAscii(SC_DBPROP_PRECISION), aAny ); in DBaseExport()
825 aAny <<= pColScales[nCol]; in DBaseExport()
826 xColumnDesc->setPropertyValue( rtl::OUString::createFromAscii(SC_DBPROP_SCALE), aAny ); in DBaseExport()
848 aAny <<= xConnection; in DBaseExport()
850 rtl::OUString::createFromAscii(SC_DBPROP_ACTIVECONNECTION), aAny ); in DBaseExport()
852 aAny <<= (sal_Int32) sdb::CommandType::TABLE; in DBaseExport()
854 rtl::OUString::createFromAscii(SC_DBPROP_COMMANDTYPE), aAny ); in DBaseExport()
856 aAny <<= rtl::OUString( aTabName ); in DBaseExport()
858 rtl::OUString::createFromAscii(SC_DBPROP_COMMAND), aAny ); in DBaseExport()