Searched refs:E_REPORT (Results 1 – 12 of 12) sorted by relevance
| /AOO42X/main/dbaccess/source/ui/app/ |
| H A D | AppController.cxx | 695 aReturn.bChecked = getContainer()->getElementType() == E_REPORT; in GetState() 738 aReturn.bEnabled = eType == E_REPORT || eType == E_FORM; in GetState() 782 … aReturn.bEnabled = isRenameDeleteAllowed(E_REPORT, _nId == SID_DB_APP_REPORT_DELETE); in GetState() 881 aReturn.bEnabled = (E_REPORT == eType || E_FORM == eType); in GetState() 898 …aReturn.bEnabled = E_REPORT == eType && getContainer()->getSelectionCount() > 0 && getContainer()-… in GetState() 1253 eType = E_REPORT; in Execute() 1405 m_aSelectContainerEvent.Call( reinterpret_cast< void* >( E_REPORT ) ); in Execute() 1573 case E_REPORT: in elementInserted() 1606 case E_REPORT: in elementRemoved() 1650 case E_REPORT: in elementReplaced() [all …]
|
| H A D | AppControllerDnD.cxx | 458 case E_REPORT: in deleteEntries() 459 deleteObjects( E_REPORT, aList, true ); in deleteEntries() 541 case E_REPORT: in getElements() 596 …( ( _eType == E_TABLE ) || ( _eType == E_QUERY ) || ( _eType == E_FORM ) || ( _eType == E_REPORT ), in getDocumentsAccess() 602 if ( ( _eType == E_FORM ) | ( _eType == E_REPORT ) ) in getDocumentsAccess() 650 case E_REPORT: in copyObject()
|
| H A D | AppControllerGen.cxx | 321 if ( eType == E_FORM || eType == E_REPORT ) in propertyChange() 447 case DatabaseObject::REPORT: eType = E_REPORT; break; in lcl_objectType2ElementType() 783 if ( eType == E_REPORT && E_OPEN_FOR_MAIL == _eOpenMode ) in doAction() 842 eRet = E_REPORT; in getElementType()
|
| H A D | AppDetailPageHelper.cxx | 491 case E_REPORT: in describeCurrentSelectionForType() 737 case E_REPORT: nDatabaseObjectType = DatabaseObject::REPORT; break; in getElementIcons() 763 case E_REPORT: in createPage() 828 : ( _eType == E_REPORT ) ? DatabaseObjectContainer::REPORTS_FOLDER : -1; in lcl_getFolderIndicatorForType() 953 case E_REPORT: in elementReplaced() 1035 case E_REPORT: in elementRemoved()
|
| H A D | AppIconControl.cxx | 75 … { RID_STR_REPORTS_CONTAINER, E_REPORT, IMG_REPORTFOLDER_TREE_L,IMG_REPORTFOLDER_TREE_LHC } in DBG_NAME()
|
| H A D | AppDetailView.cxx | 784 case E_REPORT: in impl_fillTaskPaneData()
|
| /AOO42X/main/dbaccess/source/ui/inc/ |
| H A D | AppElementType.hxx | 38 E_REPORT = ::com::sun::star::sdb::application::DatabaseObject::REPORT, enumerator
|
| /AOO42X/main/dbaccess/source/core/dataaccess/ |
| H A D | ModelImpl.cxx | 574 case ODatabaseModelImpl::E_REPORT: pAsciiName = "reports"; break; in lcl_getContainerStorageName_throw() 1431 … || lcl_hasObjectsWithMacros_nothrow( const_cast< ODatabaseModelImpl& >( *this ), E_REPORT ) in determineEmbeddedMacros()
|
| H A D | ModelImpl.hxx | 172 E_REPORT = 1, enumerator
|
| H A D | databasedocument.cxx | 1381 if ( ( _eType != ODatabaseModelImpl::E_FORM ) && ( _eType != ODatabaseModelImpl::E_REPORT ) ) in impl_getDocumentContainer_throw() 1529 return impl_getDocumentContainer_throw( ODatabaseModelImpl::E_REPORT ); in getReportDocuments()
|
| H A D | documentdefinition.cxx | 697 …bjectContainerStorageName( m_bForm ? ODatabaseModelImpl::E_FORM : ODatabaseModelImpl::E_REPORT ) ); in getFastPropertyValue() 2214 …l->m_pDataSource->getStorage( m_bForm ? ODatabaseModelImpl::E_FORM : ODatabaseModelImpl::E_REPORT ) in getContainerStorage()
|
| H A D | documentcontainer.cxx | 769 …Source->getStorage( m_bFormsContainer ? ODatabaseModelImpl::E_FORM : ODatabaseModelImpl::E_REPORT ) in getContainerStorage()
|