Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/misc/
H A Dcontrollerframe.cxx231 static void lcl_notifyFocusChange_nothrow( ControllerFrame_Data& _rData, bool _bActive ) in lcl_notifyFocusChange_nothrow() argument
237 …::rtl::OUString sEventName( ::rtl::OUString::createFromAscii( _bActive ? "OnFocus" : "OnUnfocus" )… in lcl_notifyFocusChange_nothrow()
249 static void lcl_updateActive_nothrow( ControllerFrame_Data& _rData, bool _bActive ) in lcl_updateActive_nothrow() argument
251 if ( _rData.m_bActive == _bActive ) in lcl_updateActive_nothrow()
253 _rData.m_bActive = _bActive; in lcl_updateActive_nothrow()
256 lcl_notifyFocusChange_nothrow( _rData, _bActive ); in lcl_updateActive_nothrow()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx545 void OTableWindow::setActive(sal_Bool _bActive) in setActive() argument
547 SetBoldTitle( _bActive ); in setActive()
548 m_bActive = _bActive; in setActive()
549 if (!_bActive && m_pListBox && m_pListBox->GetSelectionCount() != 0) in setActive()
/trunk/main/svtools/source/table/
H A Dgridtablerenderer.cxx265 void GridTableRenderer::PaintColumnHeader( ColPos _nCol, bool _bActive, bool _bSelected, in PaintColumnHeader() argument
325 (void)_bActive; in PaintColumnHeader()
/trunk/main/svtools/inc/svtools/table/
H A Dtablerenderer.hxx111 virtual void PaintColumnHeader( ColPos _nCol, bool _bActive, bool _bSelected,
H A Dgridtablerenderer.hxx87 virtual void PaintColumnHeader( ColPos _nCol, bool _bActive, bool _bSelected,
/trunk/main/dbaccess/source/ui/inc/
H A DTableWindow.hxx146 void setActive(sal_Bool _bActive = sal_True);
/trunk/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx436 void OBrowserListBox::ActivateListBox(sal_Bool _bActive) in ActivateListBox() argument
438 m_bIsActive = _bActive; in ActivateListBox()
H A Dbrowserlistbox.hxx139 void ActivateListBox( sal_Bool _bActive );

Completed in 41 milliseconds