Home
last modified time | relevance | path

Searched refs:STORE_MAXIMUM_NAMESIZE (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/store/workben/
H A Dt_base.cxx209 if (pszNameA->length < sal_Int32(sizeof(sal_Char[STORE_MAXIMUM_NAMESIZE]))) in __store_namei()
246 sal_Unicode m_pszName[STORE_MAXIMUM_NAMESIZE];
265 it.m_pszName, STORE_MAXIMUM_NAMESIZE - 1); in __store_testUnicode()
/AOO41X/main/store/inc/store/
H A Dtypes.h51 #define STORE_MAXIMUM_NAMESIZE 256 macro
124 sal_Unicode m_pszName[STORE_MAXIMUM_NAMESIZE];
/AOO41X/main/store/source/
H A Dstordata.hxx310 sal_Char m_pData[STORE_MAXIMUM_NAMESIZE];
314 …_t theSize = sizeof(G) + sizeof(K) + sizeof(sal_uInt32) + sizeof(sal_Char[STORE_MAXIMUM_NAMESIZE]);
H A Dstorpage.cxx302 if (!(pName->length < STORE_MAXIMUM_NAMESIZE)) in namei()
771 0, STORE_MAXIMUM_NAMESIZE - nDstLen); in rename()
H A Dstordir.cxx212 rFindData.m_pszName, STORE_MAXIMUM_NAMESIZE - 1); in iterate()