Home
last modified time | relevance | path

Searched refs:SvNumberformat (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/svl/source/numbers/
H A Dzforlist.cxx460 SvNumberformat* pFormat = (SvNumberformat*) aFTable.Get(F_Index); in IsTextFormat()
469 SvNumberformat* pFormat = (SvNumberformat*) aFTable.Get(F_Index); in HasTextFormat()
494 SvNumberformat* p_Entry = new SvNumberformat(rString, in PutEntry()
665 SvNumberformat* pFormat = (SvNumberformat*) aFTable.Get(nFIndex); in SetFormatUsed()
883 SvNumberformat* pEntry = (SvNumberformat*) pTable->First(); in Save()
1034 SvNumberformat* pFormat = (SvNumberformat*) aFTable.Get(FIndex); in GetFirstEntryTable()
1577 SvNumberformat* p_Entry = new SvNumberformat(sTmpString, in GetPreviewString()
1712 SvNumberformat* p_Entry = new SvNumberformat( sTmpString, in GetPreviewString()
1761 SvNumberformat* pEntry = new SvNumberformat(sTmpString, in TestNewString()
1806 SvNumberformat* pFormat = new SvNumberformat(aCodeStr, in ImpInsertFormat()
[all …]
H A Dzformat.cxx518 SvNumberformat::SvNumberformat( ImpSvNumberformatScan& rSc, LanguageType eLge ) in SvNumberformat() function in SvNumberformat
527 void SvNumberformat::ImpCopyNumberformat( const SvNumberformat& rFormat ) in ImpCopyNumberformat()
548 SvNumberformat::SvNumberformat( SvNumberformat& rFormat ) in SvNumberformat() function in SvNumberformat
554 SvNumberformat::SvNumberformat( SvNumberformat& rFormat, ImpSvNumberformatScan& rSc ) in SvNumberformat() function in SvNumberformat
604 SvNumberformat::SvNumberformat(String& rString, in SvNumberformat() function in SvNumberformat
1027 SvNumberformat::~SvNumberformat() in ~SvNumberformat()
1550 SvNumberformat* pFormat = new SvNumberformat( aStr, &rScan, &rISc, in Load()
1725 bool SvNumberformat::HasTextFormatCode() const in HasTextFormatCode()
3786 void SvNumberformat::ImpDigitFill( in ImpDigitFill()
4194 String SvNumberformat::GetMappedFormatstring( in GetMappedFormatstring()
[all …]
H A Dzforfind.hxx30 class SvNumberformat;
54 … const SvNumberformat* pFormat = NULL /// optional a number format to which compare against
204 const SvNumberformat* pFormat = NULL ); // optional number format to match against
235 const SvNumberformat* pFormat = NULL ); // optional number format to match against
239 const SvNumberformat* pFormat = NULL );
243 const SvNumberformat* pFormat = NULL );
246 const SvNumberformat* pFormat = NULL );
257 const SvNumberformat* pFormat,
271 const SvNumberformat* pFormat = NULL // optional number format to match against
H A Dzforfind.cxx645 const SvNumberformat* pFormat ) in GetCurrency()
970 const SvNumberformat* pFormat ) in GetDateRef()
1466 const SvNumberformat* pFormat ) in ScanStartString()
1569 sal_uInt16 nStringPos, const SvNumberformat* pFormat ) in ScanMidString()
1814 const SvNumberformat* pFormat ) in ScanEndString()
2054 const SvNumberformat* pFormat, // The format to match in ScanStringNumFor()
2125 && SvNumberformat::HasStringNegativeSign( aString ) ) in ScanStringNumFor()
2150 const SvNumberformat* pFormat ) // maybe number format set to match against in IsNumberFormatMain()
2489 const SvNumberformat* pFormat ) // maybe a number format to match against in IsNumberFormat()
H A Dzforscan.cxx905 xub_StrLen nQ = SvNumberformat::GetQuoteEnd( sString, nCPos ); in Symbol_Division()
1531 SvNumberformat::EraseCommentBraces( rStr ); in FinalScan()
2028 SvNumberformat::EraseCommentBraces( rStr ); in FinalScan()
2144 SvNumberformat::EraseCommentBraces( rStr ); in FinalScan()
2322 SvNumberformat::EraseCommentBraces( rStr ); in FinalScan()
2384 SvNumberformat::EraseCommentBraces( rStr ); in FinalScan()
H A Dnumfmuno.cxx445 const SvNumberformat* pFormat = pFormatter ? pFormatter->GetEntry(nKey) : NULL; in getByKey()
755 const SvNumberformat* pFormat = pFormatter ? pFormatter->GetEntry(nKey) : NULL; in getPropertyValue()
884 const SvNumberformat* pFormat = pFormatter ? pFormatter->GetEntry(nKey) : NULL; in getPropertyValues()
/trunk/main/svl/inc/svl/
H A Dzformat.hxx174 class SVL_DLLPUBLIC SvNumberformat class
178 SvNumberformat( ImpSvNumberformatScan& rSc, LanguageType eLge );
181 SvNumberformat( String& rString,
189 SvNumberformat( SvNumberformat& rFormat );
192 SvNumberformat( SvNumberformat& rFormat, ImpSvNumberformatScan& rSc );
194 ~SvNumberformat();
579 SVL_DLLPRIVATE void ImpCopyNumberformat( const SvNumberformat& rFormat );
H A Dzforlist.hxx52 class SvNumberformat;
215 DECLARE_TABLE (SvNumberFormatTable, SvNumberformat*)
576 const SvNumberformat* GetEntry(sal_uInt32 nKey) const in GetEntry()
577 { return (SvNumberformat*) aFTable.Get(nKey); } in GetEntry()
856 SVL_DLLPRIVATE SvNumberformat* ImpInsertFormat(
862 SVL_DLLPRIVATE SvNumberformat* ImpInsertNewStandardFormat(
/trunk/main/svx/source/items/
H A Dnumfmtsh.cxx686 const SvNumberformat* pNumEntry = pCurFmtTable->First(); in FillEListWithFormats_Impl()
732 const SvNumberformat* pNumEntry = pCurFmtTable->First(); in FillEListWithDateTime_Impl()
816 const SvNumberformat* pNumEntry = pCurFmtTable->First(); in FillEListWithSysCurrencys()
964 const SvNumberformat* pNumEntry = pCurFmtTable->First(); in FillEListWithUserCurrencys()
1112 const SvNumberformat* pNumEntry = pCurFmtTable->First(); in FillEListWithUsD_Impl()
1291 SvNumberformat *pNumEntry; in SetComment4Entry()
1315 const SvNumberformat *pNumEntry; in GetComment4Entry()
1348 const SvNumberformat *pNumEntry; in GetCategory4Entry()
1394 const SvNumberformat *pNumEntry; in GetUserDefined4Entry()
1430 const SvNumberformat *pNumEntry; in GetFormat4Entry()
[all …]
/trunk/main/xmloff/source/style/
H A Dxmlnumfe.cxx785 xub_StrLen nQ = SvNumberformat::GetQuoteEnd( sUpperStr, nCPos ); in lcl_FindSymbol()
888 sal_Bool lcl_IsDefaultDateFormat( const SvNumberformat& rFormat, sal_Bool bSystemDate, NfIndexTable… in lcl_IsDefaultDateFormat()
963 void SvXMLNumFmtExport::ExportPart_Impl( const SvNumberformat& rFormat, sal_uInt32 nKey, in ExportPart_Impl()
1273SvNumberformat::InsertBlanks( aEmbeddedStr, 0, pElemStr->GetChar(1) ); in ExportPart_Impl()
1343 SvNumberformat::InsertBlanks( aBlanks, 0, pElemStr->GetChar(1) ); in ExportPart_Impl()
1657 void SvXMLNumFmtExport::ExportFormat_Impl( const SvNumberformat& rFormat, sal_uInt32 nKey ) in ExportFormat_Impl()
1697 const SvNumberformat* pFormat = NULL; in Export()
1776 const SvNumberformat* lcl_GetFormat( SvNumberFormatter* pFormatter, in lcl_GetFormat()
1786 const SvNumberformat* pFormat = lcl_GetFormat( pFormatter, nKey ); in ForceSystemLanguage()
H A Dxmlnumfi.cxx491 const SvNumberformat* pFormat = pFormatter->GetEntry(pObj->nKey); in RemoveVolatileFormats()
1783 const SvNumberformat* pFixedFormat = pFormatter->GetEntry( nNewIndex ); in CreateAndInsert()
1799 const SvNumberformat* pOldEntry = pFormatter->GetEntry( nIndex ); in CreateAndInsert()
1800 const SvNumberformat* pNewEntry = pFormatter->GetEntry( nNewIndex ); in CreateAndInsert()
1807 const SvNumberformat* pOldEntry = pFormatter->GetEntry( nIndex ); in CreateAndInsert()
1808 const SvNumberformat* pNewEntry = pFormatter->GetEntry( nNewIndex ); in CreateAndInsert()
1816 SvNumberformat* pFormat = const_cast<SvNumberformat*>(pFormatter->GetEntry( nIndex )); in CreateAndInsert()
2224 const SvNumberformat* pFormat = pFormatter->GetEntry(l_nKey); in AddCondition()
/trunk/main/extensions/source/propctrlr/
H A Dusercontrol.cxx115 const SvNumberformat* pEntry = pNF->GetEntry( nFormatKey ); in setValue()
128 double OFormatSampleControl::getPreviewValue( const SvNumberformat& i_rEntry ) in getPreviewValue()
156 const SvNumberformat* pEntry = _pNF->GetEntry(_nFormatKey); in getPreviewValue()
238 …const SvNumberformat* pEntry = getTypedControlWindow()->GetFormatter()->GetEntry(getTypedControlWi… in SetFormatDescription()
H A Dusercontrol.hxx88 static double getPreviewValue( const SvNumberformat& i_rEntry );
/trunk/main/xmloff/inc/xmloff/
H A Dxmlnumfe.hxx43 class SvNumberformat;
95 SAL_DLLPRIVATE void ExportPart_Impl( const SvNumberformat& rFormat, sal_uInt32 nKey,
98 SAL_DLLPRIVATE void ExportFormat_Impl( const SvNumberformat& rFormat, sal_uInt32 nKey );
/trunk/main/sw/source/core/fields/
H A Dfldbas.cxx513 const SvNumberformat* pEntry = pFormatter->GetEntry(nFmt); in ExpandValue()
554 const SvNumberformat* pEntry = pFormatter->GetEntry(nFmt); in DoubleToString()
627 const SvNumberformat* pEntry = pFormatter->GetEntry(nFmt); in GetSystemFormat()
674 const SvNumberformat* pEntry = pFormatter->GetEntry(GetFormat()); in SetLanguage()
/trunk/main/sw/source/ui/utlui/
H A Dnumfmtlb.cxx240 const SvNumberformat* pFmt; in SetFormatType()
262 || ((SvNumberformat*)pFmt)->GetOutputString( fVal, sValue, &pCol ) in SetFormatType()
466 const SvNumberformat* pFmt = pFormatter->GetEntry(nNumberFormat); in IMPL_LINK()
/trunk/main/sc/source/core/tool/
H A Dzforauto.cxx79 const SvNumberformat* pFormat = rFormatter.GetEntry(nFormat); in PutFormatIndex()
84 sFormatstring = ((SvNumberformat*)pFormat)->GetFormatstring(); in PutFormatIndex()
H A Dcellform.cxx133 const SvNumberformat* pNumFmt = rFormatter.GetEntry( nFormat ); in GetString()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_Scale.cxx727 const SvNumberformat* pFormat = pNumFormatter->GetEntry( nFmt ); in SetNumFormat()
736 const SvNumberformat* pFormat = pNumFormatter->GetEntry( nFmt ); in SetNumFormat()
745 const SvNumberformat* pFormat = pNumFormatter->GetEntry( nFmt ); in SetNumFormat()
/trunk/main/svtools/source/control/
H A Dfmtfield.cxx670 const SvNumberformat* pDefaultEntry = pFormatter->GetEntry(0); in SetFormatter()
689 const SvNumberformat* pFormatEntry = ImplGetFormatter()->GetEntry(m_nFormatKey); in GetFormat()
1195 const SvNumberformat* pFormatEntry = ImplGetFormatter()->GetEntry(m_nFormatKey); in ResetConformanceTester()
/trunk/main/sc/source/core/data/
H A Dglobal.cxx198 const SvNumberformat* pFormat = rFormatter.GetEntry( nFormat ); in GetStandardFormat()
207 const SvNumberformat* pFormat = rFormatter.GetEntry( nFormat ); in GetStandardFormat()
1080 const SvNumberformat* pHardFormat = rFormatter.GetEntry( in AddLanguage()
1087 const SvNumberformat* pParFormat = rFormatter.GetEntry( nParentFmt ); in AddLanguage()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx1057 const SvNumberformat* pOldEntry = pFormatter->GetEntry( nOldFormat ); in ApplyAttributes()
1060 const SvNumberformat* pNewEntry = pFormatter->GetEntry( nNewFormat ); in ApplyAttributes()
2668 const SvNumberformat* pEntry = pNumberFormatter->GetEntry( nCurrentNumberFormat ); in SetNumberFormat()
2699 const SvNumberformat* pEntry = pFormatter->GetEntry( nCurrentNumberFormat ); in SetNumFmtByStr()
2747 const SvNumberformat* pOldEntry = pFormatter->GetEntry( nOldFormat ); in ChangeNumFmtDecimals()
2784 ((SvNumberformat*)pOldEntry)->GetOutputString( nVal, aOut, &pCol ); in ChangeNumFmtDecimals()
H A Dformatsh.cxx831 const SvNumberformat* pOld = pFormatter->GetEntry( nOldFormat ); in ExecuteStyle()
832 const SvNumberformat* pNew = pFormatter->GetEntry( nNewFormat ); in ExecuteStyle()
1014 const SvNumberformat* pEntry = pFormatter->GetEntry(nCurrentNumberFormat); in ExecuteNumFormat()
2409 const SvNumberformat* pFormatEntry = pFormatter->GetEntry( nNumberFormat ); in GetNumFormatState()
/trunk/main/sw/source/core/sw3io/
H A Dsw3convert.cxx410 const SvNumberformat* pEntry = pFormatter->GetEntry( nOldFmt ); in sw3io_ConvertToOldField()
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx657 const SvNumberformat* pNumFormat = 0; in UpdateFromSet()
661 pFmt->SetValueFormat( ((SvNumberformat*)pNumFormat)->GetFormatstring(), in UpdateFromSet()

Completed in 257 milliseconds

12