Home
last modified time | relevance | path

Searched refs:STORE_ATTRIB_ISLINK (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/store/source/
H A Dstorpage.cxx382 if (rPage.attrib() & STORE_ATTRIB_ISLINK) in iget()
607 xSrcNode->insert (i + 1, entry (rSrcKey, aDstLink, STORE_ATTRIB_ISLINK)); in link()
666 aPage.attrib (STORE_ATTRIB_ISLINK); in symlink()
726 if (!(store::ntohl(e.m_nAttrib) & STORE_ATTRIB_ISLINK)) in rename()
759 if (!(store::ntohl(e.m_nAttrib) & STORE_ATTRIB_ISLINK)) in rename()
813 if (!(store::ntohl(e.m_nAttrib) & STORE_ATTRIB_ISLINK)) in remove()
830 if (!(aPage.attrib() & STORE_ATTRIB_ISLINK)) in remove()
1024 if (e.m_nAttrib & STORE_ATTRIB_ISLINK) in rebuild()
1034 e.m_nAttrib &= ~STORE_ATTRIB_ISLINK; in rebuild()
H A Dstordir.cxx196 if (!(rFindData.m_nAttrib & STORE_ATTRIB_ISLINK)) in iterate()
H A Dstorlckb.cxx113 if (aPage.attrib() & STORE_ATTRIB_ISLINK) in create()
/AOO41X/main/store/inc/store/
H A Dtypes.h57 #define STORE_ATTRIB_ISLINK ((sal_uInt32)0x10000000) macro