Lines Matching refs:SwFldFuncPage

68 SwFldFuncPage::SwFldFuncPage(Window* pParent, const SfxItemSet& rCoreSet ) :  in SwFldFuncPage()  function in SwFldFuncPage
102 aNameED.SetModifyHdl(LINK(this, SwFldFuncPage, ModifyHdl)); in SwFldFuncPage()
117 SwFldFuncPage::~SwFldFuncPage() in ~SwFldFuncPage()
125 void SwFldFuncPage::Reset(const SfxItemSet& ) in Reset()
164 aTypeLB.SetDoubleClickHdl (LINK(this, SwFldFuncPage, InsertHdl)); in Reset()
165 aTypeLB.SetSelectHdl (LINK(this, SwFldFuncPage, TypeHdl)); in Reset()
166 aSelectionLB.SetSelectHdl (LINK(this, SwFldFuncPage, SelectHdl)); in Reset()
167 aSelectionLB.SetDoubleClickHdl (LINK(this, SwFldFuncPage, InsertMacroHdl)); in Reset()
168 aFormatLB.SetDoubleClickHdl (LINK(this, SwFldFuncPage, InsertHdl)); in Reset()
169 aMacroBT.SetClickHdl (LINK(this, SwFldFuncPage, MacroHdl)); in Reset()
170 Link aListModifyLk( LINK(this, SwFldFuncPage, ListModifyHdl)); in Reset()
176 Link aListEnableLk = LINK(this, SwFldFuncPage, ListEnableHdl); in Reset()
216 IMPL_LINK( SwFldFuncPage, TypeHdl, ListBox *, EMPTYARG ) in IMPL_LINK() argument
442 IMPL_LINK( SwFldFuncPage, SelectHdl, ListBox *, EMPTYARG ) in IMPL_LINK() argument
456 IMPL_LINK( SwFldFuncPage, InsertMacroHdl, ListBox *, EMPTYARG ) in IMPL_LINK() argument
466 IMPL_LINK( SwFldFuncPage, ListModifyHdl, Control*, pControl) in IMPL_LINK() argument
515 IMPL_LINK( SwFldFuncPage, ListEnableHdl, void*, EMPTYARG) in IMPL_LINK() argument
534 void SwFldFuncPage::UpdateSubType() in UpdateSubType()
582 IMPL_LINK( SwFldFuncPage, MacroHdl, Button *, pBtn ) in IMPL_LINK() argument
602 sal_Bool SwFldFuncPage::FillItemSet(SfxItemSet& ) in FillItemSet()
674 String SwFldFuncPage::TurnMacroString(const String &rMacro) in TurnMacroString()
703 SfxTabPage* SwFldFuncPage::Create( Window* pParent, in Create()
706 return ( new SwFldFuncPage( pParent, rAttrSet ) ); in Create()
713 sal_uInt16 SwFldFuncPage::GetGroup() in GetGroup()
721 void SwFldFuncPage::FillUserData() in FillUserData()
735 IMPL_LINK( SwFldFuncPage, ModifyHdl, Edit *, EMPTYARG ) in IMPL_LINK() argument