Home
last modified time | relevance | path

Searched refs:eType (Results 101 – 125 of 726) sorted by relevance

12345678910>>...30

/trunk/main/svtools/source/dialogs/
H A Dwizardmachine.cxx371 WindowType eType = pChildLoop->GetType(); in implResetDefault() local
372 if ( (WINDOW_BUTTON == eType) in implResetDefault()
373 || (WINDOW_PUSHBUTTON == eType) in implResetDefault()
374 || (WINDOW_OKBUTTON == eType) in implResetDefault()
375 || (WINDOW_CANCELBUTTON == eType) in implResetDefault()
376 || (WINDOW_HELPBUTTON == eType) in implResetDefault()
377 || (WINDOW_IMAGEBUTTON == eType) in implResetDefault()
378 || (WINDOW_MENUBUTTON == eType) in implResetDefault()
379 || (WINDOW_MOREBUTTON == eType) in implResetDefault()
/trunk/main/sw/source/filter/html/
H A Dparcss1.cxx893 CSS1SelectorType eType = CSS1_SELTYPE_ELEMENT; in ParseSelector() local
905 eType = CSS1_SELTYPE_ELEM_CLASS; in ParseSelector()
918 pNew = new CSS1Selector( eType, aElement ); in ParseSelector()
1268 DBG_ASSERT( CSS1_URL==eType, "CSS1-Ausruck ist keine Farbe URL" ); in GetURL()
1292 DBG_ASSERT( CSS1_IDENT==eType || CSS1_RGB==eType || in GetColor()
1293 CSS1_HEXCOLOR==eType || CSS1_STRING==eType, in GetColor()
1299 switch( eType ) in GetColor()
1369 if( bRet || CSS1_STRING != eType || !aValue.Len() || in GetColor()
1376 xub_StrLen nOffset = CSS1_STRING==eType ? 1 : 0; in GetColor()
H A Dhtmlnum.cxx784 sal_Int16 eType = rInfo.GetNumRule() in OutHTML_NumBulListStart() local
786 if( SVX_NUM_CHAR_SPECIAL != eType && SVX_NUM_BITMAP != eType ) in OutHTML_NumBulListStart()
856 sal_Int16 eType = rNumFmt.GetNumberingType(); in OutHTML_NumBulListStart() local
857 if( SVX_NUM_CHAR_SPECIAL == eType ) in OutHTML_NumBulListStart()
880 else if( SVX_NUM_BITMAP == eType ) in OutHTML_NumBulListStart()
901 switch( eType ) in OutHTML_NumBulListStart()
972 sal_Int16 eType = rInfo.GetNumRule()->Get( i-1 ).GetNumberingType(); in OutHTML_NumBulListEnd() local
974 if( SVX_NUM_CHAR_SPECIAL == eType || SVX_NUM_BITMAP == eType) in OutHTML_NumBulListEnd()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableFieldControl.cxx98 void OTableFieldControl::ActivateAggregate( EControlType eType ) in ActivateAggregate() argument
100 switch(eType) in ActivateAggregate()
106 OFieldDescControl::ActivateAggregate(eType); in ActivateAggregate()
110 void OTableFieldControl::DeactivateAggregate( EControlType eType ) in DeactivateAggregate() argument
112 switch(eType) in DeactivateAggregate()
118 OFieldDescControl::DeactivateAggregate(eType); in DeactivateAggregate()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentHelper.java94 …public static DocumentHelper blankDocument( XComponentContext xCtx, DocumentType eType ) throws co… in blankDocument() argument
96 XComponent document = implCreateBlankDocument( xCtx, getDocumentFactoryURL( eType ) ); in blankDocument()
97 if ( eType == DocumentType.CALC ) in blankDocument()
207 public static String getDocumentFactoryURL( DocumentType eType ) in getDocumentFactoryURL() argument
209 if ( eType == DocumentType.WRITER ) in getDocumentFactoryURL()
211 if ( eType == DocumentType.CALC ) in getDocumentFactoryURL()
213 if ( eType == DocumentType.DRAWING ) in getDocumentFactoryURL()
/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx330 bool Is3DRefOnly( XclFormulaType eType ) const;
337 void Init( XclFormulaType eType );
514 Init( eType, rScTokArr, pScBasePos, pRefLog ); in CreateFormula()
577 const XclExpCompConfig* pCfg = GetConfigForType( eType ); in Is3DRefOnly()
590 void XclExpFmlaCompImpl::Init( XclFormulaType eType ) in Init() argument
603 Init( eType ); in Init()
2597 XclFormulaType eType, const ScTokenArray& rScTokArr, in CreateFormula() argument
2607 return mxImpl->CreateFormula( eType, aScTokArr ); in CreateFormula()
2614 return mxImpl->CreateFormula( eType, aScTokArr ); in CreateFormula()
2625 bool b3DRefOnly = mxImpl->Is3DRefOnly( eType ); in CreateFormula()
[all …]
/trunk/main/connectivity/source/drivers/mysql/
H A DYDriver.cxx218 const T_DRIVERTYPE eType = lcl_getDriverType( url ); in loadDriver() local
219 if ( eType == D_ODBC ) in loadDriver()
225 else if ( eType == D_NATIVE ) in loadDriver()
257 const T_DRIVERTYPE eType = lcl_getDriverType( url ); in connect() local
258 Sequence< PropertyValue > aConvertedProperties = lcl_convertProperties(eType,info,url); in connect()
259 if ( eType == D_JDBC ) in connect()
347 const T_DRIVERTYPE eType = lcl_getDriverType( url ); in getPropertyInfo() local
348 if ( eType == D_JDBC ) in getPropertyInfo()
358 else if ( eType == D_NATIVE ) in getPropertyInfo()
/trunk/main/dbaccess/source/ui/dlg/
H A Dgeneralpage.cxx159 ::rtl::OUString eType;
162 …DisplayedType( const ::rtl::OUString& _eType, const String& _rDisplayName ) : eType( _eType ), sDi… in DisplayedType()
170 return _rLHS.eType < _rRHS.eType; in operator ()()
210 insertDatasourceTypeEntryData( loop->eType, loop->sDisplayName ); in initializeTypeList()
416 const ::dbaccess::DATASOURCE_TYPE eType = m_pCollection->determineType(_sURLPrefix); in approveDataSourceType() local
420 switch ( eType ) in approveDataSourceType()
436 if ( eType == ::dbaccess::DST_MYSQL_NATIVE_DIRECT ) in approveDataSourceType()
444 if ( eType == ::dbaccess::DST_EMBEDDED_HSQLDB ) in approveDataSourceType()
/trunk/main/svl/source/items/
H A Dctypeitm.cxx63 const INetContentType eType ) in CntContentTypeItem() argument
64 : CntUnencodedStringItem( which, INetContentTypes::GetContentType( eType ) ), in CntContentTypeItem()
65 _eType( eType ) in CntContentTypeItem()
211 void CntContentTypeItem::SetValue( const INetContentType eType ) in SetValue() argument
213 SetValue( INetContentTypes::GetContentType( eType ) ); in SetValue()
217 _eType = eType; in SetValue()
/trunk/main/sw/source/ui/frmdlg/
H A Dcption.cxx151 eType = rSh.GetSelectionType(); in SwCaptionDialog()
152 if ( eType & nsSelectionType::SEL_OLE ) in SwCaptionDialog()
154 eType = nsSelectionType::SEL_GRF; in SwCaptionDialog()
183 if (eType & nsSelectionType::SEL_GRF) in SwCaptionDialog()
197 else if( eType & nsSelectionType::SEL_TBL ) in SwCaptionDialog()
205 else if( eType & nsSelectionType::SEL_FRM ) in SwCaptionDialog()
213 else if( eType == nsSelectionType::SEL_TXT ) in SwCaptionDialog()
218 else if( eType & nsSelectionType::SEL_DRW ) in SwCaptionDialog()
256 switch (eType) in SwCaptionDialog()
275 if (eType & (nsSelectionType::SEL_GRF|nsSelectionType::SEL_DRW)) in SwCaptionDialog()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter.cxx419 …erDestReference( sal_Int32 nDestId, const Rectangle& rRect, sal_Int32 nPageNr, DestAreaType eType ) in RegisterDestReference() argument
421 … return ((PDFWriterImpl*)pImplementation)->registerDestReference( nDestId, rRect, nPageNr, eType ); in RegisterDestReference()
424 …tl::OUString& sDestName, const Rectangle& rRect, sal_Int32 nPageNr, PDFWriter::DestAreaType eType ) in CreateNamedDest() argument
426 return ((PDFWriterImpl*)pImplementation)->createNamedDest( sDestName, rRect, nPageNr, eType ); in CreateNamedDest()
429 …2 PDFWriter::CreateDest( const Rectangle& rRect, sal_Int32 nPageNr, PDFWriter::DestAreaType eType ) in CreateDest() argument
431 return ((PDFWriterImpl*)pImplementation)->createDest( rRect, nPageNr, eType ); in CreateDest()
474 sal_Int32 PDFWriter::BeginStructureElement( PDFWriter::StructElement eType, const rtl::OUString& rA… in BeginStructureElement() argument
476 return ((PDFWriterImpl*)pImplementation)->beginStructureElement( eType, rAlias ); in BeginStructureElement()
524 void PDFWriter::SetPageTransition( PDFWriter::PageTransition eType, sal_uInt32 nMilliSec, sal_Int32… in SetPageTransition() argument
526 ((PDFWriterImpl*)pImplementation)->setPageTransition( eType, nMilliSec, nPageNr ); in SetPageTransition()
/trunk/main/vcl/source/window/
H A Dmenu.cxx250 pData->eType = eType; in Insert()
264 aSalMIData.eType = eType; in Insert()
295 aSalMIData.eType = MENUITEM_SEPARATOR; in InsertSeparator()
770 pData->eType = MENUITEM_STRING; in ImplSetMenuItemData()
772 pData->eType = MENUITEM_IMAGE; in ImplSetMenuItemData()
1437 if ( eType == MENUITEM_DONTKNOW ) in ImplCopyItem()
1440 if ( eType == MENUITEM_SEPARATOR ) in ImplCopyItem()
1567 return pData->eType; in GetItemType()
2456 … if( ! ( ( pData->eType == MENUITEM_IMAGE ) || ( pData->eType == MENUITEM_STRINGIMAGE ) ) ) in ImplCalcSize()
2462 if ( (pData->eType == MENUITEM_STRING) || (pData->eType == MENUITEM_STRINGIMAGE) ) in ImplCalcSize()
[all …]
/trunk/main/sal/osl/unx/
H A Dfile_stat.cxx49 pStat->eType = osl_File_Type_Link; in set_file_type()
51 pStat->eType = osl_File_Type_Directory; in set_file_type()
53 pStat->eType = osl_File_Type_Regular; in set_file_type()
55 pStat->eType = osl_File_Type_Fifo; in set_file_type()
57 pStat->eType = osl_File_Type_Socket; in set_file_type()
59 pStat->eType = osl_File_Type_Special; in set_file_type()
61 pStat->eType = osl_File_Type_Unknown; in set_file_type()
296 pStat->eType = pImpl->getFileType(); in osl_getFileStatus()
/trunk/main/tools/inc/tools/
H A Dpoly.hxx83 DataType eType; // NOTE: only used for debugging member in PolyOptimizeData
88 PolyOptimizeData() : eType( DATA_NONE ) {} in PolyOptimizeData()
89 PolyOptimizeData( sal_uIntPtr nAbsolut ) : eType( DATA_ABSOLUT ), mnAbsolut( nAbsolut ) {} in PolyOptimizeData()
90 PolyOptimizeData( sal_uInt16 nPercent ) : eType( DATA_PERCENT ), mnPercent( nPercent ) {} in PolyOptimizeData()
92 …sal_uIntPtr GetAbsValue() const { (void)eType; DBG_ASSERT( eType == DATA_ABSOLUT, "Wrong data ty… in GetAbsValue()
93 …sal_uInt16 GetPercentValue() const { DBG_ASSERT( eType == DATA_PERCENT, "Wrong data type" ); ret… in GetPercentValue()
/trunk/main/xmloff/source/chart/
H A Dtransporttypes.hxx45 SchXMLCellType eType; member
48 SchXMLCell() : pComplexString(0), fValue( 0.0 ), eType( SCH_CELL_TYPE_UNKNOWN ) in SchXMLCell()
55 , eType( rOther.eType ) in SchXMLCell()
200 DataRowPointStyle( StyleType eType in DataRowPointStyle()
207 meType( eType ), in DataRowPointStyle()
/trunk/main/sw/source/ui/inc/
H A Dcnttab.hxx60 TOXTypes eType; member
65 return eType == aCmp.eType && nIndex == aCmp.nIndex; in operator ==()
69 CurTOXType () : eType (TOX_INDEX), nIndex (0) {}; in CurTOXType()
71 CurTOXType (TOXTypes t, sal_uInt16 i) : eType (t), nIndex (i) {}; in CurTOXType()
/trunk/main/sc/source/core/tool/
H A Dparclass.cxx312 Type eType; in GetParameterType() local
314 eType = pData[eOp].aData.nParam[nParameter]; in GetParameterType()
326 eType = Bounds; in GetParameterType()
327 return eType == Unknown ? Value : eType; in GetParameterType()
377 pArgs[nCount-1].eType == SC_ADDINARG_VARARGS ) in GetExternalParameterType()
387 switch ( pArgs[nParameter].eType ) in GetExternalParameterType()
540 Type eType = GetParameterType( &aToken, j); in GenerateDocumentation() local
541 switch ( eType ) in GenerateDocumentation()
/trunk/main/connectivity/source/drivers/ado/
H A Dadoimp.cxx83 sal_Int32 ADOS::MapADOType2Jdbc(DataTypeEnum eType) in MapADOType2Jdbc() argument
86 switch (eType) in MapADOType2Jdbc()
231 ObjectTypeEnum eType = adPermObjTable; in mapObjectType2Ado() local
235 eType = adPermObjTable; in mapObjectType2Ado()
238 eType = adPermObjView; in mapObjectType2Ado()
241 eType = adPermObjColumn; in mapObjectType2Ado()
244 return eType; in mapObjectType2Ado()
/trunk/main/basic/source/sbx/
H A Dsbxstr.cxx47 aTmp.eType = SbxSTRING; in ImpGetString()
49 switch( +p->eType ) in ImpGetString()
147 if( ( p->eType & (~SbxBYREF) ) == SbxDOUBLE ) in ImpGetCoreString()
151 aTmp.eType = SbxSTRING; in ImpGetCoreString()
152 if( p->eType == SbxDOUBLE ) in ImpGetCoreString()
165 aTmp.eType = SbxSTRING; in ImpPutString()
171 switch( +p->eType ) in ImpPutString()
/trunk/main/sw/source/core/txtnode/
H A Datrtox.cxx66 TOXTypes eType = rTOX.GetTOXType()->GetType(); in CopyTOXMark() local
67 sal_uInt16 nCount = pDoc->GetTOXTypeCount( eType ); in CopyTOXMark()
75 const SwTOXType* pSrcType = pDoc->GetTOXType(eType, i); in CopyTOXMark()
86 pDoc->InsertTOXType( SwTOXType( eType, rNm ) ); in CopyTOXMark()
87 pType = pDoc->GetTOXType(eType, 0); in CopyTOXMark()
/trunk/main/svtools/source/edit/
H A Dsyntaxhighlight.cxx677 String SimpleTokenizer_Impl::getFullTokenStr( /*out*/TokenTypes eType, in getFullTokenStr() argument
681 switch( eType ) in getFullTokenStr()
695 if( eType != TT_EOL ) in getFullTokenStr()
809 TokenTypes eType; in parseLine() local
815 while( getNextToken( eType, pStartPos, pEndPos ) ) in parseLine()
832 TokenTypes eType; in getHighlightPortions() local
837 while( getNextToken( eType, pStartPos, pEndPos ) ) in getHighlightPortions()
843 portion.tokenType = eType; in getHighlightPortions()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DBuiltIn.java40 for (final BuiltInType eType : BuiltInType.values()) in GetTypes()
41 aTypes.add(new BuiltIn(eType)); in GetTypes()
49 final BuiltInType eType) in BuiltIn() argument
51 super(null, eType.GetQualifiedName(), new Location()); in BuiltIn()
52 meType = eType; in BuiltIn()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DRegressionCurveItemConverter.cxx49 …::chart::RegressionCurveHelper::tRegressionType eType = ::chart::RegressionCurveHelper::REGRESSION… in lcl_convertRegressionType()
53 eType = ::chart::RegressionCurveHelper::REGRESSION_TYPE_LINEAR; in lcl_convertRegressionType()
56 eType = ::chart::RegressionCurveHelper::REGRESSION_TYPE_LOG; in lcl_convertRegressionType()
59 eType = ::chart::RegressionCurveHelper::REGRESSION_TYPE_EXP; in lcl_convertRegressionType()
62 eType = ::chart::RegressionCurveHelper::REGRESSION_TYPE_POWER; in lcl_convertRegressionType()
67 return eType; in lcl_convertRegressionType()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DStreamView.java155 final ContentType eType = maOOXMLPackage.getPart( in valueChanged() local
159 eType); in valueChanged()
210 final ContentType eType = maOOXMLPackage.getPart( in SetPartUnderMouse() local
212 String sToolTipText = eType.toString(); in SetPartUnderMouse()
213 if ( ! eType.GetLongName().isEmpty()) in SetPartUnderMouse()
214 sToolTipText += " (" + eType.GetLongName() + ")"; in SetPartUnderMouse()
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx530 sal_uInt16 eType) in SearchPoolItems() argument
532 sw::cPoolItemIter aIter = rItems.find(eType); in SearchPoolItems()
794 SameOpenRedlineType(RedlineType_t eType) : meType(eType) {} in SameOpenRedlineType() argument
799 return (pEntry->bLocked && (pTest->eType == meType)); in operator ()()
803 bool RedlineStack::close(const SwPosition& rPos, RedlineType_t eType) in close() argument
807 SameOpenRedlineType(eType)); in close()
846 SwRedlineData aData(pFltRedline->eType, pFltRedline->nAutorNo, in operator ()()
868 …return (pOne->eType == nsRedlineType_t::REDLINE_INSERT && pTwo->eType != nsRedlineType_t::REDLINE_… in operator ()()

Completed in 182 milliseconds

12345678910>>...30