Lines Matching refs:bNotify
416 bool bNotify( false ); in requestToolbar() local
448 bNotify = ( bMustCallCreate ) ? createToolbar( rResourceURL ) : showToolbar( rResourceURL ); in requestToolbar()
450 return bNotify; in requestToolbar()
455 bool bNotify( false ); in createToolbar() local
458 implts_createToolBar( rResourceURL, bNotify, xUITempElement ); in createToolbar()
459 return bNotify; in createToolbar()
469 bool bNotify( false ); in destroyToolbar() local
517 bNotify = true; in destroyToolbar()
529 bNotify = true; in destroyToolbar()
538 return bNotify; in destroyToolbar()
1190 bool bNotify( false ); in implts_createCustomToolBar() local
1192 implts_createToolBar( aTbxResName, bNotify, xUIElement ); in implts_createCustomToolBar()
1270 void ToolbarLayoutManager::implts_createToolBar( const ::rtl::OUString& aName, bool& bNotify, uno::… in implts_createToolBar() argument
1277 bNotify = false; in implts_createToolBar()
1348 bNotify = true; in implts_createToolBar()
3377 bool bNotify( false ); in windowResized() local
3404 bNotify = true; in windowResized()
3408 if ( bNotify ) in windowResized()
3750 bool bNotify = m_bLayoutDirty; in endDocking() local
3753 if ( bNotify ) in endDocking()
4107 bool bNotify = !aUIElement.m_bFloating; in elementReplaced() local
4108 m_bLayoutDirty = bNotify; in elementReplaced()
4112 if ( bNotify && pParentLayouter ) in elementReplaced()