Searched refs:GetDlgEditor (Results 1 – 4 of 4) sorted by relevance
136 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 …]
74 DlgEditor* pDlgEditor = pDlgEdForm->GetDlgEditor(); in SetObjectOrdNum()
600 pDlgEdForm->GetDlgEditor()->SetDialogModelChanged(sal_True); in IMPL_LINK()
167 virtual DlgEditor* GetDlgEditor() const { return pDlgEditor; } in GetDlgEditor() function in DlgEdForm