LibreOffice Module sc (master) 1
|
#include <vector>
#include <rangelst.hxx>
#include "workbookhelper.hxx"
#include <com/sun/star/uno/Sequence.h>
Go to the source code of this file.
Classes | |
struct | oox::xls::BinAddress |
A 2D cell address struct for binary filters. More... | |
struct | oox::xls::BinRange |
A 2D cell range address struct for binary filters. More... | |
class | oox::xls::BinRangeList |
A 2D cell range address list for binary filters. More... | |
class | oox::xls::AddressConverter |
Converter for cell addresses and cell ranges for OOXML and BIFF filters. More... | |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::table |
namespace | oox |
namespace | oox::xls |
Functions | |
bool | oox::xls::operator< (const BinAddress &rL, const BinAddress &rR) |
SequenceInputStream & | oox::xls::operator>> (SequenceInputStream &rStrm, BinAddress &orPos) |
SequenceInputStream & | oox::xls::operator>> (SequenceInputStream &rStrm, BinRange &orRange) |
SequenceInputStream & | oox::xls::operator>> (SequenceInputStream &rStrm, BinRangeList &orRanges) |