Home
last modified time | relevance | path

Searched refs:bShowTbl (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx468 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()
[all …]