LibreOffice Module sfx2 (master) 1
Classes | Namespaces | Functions
linksrc.cxx File Reference
#include <sfx2/linksrc.hxx>
#include <sfx2/lnkbase.hxx>
#include <com/sun/star/uno/Any.hxx>
#include <utility>
#include <vcl/timer.hxx>
#include <memory>
#include <vector>
#include <algorithm>
Include dependency graph for linksrc.cxx:

Go to the source code of this file.

Classes

struct  sfx2::SvLinkSource_Impl
 

Namespaces

namespace  sfx2
 

Functions

static void sfx2::StartTimer (std::unique_ptr< SvLinkSourceTimer > &pTimer, SvLinkSource *pOwner, sal_uInt64 nTimeout)
 

Variable Documentation

◆ aArr

std::vector<SvLinkSource_Entry_Impl*> aArr
private

Definition at line 116 of file linksrc.cxx.

Referenced by StyleList::FillTreeBox().

◆ aDataMimeType

OUString aDataMimeType

Definition at line 77 of file linksrc.cxx.

◆ bIsDataSink

bool bIsDataSink

Definition at line 79 of file linksrc.cxx.

◆ mvData

std::vector<std::unique_ptr<SvLinkSource_Entry_Impl> > mvData
private

Definition at line 96 of file linksrc.cxx.

◆ nAdviseModes

sal_uInt16 nAdviseModes

Definition at line 78 of file linksrc.cxx.

Referenced by sfx2::SvLinkSource::AddDataAdvise().

◆ nPos

sal_uInt16 nPos
private

Definition at line 118 of file linksrc.cxx.

Referenced by ThumbnailViewItem::addTextPrimitives(), SfxDockingWindow::CalcAlignment(), TemplateLocalView::Command(), SfxWorkWindow::ConfigChild_Impl(), SfxWorkWindow::CreateChildWin_Impl(), CreateObjectBarUI_Impl(), HelpInterceptor_Impl::dispatch(), BookmarksTabPage_Impl::DoAction(), SfxWorkWindow::FindChild_Impl(), sfx2::LinkManager::GetDisplayNames(), SfxChildWinInfo::GetExtraData_Impl(), ThumbnailView::GetItemId(), SfxObjectShell::GetNext(), SfxViewFrame::GetNext(), SfxViewShell::GetNext(), SfxDispatcher::GetObjectBarId(), SfxObjectShell::GetServiceNameFromFactory(), SfxBindings::GetSlotPos(), SfxBindings::GetStateCache(), IndexTabPage_Impl::HasKeyword(), SfxWorkWindow::HideChildren_Impl(), IMPL_LINK(), IMPL_LINK_NOARG(), sfx2::IMPL_LINK_NOARG(), ThumbnailView::ImplGetItem(), SfxDockingWindow::Initialize(), SfxChildWindow::InitializeChildWinFactory_Impl(), sfx2::sidebar::SidebarToolBox::InsertItem(), SfxDocTemplate_Impl::InsertRegion(), SfxSplitWindow::InsertWindow(), SfxSplitWindow::InsertWindow_Impl(), ThumbnailView::MakeItemVisible(), ThumbnailView::MouseButtonDown(), TemplateDefaultView::MouseButtonDown(), sfx2::RecentDocsView::MouseButtonUp(), SfxSplitWindow::MoveWindow(), LOKDocumentFocusListener::notifyEvent(), SfxTemplateManagerDlg::OnCategoryRename(), SfxVersionDialog::Open_Impl(), ModelData_Impl::OutputFileDialog(), SfxBindings::Register_Impl(), SfxInterface::RegisterObjectBar(), SfxBindings::Release(), SfxWorkWindow::ReleaseChild_Impl(), sfx2::LinkManager::Remove(), ThumbnailView::RemoveItem(), SfxDocumentPage::Reset(), IndexTabPage_Impl::SelectExecutableEntry(), SfxWorkWindow::SetObjectBar_Impl(), TemplateDlgLocalView::syncCursor(), TbxMatch(), SfxMedium::TryDirectTransfer(), SfxBindings::Update_Impl(), SfxDispatcher::Update_Impl_(), TemplateDlgLocalView::updateSelection(), and StyleList::UpdateStyles().

◆ pOwner

SvLinkSource* pOwner
private

Definition at line 41 of file linksrc.cxx.

Referenced by sfx2::StartTimer().

◆ rOrigArr

const SvLinkSource_Array_Impl& rOrigArr
private

Definition at line 117 of file linksrc.cxx.

◆ xSink

tools::SvRef<SvBaseLink> xSink

Definition at line 76 of file linksrc.cxx.