/aoo42x/main/dbaccess/source/core/recovery/ |
H A D | subcomponentrecovery.cxx | 438 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 D | subcomponentrecovery.hxx | 52 ,m_eType( UNKNOWN ) in SubComponentRecovery() 63 ,m_eType( i_eType ) in SubComponentRecovery() 115 SubComponentType m_eType; member in dbaccess::SubComponentRecovery
|
/aoo42x/main/xmloff/source/forms/ |
H A D | elementexport.cxx | 410 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 …]
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | dbexception.cxx | 53 :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 …]
|
/aoo42x/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 340 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 D | fontcache.cxx | 148 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()
|
/aoo42x/main/filter/source/config/cache/ |
H A D | basecontainer.cxx | 93 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 …]
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoobj.cxx | 780 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 …]
|
/aoo42x/main/reportdesign/source/core/misc/ |
H A D | reportformula.cxx | 66 :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 =()
|
/aoo42x/main/basctl/source/basicide/ |
H A D | bastype2.hxx | 55 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 D | bastype2.cxx | 123 ,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 ==()
|
/aoo42x/main/svl/source/misc/ |
H A D | adrparse.cxx | 106 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()
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | ConnectionHelper.cxx | 145 … 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 D | ConnectionPage.cxx | 236 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 D | dbwiz.cxx | 136 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()
|
/aoo42x/main/i18npool/source/paper/ |
H A D | paper.cxx | 164 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()
|
/aoo42x/main/chart2/source/controller/chartapiwrapper/ |
H A D | DataSeriesPointWrapper.cxx | 477 , 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 D | AxisWrapper.cxx | 394 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()
|
/aoo42x/main/sw/inc/ |
H A D | section.hxx | 84 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()
|
/aoo42x/main/connectivity/inc/connectivity/ |
H A D | dbexception.hxx | 73 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()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | section.cxx | 113 : 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 ==()
|
/aoo42x/main/ucbhelper/workben/ucbexplorer/ |
H A D | ucbexplorer.cxx | 141 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()
|
/aoo42x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_content.hxx | 68 : 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
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | fontmanager.hxx | 152 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()
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | CellColorHandler.hxx | 43 Type m_eType; member in writerfilter::dmapper::CellColorHandler 56 void setType(Type type) { m_eType = type; } in setType()
|