Home
last modified time | relevance | path

Searched refs:isRenameDeleteAllowed (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx766 …aReturn.bEnabled = isRenameDeleteAllowed(getContainer()->getElementType(), _nId == SID_DB_APP_DELE… in GetState()
770 aReturn.bEnabled = isRenameDeleteAllowed(E_TABLE, _nId == SID_DB_APP_TABLE_DELETE); in GetState()
774 aReturn.bEnabled = isRenameDeleteAllowed(E_QUERY, _nId == SID_DB_APP_QUERY_DELETE); in GetState()
778 aReturn.bEnabled = isRenameDeleteAllowed(E_FORM, _nId == SID_DB_APP_FORM_DELETE); in GetState()
782 aReturn.bEnabled = isRenameDeleteAllowed(E_REPORT, _nId == SID_DB_APP_REPORT_DELETE); in GetState()
H A DAppControllerGen.cxx703 sal_Bool OApplicationController::isRenameDeleteAllowed(ElementType _eType,sal_Bool _bDelete) const in isRenameDeleteAllowed() function in dbaui::OApplicationController
H A DAppController.hxx366 sal_Bool isRenameDeleteAllowed(ElementType _eType,sal_Bool _bDelete) const;

Completed in 37 milliseconds