| /AOO41X/main/basctl/source/basicide/ |
| H A D | scriptdocument.cxx | 261 getLibraryContainer( LibraryContainerType _eType ) const; 264 … bool isLibraryShared( const ::rtl::OUString& _rLibName, LibraryContainerType _eType ); 293 …getLibrary( LibraryContainerType _eType, const ::rtl::OUString& _rLibName, bool _bLoadLibrary ) co… 295 … bool hasLibrary( LibraryContainerType _eType, const ::rtl::OUString& _rLibName ) const; 297 … getOrCreateLibrary( LibraryContainerType _eType, const ::rtl::OUString& _rLibName ) const; 299 … void loadLibraryIfExists( LibraryContainerType _eType, const ::rtl::OUString& _rLibrary ); 301 …bool removeModuleOrDialog( LibraryContainerType _eType, const ::rtl::OUString& _rLibName, c… 302 …bool hasModuleOrDialog( LibraryContainerType _eType, const ::rtl::OUString& _rLibName, cons… 303 …bool getModuleOrDialog( LibraryContainerType _eType, const ::rtl::OUString& _rLibName, cons… 304 …bool renameModuleOrDialog( LibraryContainerType _eType, const ::rtl::OUString& _rLibName, c… [all …]
|
| /AOO41X/main/dbaccess/source/ext/macromigration/ |
| H A D | migrationerror.hxx | 79 const MigrationErrorType _eType ) in MigrationError() 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() 111 const MigrationErrorType _eType, in MigrationError() 114 :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() 196 static const ::rtl::OUString& lcl_getScriptsSubStorageName( const ScriptType _eType ) in lcl_getScriptsSubStorageName() argument 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() 727 const ::rtl::OUString& rSubStorageName( lcl_getScriptsSubStorageName( _eType ) ); in hasScripts() 733 SharedStorage ScriptsStorage::getScriptsRoot( const ScriptType _eType ) const in getScriptsRoot() [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() 204 pVarThis->_eType = INetContentTypes::GetContentType( GetValue() ); in GetEnumValue() [all …]
|
| /AOO41X/main/dbaccess/source/ui/app/ |
| H A D | AppDetailPageHelper.cxx | 462 void OAppDetailPageHelper::describeCurrentSelectionForType( const ElementType _eType, Sequence< Nam… in describeCurrentSelectionForType() argument 464 …OSL_ENSURE( _eType < E_ELEMENT_TYPE_COUNT, "OAppDetailPageHelper::describeCurrentSelectionForType:… in describeCurrentSelectionForType() 465 DBTreeListBox* pList = ( _eType < E_ELEMENT_TYPE_COUNT ) ? m_pLists[ _eType ] : NULL; in describeCurrentSelectionForType() 477 switch ( _eType ) in describeCurrentSelectionForType() 507 aObject.Type = ( _eType == E_FORM ) ? DatabaseObject::FORM : DatabaseObject::REPORT; in describeCurrentSelectionForType() 509 …aObject.Type = ( _eType == E_FORM ) ? DatabaseObjectContainer::FORMS_FOLDER : DatabaseObjectContai… in describeCurrentSelectionForType() 728 void OAppDetailPageHelper::getElementIcons( ElementType _eType, sal_uInt16& _rImageId, sal_uInt16& … in getElementIcons() argument 734 switch(_eType ) in getElementIcons() 748 void OAppDetailPageHelper::createPage(ElementType _eType,const Reference< XNameAccess >& _xContaine… in createPage() argument 750 OSL_ENSURE(E_TABLE != _eType,"E_TABLE isn't allowed."); in createPage() [all …]
|
| H A D | AppControllerDnD.cxx | 323 void OApplicationController::deleteObjects( ElementType _eType, const ::std::vector< ::rtl::OUStrin… in deleteObjects() argument 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() 680 sal_Bool OApplicationController::paste( ElementType _eType,const ::svx::ODataAccessDescriptor& _rPa… in paste() argument [all …]
|
| H A D | AppDetailView.cxx | 715 void OApplicationDetailView::createPage( ElementType _eType,const Reference< XNameAccess >& _xConta… in createPage() argument 717 impl_createPage( _eType, NULL, _xContainer ); in createPage() 721 void OApplicationDetailView::impl_createPage( ElementType _eType, const Reference< XConnection >& _… in impl_createPage() argument 727 const TaskPaneData& rData = impl_getTaskPaneData( _eType ); in impl_createPage() 739 if ( _eType == E_TABLE ) in impl_createPage() 742 m_pControlHelper->createPage( _eType, _rxNonTableElements ); in impl_createPage() 749 const TaskPaneData& OApplicationDetailView::impl_getTaskPaneData( ElementType _eType ) in impl_getTaskPaneData() argument 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() [all …]
|
| H A D | AppController.cxx | 1672 ::rtl::OUString lcl_getToolBarResource(ElementType _eType) in lcl_getToolBarResource() argument 1675 switch(_eType) in lcl_getToolBarResource() 1699 sal_Bool OApplicationController::onContainerSelect(ElementType _eType) in onContainerSelect() argument 1703 if ( m_eCurrentType != _eType && _eType != E_NONE ) in onContainerSelect() 1707 if ( _eType == E_TABLE ) in onContainerSelect() 1732 ::rtl::OUString sToolbar = lcl_getToolBarResource(_eType); in onContainerSelect() 1746 if ( _eType != E_TABLE && getContainer()->getDetailView() ) in onContainerSelect() 1748 Reference< XNameAccess > xContainer = getElements(_eType); in onContainerSelect() 1750 getContainer()->getDetailView()->createPage(_eType,xContainer); in onContainerSelect() 1753 SelectionByElementType::iterator pendingSelection = m_aPendingSelection.find( _eType ); in onContainerSelect() [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, 255 …::star::uno::Reference< ::com::sun::star::container::XNameAccess > getElements(ElementType _eType); 262 ::std::auto_ptr<OLinkedDocumentsAccess> getDocumentsAccess(ElementType _eType); 285 …sal_Bool paste( ElementType _eType,const ::svx::ODataAccessDescriptor& _rPasteData ,const String& … 299 … void getSupportedFormats(ElementType _eType,::std::vector<SotFormatStringId>& _rFormatIds) const; 353 sal_Bool insertHierachyElement( ElementType _eType [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 | 686 … const Reference< XNameContainer >& _rxParentContainer, OControlElement::ElementType _eType) in OControlImport() argument 688 ,m_eElementType(_eType) in OControlImport() 1145 OControlElement::ElementType _eType ) in OImagePositionImport() argument 1146 :OControlImport( _rImport, _rEventManager, _nPrefix, _rName, _rxParentContainer, _eType ) in OImagePositionImport() 1241 … const Reference< XNameContainer >& _rxParentContainer, OControlElement::ElementType _eType) in OPasswordImport() argument 1242 :OControlImport(_rImport, _rEventManager, _nPrefix, _rName, _rxParentContainer, _eType) in OPasswordImport() 1272 … const Reference< XNameContainer >& _rxParentContainer, OControlElement::ElementType _eType) in ORadioImport() argument 1273 … :OImagePositionImport( _rImport, _rEventManager, _nPrefix, _rName, _rxParentContainer, _eType ) in ORadioImport() 1311 OControlElement::ElementType _eType) in OURLReferenceImport() argument 1312 … :OImagePositionImport(_rImport, _rEventManager, _nPrefix, _rName, _rxParentContainer, _eType) in OURLReferenceImport() [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 … 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() 613 …jectsWithMacros_nothrow( ODatabaseModelImpl& _rModel, const ODatabaseModelImpl::ObjectType _eType ) in lcl_hasObjectsWithMacros_nothrow() argument 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 1089 …return getDocumentStorageAccess()->getDocumentSubStorage( getObjectContainerStorageName( _eType ),… in getStorage() 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() [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()
|