Lines Matching refs:eType

188 			ElementType eType = getContainer()->getElementType();  in pasteFormat()  local
189 if ( eType == E_TABLE ) in pasteFormat()
194 paste( eType, ODataAccessObjectTransferable::extractObjectDescriptor( rClipboard ) ); in pasteFormat()
320 const ElementType eType = getContainer()->getElementType(); in propertyChange() local
321 if ( eType == E_FORM || eType == E_REPORT ) in propertyChange()
340 getContainer()->elementReplaced( eType , sOldName, sNewName ); in propertyChange()
441 ElementType eType( E_NONE ); in lcl_objectType2ElementType() local
444 case DatabaseObject::TABLE: eType = E_TABLE; break; in lcl_objectType2ElementType()
445 case DatabaseObject::QUERY: eType = E_QUERY; break; in lcl_objectType2ElementType()
446 case DatabaseObject::FORM: eType = E_FORM; break; in lcl_objectType2ElementType()
447 case DatabaseObject::REPORT: eType = E_REPORT; break; in lcl_objectType2ElementType()
452 return eType; in lcl_objectType2ElementType()
630 ElementType eType = getContainer()->getElementType(); in askToReconnect() local
635 getContainer()->selectContainer(eType); // reselect the current one again in askToReconnect()
705 ElementType eType = getContainer()->getElementType(); in isRenameDeleteAllowed() local
706 sal_Bool bEnabled = !isDataSourceReadOnly() && eType == _eType; in isRenameDeleteAllowed()
710 if ( E_TABLE == eType ) in isRenameDeleteAllowed()
719 if ( bEnabled && bCompareRes && E_TABLE == eType ) in isRenameDeleteAllowed()
726 …eference< XNameAccess > xContainer = const_cast<OApplicationController*>(this)->getElements(eType); in isRenameDeleteAllowed()
780 ElementType eType = getContainer()->getElementType(); in doAction() local
783 if ( eType == E_REPORT && E_OPEN_FOR_MAIL == _eOpenMode ) in doAction()
797 …Reference< XModel > xModel( openElementWithArguments( *aIter, eType, eOpenMode, _nId,aArguments ),… in doAction()