Lines Matching refs:SwInsertDBColAutoPilot

218 SwInsertDBColAutoPilot::SwInsertDBColAutoPilot( SwView& rView,  in SwInsertDBColAutoPilot()  function in SwInsertDBColAutoPilot
408 aRbAsTable.SetClickHdl( LINK(this, SwInsertDBColAutoPilot, PageHdl )); in SwInsertDBColAutoPilot()
409 aRbAsField.SetClickHdl( LINK(this, SwInsertDBColAutoPilot, PageHdl )); in SwInsertDBColAutoPilot()
410 aRbAsText.SetClickHdl( LINK(this, SwInsertDBColAutoPilot, PageHdl )); in SwInsertDBColAutoPilot()
412 aRbDbFmtFromDb.SetClickHdl( LINK(this, SwInsertDBColAutoPilot, DBFormatHdl )); in SwInsertDBColAutoPilot()
413 aRbDbFmtFromUsr.SetClickHdl( LINK(this, SwInsertDBColAutoPilot, DBFormatHdl )); in SwInsertDBColAutoPilot()
415 aPbTblFormat.SetClickHdl(LINK(this, SwInsertDBColAutoPilot, TblFmtHdl )); in SwInsertDBColAutoPilot()
416 aPbTblAutofmt.SetClickHdl(LINK(this, SwInsertDBColAutoPilot, AutoFmtHdl )); in SwInsertDBColAutoPilot()
418 aIbDbcolAllTo.SetClickHdl( LINK(this, SwInsertDBColAutoPilot, TblToFromHdl )); in SwInsertDBColAutoPilot()
419 aIbDbcolOneTo.SetClickHdl( LINK(this, SwInsertDBColAutoPilot, TblToFromHdl )); in SwInsertDBColAutoPilot()
420 aIbDbcolOneFrom.SetClickHdl( LINK(this, SwInsertDBColAutoPilot, TblToFromHdl )); in SwInsertDBColAutoPilot()
421 aIbDbcolAllFrom.SetClickHdl( LINK(this, SwInsertDBColAutoPilot, TblToFromHdl )); in SwInsertDBColAutoPilot()
422 aIbDbcolToEdit.SetClickHdl( LINK(this, SwInsertDBColAutoPilot, TblToFromHdl )); in SwInsertDBColAutoPilot()
424 aCbTableHeadon.SetClickHdl( LINK(this, SwInsertDBColAutoPilot, HeaderHdl )); in SwInsertDBColAutoPilot()
425 aRbHeadlColnms.SetClickHdl( LINK(this, SwInsertDBColAutoPilot, HeaderHdl )); in SwInsertDBColAutoPilot()
426 aRbHeadlEmpty.SetClickHdl( LINK(this, SwInsertDBColAutoPilot, HeaderHdl )); in SwInsertDBColAutoPilot()
428 aLbTxtDbColumn.SetSelectHdl( LINK( this, SwInsertDBColAutoPilot, SelectHdl )); in SwInsertDBColAutoPilot()
429 aLbTblDbColumn.SetSelectHdl( LINK( this, SwInsertDBColAutoPilot, SelectHdl )); in SwInsertDBColAutoPilot()
430 aLbDbFmtFromUsr.SetSelectHdl( LINK( this, SwInsertDBColAutoPilot, SelectHdl )); in SwInsertDBColAutoPilot()
431 aLbTableCol.SetSelectHdl( LINK( this, SwInsertDBColAutoPilot, SelectHdl )); in SwInsertDBColAutoPilot()
433 aLbTxtDbColumn.SetDoubleClickHdl( LINK( this, SwInsertDBColAutoPilot, DblClickHdl )); in SwInsertDBColAutoPilot()
434 aLbTblDbColumn.SetDoubleClickHdl( LINK( this, SwInsertDBColAutoPilot, DblClickHdl )); in SwInsertDBColAutoPilot()
435 aLbTableCol.SetDoubleClickHdl( LINK( this, SwInsertDBColAutoPilot, DblClickHdl )); in SwInsertDBColAutoPilot()
455 SwInsertDBColAutoPilot::~SwInsertDBColAutoPilot() in ~SwInsertDBColAutoPilot()
466 IMPL_LINK( SwInsertDBColAutoPilot, PageHdl, Button*, pButton ) in IMPL_LINK() argument
502 IMPL_LINK( SwInsertDBColAutoPilot, DBFormatHdl, Button*, pButton ) in IMPL_LINK() argument
523 IMPL_LINK( SwInsertDBColAutoPilot, TblToFromHdl, Button*, pButton ) in IMPL_LINK() argument
672 IMPL_LINK( SwInsertDBColAutoPilot, DblClickHdl, ListBox*, pBox ) in IMPL_LINK() argument
690 IMPL_LINK( SwInsertDBColAutoPilot, TblFmtHdl, PushButton*, pButton ) in IMPL_LINK() argument
811 IMPL_LINK( SwInsertDBColAutoPilot, AutoFmtHdl, PushButton*, pButton ) in IMPL_LINK() argument
826 IMPL_LINK( SwInsertDBColAutoPilot, SelectHdl, ListBox*, pBox ) in IMPL_LINK() argument
890 IMPL_LINK( SwInsertDBColAutoPilot, HeaderHdl, Button*, pButton ) in IMPL_LINK() argument
928 sal_Bool SwInsertDBColAutoPilot::SplitTextToColArr( const String& rTxt, in SplitTextToColArr()
1006 void SwInsertDBColAutoPilot::DataToDoc( const Sequence<Any>& rSelection, in DataToDoc()
1486 void SwInsertDBColAutoPilot::SetTabSet() in SetTabSet()
1624 void SwInsertDBColAutoPilot::Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& ) {} in Notify()
1626 void SwInsertDBColAutoPilot::Commit() in Commit()
1762 void SwInsertDBColAutoPilot::Load() in Load()