Lines Matching refs:aTbxId
1495 rtl::OUString aTbxId( m_aTbxTypeName ); in UpdateObjectBars_Impl() local
1496 aTbxId += GetResourceURLFromResId( aObjBarList[n].nId ); in UpdateObjectBars_Impl()
1497 xLayoutManager->destroyElement( aTbxId ); in UpdateObjectBars_Impl()
1502 rtl::OUString aTbxId( m_aTbxTypeName ); in UpdateObjectBars_Impl() local
1503 aTbxId += GetResourceURLFromResId( aObjBarList[n].nId ); in UpdateObjectBars_Impl()
1504 if ( !IsDockingAllowed() && !xLayoutManager->isElementFloating( aTbxId )) in UpdateObjectBars_Impl()
1505 xLayoutManager->destroyElement( aTbxId ); in UpdateObjectBars_Impl()
1508 xLayoutManager->requestElement( aTbxId ); in UpdateObjectBars_Impl()
1510 xLayoutManager->lockWindow( aTbxId ); in UpdateObjectBars_Impl()
1516 rtl::OUString aTbxId( m_aTbxTypeName ); in UpdateObjectBars_Impl() local
1517 aTbxId += GetResourceURLFromResId( aObjBarList[n].nId ); in UpdateObjectBars_Impl()
1518 xLayoutManager->destroyElement( aTbxId ); in UpdateObjectBars_Impl()