Home
last modified time | relevance | path

Searched refs:eType1 (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/vcl/source/control/
H A Dspinfld.cxx156 SymbolType eType1, eType2; in ImplDrawSpinButton() local
164 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()
/aoo42x/main/sc/source/core/data/
H A Dcell.cxx478 CellType eType1 = CELLTYPE_NONE; in CellEqual() local
482 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()
H A Dtable3.cxx244 CellType eType1 = CELLTYPE_NONE, eType2 = CELLTYPE_NONE; in CompareCell() local
247 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()
H A Dcolumn.cxx872 CellType eType1 = pCell1->GetCellType(); in SwapRow() local
875 …ScFormulaCell* pFmlaCell1 = (eType1 == CELLTYPE_FORMULA) ? static_cast< ScFormulaCell* >( pCell1 )… in SwapRow()
/aoo42x/main/basic/source/runtime/
H A Dstep0.cxx306 SbxDataType eType1 = refVar1->GetType(); in StepIS() local
308 if ( eType1 == SbxEMPTY ) in StepIS()
311 eType1 = refVar1->GetType(); in StepIS()
319 sal_Bool bRes = sal_Bool( eType1 == SbxOBJECT && eType2 == SbxOBJECT ); in StepIS()
/aoo42x/main/stoc/source/registry_tdprovider/
H A Drdbtdp_tdenumeration.cxx295 RTTypeClass eType1, uno::TypeClass eType2 ) in match() argument
297 switch ( eType1 ) in match()
H A Drdbtdp_tdenumeration.hxx91 static bool match( ::RTTypeClass eType1,
/aoo42x/main/basic/source/classes/
H A Dsbunoobj.cxx3324 TypeClass eType1 = aAny1.getValueType().getTypeClass(); in RTL_Impl_EqualUnoObjects() local
3325 if( eType1 != TypeClass_INTERFACE ) in RTL_Impl_EqualUnoObjects()

Completed in 91 milliseconds