Home
last modified time | relevance | path

Searched refs:VBA_ID_MODULEEND (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/oox/inc/oox/ole/
H A Dvbahelper.hxx39 const sal_uInt16 VBA_ID_MODULEEND = 0x002B; variable
/AOO42X/main/oox/source/ole/
H A Dvbamodule.cxx71 while( VbaHelper::readDirRecord( nRecId, aRecData, rDirStrm ) && (nRecId != VBA_ID_MODULEEND) ) in importDirRecords()