LibreOffice Module scripting (master) 1
Namespaces | Typedefs | Functions
BrowseNodeFactoryImpl.cxx File Reference
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <unotools/mediadescriptor.hxx>
#include <com/sun/star/document/XEmbeddedScripts.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/reflection/ProxyFactory.hpp>
#include <com/sun/star/script/provider/theMasterScriptProviderFactory.hpp>
#include <com/sun/star/script/browse/BrowseNodeFactoryViewTypes.hpp>
#include <com/sun/star/script/browse/BrowseNodeTypes.hpp>
#include <comphelper/diagnose_ex.hxx>
#include "BrowseNodeFactoryImpl.hxx"
#include <util/MiscUtils.hxx>
#include <vector>
#include <algorithm>
#include <memory>
#include <optional>
#include <string_view>
Include dependency graph for BrowseNodeFactoryImpl.cxx:

Go to the source code of this file.

Namespaces

namespace  browsenodefactory
 

Typedefs

typedef ::std::vector< Reference< browse::XBrowseNode > > browsenodefactory::vXBrowseNodes
 
typedef ::cppu::WeakImplHelper< browse::XBrowseNode > browsenodefactory::t_BrowseNodeBase
 

Functions

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * browsenodefactory::scripting_BrowseNodeFactoryImpl_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &)
 

Variable Documentation

◆ m_hBNA

std::optional<std::unordered_map< OUString, Reference< browse::XBrowseNode > > > m_hBNA
private

Definition at line 155 of file BrowseNodeFactoryImpl.cxx.

◆ m_Name

OUString m_Name
private

Definition at line 56 of file BrowseNodeFactoryImpl.cxx.

◆ m_Nodes

std::vector< Reference< browse::XBrowseNode > > m_Nodes
private

Definition at line 57 of file BrowseNodeFactoryImpl.cxx.

◆ m_origNode

Reference< browse::XBrowseNode > m_origNode
private

Definition at line 158 of file BrowseNodeFactoryImpl.cxx.

◆ m_sNodeName

OUString m_sNodeName
private

Definition at line 157 of file BrowseNodeFactoryImpl.cxx.

◆ m_vNodes

vXBrowseNodes m_vNodes
private

Definition at line 478 of file BrowseNodeFactoryImpl.cxx.

◆ m_vStr

std::vector< OUString > m_vStr
private

Definition at line 156 of file BrowseNodeFactoryImpl.cxx.

◆ m_xAggProxy

Reference< XAggregation > m_xAggProxy
private

Definition at line 343 of file BrowseNodeFactoryImpl.cxx.

◆ m_xComponentContext

Reference< XComponentContext > m_xComponentContext
private

Definition at line 538 of file BrowseNodeFactoryImpl.cxx.

◆ m_xCtx

Reference< XComponentContext > m_xCtx
private

Definition at line 344 of file BrowseNodeFactoryImpl.cxx.

◆ m_xWrappedBrowseNode

Reference< browse::XBrowseNode > m_xWrappedBrowseNode
private

Definition at line 341 of file BrowseNodeFactoryImpl.cxx.

◆ m_xWrappedTypeProv

Reference< lang::XTypeProvider > m_xWrappedTypeProv
private

Definition at line 342 of file BrowseNodeFactoryImpl.cxx.