Searched refs:nValueType (Results 1 – 3 of 3) sorted by relevance
333 sal_uInt16 nValueType; in ReadChTrCellContent() local334 *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()
2034 sal_uInt32 nCalcmode, nBits, nValueType; in importAnimateContainer() local2035 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()
1572 sal_uInt32 nValueType = 0; in GetValueTypeForAttributeName() local1618 nValueType = pPtr->nType; in GetValueTypeForAttributeName()1624 return nValueType; in GetValueTypeForAttributeName()1643 sal_uInt32 nValueType = GetValueTypeForAttributeName( xAnimate->getAttributeName() ); in exportAnimate() local1654 << nValueType; in exportAnimate()
Completed in 72 milliseconds