Home
last modified time | relevance | path

Searched refs:eType2 (Results 1 – 10 of 10) sorted by relevance

/trunk/main/stoc/source/registry_tdprovider/
H A Drdbtdp_tdenumeration.cxx295 RTTypeClass eType1, uno::TypeClass eType2 ) in match() argument
300 return eType2 == uno::TypeClass_INTERFACE; in match()
303 return eType2 == uno::TypeClass_MODULE; in match()
306 return eType2 == uno::TypeClass_STRUCT; in match()
309 return eType2 == uno::TypeClass_ENUM; in match()
312 return eType2 == uno::TypeClass_EXCEPTION; in match()
315 return eType2 == uno::TypeClass_TYPEDEF; in match()
318 return eType2 == uno::TypeClass_SERVICE; in match()
321 return eType2 == uno::TypeClass_SINGLETON; in match()
324 return eType2 == uno::TypeClass_CONSTANTS; in match()
[all …]
H A Drdbtdp_tdenumeration.hxx92 ::com::sun::star::uno::TypeClass eType2 );
/trunk/main/vcl/source/control/
H A Dspinfld.cxx156 SymbolType eType1, eType2; in ImplDrawSpinButton() local
165 eType2 = bMirrorHorz ? SYMBOL_ARROW_LEFT : SYMBOL_ARROW_RIGHT; in ImplDrawSpinButton()
170 eType2 = SYMBOL_ARROW_DOWN; in ImplDrawSpinButton()
178 eType2 = bMirrorHorz ? SYMBOL_SPIN_LEFT : SYMBOL_SPIN_RIGHT; in ImplDrawSpinButton()
183 eType2 = SYMBOL_SPIN_DOWN; in ImplDrawSpinButton()
290 aDecoView.DrawSymbol( aLowRect, eType2, rStyleSettings.GetButtonTextColor(), nSymStyle ); in ImplDrawSpinButton()
/trunk/main/sc/source/core/data/
H A Dcell.cxx479 CellType eType2 = CELLTYPE_NONE; in CellEqual() local
490 eType2 = pCell2->GetCellType(); in CellEqual()
491 if (eType2 == CELLTYPE_EDIT) in CellEqual()
492 eType2 = CELLTYPE_STRING; in CellEqual()
493 else if (eType2 == CELLTYPE_NOTE) in CellEqual()
494 eType2 = CELLTYPE_NONE; in CellEqual()
496 if ( eType1 != eType2 ) in CellEqual()
H A Dtable3.cxx244 CellType eType1 = CELLTYPE_NONE, eType2 = CELLTYPE_NONE; in CompareCell() local
253 eType2 = pCell2->GetCellType(); in CompareCell()
254 if (eType2 == CELLTYPE_NOTE) in CompareCell()
265 sal_Bool bStr2 = ( eType2 != CELLTYPE_VALUE ); in CompareCell()
266 if ( eType2 == CELLTYPE_FORMULA && ((ScFormulaCell*)pCell2)->IsValue() ) in CompareCell()
277 if (eType2 == CELLTYPE_STRING) in CompareCell()
315 if (eType2 == CELLTYPE_VALUE) in CompareCell()
317 else if (eType2 == CELLTYPE_FORMULA) in CompareCell()
H A Dcolumn.cxx873 CellType eType2 = pCell2 ? pCell2->GetCellType() : CELLTYPE_NONE; in SwapRow() local
876 …ScFormulaCell* pFmlaCell2 = (eType2 == CELLTYPE_FORMULA) ? static_cast< ScFormulaCell* >( pCell2 )… in SwapRow()
/trunk/main/basic/source/runtime/
H A Dstep0.cxx307 SbxDataType eType2 = refVar2->GetType(); in StepIS() local
313 if ( eType2 == SbxEMPTY ) in StepIS()
316 eType2 = refVar2->GetType(); in StepIS()
319 sal_Bool bRes = sal_Bool( eType1 == SbxOBJECT && eType2 == SbxOBJECT ); in StepIS()
H A Dmethods1.cxx1188 SbxDataType eType2 = pVar2->GetType(); in PutGet() local
1189 sal_Bool bHasRecordNo = (sal_Bool)(eType2 != SbxEMPTY && eType2 != SbxERROR); in PutGet()
/trunk/main/basic/source/comp/
H A Ddim.cxx908 SbxDataType eType2 = pDefaultExpr->GetType(); in ProcDecl() local
911 if( eType2 == SbxSTRING ) in ProcDecl()
914 nStringId = aGblStrings.Add( pDefaultExpr->GetValue(), eType2 ); in ProcDecl()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx3338 TypeClass eType2 = aAny2.getValueType().getTypeClass(); in RTL_Impl_EqualUnoObjects() local
3339 if( eType2 != TypeClass_INTERFACE ) in RTL_Impl_EqualUnoObjects()

Completed in 1220 milliseconds