Lines Matching refs:bNotify
412 bool bNotify( false ); in requestToolbar() local
444 bNotify = ( bMustCallCreate ) ? createToolbar( rResourceURL ) : showToolbar( rResourceURL ); in requestToolbar()
446 return bNotify; in requestToolbar()
451 bool bNotify( false ); in createToolbar() local
454 implts_createToolBar( rResourceURL, bNotify, xUITempElement ); in createToolbar()
455 return bNotify; in createToolbar()
465 bool bNotify( false ); in destroyToolbar() local
513 bNotify = true; in destroyToolbar()
525 bNotify = true; in destroyToolbar()
534 return bNotify; in destroyToolbar()
1186 bool bNotify( false ); in implts_createCustomToolBar() local
1188 implts_createToolBar( aTbxResName, bNotify, xUIElement ); in implts_createCustomToolBar()
1266 void ToolbarLayoutManager::implts_createToolBar( const ::rtl::OUString& aName, bool& bNotify, uno::… in implts_createToolBar() argument
1273 bNotify = false; in implts_createToolBar()
1344 bNotify = true; in implts_createToolBar()
3364 bool bNotify( false ); in windowResized() local
3391 bNotify = true; in windowResized()
3395 if ( bNotify ) in windowResized()
3737 bool bNotify = m_bLayoutDirty; in endDocking() local
3740 if ( bNotify ) in endDocking()
4094 bool bNotify = !aUIElement.m_bFloating; in elementReplaced() local
4095 m_bLayoutDirty = bNotify; in elementReplaced()
4099 if ( bNotify && pParentLayouter ) in elementReplaced()