Lines Matching refs:aSNS
101 Sequence< ::rtl::OUString > aSNS( 2 ); in getSupportedServiceNames() local
102 aSNS[0] = m_bActAsDescriptor ? SERVICE_SDBCX_COLUMNDESCRIPTOR : SERVICE_SDBCX_COLUMN; in getSupportedServiceNames()
103 aSNS[1] = SERVICE_SDB_COLUMNSETTINGS; in getSupportedServiceNames()
104 return aSNS; in getSupportedServiceNames()
475 Sequence< ::rtl::OUString > aSNS( 2 ); in getSupportedServiceNames() local
476 aSNS[0] = SERVICE_SDBCX_COLUMNDESCRIPTOR; in getSupportedServiceNames()
477 aSNS[1] = SERVICE_SDB_COLUMNSETTINGS; in getSupportedServiceNames()
478 return aSNS; in getSupportedServiceNames()
651 Sequence< ::rtl::OUString > aSNS( 2 ); in getSupportedServiceNames() local
652 aSNS[0] = SERVICE_SDBCX_COLUMN; in getSupportedServiceNames()
653 aSNS[1] = SERVICE_SDB_COLUMNSETTINGS; in getSupportedServiceNames()
654 return aSNS; in getSupportedServiceNames()