Home
last modified time | relevance | path

Searched refs:_eType (Results 26 – 50 of 110) sorted by relevance

12345

/aoo42x/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.hxx141 …void getElementIcons( ElementType _eType, sal_uInt16& _rImageId, sal_uInt16& _rHighContrastImageId…
156 const ElementType _eType,
233 …void createPage(ElementType _eType,const ::com::sun::star::uno::Reference< ::com::sun::star::conta…
271 const ElementType _eType,
357 void elementRemoved(ElementType _eType
H A DAppView.cxx502 void OApplicationView::describeCurrentSelectionForType( const ElementType _eType, Sequence< NamedDa… in describeCurrentSelectionForType() argument
505 getDetailView()->describeCurrentSelectionForType( _eType, _out_rSelectedObjects ); in describeCurrentSelectionForType()
526 void OApplicationView::elementReplaced(ElementType _eType in elementReplaced() argument
531 getDetailView()->elementReplaced(_eType, _rOldName, _rNewName ); in elementReplaced()
541 void OApplicationView::selectContainer(ElementType _eType) in selectContainer() argument
545 getPanel()->selectContainer(_eType); in selectContainer()
H A DAppView.hxx230 const ElementType _eType,
250 SvLBoxEntry* elementAdded(ElementType _eType
278 void elementRemoved(ElementType _eType
286 void selectContainer(ElementType _eType);
H A DAppControllerGen.cxx690 sal_Bool OApplicationController::insertHierachyElement(ElementType _eType,const String& _sParentFol… in insertHierachyElement() argument
692 Reference<XHierarchicalNameContainer> xNames(getElements(_eType), UNO_QUERY); in insertHierachyElement()
697 ,_eType == E_FORM in insertHierachyElement()
703 sal_Bool OApplicationController::isRenameDeleteAllowed(ElementType _eType,sal_Bool _bDelete) const in isRenameDeleteAllowed() argument
706 sal_Bool bEnabled = !isDataSourceReadOnly() && eType == _eType; in isRenameDeleteAllowed()
H A DAppSwapWindow.hxx99 void selectContainer(ElementType _eType);
102 bool onContainerSelected( ElementType _eType );
/aoo42x/main/dbaccess/source/ui/inc/
H A Dunodatbr.hxx196 static sal_Int32 getDatabaseObjectType( EntryType _eType );
395 …sal_Bool isObject( EntryType _eType ) const { return ( etTableOrView== _eType ) || ( etQuery == _e… in isObject()
396 …sal_Bool isContainer( EntryType _eType ) const { return (etTableContainer == _eType) || (etQueryCo… in isContainer()
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DConnectionLog.cxx49 sal_Int32 lcl_getFreeID( ConnectionLog::ObjectType _eType ) in lcl_getFreeID() argument
52 return osl_incrementInterlockedCount( s_nCounts + _eType ); in lcl_getFreeID()
74 … ConnectionLog::ConnectionLog( const ConnectionLog& _rSourceLog, ConnectionLog::ObjectType _eType ) in ConnectionLog() argument
76 ,m_nObjectID( lcl_getFreeID( _eType ) ) in ConnectionLog()
/aoo42x/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx212 void OPreparedStatement::setParameter(sal_Int32 parameterIndex, const DataTypeEnum& _eType, in setParameter() argument
225 ADOParameter* pParam = m_Command.CreateParameter(sDefaultName,_eType,adParamInput,_nSize,_Val); in setParameter()
254 if ( _eType != eType && _eType != adDBTimeStamp ) in setParameter()
256 aParam.put_Type(_eType); in setParameter()
257 eType = _eType; in setParameter()
/aoo42x/main/connectivity/source/commontools/
H A Ddbexception.cxx176 sal_Bool SQLExceptionInfo::isKindOf(TYPE _eType) const in isKindOf()
178 switch (_eType) in isKindOf()
227 void SQLExceptionInfo::append( TYPE _eType, const ::rtl::OUString& _rErrorMessage, const sal_Char* … in append() argument
231 switch ( _eType ) in append()
268 m_eType = _eType; in append()
H A DFDatabaseMetaDataResultSet.cxx71 ODatabaseMetaDataResultSet::ODatabaseMetaDataResultSet( MetaDataResultSetType _eType ) in ODatabaseMetaDataResultSet() argument
81 setType(_eType); in ODatabaseMetaDataResultSet()
97 void ODatabaseMetaDataResultSet::setType(MetaDataResultSetType _eType) in setType() argument
99 switch( _eType ) in setType()
/aoo42x/main/accessibility/source/extended/
H A DAccessibleGridControlTableCell.cxx67 sal_Int32 _nRowPos, sal_uInt16 _nColPos, AccessibleTableControlObjType _eType ) in AccessibleGridControlCell() argument
68 :AccessibleGridControlBase( _rxParent, _rTable, _eType ) in AccessibleGridControlCell()
75 if(_eType == TCTYPE_TABLECELL) in AccessibleGridControlCell()
77 else if(_eType == TCTYPE_ROWHEADERCELL) in AccessibleGridControlCell()
79 else if(_eType == TCTYPE_COLUMNHEADERCELL) in AccessibleGridControlCell()
H A Daccessiblebrowseboxcell.cxx47 sal_Int32 _nRowPos, sal_uInt16 _nColPos, AccessibleBrowseBoxObjType _eType ) in DBG_NAME()
48 :AccessibleBrowseBoxBase( _rxParent, _rBrowseBox, _xFocusWindow, _eType ) in DBG_NAME()
/aoo42x/main/dbaccess/source/ui/dlg/
H A Dgeneralpage.cxx162 …DisplayedType( const ::rtl::OUString& _eType, const String& _rDisplayName ) : eType( _eType ), sDi… in DisplayedType()
483 void OGeneralPage::implSetCurrentType( const ::rtl::OUString& _eType ) in implSetCurrentType() argument
485 if ( _eType == m_eCurrentSelection ) in implSetCurrentType()
488 m_eCurrentSelection = _eType; in implSetCurrentType()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx988 const StoreType _eType, DocumentGuard& _rGuard ) throw ( IOException, RuntimeException ) in impl_storeAs_throw() argument
990 OSL_PRECOND( ( _eType == SAVE ) || ( _eType == SAVE_AS ), in impl_storeAs_throw()
1001 …m_aEventNotifier.notifyDocumentEvent( _eType == SAVE ? "OnSave" : "OnSaveAs", NULL, makeAny( _rURL… in impl_storeAs_throw()
1063 …m_aEventNotifier.notifyDocumentEventAsync( _eType == SAVE ? "OnSaveFailed" : "OnSaveAsFailed", NUL… in impl_storeAs_throw()
1078 …m_aEventNotifier.notifyDocumentEventAsync( _eType == SAVE ? "OnSaveDone" : "OnSaveAsDone", NULL, m… in impl_storeAs_throw()
1379 …ccess > ODatabaseDocument::impl_getDocumentContainer_throw( ODatabaseModelImpl::ObjectType _eType ) in impl_getDocumentContainer_throw() argument
1381 if ( ( _eType != ODatabaseModelImpl::E_FORM ) && ( _eType != ODatabaseModelImpl::E_REPORT ) ) in impl_getDocumentContainer_throw()
1384 bool bFormsContainer = _eType == ODatabaseModelImpl::E_FORM; in impl_getDocumentContainer_throw()
1406 TContentPtr& rContainerData( m_pImpl->getObjectContainer( _eType ) ); in impl_getDocumentContainer_throw()
/aoo42x/main/svtools/source/contnr/
H A Dsvtabbx.cxx1074 …erTabListBox::GetAccessibleObjectName( ::svt::AccessibleBrowseBoxObjType _eType, sal_Int32 _nPos )… in GetAccessibleObjectName() argument
1077 switch( _eType ) in GetAccessibleObjectName()
1122 …stBox::GetAccessibleObjectDescription( ::svt::AccessibleBrowseBoxObjType _eType, sal_Int32 _nPos )… in GetAccessibleObjectDescription() argument
1126 if( _eType == ::svt::BBTYPE_TABLECELL && _nPos != -1 ) in GetAccessibleObjectDescription()
1150 …eSet( ::utl::AccessibleStateSetHelper& _rStateSet, ::svt::AccessibleBrowseBoxObjType _eType ) const in FillAccessibleStateSet()
1152 switch( _eType ) in FillAccessibleStateSet()
1169 if ( _eType == ::svt::BBTYPE_TABLE ) in FillAccessibleStateSet()
/aoo42x/main/svtools/inc/svtools/
H A Daccessibletableprovider.hxx120 …virtual ::rtl::OUString GetAccessibleObjectName( ::svt::AccessibleBrowseBoxObjType _eType, sal_I…
121 …ring GetAccessibleObjectDescription( ::svt::AccessibleBrowseBoxObjType _eType, sal_Int32 _nPos =…
123 … ::utl::AccessibleStateSetHelper& _rStateSet, ::svt::AccessibleBrowseBoxObjType _eType ) const = 0;
H A Dsvtabbx.hxx237 …virtual ::rtl::OUString GetAccessibleObjectName( ::svt::AccessibleBrowseBoxObjType _eType, sal_I…
238 …ring GetAccessibleObjectDescription( ::svt::AccessibleBrowseBoxObjType _eType, sal_Int32 _nPos =…
242 …Set( ::utl::AccessibleStateSetHelper& _rStateSet, ::svt::AccessibleBrowseBoxObjType _eType ) const;
/aoo42x/main/extensions/source/propctrlr/
H A Deformshelper.hxx197 const ModelElementType _eType,
210 const ModelElementType _eType,
223 const ModelElementType _eType,
H A Dbrowserlistbox.cxx86 ControlEvent( const Reference< XPropertyControl >& _rxControl, ControlEventType _eType ) in ControlEvent()
88 ,eType( _eType ) in ControlEvent()
217 …void impl_notify_throw( const Reference< XPropertyControl >& _rxControl, ControlEventType _eType );
260 …Impl::impl_notify_throw( const Reference< XPropertyControl >& _rxControl, ControlEventType _eType ) in impl_notify_throw() argument
267 pEvent = new ControlEvent( _rxControl, _eType ); in impl_notify_throw()
/aoo42x/main/chart2/source/controller/chartapiwrapper/
H A DDataSeriesPointWrapper.cxx172 uno::Sequence< Property > lcl_GetPropertySequence( DataSeriesPointWrapper::eType _eType ) in lcl_GetPropertySequence() argument
177 if( _eType == DataSeriesPointWrapper::DATA_SERIES ) in lcl_GetPropertySequence()
512 DataSeriesPointWrapper::DataSeriesPointWrapper( eType _eType in DataSeriesPointWrapper() argument
518 , m_eType( _eType ) in DataSeriesPointWrapper()
520 , m_nPointIndex( (_eType == DATA_POINT) ? nPointIndex : -1 ) in DataSeriesPointWrapper()
/aoo42x/main/xmloff/source/forms/
H A Dcontrolelement.cxx37 const sal_Char* OControlElement::getElementName(ElementType _eType) in getElementName() argument
39 switch (_eType) in getElementName()
H A Dvalueproperties.hxx49 OControlElement::ElementType _eType,
68 OControlElement::ElementType _eType,
/aoo42x/main/dbaccess/source/ext/macromigration/
H A Ddbmm_types.cxx41 String getScriptTypeDisplayName( const ScriptType _eType ) in getScriptTypeDisplayName() argument
45 switch ( _eType ) in getScriptTypeDisplayName()
/aoo42x/main/comphelper/inc/comphelper/
H A Dcomponentbase.hxx129 ComponentMethodGuard( ComponentBase& _rComponent, const MethodType _eType = Default ) in ComponentMethodGuard() argument
132 if ( _eType != WithoutInit ) in ComponentMethodGuard()
/aoo42x/main/dbaccess/source/core/misc/
H A Dobjectnameapproval.cxx85 …ameApproval::ObjectNameApproval( const Reference< XConnection >& _rxConnection, ObjectType _eType ) in ObjectNameApproval() argument
89 m_pImpl->nCommandType = _eType == TypeQuery ? CommandType::QUERY : CommandType::TABLE; in ObjectNameApproval()

Completed in 256 milliseconds

12345