Searched refs:REPORT (Results 1 – 16 of 16) sorted by relevance
/aoo41x/main/dbaccess/source/core/recovery/ |
H A D | subcomponentrecovery.cxx | 108 case REPORT: in lcl_getComponentStorageBaseName() 131 case DatabaseObject::REPORT:return REPORT; in lcl_databaseObjectToSubComponentType() 160 …ENSURE_OR_RETURN( ( i_eType == FORM ) || ( i_eType == REPORT ), "lcl_getSubComponentDef_nothrow: i… in lcl_getSubComponentDef_nothrow() 417 case REPORT: in getComponentsStorageName() 456 case REPORT: in saveToRecoveryStorage() 503 case REPORT: in impl_identifyComponent_throw() 565 … ENSURE_OR_THROW( ( m_eType == FORM ) || ( m_eType == REPORT ), "illegal sub component type" ); in impl_saveSubDocument_throw() 685 case REPORT: in recoverFromStorage()
|
H A D | subcomponents.hxx | 51 REPORT = DatabaseObject::REPORT, enumerator
|
H A D | dbdocrecovery.cxx | 357 SubComponentType aKnownTypes[] = { TABLE, QUERY, FORM, REPORT, RELATION_DESIGN }; in recoverSubDocuments()
|
/aoo41x/main/xmerge/source/palmtests/qa-wrapper/bin/ |
H A D | run-convtest | 35 typeset REPORT 138 echo $1 >> $REPORT 267 REPORT="${RESDIR}/report.html" 271 echo "Report file: $REPORT" 517 echo "Report file: $REPORT"
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | imageprovider.cxx | 206 case DatabaseObject::REPORT: in getDefaultImageResourceID() 231 case DatabaseObject::REPORT: in getFolderImage()
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppControllerGen.cxx | 447 case DatabaseObject::REPORT: eType = E_REPORT; break; in lcl_objectType2ElementType() 470 && ( _nObjectType != DatabaseObject::REPORT ) in impl_validateObjectTypeAndName_throw() 492 case DatabaseObject::REPORT: in impl_validateObjectTypeAndName_throw()
|
H A D | AppDetailPageHelper.cxx | 507 aObject.Type = ( _eType == E_FORM ) ? DatabaseObject::FORM : DatabaseObject::REPORT; in describeCurrentSelectionForType() 737 case E_REPORT: nDatabaseObjectType = DatabaseObject::REPORT; break; in getElementIcons() 765 aFolderImage = aImageProvider.getFolderImage( DatabaseObject::REPORT, false ); in createPage() 766 aFolderImageHC = aImageProvider.getFolderImage( DatabaseObject::REPORT, true ); in createPage()
|
H A D | AppController.cxx | 2877 if ( nType < DatabaseObject::TABLE || nType > DatabaseObject::REPORT ) in select() 2922 case DatabaseObject::REPORT: in select()
|
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/ |
H A D | ReportBuilderImplementation.java | 144 DatabaseObject.REPORT, creationArgs.getPropertyValues(), docDefinition); in initialize() 410 return m_documentUI.loadComponent(DatabaseObject.REPORT, i_reportName, false); in loadReport()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | AppElementType.hxx | 38 E_REPORT = ::com::sun::star::sdb::application::DatabaseObject::REPORT,
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | xmlnmspe.hxx | 73 XML_NAMESPACE( REPORT, 33U )
|
/aoo41x/main/offapi/com/sun/star/sdb/application/ |
H A D | DatabaseObject.idl | 63 const long REPORT = 3;
|
H A D | XDatabaseDocumentUI.idl | 280 …or <member>DatabaseObject::REPORT</member>, this will contain the <type scope="com::sun::star::sdb… 304 …or <member>DatabaseObject::REPORT</member>, this will contain the <type scope="com::sun::star::sdb…
|
/aoo41x/main/wizards/com/sun/star/wizards/report/ |
H A D | ReportTextImplementation.java | 591 m_documentUI.loadComponent( DatabaseObject.REPORT, sReportName, _bOpenInDesign ); in createAndOpenReportDocument()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | documentdefinition.cxx | 2082 sal_Int32 nObjectType = m_bForm ? DatabaseObject::FORM : DatabaseObject::REPORT; in impl_openUI_nolck_throw()
|
/aoo41x/main/wizards/util/ |
H A D | hidother.src | 252 // REPORT WIZARD
|
Completed in 90 milliseconds