|
LibreOffice Module sc (master) 1
|
#include "xmlrowi.hxx"#include "xmlimprt.hxx"#include "xmlcelli.hxx"#include "xmlstyli.hxx"#include "xmlstyle.hxx"#include <document.hxx>#include <docuno.hxx>#include <olinetab.hxx>#include <sheetdata.hxx>#include <documentimport.hxx>#include <unonames.hxx>#include <comphelper/extract.hxx>#include <unotools/configmgr.hxx>#include <xmloff/xmlnamespace.hxx>#include <xmloff/families.hxx>#include <xmloff/xmltoken.hxx>#include <sax/fastattribs.hxx>#include <com/sun/star/sheet/XSpreadsheet.hpp>#include <com/sun/star/table/XColumnRowRange.hpp>#include <com/sun/star/sheet/XPrintAreas.hpp>#include <comphelper/servicehelper.hxx>#include <osl/diagnose.h>Go to the source code of this file.
Variables | |
| constexpr OUStringLiteral | SC_ISFILTERED = u"IsFiltered" |
|
constexpr |
Definition at line 44 of file xmlrowi.cxx.
Referenced by ScXMLTableRowContext::endFastElement().