Searched refs:nFmtType (Results 1 – 7 of 7) sorted by relevance
974 short nFmtType = 0; in ExportPart_Impl() local984 nFmtType = NUMBERFORMAT_NUMBER; in ExportPart_Impl()986 nFmtType = NUMBERFORMAT_LOGICAL; in ExportPart_Impl()988 nFmtType = NUMBERFORMAT_TEXT; in ExportPart_Impl()994 nFmtType = 0; in ExportPart_Impl()997 switch ( nFmtType ) in ExportPart_Impl()1077 if ( bAutoOrder && ( nFmtType == NUMBERFORMAT_DATE || nFmtType == NUMBERFORMAT_DATETIME ) && in ExportPart_Impl()1084 …( nFmtType == NUMBERFORMAT_CURRENCY || nFmtType == NUMBERFORMAT_DATE || nFmtType == NUMBERFORMAT_D… in ExportPart_Impl()1094 ( nFmtType == NUMBERFORMAT_DATE || nFmtType == NUMBERFORMAT_DATETIME ) ) in ExportPart_Impl()1240 sal_Bool bAllowEmbedded = ( nFmtType == 0 || nFmtType == NUMBERFORMAT_NUMBER || in ExportPart_Impl()[all …]
1550 sal_uInt16 nFmtType = 0, nOffset = 0; in ExecNumberFormat() local1571 case FN_NUMBER_STANDARD: nFmtType = NUMBERFORMAT_NUMBER; break; in ExecNumberFormat()1572 case FN_NUMBER_SCIENTIFIC: nFmtType = NUMBERFORMAT_SCIENTIFIC; break; in ExecNumberFormat()1573 case FN_NUMBER_DATE: nFmtType = NUMBERFORMAT_DATE; break; in ExecNumberFormat()1574 case FN_NUMBER_TIME: nFmtType = NUMBERFORMAT_TIME; break; in ExecNumberFormat()1575 case FN_NUMBER_CURRENCY: nFmtType = NUMBERFORMAT_CURRENCY; break; in ExecNumberFormat()1576 case FN_NUMBER_PERCENT: nFmtType = NUMBERFORMAT_PERCENT; break; in ExecNumberFormat()1579 nFmtType = NUMBERFORMAT_NUMBER; in ExecNumberFormat()1588 if( nFmtType ) in ExecNumberFormat()1589 nNumberFormat = pFormatter->GetStandardFormat( nFmtType, eLang ) + nOffset; in ExecNumberFormat()
335 sal_uInt16 nFmtType = 0; in IMPL_LINK() local342 nFmtType = NUMBERFORMAT_DATE; in IMPL_LINK()354 nFmtType = NUMBERFORMAT_TIME; in IMPL_LINK()424 aNumFormatLB.SetFormatType(nFmtType); in IMPL_LINK()430 aNumFormatLB.SetFormatType(nFmtType); in IMPL_LINK()
1645 short nFmtType = mpDoc->GetFormatTable()->GetType(nFmtIndex); in getSingleRefToken() local1646 if (nFmtType != NUMBERFORMAT_UNDEFINED) in getSingleRefToken()1650 pFmt->mnType = nFmtType; in getSingleRefToken()1701 short nFmtType = mpDoc->GetFormatTable()->GetType(nFmtIndex); in getSingleRefToken() local1702 if (nFmtType != NUMBERFORMAT_UNDEFINED) in getSingleRefToken()1706 pFmt->mnType = nFmtType; in getSingleRefToken()
400 short nFmtType = pFormatter->GetType( nNumFmt ); in NewField() local401 switch( nFmtType ) in NewField()
364 short nFmtType = rFormatter.GetType( rDoc.GetNumberFormat( aPos ) ); in InitStandardField() local365 if( nFmtType == NUMBERFORMAT_LOGICAL ) in InitStandardField()367 else if( nFmtType & NUMBERFORMAT_DATETIME ) in InitStandardField()
4131 short nFmtType = pNumFmtr->GetType( nFmtIdx ); in ChkBoxNumFmt() local4132 if( nFmtType == pNumFmtr->GetType( nOldNumFmt ) || in ChkBoxNumFmt()4133 NUMBERFORMAT_NUMBER == nFmtType ) in ChkBoxNumFmt()
Completed in 82 milliseconds