/aoo41x/main/basctl/source/basicide/ |
H A D | scriptdocument.cxx | 661 if ( _eType == E_DIALOGS ) in renameModuleOrDialog() 690 else if ( _eType == E_SCRIPTS ) in renameModuleOrDialog() 1106 (void)_eType; in ScriptDocument() 1281 return m_pImpl->getLibraryContainer( _eType ); in getLibraryContainer() 1294 return m_pImpl->hasLibrary( _eType, _rLibName ); in hasLibrary() 1300 return m_pImpl->getOrCreateLibrary( _eType, _rLibName ); in getOrCreateLibrary() 1306 m_pImpl->loadLibraryIfExists( _eType, _rLibrary ); in loadLibraryIfExists() 1316 if ( hasLibrary( _eType, _rLibName ) ) in getObjectNames() 1339 ::rtl::OUString aBaseName = _eType == E_SCRIPTS in createObjectName() 1557 switch ( _eType ) in getTitle() [all …]
|
/aoo41x/main/dbaccess/source/ext/macromigration/ |
H A D | migrationerror.hxx | 80 :eType( _eType ) in MigrationError() 85 const MigrationErrorType _eType, in MigrationError() 87 :eType( _eType ) in MigrationError() 93 const MigrationErrorType _eType, in MigrationError() 95 :eType( _eType ) in MigrationError() 101 const MigrationErrorType _eType, in MigrationError() 104 :eType( _eType ) in MigrationError() 114 :eType( _eType ) in MigrationError() 124 :eType( _eType ) in MigrationError() 136 :eType( _eType ) in MigrationError() [all …]
|
H A D | migrationengine.cxx | 168 const SubDocumentType _eType, const size_t _nNumber ) in SubDocument() 172 ,eType( _eType ) in SubDocument() 203 switch ( _eType ) in lcl_getScriptsSubStorageName() 621 bool hasScripts( const ScriptType _eType ) const; 625 getScriptsRoot( const ScriptType _eType ) const; 638 void removeScriptTypeStorage( const ScriptType _eType ) const; 721 bool ScriptsStorage::hasScripts( const ScriptType _eType ) const in hasScripts() 733 SharedStorage ScriptsStorage::getScriptsRoot( const ScriptType _eType ) const in getScriptsRoot() 739 lcl_getScriptsSubStorageName( _eType ), ElementModes::READWRITE in getScriptsRoot() 762 void ScriptsStorage::removeScriptTypeStorage( const ScriptType _eType ) const in removeScriptTypeStorage() [all …]
|
H A D | migrationlog.cxx | 68 …LibraryEntry( const ScriptType& _eType, const ::rtl::OUString& _rOldName, const ::rtl::OUString& _… in LibraryEntry() 69 :eType( _eType ) in LibraryEntry() 92 DocumentEntry( const SubDocumentType _eType, const ::rtl::OUString& _rName ) in DocumentEntry() 93 :eType( _eType ) in DocumentEntry() 159 …DocumentID MigrationLog::startedDocument( const SubDocumentType _eType, const ::rtl::OUString& _rN… in startedDocument() argument 168 bAlreadyKnown = ( doc->second.eType == _eType ) && ( doc->second.sName == _rName ); in startedDocument() 177 m_pData->aDocumentLogs[ nID ] = DocumentEntry( _eType, _rName ); in startedDocument()
|
/aoo41x/main/extensions/source/abpilot/ |
H A D | abspilot.hxx | 71 void typeSelectionChanged( AddressSourceType _eType ); 99 inline sal_Bool needAdminInvokationPage( AddressSourceType _eType ) const in needAdminInvokationPage() 101 return ( ( AST_LDAP == _eType ) in needAdminInvokationPage() 102 || ( AST_OTHER == _eType ) in needAdminInvokationPage() 111 inline sal_Bool needManualFieldMapping( AddressSourceType _eType ) const in needManualFieldMapping() 113 return ( AST_OTHER == _eType ) || ( AST_KAB == _eType ) || in needManualFieldMapping() 114 ( AST_EVOLUTION == _eType ) || ( AST_EVOLUTION_GROUPWISE == _eType ) || in needManualFieldMapping() 115 ( AST_EVOLUTION_LDAP == _eType ); in needManualFieldMapping() 124 inline bool needTableSelection( AddressSourceType _eType ) const in needTableSelection() 126 return ( AST_LDAP != _eType ) && ( AST_KAB != _eType ); in needTableSelection() [all …]
|
H A D | abspilot.cxx | 442 void OAddessBookSourcePilot::impl_updateRoadmap( AddressSourceType _eType ) in impl_updateRoadmap() argument 444 bool bSettingsPage = needAdminInvokationPage( _eType ); in impl_updateRoadmap() 445 bool bTablesPage = needTableSelection( _eType ); in impl_updateRoadmap() 446 bool bFieldsPage = needManualFieldMapping( _eType ); in impl_updateRoadmap() 471 void OAddessBookSourcePilot::typeSelectionChanged( AddressSourceType _eType ) in typeSelectionChanged() argument 474 bool bSettingsPage = needAdminInvokationPage( _eType ); in typeSelectionChanged() 475 bool bFieldsPage = needManualFieldMapping( _eType ); in typeSelectionChanged() 490 impl_updateRoadmap( _eType ); in typeSelectionChanged()
|
/aoo41x/main/svl/source/items/ |
H A D | ctypeitm.cxx | 50 _eType( CONTENT_TYPE_NOT_INIT ) in CntContentTypeItem() 57 _eType( CONTENT_TYPE_NOT_INIT ) in CntContentTypeItem() 65 _eType( eType ) in CntContentTypeItem() 72 _eType( rOrig._eType ), in CntContentTypeItem() 125 if ( ( _eType != CONTENT_TYPE_NOT_INIT ) && in operator ==() 126 ( rOther._eType != CONTENT_TYPE_NOT_INIT ) ) in operator ==() 127 return _eType == rOther._eType; in operator ==() 143 _eType = CONTENT_TYPE_NOT_INIT; in SetValue() 198 if ( _eType == CONTENT_TYPE_NOT_INIT ) in GetEnumValue() 207 return _eType; in GetEnumValue() [all …]
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppDetailPageHelper.cxx | 465 DBTreeListBox* pList = ( _eType < E_ELEMENT_TYPE_COUNT ) ? m_pLists[ _eType ] : NULL; in describeCurrentSelectionForType() 477 switch ( _eType ) in describeCurrentSelectionForType() 734 switch(_eType ) in getElementIcons() 756 switch( _eType ) in createPage() 778 if ( !m_pLists[_eType] ) in createPage() 783 if ( m_pLists[_eType] ) in createPage() 791 setDetailPage(m_pLists[_eType]); in createPage() 840 DBTreeListBox* pList = m_pLists[ _eType ]; in fillNames() 942 switch( _eType ) in elementReplaced() 971 if( _eType == E_TABLE && pTreeView ) in elementAdded() [all …]
|
H A D | AppControllerDnD.cxx | 325 Reference< XNameContainer > xNames( getElements( _eType ), UNO_QUERY ); in deleteObjects() 375 …&& ( ( _eType == E_QUERY ) ? m_pSubComponentManager->closeSubFrames( *aThisRound, _eType ) : tr… in deleteObjects() 534 Reference< XNameAccess > OApplicationController::getElements( ElementType _eType ) in getElements() argument 539 switch ( _eType ) in getElements() 594 …auto_ptr< OLinkedDocumentsAccess > OApplicationController::getDocumentsAccess( ElementType _eType ) in getDocumentsAccess() argument 596 …OSL_ENSURE( ( _eType == E_TABLE ) || ( _eType == E_QUERY ) || ( _eType == E_FORM ) || ( _eType == … in getDocumentsAccess() 602 if ( ( _eType == E_FORM ) | ( _eType == E_REPORT ) ) in getDocumentsAccess() 604 xDocContainer.set( getElements( _eType ) ); in getDocumentsAccess() 684 if ( _eType == E_QUERY ) in paste() 854 …return insertHierachyElement(_eType,_sParentFolder,Reference<XNameAccess>(xContent,UNO_QUERY).is()… in paste() [all …]
|
H A D | AppDetailView.cxx | 717 impl_createPage( _eType, NULL, _xContainer ); in createPage() 727 const TaskPaneData& rData = impl_getTaskPaneData( _eType ); in impl_createPage() 739 if ( _eType == E_TABLE ) in impl_createPage() 753 …OSL_ENSURE( ( _eType >= 0 ) && ( _eType < E_ELEMENT_TYPE_COUNT ), "OApplicationDetailView::impl_ge… in impl_getTaskPaneData() 754 TaskPaneData& rData = m_aTaskPaneData[ _eType ]; in impl_getTaskPaneData() 758 impl_fillTaskPaneData( _eType, rData ); in impl_getTaskPaneData() 769 switch ( _eType ) in impl_fillTaskPaneData() 952 return m_pControlHelper->elementAdded(_eType,_rName, _rObject ); in elementAdded() 958 m_pControlHelper->elementRemoved(_eType,_rName ); in elementRemoved() 961 void OApplicationDetailView::elementReplaced(ElementType _eType in elementReplaced() argument [all …]
|
H A D | AppController.cxx | 1675 switch(_eType) in lcl_getToolBarResource() 1703 if ( m_eCurrentType != _eType && _eType != E_NONE ) in onContainerSelect() 1707 if ( _eType == E_TABLE ) in onContainerSelect() 1765 m_eCurrentType = _eType; in onContainerSelect() 1839 switch ( _eType ) in openElementWithArguments() 1883 if ( _eType == E_TABLE ) in openElementWithArguments() 1954 switch ( _eType ) in newElementWithPilot() 1964 if ( E_REPORT == _eType ) in newElementWithPilot() 2001 switch ( _eType ) in newElement() 2026 else if ( _eType == E_QUERY ) in newElement() [all …]
|
H A D | AppSwapWindow.cxx | 175 bool OApplicationSwapWindow::onContainerSelected( ElementType _eType ) in onContainerSelected() argument 177 if ( m_eLastType == _eType ) in onContainerSelected() 180 if ( m_rBorderWin.getView()->getAppController().onContainerSelect( _eType ) ) in onContainerSelected() 182 if ( _eType != E_NONE ) in onContainerSelected() 183 m_eLastType = _eType; in onContainerSelected() 212 void OApplicationSwapWindow::selectContainer(ElementType _eType) in selectContainer() argument 219 if ( pEntry && *static_cast<ElementType*>(pEntry->GetUserData()) == _eType ) in selectContainer() 227 onContainerSelected( _eType ); in selectContainer()
|
H A D | AppController.hxx | 175 ElementType _eType, 184 ElementType _eType, 198 ElementType _eType, 210 void newElementWithPilot( ElementType _eType ); 241 void deleteObjects( ElementType _eType, 262 ::std::auto_ptr<OLinkedDocumentsAccess> getDocumentsAccess(ElementType _eType); 299 void getSupportedFormats(ElementType _eType,::std::vector<SotFormatStringId>& _rFormatIds) const; 353 sal_Bool insertHierachyElement( ElementType _eType 366 sal_Bool isRenameDeleteAllowed(ElementType _eType,sal_Bool _bDelete) const; 383 void showPreviewFor( const ElementType _eType,const ::rtl::OUString& _sName ); [all …]
|
H A D | AppDetailView.hxx | 210 …void createPage(ElementType _eType,const ::com::sun::star::uno::Reference< ::com::sun::star::conta… 303 const ElementType _eType, 351 void elementRemoved(ElementType _eType 391 ElementType _eType, 396 const TaskPaneData& impl_getTaskPaneData( ElementType _eType ); 397 void impl_fillTaskPaneData( ElementType _eType, TaskPaneData& _rData ) const;
|
/aoo41x/main/xmloff/source/forms/ |
H A D | elementimport.cxx | 688 ,m_eElementType(_eType) in OControlImport() 1145 OControlElement::ElementType _eType ) in OImagePositionImport() argument 1311 OControlElement::ElementType _eType) in OURLReferenceImport() argument 1356 OControlElement::ElementType _eType) in OButtonImport() argument 1414 OControlElement::ElementType _eType) in OTextLikeImport() argument 1605 OControlElement::ElementType _eType) in OListAndComboImport() argument 1953 OControlElement::ElementType _eType) in implCreateChildContext() argument 1965 switch (_eType) in implCreateChildContext() 1990 OControlElement::ElementType _eType) in OGridImport() argument 1993 setElementType(_eType); in OGridImport() [all …]
|
H A D | elementimport.hxx | 235 OControlElement::ElementType _eType 251 void setElementType(OControlElement::ElementType _eType) { m_eElementType = _eType; } in setElementType() argument 306 OControlElement::ElementType _eType 333 OControlElement::ElementType _eType 355 OControlElement::ElementType _eType 373 OControlElement::ElementType _eType 395 OControlElement::ElementType _eType 417 OControlElement::ElementType _eType 441 OControlElement::ElementType _eType 472 OControlElement::ElementType _eType [all …]
|
H A D | valueproperties.cxx | 42 OControlElement::ElementType _eType, sal_Int16 _nFormComponentType, in getValuePropertyNames() argument 50 if (OControlElement::FORMATTED_TEXT == _eType) in getValuePropertyNames() 57 if (OControlElement::PASSWORD != _eType) in getValuePropertyNames() 141 OControlElement::ElementType _eType, sal_Int16 _nFormComponentType, in getRuntimeValuePropertyNames() argument 149 if (OControlElement::FORMATTED_TEXT == _eType) in getRuntimeValuePropertyNames() 180 …getValuePropertyNames( _eType, _nFormComponentType, _rpValuePropertyName, _rpDefaultValuePropertyN… in getRuntimeValuePropertyNames()
|
/aoo41x/main/basctl/source/inc/ |
H A D | scriptdocument.hxx | 103 explicit ScriptDocument( SpecialDocument _eType ); 237 getLibraryContainer( LibraryContainerType _eType ) const; 241 … bool hasLibrary( LibraryContainerType _eType, const ::rtl::OUString& _rLibName ) const; 256 …getLibrary( LibraryContainerType _eType, const ::rtl::OUString& _rLibName, bool _bLoadLibrary ) co… 265 … getOrCreateLibrary( LibraryContainerType _eType, const ::rtl::OUString& _rLibName ) const; 270 … getObjectNames( LibraryContainerType _eType, const ::rtl::OUString& _rLibName ) const; 275 … createObjectName( LibraryContainerType _eType, const ::rtl::OUString& _rLibName ) const; 279 … void loadLibraryIfExists( LibraryContainerType _eType, const ::rtl::OUString& _rLibrary ); 485 … getTitle( LibraryLocation _eLocation, LibraryType _eType = LIBRARY_TYPE_ALL ) const;
|
/aoo41x/main/cui/source/dialogs/ |
H A D | commonlingui.hxx | 104 PushButton* implGetButton( ButtonType _eType ) const; 113 void SetButtonHandler( ButtonType _eType, const Link& _rHandler ); 114 void EnableButton( ButtonType _eType, sal_Bool _bEnable ); 116 inline PushButton* GetButton( ButtonType _eType ) { return implGetButton( _eType ); } in GetButton() argument 117 inline const PushButton* GetButton( ButtonType _eType ) const { return implGetButton( _eType ); } in GetButton()
|
H A D | commonlingui.cxx | 114 PushButton* SvxCommonLinguisticControl::implGetButton( ButtonType _eType ) const in implGetButton() 117 switch ( _eType ) in implGetButton() 130 void SvxCommonLinguisticControl::SetButtonHandler( ButtonType _eType, const Link& _rHandler ) in SetButtonHandler() argument 132 Button* pButton = GetButton( _eType ); in SetButtonHandler() 138 void SvxCommonLinguisticControl::EnableButton( ButtonType _eType, sal_Bool _bEnable ) in EnableButton() argument 140 Button* pButton = GetButton( _eType ); in EnableButton()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | sqlmessage.cxx | 181 … ::boost::shared_ptr< IImageProvider > getImageProvider( SQLExceptionInfo::TYPE _eType ) const in getImageProvider() 187 switch ( _eType ) in getImageProvider() 210 …::boost::shared_ptr< ILabelProvider > getLabelProvider( SQLExceptionInfo::TYPE _eType, bool _bSu… in getLabelProvider() argument 215 switch ( _eType ) in getLabelProvider() 253 … ExceptionDisplayInfo( SQLExceptionInfo::TYPE _eType ) : eType( _eType ), bSubEntry( false ) { } in ExceptionDisplayInfo() 513 void lcl_addButton( ButtonDialog& _rDialog, StandardButtonType _eType, bool _bDefault ) in lcl_addButton() argument 516 switch ( _eType ) in lcl_addButton() 528 …_rDialog.AddButton( _eType, nButtonID, _bDefault ? BUTTONDIALOG_DEFBUTTON | BUTTONDIALOG_FOCUSBUTT… in lcl_addButton() 776 …tring& _rTitle, const UniString& _rMessage, WinBits _nStyle, MessageType _eType, const ::dbtools::… in OSQLMessageBox() argument 790 Construct( _nStyle, _eType ); in OSQLMessageBox()
|
/aoo41x/main/svtools/source/inc/ |
H A D | svimpbox.hxx | 317 inline Image& implGetImageLocation( const ImageType _eType, BmpColorMode _eMode ); 318 …inline Image& implGetImageLocationWithFallback( const ImageType _eType, BmpColorMode _eMode ) con… 373 inline Image& SvImpLBox::implGetImageLocation( const ImageType _eType, BmpColorMode _eMode ) in implGetImageLocation() argument 377 DBG_ASSERT( ( _eType >= 0 ) && ( _eType < IT_IMAGE_COUNT ), in implGetImageLocation() 381 return *( _pSet + (sal_Int32)_eType ); in implGetImageLocation() 384 inline Image& SvImpLBox::implGetImageLocationWithFallback( const ImageType _eType, BmpColorMode _eM… in implGetImageLocationWithFallback() argument 386 Image& rImage = const_cast< SvImpLBox* >( this )->implGetImageLocation( _eType, _eMode ); in implGetImageLocationWithFallback() 389 rImage = const_cast< SvImpLBox* >( this )->implGetImageLocation( _eType, BMP_COLOR_NORMAL ); in implGetImageLocationWithFallback()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | ModelImpl.cxx | 568 ::rtl::OUString lcl_getContainerStorageName_throw( ODatabaseModelImpl::ObjectType _eType ) in lcl_getContainerStorageName_throw() argument 571 switch ( _eType ) in lcl_getContainerStorageName_throw() 617 const OContentHelper_Impl& rContainerData( *_rModel.getObjectContainer( _eType ).get() ); in lcl_hasObjectsWithMacros_nothrow() 622 … Reference< XStorage > xContainerStorage( _rModel.getStorage( _eType, ElementModes::READWRITE ) ); in lcl_hasObjectsWithMacros_nothrow() 1087 Reference< XStorage > ODatabaseModelImpl::getStorage( const ObjectType _eType, const sal_Int32 _nDe… in getStorage() argument 1173 TContentPtr& ODatabaseModelImpl::getObjectContainer( ObjectType _eType ) in getObjectContainer() argument 1175 …OSL_PRECOND( _eType >= E_FORM && _eType <= E_TABLE, "ODatabaseModelImpl::getObjectContainer: illeg… in getObjectContainer() 1176 TContentPtr& rContentPtr = m_aContainer[ _eType ]; in getObjectContainer() 1182 rContentPtr->m_aProps.aTitle = lcl_getContainerStorageName_throw( _eType ); in getObjectContainer() 1374 ::rtl::OUString ODatabaseModelImpl::getObjectContainerStorageName( const ObjectType _eType ) in getObjectContainerStorageName() argument [all …]
|
/aoo41x/main/unotools/source/config/ |
H A D | optionsdlg.cxx | 70 void ReadNode( const OUString& _rNode, NodeType _eType ); 139 void SvtOptionsDlgOptions_Impl::ReadNode( const OUString& _rNode, NodeType _eType ) in ReadNode() argument 144 switch ( _eType ) in ReadNode() 169 if ( _eType != NT_Option ) in ReadNode() 178 if ( _eType != NT_Option ) in ReadNode() 187 ReadNode( sSubNodeName, _eType == NT_Group ? NT_Page : NT_Option ); in ReadNode()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | eformshelper.cxx | 619 …FormsHelper::getModelElementUIName( const EFormsHelper::ModelElementType _eType, const Reference< … in getModelElementUIName() argument 631 …::rtl::OUString sElementName = ( _eType == Submission ) ? xHelper->getSubmissionName( _rxElement, … in getModelElementUIName() 645 …sHelper::getModelElementFromUIName( const EFormsHelper::ModelElementType _eType, const ::rtl::OUSt… in getModelElementFromUIName() argument 647 …const MapStringToPropertySet& rMapUINameToElement( ( _eType == Submission ) ? m_aSubmissionUINames… in getModelElementFromUIName() 655 …void EFormsHelper::getAllElementUINames( const ModelElementType _eType, ::std::vector< ::rtl::OUSt… in getAllElementUINames() argument 657 …MapStringToPropertySet& rMapUINameToElement( ( _eType == Submission ) ? m_aSubmissionUINames : m_a… in getAllElementUINames() 683 …xElements = xElements.query( ( _eType == Submission ) ? xModel->getSubmissions() : xModel->getBind… in getAllElementUINames() 703 …::rtl::OUString sElementName = ( _eType == Submission ) ? xHelper->getSubmissionName( xElement, sa… in getAllElementUINames()
|