Home
last modified time | relevance | path

Searched refs:mpDspMasterObjects (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/sidebar/
H A DSlideBackground.cxx142 get(mpDspMasterObjects, "displaymasterobjects"); in SlideBackground()
250 mpDspMasterObjects->SetClickHdl(LINK(this,SlideBackground, DspObjects)); in Initialize()
293 mpDspMasterObjects->Disable(); in HandleContextChange()
304 mpDspMasterObjects->Disable(); in HandleContextChange()
315 mpDspMasterObjects->Enable(); in HandleContextChange()
670 mpDspMasterObjects.clear(); in dispose()
958 mpDspMasterObjects->Check(pBoolItem->GetValue()); in NotifyItemUpdate()
1173 bool IsChecked = mpDspMasterObjects->IsChecked(); in IMPL_LINK_NOARG()
H A DSlideBackground.hxx91 VclPtr<CheckBox> mpDspMasterObjects; member in sd::sidebar::SlideBackground