Home
last modified time | relevance | path

Searched refs:m_eType (Results 1 – 25 of 67) sorted by path

123

/trunk/main/basctl/source/basicide/
H A Dbastype2.cxx123 ,m_eType( OBJ_TYPE_UNKNOWN ) in BasicEntryDescriptor()
133 ,m_eType( eType ) in BasicEntryDescriptor()
145 ,m_eType( eType ) in BasicEntryDescriptor()
161 ,m_eType( rDesc.m_eType ) in BasicEntryDescriptor()
173 m_eType = rDesc.m_eType; in operator =()
186 m_eType == rDesc.m_eType; in operator ==()
H A Dbastype2.hxx55 BasicEntryType m_eType; member in BasicEntry
58 BasicEntry( BasicEntryType eType ) { m_eType = eType; } in BasicEntry()
59 BasicEntry( const BasicEntry& r ) { m_eType = r.m_eType; } in BasicEntry()
62 BasicEntryType GetType() const { return m_eType; } in GetType()
100 BasicEntryType m_eType; member in BasicEntryDescriptor
131 BasicEntryType GetType() const { return m_eType; } in GetType()
132 void SetType( BasicEntryType eType ) { m_eType = eType; } in SetType()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DAxisWrapper.cxx394 m_eType( eType ) in AxisWrapper()
408 switch( m_eType ) in getAxisTitle()
437 switch( m_eType ) in getMajorGrid()
460 switch( m_eType ) in getMinorGrid()
615 AxisWrapper::getDimensionAndMainAxisBool( m_eType, nDimensionIndex, bMainAxis ); in getAxis()
668 AxisWrapper::getDimensionAndMainAxisBool( m_eType, nDimensionIndex, bMainAxis ); in createWrappedProperties()
H A DAxisWrapper.hxx133 tAxisType m_eType; member in chart::wrapper::AxisWrapper
H A DDataSeriesPointWrapper.cxx477 , m_eType( DATA_SERIES ) in DataSeriesPointWrapper()
507 m_eType = DATA_POINT; in initialize()
509 m_eType = DATA_SERIES; in initialize()
518 , m_eType( _eType ) in DataSeriesPointWrapper()
642 if( m_eType == DATA_SERIES ) in getPropertyState()
670 if( m_eType == DATA_SERIES ) in setPropertyToDefault()
709 if( m_eType == DATA_SERIES ) in getInnerPropertySet()
716 if( m_eType == DATA_SERIES ) in getPropertySequence()
728 if( m_eType == DATA_SERIES ) in createWrappedProperties()
851 if( m_eType == DATA_POINT ) in getPropertyValue()
H A DDataSeriesPointWrapper.hxx139 eType m_eType; member in chart::wrapper::DataSeriesPointWrapper
H A DGridWrapper.cxx97 m_eType( eType ) in GridWrapper()
164 getDimensionAndSubGridBool( m_eType, nDimensionIndex, bSubGrid ); in getInnerPropertySet()
H A DGridWrapper.hxx91 tGridType m_eType; member in chart::wrapper::GridWrapper
H A DWrappedStatisticProperties.cxx926 PropertySetType m_eType; member in chart::wrapper::WrappedStatisticPropertySetProperty
940 , m_eType( ePropertySetType ) in WrappedStatisticPropertySetProperty()
952 switch( m_eType ) in getValueFromSeries()
/trunk/main/comphelper/source/container/
H A Denumerablemap.cxx272 ,m_eType( _type ) in MapEnumerator()
303 const EnumerationType m_eType; member in comphelper::MapEnumerator
764 switch ( m_eType ) in nextElement()
/trunk/main/connectivity/inc/connectivity/
H A Ddbexception.hxx73 TYPE m_eType; // redundant (could be derived from m_aContent.getValueType()) member in dbtools::SQLExceptionInfo
137 sal_Bool isValid() const { return m_eType != UNDEFINED; } in isValid()
138 TYPE getType() const { return m_eType; } in getType()
149 m_eType = UNDEFINED; in clear()
/trunk/main/connectivity/source/commontools/
H A Ddbexception.cxx53 :m_eType(UNDEFINED) in SQLExceptionInfo()
90 ,m_eType(_rCopySource.m_eType) in SQLExceptionInfo()
163 m_eType = SQL_CONTEXT; in implDetermineType()
165 m_eType = SQL_WARNING; in implDetermineType()
167 m_eType = SQL_EXCEPTION; in implDetermineType()
170 m_eType = UNDEFINED; in implDetermineType()
183 return (m_eType == SQL_CONTEXT) || (m_eType == SQL_WARNING); in isKindOf()
185 return (m_eType == SQL_CONTEXT) || (m_eType == SQL_WARNING) || (m_eType == SQL_EXCEPTION); in isKindOf()
187 return (m_eType == UNDEFINED); in isKindOf()
223 m_eType = SQL_EXCEPTION; in prepend()
[all …]
/trunk/main/dbaccess/source/core/inc/
H A DContainerMediator.hxx81 ContainerType m_eType; member in dbaccess::OContainerMediator
/trunk/main/dbaccess/source/core/misc/
H A DContainerMediator.cxx77 , m_eType( _eType ) in DBG_NAME()
/trunk/main/dbaccess/source/core/recovery/
H A Dsubcomponentrecovery.cxx438 if ( m_eType == UNKNOWN ) in saveToRecoveryStorage()
453 switch ( m_eType ) in saveToRecoveryStorage()
493 switch ( m_eType ) in impl_identifyComponent_throw()
519 m_eType = RELATION_DESIGN; in impl_identifyComponent_throw()
529 OSL_POSTCOND( m_eType != UNKNOWN, in impl_identifyComponent_throw()
565 … ENSURE_OR_THROW( ( m_eType == FORM ) || ( m_eType == REPORT ), "illegal sub component type" ); in impl_saveSubDocument_throw()
590 m_eType, in impl_recoverSubDocument_throw()
602 m_eType, in impl_recoverSubDocument_throw()
650 m_eType, in impl_recoverQueryDesign_throw()
662 m_eType, in impl_recoverQueryDesign_throw()
[all …]
H A Dsubcomponentrecovery.hxx52 ,m_eType( UNKNOWN ) in SubComponentRecovery()
63 ,m_eType( i_eType ) in SubComponentRecovery()
115 SubComponentType m_eType; member in dbaccess::SubComponentRecovery
/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.cxx145 … m_aConnectionURL.ShowPrefix( ::dbaccess::DST_JDBC == m_pCollection->determineType(m_eType) ); in implInitControls()
147 sal_Bool bEnableBrowseButton = m_pCollection->supportsBrowsing( m_eType ); in implInitControls()
172 if ( m_pCollection->isFileSystemBased(m_eType) ) in implUpdateURLDependentStates()
180 const ::dbaccess::DATASOURCE_TYPE eType = m_pCollection->determineType(m_eType);
448 if ( m_pCollection->isFileSystemBased( m_eType ) ) in impl_setURL()
454 sTypePrefix = m_pCollection->getPrefix( m_eType ); in impl_setURL()
494 if ( m_pCollection->isFileSystemBased( m_eType ) ) in impl_getURL()
500 sTypePrefix = m_pCollection->getPrefix( m_eType ); in impl_getURL()
728 if ( m_pCollection->isFileSystemBased(m_eType) ) in PreNotify()
848 if ( m_pCollection->isFileSystemBased(m_eType) ) in commitURL()
[all …]
H A DConnectionHelper.hxx73 …::rtl::OUString m_eType; // the type can't be changed in this class, so we hold it as…
H A DConnectionPage.cxx236 m_eType = m_pAdminDialog->getDatasourceType(_rSet); in implInitControls()
240 ::dbaccess::DATASOURCE_TYPE eType = m_pCollection->determineType(m_eType); in implInitControls()
317 AuthenticationMode eAuthMode( DataSourceMetaData::getAuthentication( m_eType ) ); in implInitControls()
345 … const sal_Bool bEnableJDBC = m_pCollection->determineType(m_eType) == ::dbaccess::DST_JDBC; in implInitControls()
348 String sDefaultJdbcDriverName = m_pCollection->getJavaDriverClass(m_eType); in implInitControls()
409 if ( m_pCollection->determineType(m_eType) == ::dbaccess::DST_JDBC ) in FillItemSet()
445 if ( m_pCollection->determineType(m_eType) == ::dbaccess::DST_JDBC ) in checkTestConnection()
H A DConnectionPageSetup.cxx189 m_eType = m_pAdminDialog->getDatasourceType(_rSet); in implInitControls()
H A DDBSetupConnectionPages.cxx699 String sDefaultJdbcDriverName = m_pCollection->getJavaDriverClass(m_eType); in implInitControls()
H A Ddbwiz.cxx136 m_eType = m_pImpl->getDatasourceType(*m_pOutSet); in DBG_NAME()
167 m_eType = _pTabPage->GetSelectedType(); in IMPL_LINK()
168 const bool bURLRequired = m_pCollection->isConnectionUrlRequired(m_eType); in IMPL_LINK()
180 switch(m_pCollection->determineType(m_eType)) in determineNextState()
201 switch(m_pCollection->determineType(m_eType)) in determineNextState()
400 aConverter.convert(m_pCollection,sOldURL,m_eType,m_pImpl->getCurrentDataSource()); in saveDatasource()
/trunk/main/dbaccess/source/ui/inc/
H A Ddbwiz.hxx75 ::rtl::OUString m_eType;
/trunk/main/extensions/inc/ucbhelper/
H A Dext_content.hxx295 PropertyTaskType m_eType; member in OPropertyTask
/trunk/main/extensions/source/abpilot/
H A Dtypeselectionpage.cxx178 aItem.m_pItem->Check( _eType == aItem.m_eType ); in selectType()
190 return aItem.m_eType; in getSelectedType()

Completed in 118 milliseconds

123