Searched refs:eType1 (Results 1 – 8 of 8) sorted by relevance
156 SymbolType eType1, eType2; in ImplDrawSpinButton() local164 eType1 = bMirrorHorz ? SYMBOL_ARROW_RIGHT : SYMBOL_ARROW_LEFT; in ImplDrawSpinButton()169 eType1 = SYMBOL_ARROW_UP; in ImplDrawSpinButton()177 eType1 = bMirrorHorz ? SYMBOL_SPIN_RIGHT : SYMBOL_SPIN_LEFT; in ImplDrawSpinButton()182 eType1 = SYMBOL_SPIN_UP; in ImplDrawSpinButton()285 aDecoView.DrawSymbol( aUpRect, eType1, rStyleSettings.GetButtonTextColor(), nTempStyle ); in ImplDrawSpinButton()
478 CellType eType1 = CELLTYPE_NONE; in CellEqual() local482 eType1 = pCell1->GetCellType(); in CellEqual()483 if (eType1 == CELLTYPE_EDIT) in CellEqual()484 eType1 = CELLTYPE_STRING; in CellEqual()485 else if (eType1 == CELLTYPE_NOTE) in CellEqual()486 eType1 = CELLTYPE_NONE; in CellEqual()496 if ( eType1 != eType2 ) in CellEqual()499 switch ( eType1 ) // beide Typen gleich in CellEqual()
244 CellType eType1 = CELLTYPE_NONE, eType2 = CELLTYPE_NONE; in CompareCell() local247 eType1 = pCell1->GetCellType(); in CompareCell()248 if (eType1 == CELLTYPE_NOTE) in CompareCell()262 sal_Bool bStr1 = ( eType1 != CELLTYPE_VALUE ); in CompareCell()263 if ( eType1 == CELLTYPE_FORMULA && ((ScFormulaCell*)pCell1)->IsValue() ) in CompareCell()273 if (eType1 == CELLTYPE_STRING) in CompareCell()309 if (eType1 == CELLTYPE_VALUE) in CompareCell()311 else if (eType1 == CELLTYPE_FORMULA) in CompareCell()
872 CellType eType1 = pCell1->GetCellType(); in SwapRow() local875 …ScFormulaCell* pFmlaCell1 = (eType1 == CELLTYPE_FORMULA) ? static_cast< ScFormulaCell* >( pCell1 )… in SwapRow()
306 SbxDataType eType1 = refVar1->GetType(); in StepIS() local308 if ( eType1 == SbxEMPTY ) in StepIS()311 eType1 = refVar1->GetType(); in StepIS()319 sal_Bool bRes = sal_Bool( eType1 == SbxOBJECT && eType2 == SbxOBJECT ); in StepIS()
295 RTTypeClass eType1, uno::TypeClass eType2 ) in match() argument297 switch ( eType1 ) in match()
91 static bool match( ::RTTypeClass eType1,
3324 TypeClass eType1 = aAny1.getValueType().getTypeClass(); in RTL_Impl_EqualUnoObjects() local3325 if( eType1 != TypeClass_INTERFACE ) in RTL_Impl_EqualUnoObjects()
Completed in 147 milliseconds