Searched refs:SwFormatTablePage (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sw/source/ui/table/ |
| H A D | tabledlg.cxx | 126 SwFormatTablePage::SwFormatTablePage( Window* pParent, const SfxItemSet& rSet ) : in SwFormatTablePage() function in SwFormatTablePage 184 void SwFormatTablePage::Init() in Init() 190 Link aLk = LINK( this, SwFormatTablePage, AutoClickHdl ); in Init() 198 aLk = LINK( this, SwFormatTablePage, UpDownLoseFocusHdl ); in Init() 217 aRelWidthCB.SetClickHdl(LINK( this, SwFormatTablePage, RelWidthClickHdl )); in Init() 222 IMPL_LINK( SwFormatTablePage, RelWidthClickHdl, CheckBox *, pBtn ) in IMPL_LINK() argument 260 IMPL_LINK( SwFormatTablePage, AutoClickHdl, CheckBox *, pBox ) in IMPL_LINK() argument 326 IMPL_LINK( SwFormatTablePage, RightModifyHdl, MetricField *, EMPTYARG ) in IMPL_LINK() argument 348 IMPL_LINK_INLINE_START( SwFormatTablePage, UpDownLoseFocusHdl, MetricField *, pEdit ) in IMPL_LINK_INLINE_START() argument 355 IMPL_LINK_INLINE_END( SwFormatTablePage, UpDownLoseFocusHdl, MetricField *, pEdit ) in IMPL_LINK_INLINE_END() argument [all …]
|
| H A D | tablepg.hxx | 49 class SwFormatTablePage : public SfxTabPage class 100 SwFormatTablePage( Window* pParent, const SfxItemSet& rSet );
|