LibreOffice Module oox (master) 1
|
Go to the source code of this file.
Namespaces | |
namespace | oox |
namespace | oox::ole |
namespace | oox::ole::VbaHelper |
Static helper functions for the VBA filters. | |
Functions | |
bool | oox::ole::VbaHelper::readDirRecord (sal_uInt16 &rnRecId, StreamDataSequence &rRecData, BinaryInputStream &rInStrm) |
Reads the next record from the VBA directory stream 'dir'. More... | |
bool | oox::ole::VbaHelper::extractKeyValue (OUString &rKey, OUString &rValue, std::u16string_view rKeyValue) |
Extracts a key/value pair from a string separated by an equality sign. More... | |