Lines Matching refs:SvxStdParagraphTabPage

176 IMPL_LINK( SvxStdParagraphTabPage, ELRLoseFocusHdl, Edit *, EMPTYARG )  in IMPL_LINK()  argument
220 SfxTabPage* SvxStdParagraphTabPage::Create( Window* pParent, in Create()
223 return new SvxStdParagraphTabPage( pParent, rSet ); in Create()
228 sal_Bool SvxStdParagraphTabPage::FillItemSet( SfxItemSet& rOutSet ) in FillItemSet()
429 void SvxStdParagraphTabPage::Reset( const SfxItemSet& rSet ) in Reset()
606 void SvxStdParagraphTabPage::EnableRelativeMode() in EnableRelativeMode()
620 int SvxStdParagraphTabPage::DeactivatePage( SfxItemSet* _pSet ) in DeactivatePage()
631 SvxStdParagraphTabPage::SvxStdParagraphTabPage( Window* pParent, in SvxStdParagraphTabPage() function in SvxStdParagraphTabPage
684 void SvxStdParagraphTabPage::EnableNegativeMode() in EnableNegativeMode()
695 sal_uInt16* SvxStdParagraphTabPage::GetRanges() in GetRanges()
702 void SvxStdParagraphTabPage::SetLineSpacing_Impl in SetLineSpacing_Impl()
773 IMPL_LINK( SvxStdParagraphTabPage, LineDistHdl_Impl, ListBox *, pBox ) in IMPL_LINK() argument
853 IMPL_LINK_INLINE_START( SvxStdParagraphTabPage, ModifyHdl_Impl, SvxRelativeField *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
858 IMPL_LINK_INLINE_END( SvxStdParagraphTabPage, ModifyHdl_Impl, SvxRelativeField *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
862 void SvxStdParagraphTabPage::Init_Impl() in IMPL_LINK_INLINE_END()
865 LINK( this, SvxStdParagraphTabPage, LineDistHdl_Impl ) ); in IMPL_LINK_INLINE_END()
867 Link aLink = LINK( this, SvxStdParagraphTabPage, ELRLoseFocusHdl ); in IMPL_LINK_INLINE_END()
872 aLink = LINK( this, SvxStdParagraphTabPage, ModifyHdl_Impl ); in IMPL_LINK_INLINE_END()
879 aAutoCB.SetClickHdl( LINK( this, SvxStdParagraphTabPage, AutoHdl_Impl )); in IMPL_LINK_INLINE_END()
893 void SvxStdParagraphTabPage::UpdateExample_Impl( sal_Bool bAll ) in UpdateExample_Impl()
936 void SvxStdParagraphTabPage::EnableRegisterMode() in EnableRegisterMode()
945 IMPL_LINK( SvxStdParagraphTabPage, AutoHdl_Impl, CheckBox*, pBox ) in IMPL_LINK() argument
956 void SvxStdParagraphTabPage::SetPageWidth( sal_uInt16 nPageWidth ) in SetPageWidth()
964 void SvxStdParagraphTabPage::EnableAutoFirstLine() in EnableAutoFirstLine()
972 void SvxStdParagraphTabPage::EnableAbsLineDist(long nMinTwip) in EnableAbsLineDist()
979 void SvxStdParagraphTabPage::PageCreated(SfxAllItemSet aSet) in PageCreated()