Home
last modified time | relevance | path

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

123

/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/xmloff/source/forms/
H A Delementexport.cxx410 switch (m_eType) in exportSubTags()
1522 m_eType = TEXT; in examine()
1583 m_eType = FILE; in examine()
1601 m_eType = COMBOBOX; in examine()
1612 m_eType = LISTBOX; in examine()
1638 m_eType = BUTTON; in examine()
1646 m_eType = IMAGE; in examine()
1665 m_eType = RADIO; in examine()
1675 m_eType = FRAME; in examine()
1692 m_eType = HIDDEN; in examine()
[all …]
/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/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx340 m_eType( eType ), in PrintFont()
1651 switch( pFont->m_eType ) in getFontAttributesFromXLFD()
2626 rInfo.m_eType = pFont->m_eType; in fillPrintFontInfo()
2740 if( pFont->m_eType == fonttype::Type1 || pFont->m_eType == fonttype::Builtin ) in getFontBoundingBox()
2944 else if( pFont->m_eType == fonttype::Type1 || pFont->m_eType == fonttype::Builtin ) in getFontAscend()
2960 else if( pFont->m_eType == fonttype::Type1 || pFont->m_eType == fonttype::Builtin ) in getFontDescend()
3106 if( pFont->m_eType == fonttype::Type1 || pFont->m_eType == fonttype::Builtin ) in getMetrics()
3149 if( pFont->m_eType == fonttype::Type1 || pFont->m_eType == fonttype::Builtin ) in getMetrics()
3640 switch( pFont->m_eType ) in createFontSubset()
3773 (pFont->m_eType != fonttype::TrueType && pFont->m_eType != fonttype::Type1) ) in getGlyphWidths()
[all …]
H A Dfontcache.cxx148 aLine = ByteString::CreateFromInt32( rEntry.front()->m_eType ); in flush()
215 switch( (*it)->m_eType ) in flush()
513 if( pFrom->m_eType != pTo->m_eType ) in copyPrintFont()
515 switch( pFrom->m_eType ) in copyPrintFont()
561 if( pLeft->m_eType != pRight->m_eType ) in equalsPrintFont()
563 switch( pLeft->m_eType ) in equalsPrintFont()
632 switch( pOldFont->m_eType ) in clonePrintFont()
685 switch( pFont->m_eType ) in updateFontCacheEntry()
714 if( (*font)->m_eType == pFont->m_eType && in updateFontCacheEntry()
715 ( (*font)->m_eType != fonttype::TrueType || in updateFontCacheEntry()
/trunk/main/filter/source/config/cache/
H A Dbasecontainer.cxx93 m_eType = eType ; in init()
114 switch(m_eType) in impl_loadOnDemand()
252 if (pCache->hasItem(m_eType, sItem)) in insertByName()
254 pCache->setItem(m_eType, sItem, aItem); in insertByName()
318 if (!pCache->hasItem(m_eType, sItem)) in replaceByName()
320 pCache->setItem(m_eType, sItem, aItem); in replaceByName()
350 aItem = pCache->getItem(m_eType, sItem); in getByName()
385 OUStringList lKeys = pCache->getItemNames(m_eType); in getElementNames()
415 bHasOne = pCache->hasItem(m_eType, sItem); in hasByName()
455 bHasSome = pCache->hasItems(m_eType); in hasElements()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx780 const enum CursorType m_eType; member in SwXTextCursor::Impl
792 , m_eType(eType) in Impl()
1005 if (CURSOR_META == m_pImpl->m_eType) in IsAtEndOfMeta()
1156 if (CURSOR_META == m_pImpl->m_eType) in goLeft()
1177 if (CURSOR_META == m_pImpl->m_eType) in goRight()
1197 if (CURSOR_BODY == m_pImpl->m_eType) in gotoStart()
1255 if (CURSOR_BODY == m_pImpl->m_eType) in gotoEnd()
1324 switch (m_pImpl->m_eType) in gotoRange()
1368 if (CURSOR_META == m_pImpl->m_eType) in gotoRange()
1693 if (CURSOR_META == m_pImpl->m_eType) in gotoNextSentence()
[all …]
/trunk/main/reportdesign/source/core/misc/
H A Dreportformula.cxx66 :m_eType( Invalid ) in ReportFormula()
73 :m_eType( _eType ) in ReportFormula()
75 switch ( m_eType ) in ReportFormula()
116 m_eType = Expression; in impl_construct()
129 m_eType = Field; in impl_construct()
135 m_eType = Invalid; in impl_construct()
162 m_eType = _rHd.m_eType; in operator =()
/trunk/main/basctl/source/basicide/
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()
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 ==()
/trunk/main/svl/source/misc/
H A Dadrparse.cxx106 TokenType m_eType; member in SvAddressParser_Impl
148 m_eType = TOKEN_ATOM; in reset()
183 m_nCurToken = m_eType; in readToken()
185 switch (m_eType) in readToken()
514 m_eType = TOKEN_ATOM; in SvAddressParser_Impl()
527 m_eType = TOKEN_ATOM; in SvAddressParser_Impl()
538 m_eType = TOKEN_ATOM; in SvAddressParser_Impl()
552 m_eType = TOKEN_COMMENT; in SvAddressParser_Impl()
738 m_eType = TOKEN_QUOTED; in SvAddressParser_Impl()
753 m_eType = TOKEN_DOMAIN; in SvAddressParser_Impl()
/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 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 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/i18npool/source/paper/
H A Dpaper.cxx164 if (m_eType != PAPER_USER) in doSloppyFit()
178 m_eType = (Paper)i; in doSloppyFit()
385 PaperInfo::PaperInfo(Paper eType) : m_eType(eType) in PaperInfo()
390 m_nPaperWidth = aDinTab[m_eType].m_nWidth; in PaperInfo()
391 m_nPaperHeight = aDinTab[m_eType].m_nHeight; in PaperInfo()
395 : m_eType(PAPER_USER), in PaperInfo()
406 m_eType = static_cast<Paper>(i); in PaperInfo()
/trunk/main/chart2/source/controller/chartapiwrapper/
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 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()
/trunk/main/sw/inc/
H A Dsection.hxx84 SectionType m_eType; member in SwSectionData
116 SectionType GetType() const { return m_eType; } in GetType()
117 void SetType(SectionType const eNew) { m_eType = eNew; } in SetType()
155 { return (DDE_LINK_SECTION == m_eType) || (FILE_LINK_SECTION == m_eType); } in IsLinkType()
/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/sw/source/core/docnode/
H A Dsection.cxx113 : m_eType(eType) in SV_IMPL_PTRARR()
128 : m_eType(rSection.GetType()) in SwSectionData()
147 : m_eType(rOther.m_eType) in SwSectionData()
167 m_eType = rOther.m_eType; in operator =()
189 return (m_eType == rOther.m_eType) in operator ==()
/trunk/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx141 EntryType m_eType; member in UcbExplorerListBoxEntry
577 switch ( pEntry->m_eType ) in RequestingChilds()
932 pEntry->m_eType = UcbExplorerListBoxEntry::FOLDER; in InsertEntry()
965 pEntry->m_eType = UcbExplorerListBoxEntry::LINK; in InsertEntry()
976 pEntry->m_eType = UcbExplorerListBoxEntry::DOCUMENT; in InsertEntry()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.hxx68 : m_eType( rType ), in ContentProperties()
79 ContentType getType() const { return m_eType; } in getType()
85 bool getIsFolder() const { return m_eType > STREAM; } in getIsFolder()
97 ContentType m_eType; member in tdoc_ucp::ContentProperties
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx152 fonttype::type m_eType; member
169 m_eType( fonttype::Unknown ), in FastPrintFontInfo()
266 fonttype::type m_eType; member
508 return pFont ? pFont->m_eType : fonttype::Unknown; in getFontType()
/trunk/main/writerfilter/source/dmapper/
H A DCellColorHandler.hxx43 Type m_eType; member in writerfilter::dmapper::CellColorHandler
56 void setType(Type type) { m_eType = type; } in setType()

Completed in 157 milliseconds

123