Home
last modified time | relevance | path

Searched refs:eType (Results 151 – 175 of 726) sorted by relevance

12345678910>>...30

/trunk/main/sw/inc/
H A Dedglbldc.hxx40 GlobalDocContentType eType; member in SwGlblDocContent
53 GlobalDocContentType GetType() const { return eType; } in GetType()
55 { return GLBLDOC_SECTION == eType ? PTR.pSect : 0; } in GetSection()
57 { return GLBLDOC_TOXBASE == eType ? PTR.pTOX : 0; } in GetTOX()
H A Dswserv.hxx40 enum ServerModes { BOOKMARK_SERVER, TABLE_SERVER, SECTION_SERVER, NONE_SERVER } eType; member in SwServerObject
51 : eType( BOOKMARK_SERVER ) in SwServerObject()
56 : eType( TABLE_SERVER ) in SwServerObject()
61 : eType( SECTION_SERVER ) in SwServerObject()
/trunk/main/sc/source/filter/inc/
H A Dxeformula.hxx61 XclFormulaType eType, const ScTokenArray& rScTokArr,
65 XclTokenArrayRef CreateFormula( XclFormulaType eType, const ScAddress& rScPos );
68 XclTokenArrayRef CreateFormula( XclFormulaType eType, const ScRange& rScRange );
71 XclTokenArrayRef CreateFormula( XclFormulaType eType, const ScRangeList& rScRanges );
/trunk/main/basic/source/comp/
H A Dsymtbl.cxx287 eType = SbxEMPTY; in SbiSymDef()
353 eType = t; in SetType()
440 aParams.Get( 0 )->SetType( eType ); in SetType()
514 nVal = 0; eType = SbxINTEGER; in SbiConstDef()
519 aVal.Erase(); nVal = n; eType = t; in Set()
524 aVal = n; nVal = 0; eType = SbxSTRING; in Set()
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.hxx239 ElementType eType = getElementType(); in getCurrentView() local
240 return (eType != E_NONE ) ? m_pLists[static_cast<sal_Int32>(eType)] : NULL; in getCurrentView()
331 SvLBoxEntry* elementAdded(ElementType eType
345 void elementReplaced(ElementType eType
/trunk/main/ooxml/source/framework/JavaPartManager/src/org/apache/openoffice/ooxml/framework/part/
H A DPart.java30 final ContentType eType, in Part() argument
34 meContentType = eType; in Part()
55 public Part getPartByRelationshipType (final RelationshipType eType) in getPartByRelationshipType() argument
57 final PartName aName = getRelatedParts().GetSingleTargetForType(eType); in getPartByRelationshipType()
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx1490 if ( eType == SC_DETOBJ_ARROW || eType == SC_DETOBJ_TOOTHERTAB ) in UpdateAllArrowColors()
1500 else if ( eType == SC_DETOBJ_FROMOTHERTAB ) in UpdateAllArrowColors()
1512 else if ( eType == SC_DETOBJ_CIRCLE ) in UpdateAllArrowColors()
1518 else if ( eType == SC_DETOBJ_NONE ) in UpdateAllArrowColors()
1584 ScDetectiveObjType eType = SC_DETOBJ_NONE; in GetDetectiveObjectType() local
1600 eType = SC_DETOBJ_FROMOTHERTAB; in GetDetectiveObjectType()
1625 eType = SC_DETOBJ_CIRCLE; in GetDetectiveObjectType()
1631 return eType; in GetDetectiveObjectType()
1634 void ScDetectiveFunc::InsertObject( ScDetectiveObjType eType, in InsertObject() argument
1642 switch (eType) in InsertObject()
[all …]
H A Daddincol.cxx762 uno::TypeClass eType = xClass->getTypeClass(); in lcl_GetArgType() local
764 if ( eType == uno::TypeClass_LONG ) //! other integer types? in lcl_GetArgType()
767 if ( eType == uno::TypeClass_DOUBLE ) in lcl_GetArgType()
770 if ( eType == uno::TypeClass_STRING ) in lcl_GetArgType()
998 aDesc.eType = eArgType; in ReadFromAddIn()
1182 aDesc.eType = eArgType; in UpdateFromAddIn()
1370 if ( nArg+1 == nArgCount && ( pArgs[nArg].eType == SC_ADDINARG_VARARGS ) ) in FillFunctionDescFromData()
1403 pArgs[nDescCount-1].eType == SC_ADDINARG_VARARGS ) in ScUnoAddInCall()
1442 if ( nCount > 0 && nPos >= nCount-1 && pArgs[nCount-1].eType == SC_ADDINARG_VARARGS ) in GetArgType()
1446 return pArgs[nPos].eType; in GetArgType()
[all …]
/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.cxx180 const ::dbaccess::DATASOURCE_TYPE eType = m_pCollection->determineType(m_eType); variable
181 switch ( eType )
384 if (eType == ::dbaccess::DST_THUNDERBIRD)
411 ODatasourceSelectDialog aSelector(GetParent(), aProfiles, eType);
857 const ::dbaccess::DATASOURCE_TYPE eType = m_pCollection->determineType(m_eType); in commitURL() local
859 …if ( ( ::dbaccess::DST_CALC == eType) || ( ::dbaccess::DST_MSACCESS == eType) || ( ::dbaccess::DST… in commitURL()
H A Ddbwizsetup.cxx441 ::dbaccess::DATASOURCE_TYPE eType = VerifyDataSourceType(m_pCollection->determineType(m_sURL)); in activateDatabasePath()
442 if (eType == ::dbaccess::DST_UNKNOWN) in activateDatabasePath()
443 eType = m_pCollection->determineType(m_sOldURL); in activateDatabasePath()
916 ::rtl::OUString eType = getDefaultDatabaseType(); in CreateDatabase()
917 if ( m_pCollection->isEmbeddedDatabase(eType) ) in CreateDatabase()
919 sUrl = eType; in CreateDatabase()
923 …source->setPropertyValue( PROPERTY_INFO, makeAny( m_pCollection->getDefaultDBSettings( eType ) ) ); in CreateDatabase()
926 else if ( m_pCollection->isFileSystemBased(eType) ) in CreateDatabase()
932 ::rtl::OUString sPrefix = eType; in CreateDatabase()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx224 if ( (eType == TypeClass_STRING || eType == TypeClass_SEQUENCE) && in lcl_getStringResourceResolverForProperty()
261 if( eType == TypeClass_STRING ) in impl_getPropertyValue_throw()
276 else if( eType == TypeClass_SEQUENCE ) in impl_getPropertyValue_throw()
364 if( eType == TypeClass_STRING ) in setPropertyValue()
378 else if( eType == TypeClass_SEQUENCE ) in setPropertyValue()
1016 TypeClass eType = aProperty.Type.getTypeClass(); in describePropertyLine() local
1216 if ( TypeClass_BYTE <= eType && eType <= TypeClass_DOUBLE ) in describePropertyLine()
1248 if ( eType == TypeClass_SEQUENCE ) in describePropertyLine()
1253 if ( eType == TypeClass_BOOLEAN ) in describePropertyLine()
3147 … OSL_ENSURE( ( eType == ListSourceType_SQL ) || ( eType == ListSourceType_SQLPASSTHROUGH ), in getEscapeProcessing()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx605 ManTypes eType, bool bONLYnPicLocFc) in InsertAttrsAsDrawingAttrs() argument
904 WW8_CP nOffset = pWwFib->GetBaseCp(eType); in GetRangeAsDrawingString()
938 InsertAttrsAsDrawingAttrs(nStartCp, nEndCp, eType); in ImportAsOutliner()
941 if ((eType == MAN_AND) && mpDrawEditEngine->GetTextLen()) in ImportAsOutliner()
1102 eType, true); in InsertTxbxText()
3113 MirrorGraph eType(RES_MIRROR_GRAPH_DONT); in MatchEscherMirrorIntoFlySet() local
3115 eType = RES_MIRROR_GRAPH_BOTH; in MatchEscherMirrorIntoFlySet()
3117 eType = RES_MIRROR_GRAPH_HOR; in MatchEscherMirrorIntoFlySet()
3119 eType = RES_MIRROR_GRAPH_VERT; in MatchEscherMirrorIntoFlySet()
3120 rFlySet.Put( SwMirrorGrf(eType) ); in MatchEscherMirrorIntoFlySet()
[all …]
/trunk/main/cui/source/options/
H A Doptfltr.cxx184 MSFltrPg2_CheckBoxEntries eType; in FillItemSet() member
209 InvalidCBEntry != pArr->eType; ++pArr, bFirst = !bFirst ) in FillItemSet()
212 SvLBoxEntry* pEntry = GetEntry4Type( pArr->eType ); in FillItemSet()
254 MSFltrPg2_CheckBoxEntries eType; in Reset() member
270 InvalidCBEntry != pArr->eType; ++pArr, bFirst = !bFirst ) in Reset()
273 SvLBoxEntry* pEntry = GetEntry4Type( static_cast< sal_IntPtr >( pArr->eType ) ); in Reset()
/trunk/main/canvas/inc/canvas/
H A Dparametricpolypolygon.hxx74 GradientType eType ) : in Values()
79 meType( eType ) in Values()
145 GradientType eType,
151 GradientType eType,
157 GradientType eType,
/trunk/main/connectivity/source/drivers/ado/
H A DAResultSetMetaData.cxx191 DataTypeEnum eType = aField.GetADOType(); in isSigned() local
192 …return !(eType == adUnsignedBigInt || eType == adUnsignedInt || eType == adUnsignedSmallInt || eTy… in isSigned()
H A DAConnection.cxx448 aInfo->eType = (DataTypeEnum)(sal_Int32)ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()
449 if ( aInfo->eType == adWChar && aInfo->aSimpleType.aTypeName == s_sVarChar ) in buildTypeInfo()
450 aInfo->eType = adVarWChar; in buildTypeInfo()
451 …o->aSimpleType.nType = (sal_Int16)ADOS::MapADOType2Jdbc(static_cast<DataTypeEnum>(aInfo->eType)); in buildTypeInfo()
465 if ( adCurrency == aInfo->eType && !aInfo->aSimpleType.nMaximumScale) in buildTypeInfo()
475 m_aTypeInfo.insert(OTypeInfoMap::value_type(aInfo->eType,aInfo)); in buildTypeInfo()
554 sal_Int32 nAdoType = pInfo->eType; (void)nAdoType; in getTypeInfoFromType()
/trunk/main/dbaccess/source/ui/browser/
H A DdsbrowserDnD.cxx222 EntryType eType = getEntryType(_pEntry); in isEntryCopyAllowed() local
223 return ( eType == etTableOrView || eType == etQuery ); in isEntryCopyAllowed()
230 EntryType eType = getEntryType(_pEntry); in copyEntry() local
231 pTransfer = implCopyObject( _pEntry, eType == etQuery ? CommandType::QUERY : CommandType::TABLE); in copyEntry()
/trunk/main/svx/inc/svx/
H A Dhlnkitem.hxx49 SvxLinkInsertMode eType; member in SvxHyperlinkItem
60 SfxPoolItem(_nWhich), pMacroTable(NULL) { eType = HLINK_DEFAULT; nMacroEvents=0; }; in SvxHyperlinkItem()
88 SvxLinkInsertMode GetInsertMode() const { return eType; } in GetInsertMode()
89 void SetInsertMode( SvxLinkInsertMode eNew ) { eType = eNew; } in SetInsertMode()
/trunk/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx96 void OWizTypeSelectControl::ActivateAggregate( EControlType eType ) in ActivateAggregate() argument
98 switch(eType ) in ActivateAggregate()
106 OFieldDescControl::ActivateAggregate( eType ); in ActivateAggregate()
110 void OWizTypeSelectControl::DeactivateAggregate( EControlType eType ) in DeactivateAggregate() argument
112 switch(eType ) in DeactivateAggregate()
120 OFieldDescControl::DeactivateAggregate( eType ); in DeactivateAggregate()
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx1594 CellType eType = pCell->GetCellType(); in GetDataEntries() local
1595 if (eType == CELLTYPE_STRING || eType == CELLTYPE_EDIT) // nur Strings interessieren in GetDataEntries()
1597 if (eType == CELLTYPE_STRING) in GetDataEntries()
1619 CellType eType = pCell->GetCellType(); in GetDataEntries() local
1620 if (eType == CELLTYPE_STRING || eType == CELLTYPE_EDIT) // nur Strings interessieren in GetDataEntries()
1622 if (eType == CELLTYPE_STRING) in GetDataEntries()
1911 CellType eType = pItems[nIndex].pCell->GetCellType(); in HasStringCells() local
1912 if ( eType == CELLTYPE_STRING || eType == CELLTYPE_EDIT ) in HasStringCells()
2027 CellType eType = pCell->GetCellType(); in GetMaxNumberStringLen() local
2028 if ( eType == CELLTYPE_VALUE || (eType == CELLTYPE_FORMULA in GetMaxNumberStringLen()
/trunk/main/starmath/source/
H A Dnode.cxx142 eType = eNodeType; in SmNode()
1820 if (GetToken().eType == TOVERBRACE) in Arrange()
1930 switch (GetToken().eType) in Arrange()
1965 switch (GetToken().eType) in Arrange()
1994 switch (GetToken().eType) in CreateTextFromNode()
2115 switch (GetToken().eType) in Prepare()
2139 switch (GetToken().eType) in Arrange()
2451 if (TTEXT == GetToken().eType) in Prepare()
2487 if (GetToken().eType == TTEXT) in CreateTextFromNode()
2821 switch (GetToken().eType) in CreateTextFromNode()
[all …]
/trunk/main/sw/source/ui/dbui/
H A Ddbui.cxx41 PrintMonitor::PrintMonitor( Window *pParent, PrintMonitorType eType ) in PrintMonitor() argument
45 eType == MONITOR_TYPE_MAIL ? in PrintMonitor()
46 FT_SENDING : eType == MONITOR_TYPE_SAVE ? FT_SAVING : FT_PRINTING )), in PrintMonitor()
51 switch (eType) in PrintMonitor()
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx384 SwStartNodeType eType = pSttNode->GetStartNodeType(); in getCrsrPropertyValue() local
385 if(SwTableBoxStartNode == eType) in getCrsrPropertyValue()
413 SwStartNodeType eType = pSttNode->GetStartNodeType(); in getCrsrPropertyValue() local
416 if(eType == SwFlyStartNode && 0 != (pFmt = pSttNode->GetFlyFmt())) in getCrsrPropertyValue()
1031 RedlineType_t eType = nsRedlineType_t::REDLINE_INSERT; in makeRedline() local
1033 eType = nsRedlineType_t::REDLINE_DELETE; in makeRedline()
1035 eType = nsRedlineType_t::REDLINE_FORMAT; in makeRedline()
1037 eType = nsRedlineType_t::REDLINE_TABLE; in makeRedline()
1054 SwRedlineData aRedlineData( eType, nAuthor ); in makeRedline()
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx256 AnyWidget( WidgetType eType ) : in AnyWidget()
257 Type( eType ), in AnyWidget()
904 …l::OUString& sDestName, const Rectangle& rRect, sal_Int32 nPageNr = -1, DestAreaType eType = XYZ );
921 sal_Int32 CreateDest( const Rectangle& rRect, sal_Int32 nPageNr = -1, DestAreaType eType = XYZ );
957 …nce( sal_Int32 nDestId, const Rectangle& rRect, sal_Int32 nPageNr = -1, DestAreaType eType = XYZ );
1146 …sal_Int32 BeginStructureElement( enum StructElement eType, const rtl::OUString& rAlias = rtl::OUSt…
1280 void SetPageTransition( PageTransition eType, sal_uInt32 nMilliSec, sal_Int32 nPageNr = -1 );
/trunk/main/svl/inc/svl/
H A Dzformat.hxx200 (eType & ~NUMBERFORMAT_DEFINED) : eType; } in GetType()
202 void SetType(const short eSetType) { eType = eSetType; } in SetType()
210 { nNewStandardDefined = nVer; eType |= NUMBERFORMAT_DEFINED; } in SetNewStandardDefined()
248 sal_Bool IsTextFormat() const { return (eType & NUMBERFORMAT_TEXT) != 0; } in IsTextFormat()
476 short eType; // Type of format member in SvNumberformat

Completed in 173 milliseconds

12345678910>>...30