Home
last modified time | relevance | path

Searched refs:pFormatter (Results 1 – 25 of 111) sorted by relevance

12345

/trunk/main/svl/source/numbers/
H A Dnumfmuno.cxx184 if (pFormatter) in detectNumberFormat()
208 if (pFormatter) in convertStringToNumber()
231 if (pFormatter) in convertNumberToString()
250 if (pFormatter) in queryColorForNumber()
272 if (pFormatter) in formatString()
292 if (pFormatter) in queryColorForString()
315 if (pFormatter) in getInputString()
334 if (pFormatter) in convertNumberToPreviewString()
370 if (pFormatter) in queryPreviewColorForNumber()
486 if (pFormatter) in queryKey()
[all …]
H A Dzforscan.cxx79 pFormatter = pFormatterP; in ImpSvNumberformatScan()
140 pFormatter->GetCharClass()->upper( in InitSpecialKeyword()
150 pFormatter->GetCharClass()->upper( in InitSpecialKeyword()
233 const CharClass* pCharClass = pFormatter->GetCharClass(); in SetDependentKeywords()
500 pFormatter->ChangeIntl(eNewLnge); in GetColor()
502 pFormatter->ChangeIntl(eTmpLnge); in GetColor()
523 pFormatter->ChangeIntl(eNewLnge); in GetColor()
525 pFormatter->ChangeIntl(eTmpLnge); in GetColor()
635 const CharClass* pChrCls = pFormatter->GetCharClass(); in Next_Symbol()
1500 pFormatter->ChangeIntl(eNewLnge); in FinalScan()
[all …]
H A Dzforfind.cxx85 pFormatter = pFormatterP; in ImpSvNumberInputScan()
159 return pFormatter->GetCharClass()->isDigit( aTmp, 0 ); in MyIsdigit()
179 pFormatter->GetLocale(), 0 ); in TransformInput()
316 const String& rThSep = pFormatter->GetNumThousandSep(); in SkipThousands()
499 const String& rSep = pFormatter->GetNumThousandSep(); in GetThousandSep()
652 pFormatter->GetLanguage()); in GetCurrency()
702 const CharClass* pChr = pFormatter->GetCharClass(); in GetTimeAmPm()
977 eEDF = pFormatter->GetEvalDateFormat(); in GetDateRef()
999 CalendarWrapper* pCal = pFormatter->GetCalendar(); in GetDateRef()
1645 const String& rDate = pFormatter->GetDateSep(); in ScanMidString()
[all …]
H A Dzforscan.hxx47 ImpSvNumberformatScan( SvNumberFormatter* pFormatter );
61 const CharClass& GetChrCls() const { return *pFormatter->GetCharClass(); } in GetChrCls()
62 const LocaleDataWrapper& GetLoc() const { return *pFormatter->GetLocaleData(); } in GetLoc()
63 CalendarWrapper& GetCal() const { return *pFormatter->GetCalendar(); } in GetCal()
146 SvNumberFormatter* GetNumberformatter() { return pFormatter; } in GetNumberformatter()
158 SvNumberFormatter* pFormatter; // Pointer auf die Formatliste member in ImpSvNumberformatScan
H A Dnumuno.cxx48 SvNumberFormatter* pFormatter; member in SvNumFmtSuppl_Impl
52 pFormatter(p) {} in SvNumFmtSuppl_Impl()
80 return pImpl->pFormatter; in GetNumberFormatter()
86 pImpl->pFormatter = pNew; in SetNumberFormatter()
/trunk/main/sw/source/ui/utlui/
H A Dnumfmtlb.cxx159 SvNumberFormatter* pFormatter; in SetFormatType() local
162 pFormatter = pOwnFormatter; in SetFormatType()
170 pFormatter = rSh.GetNumberFormatter(); in SetFormatType()
256 nFormat = pFormatter->GetFormatIndex( in SetFormatType()
258 pFmt = pFormatter->GetEntry( nFormat ); in SetFormatType()
278 if( nFormat == pFormatter->GetStandardFormat( in SetFormatType()
309 SvNumberFormatter* pFormatter; in SetDefFormat() local
311 pFormatter = pOwnFormatter; in SetDefFormat()
319 pFormatter = rSh.GetNumberFormatter(); in SetDefFormat()
322 short nType = pFormatter->GetType(nDefFmt); in SetDefFormat()
[all …]
/trunk/main/svx/source/items/
H A Dnumfmtsh.cxx76 pFormatter ( pNumFormatter ), \
155 pFormatter->DeleteEntry( aAddList[i] );
417 pFormatter->GetFormatSpecialInfo( nFmtKey, in GetOptions()
703 pNumEntry = pFormatter->GetEntry(nNFEntry); in FillEListWithFormats_Impl()
749 pNumEntry = pFormatter->GetEntry(nNFEntry); in FillEListWithDateTime_Impl()
837 pNumEntry = pFormatter->GetEntry(nNFEntry); in FillEListWithSysCurrencys()
1323 pNumEntry = pFormatter->GetEntry(nMyNfEntry); in GetComment4Entry()
1357 pNumEntry = pFormatter->GetEntry(nMyNfEntry); in GetCategory4Entry()
1399 pNumEntry = pFormatter->GetEntry(nMyNfEntry); in GetUserDefined4Entry()
1443 pNumEntry = pFormatter->GetEntry(nMyNfEntry); in GetFormat4Entry()
[all …]
H A Dnuminf.cxx40 pFormatter ( pNum ), \
103 pFormatter ( rItem.pFormatter ), in SvxNumberInfoItem()
168 pFormatter == rOther.pFormatter && in operator ==()
202 pFormatter = pNumFormatter; in SetNumberFormatter()
/trunk/main/sw/source/core/fields/
H A Dfldbas.cxx534 if( pFormatter->IsTextFormat( nFmt ) ) in ExpandValue()
541 pFormatter->GetOutputString(rVal, nFmt, sExpand, &pCol); in ExpandValue()
554 const SvNumberformat* pEntry = pFormatter->GetEntry(nFmt); in DoubleToString()
575 pFormatter->GetDecSep(), true ); in DoubleToString()
613 if( pFormatter && pFormatter->HasMergeFmtTbl() && in ChgTyp()
615 SetFormat(pFormatter->GetMergeFmtIndex( GetFormat() )); in ChgTyp()
644 pFormatter->PutandConvertEntry(sFmt, nDummy, nType, in GetSystemFormat()
668 *pFormatter ); in SetLanguage()
687 pFormatter->PutandConvertEntry( sFmt, nDummy, nType, in SetLanguage()
772 if (pFormatter->IsNumberFormat(rStr, nFmt, fTmpValue)) in SetExpandedFormula()
[all …]
H A Dflddat.cxx66 SvNumberFormatter* pFormatter = GetDoc()->GetNumberFormatter(); in SwDateTimeField() local
68 ChangeFormat(pFormatter->GetFormatIndex(NF_DATE_SYSTEM_SHORT, GetLanguage())); in SwDateTimeField()
70 ChangeFormat(pFormatter->GetFormatIndex(NF_TIME_HHMMSS, GetLanguage())); in SwDateTimeField()
171 SvNumberFormatter* pFormatter = pDoc->GetNumberFormatter(); in GetDateTime() local
172 Date* pNullDate = pFormatter->GetNullDate(); in GetDateTime()
197 SvNumberFormatter* pFormatter = GetDoc()->GetNumberFormatter(); in GetDate() local
198 Date* pNullDate = pFormatter->GetNullDate(); in GetDate()
H A Dusrfld.cxx275 SvNumberFormatter* pFormatter = GetDoc()->GetNumberFormatter(); in GetContent() local
277 pFormatter->GetOutputString(GetValue(), nFmt, sFormattedValue, &pCol); in GetContent()
294 SvNumberFormatter* pFormatter = GetDoc()->GetNumberFormatter(); in SetContent() local
296 if (pFormatter->IsNumberFormat(rStr, nFmt, fValue)) in SetContent()
/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx397 : pFormatter(pFmt), in SvXMLNumImpData()
482 if ( !pFormatter ) in RemoveVolatileFormats()
619 (pFormatter ? pFormatter->GetServiceManager() : in GetLocaleData()
1468 if ( pFormatter ) in SvXMLNumFormatContext()
1626 if ( pFormatter ) in CreateAndInsert()
1643 if (!pFormatter) in CreateAndInsert()
1875 if (!pFormatter) in AddNumber()
2019 if ( pFormatter ) in AddCurrency()
2083 if (!pFormatter) in AddNfKeyword()
2161 if (!pFormatter) in ReplaceNfKeyword()
[all …]
H A Dxmlnumfe.cxx247 pFormatter( NULL ), in SvXMLNumFmtExport()
257 if ( pFormatter ) in SvXMLNumFmtExport()
260 pFormatter->GetLocale() ); in SvXMLNumFmtExport()
262 pFormatter->GetLocale() ); in SvXMLNumFmtExport()
285 pFormatter( NULL ), in SvXMLNumFmtExport()
295 if ( pFormatter ) in SvXMLNumFmtExport()
298 pFormatter->GetLocale() ); in SvXMLNumFmtExport()
300 pFormatter->GetLocale() ); in SvXMLNumFmtExport()
1693 if ( !pFormatter ) in Export()
1752 if( !pFormatter ) in SetUsed()
[all …]
/trunk/main/sc/source/core/data/
H A Ddpgroup.cxx157 pFormatter->GetInputLineString( fValue, nFormat, aString ); in lcl_AppendDateStr()
189 lcl_AppendDateStr( aBuffer, fStartValue, pFormatter ); in lcl_GetNumGroupName()
191 lcl_AppendDateStr( aBuffer, fEndValue, pFormatter ); in lcl_GetNumGroupName()
206 bool bDateValues, SvNumberFormatter* pFormatter ) in lcl_GetSpecialNumGroupName() argument
213 lcl_AppendDateStr( aBuffer, fValue, pFormatter ); in lcl_GetSpecialNumGroupName()
228 SvNumberFormatter* pFormatter = pDoc->GetFormatTable(); in lcl_GetNumGroupForValue() local
443 Date aNullDate = *(pFormatter->GetNullDate()); in lcl_GetDateGroupName()
505 Date aDate = *(pFormatter->GetNullDate()); in lcl_GetDatePartValue()
603 lcl_AppendDateStr( aBuffer, fValue, pFormatter ); in lcl_GetSpecialDateName()
649 SvNumberFormatter* pFormatter = pCache->GetDoc()->GetFormatTable(); in FillColumnEntries() local
[all …]
H A Dcolumn3.cxx1269 SvNumberFormatter* pFormatter = pDocument->GetFormatTable(); in SetString() local
1278 && pFormatter->GetType(nIndex) != NUMBERFORMAT_TEXT ) in SetString()
1334 nIndex = nOldIndex = pFormatter->GetStandardIndex(); in SetString()
1350 if (!pFormatter->IsNumberFormat(rString, nIndex, nVal)) in SetString()
1492 SvNumberFormatter* pFormatter = pDocument->GetFormatTable(); in GetFilterEntries() local
1505 ScCellFormat::GetInputString( pCell, nFormat, aString, *pFormatter ); in GetFilterEntries()
1527 if (pFormatter) in GetFilterEntries()
1529 short nType = pFormatter->GetType(nFormat); in GetFilterEntries()
1736 SvNumberFormatter* pFormatter = pDocument->GetFormatTable(); in FillDPCacheT() local
1756 …nNumberFormatType = pFormatter->GetType( nNumberFormat = pPattern->GetNumberFormat( pFormatter ) ); in FillDPCacheT()
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxdate.cxx91 SvNumberFormatter* pFormatter; in ImpGetDate() local
94 pFormatter = new SvNumberFormatter( xFactory, eLangType ); in ImpGetDate()
122 pFormatter->PutandConvertEntry( aStr, nCheckPos, nType, in ImpGetDate()
124 sal_Bool bSuccess = pFormatter->IsNumberFormat( *p->pOUString, nIndex, nRes ); in ImpGetDate()
127 short nType_ = pFormatter->GetType( nIndex ); in ImpGetDate()
138 delete pFormatter; in ImpGetDate()
247 SvNumberFormatter* pFormatter; in ImpPutDate() local
250 pFormatter = new SvNumberFormatter( xFactory, eLangType ); in ImpPutDate()
287 pFormatter->PutandConvertEntry( aStr, in ImpPutDate()
294 pFormatter->GetOutputString( n, nIndex, aTmpString, &pColor ); in ImpPutDate()
[all …]
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx146 if (!pFormatter) in WriteToDocument()
147 pFormatter = mpDoc->GetFormatTable(); in WriteToDocument()
149 if (pFormatter->GetLanguage() == LANGUAGE_SYSTEM) in WriteToDocument()
224 nNumForm, eNumLang, aValStr, aNumStr, *pFormatter ); in WriteToDocument()
333 mpDoc->SetString( nCol, nRow, nTab, pE->aAltText, pFormatter ); in WriteToDocument()
355 pFormatter->ChangeIntl( LANGUAGE_ENGLISH_US); in WriteToDocument()
358 if (pFormatter->IsNumberFormat( aStr, nIndex, fEnVal)) in WriteToDocument()
362 pFormatter->GetFormatForLanguageIfBuiltIn( in WriteToDocument()
365 pFormatter->GetInputLineString( fEnVal, nNewIndex, aStr); in WriteToDocument()
367 pFormatter->ChangeIntl( LANGUAGE_SYSTEM); in WriteToDocument()
[all …]
/trunk/main/basic/source/runtime/
H A Dmethods.cxx1995 SvNumberFormatter* pFormatter = NULL; in RTLFUNC() local
1997 pFormatter = pINST->GetNumberFormatter(); in RTLFUNC()
2043 delete pFormatter; in RTLFUNC()
2057 SvNumberFormatter* pFormatter = NULL; in RTLFUNC() local
2083 delete pFormatter; in RTLFUNC()
2263 SvNumberFormatter* pFormatter = NULL; in RTLFUNC() local
2280 delete pFormatter; in RTLFUNC()
2320 SvNumberFormatter* pFormatter = NULL; in RTLFUNC() local
2338 delete pFormatter; in RTLFUNC()
3109 SvNumberFormatter* pFormatter = NULL; in RTLFUNC() local
[all …]
/trunk/main/sw/source/core/sw3io/
H A Dsw3convert.cxx304 SvNumberFormatter *pFormatter = rDoc.GetNumberFormatter(); in sw3io_ConvertFromOldField() local
312 rFmt = pFormatter->GetFormatIndex(pOldFmt[i].eFormatIdx, LANGUAGE_SYSTEM); in sw3io_ConvertFromOldField()
409 SvNumberFormatter *pFormatter = ((SwValueField*)pFld)->GetDoc()->GetNumberFormatter(); in sw3io_ConvertToOldField() local
410 const SvNumberformat* pEntry = pFormatter->GetEntry( nOldFmt ); in sw3io_ConvertToOldField()
417 sal_uLong nKey = pFormatter->GetFormatIndex( in sw3io_ConvertToOldField()
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm403 NSNumberFormatter* pFormatter = [[NSNumberFormatter alloc] init];
404 [pFormatter setFormatterBehavior: NSNumberFormatterBehavior10_4];
407 [pFormatter setNumberStyle: NSNumberFormatterDecimalStyle];
408 [pFormatter setAllowsFloats: NO];
409 [pFormatter setMaximumFractionDigits: 0];
410 [mpPageEdit setFormatter: pFormatter];
1035 NSNumberFormatter* pFormatter = [[NSNumberFormatter alloc] init];
1037 [pFormatter setNumberStyle: NSNumberFormatterDecimalStyle];
1038 [pFormatter setAllowsFloats: NO];
1039 [pFormatter setMaximumFractionDigits: 0];
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dusercontrol.cxx84 SvNumberFormatter* pFormatter = pSupplier->GetNumberFormatter(); in SetFormatSupplier() local
85 SetFormatter( pFormatter, sal_True ); in SetFormatSupplier()
233 SvNumberFormatter* pFormatter = rDesc.pSupplier->GetNumberFormatter(); in SetFormatDescription() local
234 if (pFormatter != getTypedControlWindow()->GetFormatter()) in SetFormatDescription()
235 getTypedControlWindow()->SetFormatter(pFormatter, sal_True); in SetFormatDescription()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx72 nYear = pFormatter->ExpandTwoDigitYear( nYear ); in GetDateSerial()
113 long nDiff = aActDate - *(pFormatter->GetNullDate()); in ScGetActDate()
122 long nDiff = aActDate - *(pFormatter->GetNullDate()); in ScGetActTime()
134 Date aDate = *(pFormatter->GetNullDate()); in ScGetYear()
142 Date aDate = *(pFormatter->GetNullDate()); in ScGetMonth()
150 Date aDate = *(pFormatter->GetNullDate()); in ScGetDay()
190 short eType = pFormatter->GetType(nFIndex); in ScGetDateValue()
212 Date aDate = *(pFormatter->GetNullDate()); in ScGetDayOfWeek()
235 Date aDate = *(pFormatter->GetNullDate()); in ScGetWeekOfYear()
372 Date aDate1 = *(pFormatter->GetNullDate()); in ScGetDiffDate360()
[all …]
H A Dddelink.cxx173 SvNumberFormatter* pFormatter = pDoc->GetFormatTable(); in DataChanged() local
184 nStdFormat = pDefPattern->GetNumberFormat( pFormatter ); in DataChanged()
187 nStdFormat = pFormatter->GetStandardIndex(LANGUAGE_ENGLISH_US); in DataChanged()
198 if ( nMode != SC_DDE_TEXT && pFormatter->IsNumberFormat( aEntry, nIndex, fVal ) ) in DataChanged()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx571 SvNumberFormatter* pFormatter = pDoc->GetFormatTable(); in EnterData() local
1055 SvNumberFormatter* pFormatter = in ApplyAttributes() local
1057 const SvNumberformat* pOldEntry = pFormatter->GetEntry( nOldFormat ); in ApplyAttributes()
1060 const SvNumberformat* pNewEntry = pFormatter->GetEntry( nNewFormat ); in ApplyAttributes()
2692 SvNumberFormatter* pFormatter = pDoc->GetFormatTable(); in SetNumFmtByStr() local
2739 SvNumberFormatter* pFormatter = pDoc->GetFormatTable(); in ChangeNumFmtDecimals() local
2747 const SvNumberformat* pOldEntry = pFormatter->GetEntry( nOldFormat ); in ChangeNumFmtDecimals()
2792 String aDecSep( pFormatter->GetFormatDecimalSep( nOldFormat ) ); in ChangeNumFmtDecimals()
2821 pFormatter->GenerateFormat( aNewPicture, nOldFormat, eLanguage, in ChangeNumFmtDecimals()
2824 nNewFormat = pFormatter->GetEntryKey( aNewPicture, eLanguage ); in ChangeNumFmtDecimals()
[all …]
/trunk/main/sc/source/filter/html/
H A Dhtmlimp.cxx59 ScRange& rRange, double nOutputFactor, sal_Bool bCalcWidthHeight, SvNumberFormatter* pFormatter, in ScImportHTML() argument
66 aImp.WriteToDocument( sal_True, nOutputFactor, pFormatter, bConvertDate ); in ScImportHTML()
135 sal_Bool bSizeColsRows, double nOutputFactor, SvNumberFormatter* pFormatter, bool bConvertDate ) in WriteToDocument() argument
137 ScEEImport::WriteToDocument( bSizeColsRows, nOutputFactor, pFormatter, bConvertDate ); in WriteToDocument()

Completed in 251 milliseconds

12345