Home
last modified time | relevance | path

Searched refs:nFmtType (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/xmloff/source/style/
H A Dxmlnumfe.cxx974 short nFmtType = 0; in ExportPart_Impl() local
984 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 …]
/aoo42x/main/sw/source/ui/shells/
H A Dtabsh.cxx1550 sal_uInt16 nFmtType = 0, nOffset = 0; in ExecNumberFormat() local
1571 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()
/aoo42x/main/sw/source/ui/fldui/
H A Dflddok.cxx335 sal_uInt16 nFmtType = 0; in IMPL_LINK() local
342 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()
/aoo42x/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx1646 short nFmtType = mpDoc->GetFormatTable()->GetType(nFmtIndex); in getSingleRefToken() local
1647 if (nFmtType != NUMBERFORMAT_UNDEFINED) in getSingleRefToken()
1651 pFmt->mnType = nFmtType; in getSingleRefToken()
1702 short nFmtType = mpDoc->GetFormatTable()->GetType(nFmtIndex); in getSingleRefToken() local
1703 if (nFmtType != NUMBERFORMAT_UNDEFINED) in getSingleRefToken()
1707 pFmt->mnType = nFmtType; in getSingleRefToken()
/aoo42x/main/sw/source/filter/html/
H A Dhtmlfld.cxx400 short nFmtType = pFormatter->GetType( nNumFmt ); in NewField() local
401 switch( nFmtType ) in NewField()
/aoo42x/main/sc/source/filter/excel/
H A Dxepivot.cxx364 short nFmtType = rFormatter.GetType( rDoc.GetNumberFormat( aPos ) ); in InitStandardField() local
365 if( nFmtType == NUMBERFORMAT_LOGICAL ) in InitStandardField()
367 else if( nFmtType & NUMBERFORMAT_DATETIME ) in InitStandardField()
/aoo42x/main/sw/source/core/docnode/
H A Dndtbl.cxx4131 short nFmtType = pNumFmtr->GetType( nFmtIdx ); in ChkBoxNumFmt() local
4132 if( nFmtType == pNumFmtr->GetType( nOldNumFmt ) || in ChkBoxNumFmt()
4133 NUMBERFORMAT_NUMBER == nFmtType ) in ChkBoxNumFmt()

Completed in 90 milliseconds