Home
last modified time | relevance | path

Searched refs:eType (Results 176 – 200 of 726) sorted by relevance

12345678910>>...30

/trunk/main/sw/inc/
H A Dsection.hxx108 SwSectionData(SectionType const eType, String const& rName);
184 SwSection(SectionType const eType, String const& rName,
195 void SetType(SectionType const eType) { return m_Data.SetType(eType); } in SetType() argument
262 void CreateLink( LinkCreateType eType );
/trunk/main/formula/inc/formula/
H A Dtoken.hxx99 const StackVar eType; // type of data member in formula::FormulaToken
104 eOp(e), eType( eTypeP ), nRefCnt(0) {} in FormulaToken()
106 eOp(r.eOp), eType( r.eType ), nRefCnt(0) {} in FormulaToken()
111 inline StackVar GetType() const { return eType; } in GetType()
/trunk/main/automation/inc/automation/
H A Dsimplecm.hxx148 virtual ByteString GetCommunicationPartner( CM_NameType eType )=0;
151 virtual ByteString GetMyName( CM_NameType eType )=0;
242 virtual ByteString GetMyName( CM_NameType eType );
327 virtual ByteString GetCommunicationPartner( CM_NameType eType );
328 virtual ByteString GetMyName( CM_NameType eType );
/trunk/main/sw/source/ui/dialog/
H A Dmacassgn.cxx60 SfxEventNamesItem SwMacroAssignDlg::AddEvents( DlgEventType eType ) in AddEvents() argument
69 switch( eType ) in AddEvents()
94 (MACASSGN_FRMURL == eType || MACASSGN_ALLFRM == eType)) in AddEvents()
/trunk/main/writerfilter/inc/doctok/
H A DWW8Document.hxx376 enum eType { FOOTNOTES, HEADERS, FOOTERS }; enum in writerfilter::doctok::SubDocumentId
379 eType mnType;
383 SubDocumentId(eType nType, sal_uInt8 nIndex) in SubDocumentId()
388 eType getType() const { return mnType; } in getType()
/trunk/main/framework/source/fwi/threadhelp/
H A Dlockhelper.cxx528 static ELockType eType = FALLBACK_LOCKTYPE; in implts_getLockType() local
534 eType = (ELockType)(sValue.toInt32()); in implts_getLockType()
537 LOG_LOCKTYPE( FALLBACK_LOCKTYPE, eType ) in implts_getLockType()
539 pType = &eType; in implts_getLockType()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DGridWrapper.cxx94 tGridType eType, ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) : in GridWrapper() argument
97 m_eType( eType ) in GridWrapper()
104 void GridWrapper::getDimensionAndSubGridBool( tGridType eType, sal_Int32& rnDimensionIndex, bool& r… in getDimensionAndSubGridBool() argument
109 switch( eType ) in getDimensionAndSubGridBool()
/trunk/main/sw/source/core/frmedt/
H A Dfews.cxx107 const SwRect& SwFEShell::GetAnyCurRect( CurRectType eType, const Point* pPt, in GetAnyCurRect() argument
140 switch ( eType ) in GetAnyCurRect()
172 if( RECT_OUTTABSECTION_PRT == eType || in GetAnyCurRect()
173 RECT_SECTION_PRT == eType ) in GetAnyCurRect()
477 void SwFEShell::InsertLabel( const SwLabelType eType, const String &rTxt, const String& rSeparator, in InsertLabel() argument
485 SwCntntFrm *pCnt = LTYPE_DRAW==eType ? 0 : GetCurrFrm( sal_False ); in InsertLabel()
486 if( LTYPE_DRAW==eType || pCnt ) in InsertLabel()
492 switch( eType ) in InsertLabel()
555 … pFlyFmt = GetDoc()->InsertLabel( eType, rTxt, rSeparator, rNumberSeparator, bBefore, nId, in InsertLabel()
/trunk/main/sc/source/core/tool/
H A Dcellform.cxx59 CellType eType = pCell->GetCellType(); in GetString() local
60 switch(eType) in GetString()
180 CellType eType = pCell->GetCellType(); in GetInputString() local
181 switch(eType) in GetInputString()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx43 eType = EMPTY; in ImpUpdateType()
45 eType = RECTANGLE; in ImpUpdateType()
47 eType = COMPLEX; in ImpUpdateType()
661 switch( pGDIObj->eType ) in SelectObject()
787 if ( eType == GDI_FONT ) in CreateObject()
793 else if ( eType == GDI_PEN ) in CreateObject()
816 vGDIObj[ nIndex ] = new GDIObj( eType, pStyle ); in CreateObject()
828 if ( eType == GDI_FONT ) in CreateObject()
830 else if ( eType == GDI_PEN ) in CreateObject()
850 vGDIObj[ nIndex ] = new GDIObj( eType, pStyle ); in CreateObject()
[all …]
/trunk/main/xmloff/source/style/
H A Dxmlnumfe.cxx996 XMLTokenEnum eType = XML_TOKEN_INVALID; in ExportPart_Impl() local
1005 eType = XML_NUMBER_STYLE; in ExportPart_Impl()
1008 eType = XML_PERCENTAGE_STYLE; in ExportPart_Impl()
1011 eType = XML_CURRENCY_STYLE; in ExportPart_Impl()
1015 eType = XML_DATE_STYLE; in ExportPart_Impl()
1018 eType = XML_TIME_STYLE; in ExportPart_Impl()
1021 eType = XML_TEXT_STYLE; in ExportPart_Impl()
1024 eType = XML_BOOLEAN_STYLE; in ExportPart_Impl()
1027 DBG_ASSERT( eType != XML_TOKEN_INVALID, "unknown format type" ); in ExportPart_Impl()
1132 SvXMLElementExport aElem( rExport, XML_NAMESPACE_NUMBER, eType, in ExportPart_Impl()
/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx1318 ScChangeActionType eType; in IsCellInChangeTrack() local
1321 eType = pAction->GetType(); in IsCellInChangeTrack()
1326 if ( eType == SC_CAT_DELETE_ROWS ) in IsCellInChangeTrack()
1328 else if ( eType == SC_CAT_DELETE_COLS ) in IsCellInChangeTrack()
1344 if ( eType == SC_CAT_MOVE && in IsCellInChangeTrack()
1387 ScChangeActionType eType = pAction->GetType(); in GetCellChangeTrackNote() local
1392 if ( eType == SC_CAT_DELETE_ROWS ) in GetCellChangeTrackNote()
1394 else if ( eType == SC_CAT_DELETE_COLS ) in GetCellChangeTrackNote()
1399 switch ( eType ) in GetCellChangeTrackNote()
1413 if ( eType == SC_CAT_MOVE ) in GetCellChangeTrackNote()
H A Ddocumen8.cxx707 CellType eType = pCell->GetCellType(); in OnlineSpellInRange() local
708 if ( eType == CELLTYPE_STRING || eType == CELLTYPE_EDIT ) in OnlineSpellInRange()
738 if ( eType == CELLTYPE_STRING ) in OnlineSpellInRange()
761 if ( eType == CELLTYPE_EDIT ) in OnlineSpellInRange()
1514 CellType eType = pCell ? pCell->GetCellType() : CELLTYPE_NONE; in TransliterateText() local
1520 if ( eType == CELLTYPE_EDIT || in TransliterateText()
1521 …( eType == CELLTYPE_STRING && ( nType == com::sun::star::i18n::TransliterationModulesExtra::SENTEN… in TransliterateText()
1533 if ( eType == CELLTYPE_STRING ) in TransliterateText()
1571 else if ( eType == CELLTYPE_STRING ) in TransliterateText()
/trunk/main/svx/source/svdraw/
H A Dsvdocapt.cxx69 SdrCaptionType eType; member in ImpCaptParams
83 eType =SDRCAPT_TYPE3; in ImpCaptParams()
116 if (eType!=SDRCAPT_TYPE1) { in CalcEscPos()
124 if (eType!=SDRCAPT_TYPE1) { in CalcEscPos()
162 if (eType!=SDRCAPT_TYPE1) { in CalcEscPos()
434 rPara.eType =((SdrCaptionTypeItem&) (rSet.Get(SDRATTR_CAPTIONTYPE ))).GetValue(); in ImpGetCaptParams()
548 switch (rPara.eType) { in ImpCalcTail()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx130 nsTblChgWidthHeightType::WH_CELL_LEFT == ( eType & 0xff ); in CR_SetBoxWidth()
242 CR_SetLineHeight( sal_uInt16 eType, SwTableNode* pTNd ) in CR_SetLineHeight()
247 … = nsTblChgWidthHeightType::WH_ROW_TOP == ( eType & 0xff ) || nsTblChgWidthHeightType::WH_CELL_TOP… in CR_SetLineHeight()
249 if( eType & nsTblChgWidthHeightType::WH_FLAG_INSDEL ) in CR_SetLineHeight()
3623 switch( eType & 0xff ) in SetColWidth()
3662 bRet = SetColWidth( rAktBox, eType, nAbsDiff, nRelDiff, in SetColWidth()
3935 bRet = SetColWidth( rAktBox, eType, nAbsDiff, nRelDiff, in SetColWidth()
4326 CR_SetLineHeight aParam( eType, in SetRowHeight()
4339 switch( eType & 0xff ) in SetRowHeight()
4375 bRet = SetRowHeight( rAktBox, eType, nAbsDiff, in SetRowHeight()
[all …]
H A Ddocbm.cxx243 const IDocumentMarkAccess::MarkType eType) in lcl_FindMarkAtPos() argument
256 if(IDocumentMarkAccess::GetType(**ppCurrentMark) == eType) in lcl_FindMarkAtPos()
367 const IDocumentMarkAccess::MarkType eType) in makeMark() argument
390 (eType != CROSSREF_NUMITEM_BOOKMARK && eType != CROSSREF_HEADING_BOOKMARK) in makeMark()
391 || (lcl_FindMarkAtPos(m_vBookmarks, *rPaM.GetPoint(), eType) == m_vBookmarks.end()), in makeMark()
397 switch(eType) in makeMark()
436 if ( eType != IDocumentMarkAccess::UNO_BOOKMARK ) in makeMark()
441 switch(eType) in makeMark()
507 const IDocumentMarkAccess::MarkType eType ) in getMarkForTxtNode() argument
511 const iterator_t ppExistingMark = lcl_FindMarkAtPos(m_vBookmarks, aPos, eType); in getMarkForTxtNode()
[all …]
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx136 …_supportsFillProperties( ::chart::wrapper::GraphicPropertyItemConverter::eGraphicObjectType eType ) in lcl_supportsFillProperties() argument
138 return ( eType == ::chart::wrapper::GraphicPropertyItemConverter::FILLED_DATA_POINT || in lcl_supportsFillProperties()
139 eType == ::chart::wrapper::GraphicPropertyItemConverter::FILL_PROPERTIES || in lcl_supportsFillProperties()
140 eType == ::chart::wrapper::GraphicPropertyItemConverter::LINE_AND_FILL_PROPERTIES ); in lcl_supportsFillProperties()
143 …_supportsLineProperties( ::chart::wrapper::GraphicPropertyItemConverter::eGraphicObjectType eType ) in lcl_supportsLineProperties() argument
145 return ( eType != ::chart::wrapper::GraphicPropertyItemConverter::FILL_PROPERTIES ); in lcl_supportsLineProperties()
H A DStatisticsItemConverter.cxx78 …::chart::RegressionCurveHelper::tRegressionType eType = ::chart::RegressionCurveHelper::REGRESSION… in lcl_convertRegressionType()
82 eType = ::chart::RegressionCurveHelper::REGRESSION_TYPE_LINEAR; in lcl_convertRegressionType()
85 eType = ::chart::RegressionCurveHelper::REGRESSION_TYPE_LOG; in lcl_convertRegressionType()
88 eType = ::chart::RegressionCurveHelper::REGRESSION_TYPE_EXP; in lcl_convertRegressionType()
91 eType = ::chart::RegressionCurveHelper::REGRESSION_TYPE_POWER; in lcl_convertRegressionType()
96 return eType; in lcl_convertRegressionType()
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx235 DataTypeEnum eType = aParam.GetADOType(); in setParameter() local
236 (void)eType; in setParameter()
253 DataTypeEnum eType = aParam.GetADOType(); in setParameter() local
254 if ( _eType != eType && _eType != adDBTimeStamp ) in setParameter()
257 eType = _eType; in setParameter()
261 if ( adVarBinary == eType && aParam.GetAttributes() == adParamLong ) in setParameter()
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx428 void SwTaggedPDFHelper::BeginTag( vcl::PDFWriter::StructElement eType, const String& rString ) in BeginTag() argument
435 aStructStack.push_back( static_cast<sal_uInt16>(eType) ); in BeginTag()
452 if ( vcl::PDFWriter::List == eType ) in BeginTag()
457 else if ( vcl::PDFWriter::LIBody == eType ) in BeginTag()
483 SetAttributes( eType ); in BeginTag()
505 void SwTaggedPDFHelper::SetAttributes( vcl::PDFWriter::StructElement eType ) in SetAttributes() argument
535 switch ( eType ) in SetAttributes()
605 eVal = vcl::PDFWriter::TableHeader == eType || in SetAttributes()
606 vcl::PDFWriter::TableData == eType ? in SetAttributes()
711 if ( vcl::PDFWriter::Table != eType || in SetAttributes()
[all …]
/trunk/main/sc/source/ui/view/
H A Dgridwin5.cxx118 ScChangeActionType eType = pAction->GetType(); in ShowNoteMarker() local
124 if ( eType == SC_CAT_DELETE_ROWS ) in ShowNoteMarker()
126 else if ( eType == SC_CAT_DELETE_COLS ) in ShowNoteMarker()
132 switch ( eType ) in ShowNoteMarker()
148 if ( eType == SC_CAT_MOVE ) in ShowNoteMarker()
/trunk/main/l10ntools/source/filter/utils/
H A DCache.java391 int eType = -1 ; in fromXML() local
396 eType = E_TYPE; in fromXML()
402 eType = E_FILTER; in fromXML()
408 eType = E_FRAMELOADER; in fromXML()
414 eType = E_DETECTSERVICE; in fromXML()
420 eType = E_CONTENTHANDLER; in fromXML()
439 switch(eType) in fromXML()
623 int eType = -1; in toXML() local
631 eType = E_TYPE; in toXML()
639 eType = E_FILTER; in toXML()
[all …]
/trunk/main/svl/inc/svl/
H A Dzforlist.hxx380 SvNumberFormatTable& GetEntryTable(short eType,
387 SvNumberFormatTable& ChangeCL(short eType,
393 SvNumberFormatTable& GetFirstEntryTable(short& eType,
583 sal_uInt32 GetStandardFormat(short eType, LanguageType eLnge = LANGUAGE_DONTKNOW);
588 sal_uInt32 GetStandardFormat( sal_uInt32 nFIndex, short eType, LanguageType eLnge );
593 sal_uInt32 GetStandardFormat( double fNumber, sal_uInt32 nFIndex, short eType,
/trunk/main/sal/rtl/source/
H A Duri.cxx609 EscapeType eType; in rtl_uriEncode() local
615 eCharset, &eType); in rtl_uriEncode()
616 switch (eType) in rtl_uriEncode()
675 EscapeType eType; in rtl_uriDecode() local
676 sal_uInt32 nUtf32 = readUcs4(&p, pEnd, true, eCharset, &eType); in rtl_uriDecode()
677 switch (eType) in rtl_uriDecode()
/trunk/main/dbaccess/source/core/misc/
H A Ddsntypes.cxx399 const DATASOURCE_TYPE eType; in determineType() member
404 ,eType( DST_UNKNOWN ) in determineType()
410 ,eType ( _t ) in determineType()
444 return aKnowPrefixes[i].eType; in determineType()
452 DATASOURCE_TYPE eType = determineType(_sURL); in fillPageIds() local
453 switch(eType) in fillPageIds()

Completed in 161 milliseconds

12345678910>>...30