Lines Matching refs:bShowTbl
468 sal_Bool bShowTbl = pButton == &aRbAsTable; in IMPL_LINK() local
473 aLbTxtDbColumn.Show( !bShowTbl ); in IMPL_LINK()
474 aIbDbcolToEdit.Show( !bShowTbl ); in IMPL_LINK()
475 aEdDbText.Show( !bShowTbl ); in IMPL_LINK()
476 aFtDbParaColl.Show( !bShowTbl ); in IMPL_LINK()
477 aLbDbParaColl.Show( !bShowTbl ); in IMPL_LINK()
479 aLbTblDbColumn.Show( bShowTbl ); in IMPL_LINK()
480 aIbDbcolAllTo.Show( bShowTbl ); in IMPL_LINK()
481 aIbDbcolOneTo.Show( bShowTbl ); in IMPL_LINK()
482 aIbDbcolOneFrom.Show( bShowTbl ); in IMPL_LINK()
483 aIbDbcolAllFrom.Show( bShowTbl ); in IMPL_LINK()
484 aFtTableCol.Show( bShowTbl ); in IMPL_LINK()
485 aLbTableCol.Show( bShowTbl ); in IMPL_LINK()
486 aCbTableHeadon.Show( bShowTbl ); in IMPL_LINK()
487 aRbHeadlColnms.Show( bShowTbl ); in IMPL_LINK()
488 aRbHeadlEmpty.Show( bShowTbl ); in IMPL_LINK()
489 aPbTblFormat.Show( bShowTbl ); in IMPL_LINK()
490 aPbTblAutofmt.Show( bShowTbl ); in IMPL_LINK()
492 if( bShowTbl ) in IMPL_LINK()
495 SelectHdl( bShowTbl ? &aLbTblDbColumn : &aLbTxtDbColumn ); in IMPL_LINK()