Lines Matching refs:getContainer

168 			getContainer()->elementAdded(E_TABLE,sNewName,makeAny(xView));  in convertToView()
188 ElementType eType = getContainer()->getElementType(); in pasteFormat()
224 DBG_ASSERT( getContainer(), "OApplicationController::Construct: have no view!" ); in openDialog()
225 if ( getContainer() ) in openDialog()
236 if ( getContainer() ) in openDialog()
277 if ( getContainer() && getContainer()->getDetailView() ) in refreshTables()
280 …OSL_ENSURE(getContainer()->getElementType() == E_TABLE,"Only allowed when the tables container is … in refreshTables()
292 getContainer()->getDetailView()->clearPages(sal_False); in refreshTables()
293 getContainer()->getDetailView()->createTablesPage( ensureConnection() ); in refreshTables()
320 const ElementType eType = getContainer()->getElementType(); in propertyChange()
340 getContainer()->elementReplaced( eType , sOldName, sNewName ); in propertyChange()
630 ElementType eType = getContainer()->getElementType(); in askToReconnect()
632 getContainer()->getDetailView()->clearPages(sal_False); in askToReconnect()
633 getContainer()->selectContainer(E_NONE); // invalidate the old selection in askToReconnect()
635 getContainer()->selectContainer(eType); // reselect the current one again in askToReconnect()
705 ElementType eType = getContainer()->getElementType(); in isRenameDeleteAllowed()
711 bEnabled = !isConnectionReadOnly() && getContainer()->isALeafSelected(); in isRenameDeleteAllowed()
715 bCompareRes = getContainer()->getSelectionCount() > 0; in isRenameDeleteAllowed()
718 bCompareRes = getContainer()->getSelectionCount() == 1; in isRenameDeleteAllowed()
752 if ( getContainer() ) in onLoadedMenu()
757 SystemWindow* pSystemWindow = getContainer()->GetSystemWindow(); in onLoadedMenu()
766 getContainer()->createIconAutoMnemonics( aMnemonicGenerator ); in onLoadedMenu()
768 getContainer()->setTaskExternalMnemonics( aMnemonicGenerator ); in onLoadedMenu()
780 ElementType eType = getContainer()->getElementType(); in doAction()