Lines Matching refs:aDlg
319 SwSequenceOptionDialog aDlg( pButton, rView, sFldTypeName ); in IMPL_LINK_INLINE_START() local
320 aDlg.SetApplyBorderAndShadow(bCopyAttributes); in IMPL_LINK_INLINE_START()
321 aDlg.SetCharacterStyle( sCharacterStyle ); in IMPL_LINK_INLINE_START()
322 aDlg.SetOrderNumberingFirst( bOrderNumberingFirst ); in IMPL_LINK_INLINE_START()
323 aDlg.Execute(); in IMPL_LINK_INLINE_START()
324 bCopyAttributes = aDlg.IsApplyBorderAndShadow(); in IMPL_LINK_INLINE_START()
325 sCharacterStyle = aDlg.GetCharacterStyle(); in IMPL_LINK_INLINE_START()
327 if( bOrderNumberingFirst != aDlg.IsOrderNumberingFirst() ) in IMPL_LINK_INLINE_START()
329 bOrderNumberingFirst = aDlg.IsOrderNumberingFirst(); in IMPL_LINK_INLINE_START()
372 SwCaptionOptDlg aDlg( this, aSet ); in IMPL_LINK() local
373 aDlg.Execute(); in IMPL_LINK()