Searched refs:ODM_NAME_MAX (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/ucb/source/ucp/odma/ |
H A D | odma_provider.cxx | 210 sal_Char* lpszDocName = new sal_Char[ODM_NAME_MAX]; in queryContent() 216 ODM_NAME_MAX in queryContent() 444 sal_Char* lpszDocName = new sal_Char[ODM_NAME_MAX * nMaxCount]; in queryContentProperty() 454 …odm = NODMQueryGetResults(getHandle(), pQueryId,lpszDocId, lpszDocName, ODM_NAME_MAX, (WORD*)&nCou… in queryContentProperty() 467 …aReturn->m_sDocumentName = ::rtl::OStringToOUString(rtl::OString(&lpszDocName[ODM_NAME_MAX*i]),RTL… in queryContentProperty()
|
H A D | odma_datasupplier.cxx | 293 sal_Char* lpszDocName = new sal_Char[ODM_NAME_MAX * nMaxCount]; in getResult() 303 …esults(ContentProvider::getHandle(), pQueryId,lpszDocId, lpszDocName, ODM_NAME_MAX, (WORD*)&nCount… in getResult()
|
H A D | odma_provider.hxx | 59 #define ODM_NAME_MAX 64 // Max length of a name document including macro
|
Completed in 15 milliseconds