Searched refs:pAsciiName (Results 1 – 2 of 2) sorted by relevance
570 const sal_Char* pAsciiName( NULL ); in lcl_getContainerStorageName_throw() local573 case ODatabaseModelImpl::E_FORM: pAsciiName = "forms"; break; in lcl_getContainerStorageName_throw()574 case ODatabaseModelImpl::E_REPORT: pAsciiName = "reports"; break; in lcl_getContainerStorageName_throw()575 case ODatabaseModelImpl::E_QUERY: pAsciiName = "queries"; break; in lcl_getContainerStorageName_throw()576 case ODatabaseModelImpl::E_TABLE: pAsciiName = "tables"; break; in lcl_getContainerStorageName_throw()580 return ::rtl::OUString::createFromAscii( pAsciiName ); in lcl_getContainerStorageName_throw()
150 const sal_Char* pAsciiName; in getAnyTablePrivileges() member163 … sal_Int32 nIndex = sPrivs.indexOf( ::rtl::OUString::createFromAscii( privileges[i].pAsciiName ) ); in getAnyTablePrivileges()
Completed in 27 milliseconds