LibreOffice Module vcl (master) 1
|
#include <vcl/toolkit/treelistentry.hxx>
#include <vcl/toolkit/viewdataentry.hxx>
#include <iconview.hxx>
#include "iconviewimpl.hxx"
#include <vcl/accessiblefactory.hxx>
#include <vcl/uitest/uiobject.hxx>
#include <tools/json_writer.hxx>
#include <vcl/toolkit/svlbitm.hxx>
#include <tools/stream.hxx>
#include <vcl/cvtgrf.hxx>
#include <comphelper/base64.hxx>
Go to the source code of this file.
Functions | |
static OString | extractPngString (const SvLBoxContextBmp *pBmpItem) |
static void | lcl_DumpEntryAndSiblings (tools::JsonWriter &rJsonWriter, SvTreeListEntry *pEntry, const SvTreeListBox *pTabListBox) |
|
static |
Definition at line 261 of file iconview.cxx.
References aBuffer, aSeq, comphelper::Base64::encode(), ERRCODE_NONE, GraphicConverter::Export(), SvLBoxContextBmp::GetBitmap1(), Image::GetBitmapEx(), SvMemoryStream::GetData(), PNG, and SvStream::Tell().
Referenced by lcl_DumpEntryAndSiblings().
|
static |
Definition at line 277 of file iconview.cxx.
References ContextBmp, extractPngString(), SvTreeList::GetAbsPos(), SvTreeListBox::GetEntryTooltip(), SvTreeListEntry::GetFirstItem(), SvTreeListEntry::GetFlags(), SvTreeListBox::GetModel(), IS_SEPARATOR, SvListView::IsSelected(), SvTreeListEntry::NextSibling(), tools::JsonWriter::put(), tools::JsonWriter::startStruct(), and String.
Referenced by IconView::DumpAsPropertyTree().