LibreOffice Module sfx2 (master) 1
|
#include <memory>
#include <sfx2/devtools/DocumentModelTreeHandler.hxx>
#include <sfx2/sfxresid.hxx>
#include "DevToolsStrings.hrc"
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/container/XNamed.hpp>
#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <com/sun/star/drawing/XDrawPage.hpp>
#include <com/sun/star/drawing/XDrawPages.hpp>
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
#include <com/sun/star/drawing/XMasterPagesSupplier.hpp>
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
#include <com/sun/star/sheet/XSpreadsheet.hpp>
#include <com/sun/star/sheet/XDataPilotTablesSupplier.hpp>
#include <com/sun/star/sheet/XDataPilotTables.hpp>
#include <com/sun/star/table/XTableChartsSupplier.hpp>
#include <com/sun/star/table/XTableCharts.hpp>
#include <com/sun/star/text/XTextDocument.hpp>
#include <com/sun/star/text/XTextTablesSupplier.hpp>
#include <com/sun/star/text/XTextFramesSupplier.hpp>
#include <com/sun/star/text/XTextGraphicObjectsSupplier.hpp>
#include <com/sun/star/text/XTextEmbeddedObjectsSupplier.hpp>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <utility>
Go to the source code of this file.
Functions | |
IMPL_LINK (DocumentModelTreeHandler, ExpandingHandler, weld::TreeIter const &, rParent, bool) | |
IMPL_LINK | ( | DocumentModelTreeHandler | , |
ExpandingHandler | , | ||
weld::TreeIter const & | , | ||
rParent | , | ||
bool | |||
) |
Definition at line 764 of file DocumentModelTreeHandler.cxx.