Home
last modified time | relevance | path

Searched refs:nValueType (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx333 sal_uInt16 nValueType; in ReadChTrCellContent() local
334 *pStrm >> nValueType; in ReadChTrCellContent()
335 sal_uInt16 nOldValueType = (nValueType >> 3) & EXC_CHTR_TYPE_MASK; in ReadChTrCellContent()
336 sal_uInt16 nNewValueType = nValueType & EXC_CHTR_TYPE_MASK; in ReadChTrCellContent()
344 switch( nValueType & EXC_CHTR_TYPE_FORMATMASK ) in ReadChTrCellContent()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx2034 sal_uInt32 nCalcmode, nBits, nValueType; in importAnimateContainer() local
2035 mrStCtrl >> nCalcmode >> nBits >> nValueType; in importAnimateContainer()
2046 …sal_Int16 n = (nValueType == 1) ? AnimationValueType::NUMBER : (nValueType == 2 ) ? AnimationValue… in importAnimateContainer()
2048 …dump( " valueType=\"%s\"", (nValueType == 0) ? "string" : (nValueType == 1) ? "number" : (nValueTy… in importAnimateContainer()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1572 sal_uInt32 nValueType = 0; in GetValueTypeForAttributeName() local
1618 nValueType = pPtr->nType; in GetValueTypeForAttributeName()
1624 return nValueType; in GetValueTypeForAttributeName()
1643 sal_uInt32 nValueType = GetValueTypeForAttributeName( xAnimate->getAttributeName() ); in exportAnimate() local
1654 << nValueType; in exportAnimate()

Completed in 61 milliseconds