Home
last modified time | relevance | path

Searched refs:IsTextFormat (Results 1 – 16 of 16) sorted by relevance

/trunk/main/svtools/source/control/
H A Dfmtfield.cxx434 if (ImplGetFormatter()->IsTextFormat(m_nFormatKey)) in SetTextFormatted()
718 DBG_ASSERT(!ImplGetFormatter()->IsTextFormat(m_nFormatKey), in GetThousandsSep()
731 DBG_ASSERT(!ImplGetFormatter()->IsTextFormat(m_nFormatKey), in SetThousandsSep()
762 DBG_ASSERT(!ImplGetFormatter()->IsTextFormat(m_nFormatKey), in GetDecimalDigits()
775 DBG_ASSERT(!ImplGetFormatter()->IsTextFormat(m_nFormatKey), in SetDecimalDigits()
866 if (!nMod && ImplGetFormatter()->IsTextFormat(m_nFormatKey)) in Notify()
881 if ((pData->GetMode() == COMMAND_WHEEL_SCROLL) && ImplGetFormatter()->IsTextFormat(m_nFormatKey)) in Notify()
985 if (ImplGetFormatter()->IsTextFormat(m_nFormatKey)) in ImplSetValue()
1024 if (ImplGetFormatter()->IsTextFormat(nFormatKey) && m_bTreatAsNumber) in ImplGetValue()
/trunk/main/sw/source/core/fields/
H A Dfldbas.cxx534 if( pFormatter->IsTextFormat( nFmt ) ) in ExpandValue()
799 if (pFormatter->IsTextFormat(nFmt)) in GetExpandedFormula()
H A Ddbfld.cxx366 if (nFmt && nFmt != SAL_MAX_UINT32 && !pFormatter->IsTextFormat(nFmt)) in Evaluate()
/trunk/main/sc/source/core/tool/
H A Dcellform.cxx85 if( nFormat && rFormatter.IsTextFormat( nFormat ) ) in GetString()
/trunk/main/extensions/source/propctrlr/
H A Dusercontrol.cxx118 const bool bIsTextFormat = ( pEntry && pEntry->IsTextFormat() ); in setValue()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx458 sal_Bool SvNumberFormatter::IsTextFormat(sal_uInt32 F_Index) const in IsTextFormat() function in SvNumberFormatter
464 return pFormat->IsTextFormat(); in IsTextFormat()
1549 if (!pFormat->IsTextFormat() && !pFormat->HasTextFormat()) in GetOutputString()
1730 if (p_Entry->IsTextFormat() || p_Entry->HasTextFormat()) in GetPreviewString()
/trunk/main/sw/source/core/edit/
H A Dedtab.cxx402 return GetDoc()->GetNumberFormatter()->IsTextFormat( nFmt ) || in IsTableBoxTextFormat()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx2429 sal_Bool bNewIsTxtFmt = pNumFmtr->IsTextFormat( nNewFmt ) || in Modify()
2695 !pFmt->GetDoc()->GetNumberFormatter()->IsTextFormat( in IsFormulaOrValueBox()
2717 if( !pNumFmtr->IsTextFormat( nFmtId ) && in ActualiseValueBox()
/trunk/main/svl/inc/svl/
H A Dzformat.hxx248 sal_Bool IsTextFormat() const { return (eType & NUMBERFORMAT_TEXT) != 0; } in IsTextFormat() function in SvNumberformat
H A Dzforlist.hxx536 sal_Bool IsTextFormat(sal_uInt32 nFIndex) const;
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx1864 bString = bSaveAsShown && rFormatter.IsTextFormat( nFormat); in AsciiSave()
1917 bString = bSaveAsShown && rFormatter.IsTextFormat( nFormat); in AsciiSave()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx4093 sal_False, &pNumFmtItem ) && GetNumberFormatter()->IsTextFormat( in ChkBoxNumFmt()
4284 if( pFmtItem && GetNumberFormatter()->IsTextFormat( in ClearBoxNumAttrs()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1162 if (!_pFormatter->IsTextFormat(_nFormatKey)) in callColumnFormatDialog()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx733 || pDoc->GetNumberFormatter()->IsTextFormat(((SwTblBoxNumFormat*)pItem)->GetValue()) in lcl_setValue()
921 || pMyDoc->GetNumberFormatter()->IsTextFormat(((SwTblBoxNumFormat*)pItem)->GetValue())) in setFormula()
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx2174 !pNumberFormatter->GetEntry( pNumFormat->GetValue() )->IsTextFormat() ) in MakeTableBox()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx1559 ->IsTextFormat( nNumFmt ); in FixFrameFmt()

Completed in 212 milliseconds