Home
last modified time | relevance | path

Searched refs:GetDlgEditor (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/basctl/source/dlged/
H A Ddlgedobj.cxx136 const DlgEditor* pEditor = pForm ? pForm->GetDlgEditor() : NULL; in GetControl()
432 DlgEditor* pEditor = pDlgEdForm->GetDlgEditor(); in PositionAndSizeChange()
535 pEditor = ((DlgEdForm*)this)->GetDlgEditor(); in NameChange()
537 pEditor = GetDlgEdForm()->GetDlgEditor(); in NameChange()
1026 GetDlgEdForm()->GetDlgEditor()->SetDialogModelChanged(sal_True); in NbcMove()
1045 GetDlgEdForm()->GetDlgEditor()->SetDialogModelChanged(sal_True); in NbcResize()
1096 …Reference< util::XNumberFormatsSupplier > xSupplier = GetDlgEdForm()->GetDlgEditor()->GetNumberFor… in SetDefaults()
1133 pEditor = ((DlgEdForm*)this)->GetDlgEditor(); in SetDefaults()
1135 pEditor = GetDlgEdForm()->GetDlgEditor(); in SetDefaults()
1144 pDlgEdForm->GetDlgEditor()->SetDialogModelChanged( sal_True ); in SetDefaults()
[all …]
H A Ddlgedpage.cxx74 DlgEditor* pDlgEditor = pDlgEdForm->GetDlgEditor(); in SetObjectOrdNum()
H A Ddlged.cxx600 pDlgEdForm->GetDlgEditor()->SetDialogModelChanged(sal_True); in IMPL_LINK()
/AOO41X/main/basctl/source/inc/
H A Ddlgedobj.hxx167 virtual DlgEditor* GetDlgEditor() const { return pDlgEditor; } in GetDlgEditor() function in DlgEdForm