Lines Matching refs:bNotify

1483     bool bNotify( false );  in createElement()  local
1494 bNotify = m_pToolbarManager->createToolbar( aName ); in createElement()
1534 bNotify = sal_True; in createElement()
1547 bNotify = sal_True; in createElement()
1552 bNotify = sal_True; in createElement()
1574 if ( bNotify ) in createElement()
1591 bool bNotify( sal_False ); in destroyElement() local
1604 bNotify = true; in destroyElement()
1613 bNotify = true; in destroyElement()
1620 bNotify = sal_True; in destroyElement()
1625 bNotify = m_pToolbarManager->destroyToolbar( aName ); in destroyElement()
1636 bNotify = false; in destroyElement()
1645 bNotify = true; in destroyElement()
1651 if ( bNotify ) in destroyElement()
1659 bool bNotify( false ); in requestElement() local
1693 bNotify = true; in requestElement()
1704 bNotify = true; in requestElement()
1716 bNotify = pToolbarManager->requestToolbar( rResourceURL ); in requestElement()
1728 if ( bNotify ) in requestElement()
1795 bool bNotify( false ); in showElement() local
1812 bNotify = bResult; in showElement()
1825 bNotify = true; in showElement()
1830 bNotify = bResult = implts_showProgressBar(); in showElement()
1841 bNotify = pToolbarManager->showToolbar( aName ); in showElement()
1865 if ( bNotify ) in showElement()
1877 bool bNotify( false ); in hideElement() local
1903 bNotify = true; in hideElement()
1916 bNotify = sal_True; in hideElement()
1922 bResult = bNotify = implts_hideProgressBar(); in hideElement()
1931 bNotify = pToolbarManager->hideToolbar( aName ); in hideElement()
1947 if ( bNotify ) in hideElement()