Searched refs:eType2 (Results 1 – 10 of 10) sorted by relevance
295 RTTypeClass eType1, uno::TypeClass eType2 ) in match() argument300 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 …]
92 ::com::sun::star::uno::TypeClass eType2 );
156 SymbolType eType1, eType2; in ImplDrawSpinButton() local165 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()
479 CellType eType2 = CELLTYPE_NONE; in CellEqual() local490 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()
244 CellType eType1 = CELLTYPE_NONE, eType2 = CELLTYPE_NONE; in CompareCell() local253 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()
873 CellType eType2 = pCell2 ? pCell2->GetCellType() : CELLTYPE_NONE; in SwapRow() local876 …ScFormulaCell* pFmlaCell2 = (eType2 == CELLTYPE_FORMULA) ? static_cast< ScFormulaCell* >( pCell2 )… in SwapRow()
307 SbxDataType eType2 = refVar2->GetType(); in StepIS() local313 if ( eType2 == SbxEMPTY ) in StepIS()316 eType2 = refVar2->GetType(); in StepIS()319 sal_Bool bRes = sal_Bool( eType1 == SbxOBJECT && eType2 == SbxOBJECT ); in StepIS()
1188 SbxDataType eType2 = pVar2->GetType(); in PutGet() local1189 sal_Bool bHasRecordNo = (sal_Bool)(eType2 != SbxEMPTY && eType2 != SbxERROR); in PutGet()
908 SbxDataType eType2 = pDefaultExpr->GetType(); in ProcDecl() local911 if( eType2 == SbxSTRING ) in ProcDecl()914 nStringId = aGblStrings.Add( pDefaultExpr->GetValue(), eType2 ); in ProcDecl()
3338 TypeClass eType2 = aAny2.getValueType().getTypeClass(); in RTL_Impl_EqualUnoObjects() local3339 if( eType2 != TypeClass_INTERFACE ) in RTL_Impl_EqualUnoObjects()
Completed in 110 milliseconds