Searched refs:_bActive (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | controllerframe.cxx | 231 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()
|
/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | TableWindow.cxx | 545 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()
|
/aoo42x/main/svtools/source/table/ |
H A D | gridtablerenderer.cxx | 265 void GridTableRenderer::PaintColumnHeader( ColPos _nCol, bool _bActive, bool _bSelected, in PaintColumnHeader() argument 325 (void)_bActive; in PaintColumnHeader()
|
/aoo42x/main/svtools/inc/svtools/table/ |
H A D | tablerenderer.hxx | 111 virtual void PaintColumnHeader( ColPos _nCol, bool _bActive, bool _bSelected,
|
H A D | gridtablerenderer.hxx | 87 virtual void PaintColumnHeader( ColPos _nCol, bool _bActive, bool _bSelected,
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | TableWindow.hxx | 146 void setActive(sal_Bool _bActive = sal_True);
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | browserlistbox.cxx | 436 void OBrowserListBox::ActivateListBox(sal_Bool _bActive) in ActivateListBox() argument 438 m_bIsActive = _bActive; in ActivateListBox()
|
H A D | browserlistbox.hxx | 139 void ActivateListBox( sal_Bool _bActive );
|
Completed in 54 milliseconds