summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/querydesign')
-rw-r--r--dbaccess/source/ui/querydesign/JoinTableView.cxx6
-rw-r--r--dbaccess/source/ui/querydesign/LimitBox.cxx2
-rw-r--r--dbaccess/source/ui/querydesign/QueryTableView.cxx2
-rw-r--r--dbaccess/source/ui/querydesign/QueryTextView.cxx2
-rw-r--r--dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx4
-rw-r--r--dbaccess/source/ui/querydesign/TableWindowTitle.cxx2
-rw-r--r--dbaccess/source/ui/querydesign/querydlg.cxx2
7 files changed, 10 insertions, 10 deletions
diff --git a/dbaccess/source/ui/querydesign/JoinTableView.cxx b/dbaccess/source/ui/querydesign/JoinTableView.cxx
index 75db5a29385c..203452c88915 100644
--- a/dbaccess/source/ui/querydesign/JoinTableView.cxx
+++ b/dbaccess/source/ui/querydesign/JoinTableView.cxx
@@ -968,7 +968,7 @@ sal_Bool OJoinTableView::ExistsAConn(const OTableWindow* pFrom) const
void OJoinTableView::ClearAll()
{
- SetUpdateMode(sal_False);
+ SetUpdateMode(false);
HideTabWins();
@@ -1474,7 +1474,7 @@ void OJoinTableView::StateChanged( StateChangedType nType )
void OJoinTableView::HideTabWins()
{
- SetUpdateMode(sal_False);
+ SetUpdateMode(false);
OTableWindowMap* pTabWins = GetTabWinMap();
if ( pTabWins )
@@ -1489,7 +1489,7 @@ void OJoinTableView::HideTabWins()
m_pView->getController().setModified(sal_True);
- SetUpdateMode(sal_True);
+ SetUpdateMode(true);
}
diff --git a/dbaccess/source/ui/querydesign/LimitBox.cxx b/dbaccess/source/ui/querydesign/LimitBox.cxx
index 5f4510dbe5fd..194f029c2d32 100644
--- a/dbaccess/source/ui/querydesign/LimitBox.cxx
+++ b/dbaccess/source/ui/querydesign/LimitBox.cxx
@@ -35,7 +35,7 @@ namespace dbaui
LimitBox::LimitBox( Window* pParent, WinBits nStyle )
: NumericBox( pParent, nStyle )
{
- SetShowTrailingZeros( sal_False );
+ SetShowTrailingZeros( false );
SetDecimalDigits( 0 );
SetMin( -1 );
SetMax( SAL_MAX_INT64 );
diff --git a/dbaccess/source/ui/querydesign/QueryTableView.cxx b/dbaccess/source/ui/querydesign/QueryTableView.cxx
index f50aadb57207..1843379ff6c9 100644
--- a/dbaccess/source/ui/querydesign/QueryTableView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryTableView.cxx
@@ -318,7 +318,7 @@ void OQueryTableView::ClearAll()
{
OJoinTableView::ClearAll();
- SetUpdateMode(sal_True);
+ SetUpdateMode(true);
m_pView->getController().setModified(sal_True);
}
diff --git a/dbaccess/source/ui/querydesign/QueryTextView.cxx b/dbaccess/source/ui/querydesign/QueryTextView.cxx
index a63c6a4cb23d..4ebfebdd6d29 100644
--- a/dbaccess/source/ui/querydesign/QueryTextView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryTextView.cxx
@@ -42,7 +42,7 @@ OQueryTextView::OQueryTextView(OQueryContainerWindow* _pParent)
:Window(_pParent)
{
m_pEdit = new OSqlEdit(this);
- m_pEdit->SetRightToLeft(sal_False);
+ m_pEdit->SetRightToLeft(false);
m_pEdit->ClearModifyFlag();
m_pEdit->SaveValue();
m_pEdit->SetPosPixel( Point( 0, 0 ) );
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
index 54754ad0e28a..4ce398c5c864 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
@@ -131,7 +131,7 @@ OSelectionBrowseBox::OSelectionBrowseBox( Window* pParent )
m_pFunctionCell->SetHelpId(HID_QRYDGN_ROW_FUNCTION);
// switch off triState of ::com::sun::star::form::CheckBox
- m_pVisibleCell->GetBox().EnableTriState( sal_False );
+ m_pVisibleCell->GetBox().EnableTriState( false );
Font aTitleFont = OutputDevice::GetDefaultFont( DEFAULTFONT_SANS_UNICODE,Window::GetSettings().GetLanguageTag().getLanguageType(),DEFAULTFONT_FLAGS_ONLYONE);
aTitleFont.SetSize(Size(0, 6));
@@ -323,7 +323,7 @@ void OSelectionBrowseBox::Init()
// set the header bar
BrowserHeader* pNewHeaderBar = CreateHeaderBar(this);
- pNewHeaderBar->SetMouseTransparent(sal_False);
+ pNewHeaderBar->SetMouseTransparent(false);
SetHeaderBar(pNewHeaderBar);
SetMode(m_nMode);
diff --git a/dbaccess/source/ui/querydesign/TableWindowTitle.cxx b/dbaccess/source/ui/querydesign/TableWindowTitle.cxx
index ae990328e79b..207f2fe484e8 100644
--- a/dbaccess/source/ui/querydesign/TableWindowTitle.cxx
+++ b/dbaccess/source/ui/querydesign/TableWindowTitle.cxx
@@ -49,7 +49,7 @@ OTableWindowTitle::OTableWindowTitle( OTableWindow* pParent ) :
SetTextColor(aSystemStyle.GetButtonTextColor());
Font aFont( GetFont() );
- aFont.SetTransparent( sal_True );
+ aFont.SetTransparent( true );
SetFont( aFont );
}
diff --git a/dbaccess/source/ui/querydesign/querydlg.cxx b/dbaccess/source/ui/querydesign/querydlg.cxx
index 0782c3a4938f..085450e73d90 100644
--- a/dbaccess/source/ui/querydesign/querydlg.cxx
+++ b/dbaccess/source/ui/querydesign/querydlg.cxx
@@ -214,7 +214,7 @@ IMPL_LINK( DlgQryJoin, LBChangeHdl, ListBox*, /*pListBox*/ )
m_pConnData->ResetConnLines();
m_pTableControl->lateInit();
- m_pJoinControl->m_aCBNatural.Check(sal_False);
+ m_pJoinControl->m_aCBNatural.Check(false);
m_pTableControl->enableRelation(false);
OUString sEmpty;
m_pConnData->AppendConnLine(sEmpty,sEmpty);