Home
last modified time | relevance | path

Searched refs:nFormatIndex (Results 1 – 25 of 26) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddbdocutl.cxx46 sal_uLong nFormatIndex = 0; in PutData() local
57 nFormatIndex = rDoc.GetFormatTable()->GetStandardFormat( in PutData()
95 nFormatIndex = pFormTable->GetStandardFormat( in PutData()
106 nFormatIndex = pFormTable->GetStandardFormat( in PutData()
122 nFormatIndex = pFormTable->GetStandardFormat( in PutData()
157 nFormatIndex = rDoc.GetFormatTable()->GetStandardFormat( in PutData()
170 if (nFormatIndex) in PutData()
171 rDoc.SetNumberFormat(aPos, nFormatIndex); in PutData()
H A Dformulacell.cxx2136 sal_uInt32 nFormatIndex = pInterpreter->GetRetFormatIndex(); in InterpretTail() local
2175 … if (bSetFormat && (bForceNumberFormat || ((nFormatIndex % SV_COUNTRY_LANGUAGE_OFFSET) == 0))) in InterpretTail()
2176 nFormatIndex = ScGlobal::GetStandardFormat(*rContext.GetFormatTable(), in InterpretTail()
2177 nFormatIndex, nFormatType); in InterpretTail()
2187 … if (bSetFormat && (bForceNumberFormat || ((nFormatIndex % SV_COUNTRY_LANGUAGE_OFFSET) != 0))) in InterpretTail()
2191 rDocument.SetNumberFormat( aPos, nFormatIndex ); in InterpretTail()
2197 DelayedSetNumberFormat data = { aPos.Col(), aPos.Row(), nFormatIndex }; in InterpretTail()
H A Dtable4.cxx2660 sal_uInt32 nFormatIndex = GetNumberFormat( nCol, nRow ); in GetAutoFormatAttr() local
2661 ScNumFormatAbbrev aNumFormat( nFormatIndex, *rDocument.GetFormatTable() ); in GetAutoFormatAttr()
H A Dtable3.cxx3234 bool CanOptimizeQueryStringToNumber( SvNumberFormatter* pFormatter, sal_uInt32 nFormatIndex, bool& … in CanOptimizeQueryStringToNumber() argument
3242 if(const SvNumberformat* pEntry = pFormatter->GetEntry(nFormatIndex)) in CanOptimizeQueryStringToNumber()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddbdocutl.cxx46 sal_uLong nFormatIndex = 0; in PutData() local
57 nFormatIndex = pDoc->GetFormatTable()->GetStandardFormat( in PutData()
95 nFormatIndex = pFormTable->GetStandardFormat( in PutData()
106 nFormatIndex = pFormTable->GetStandardFormat( in PutData()
122 nFormatIndex = pFormTable->GetStandardFormat( in PutData()
157 nFormatIndex = pDoc->GetFormatTable()->GetStandardFormat( in PutData()
170 if (nFormatIndex) in PutData()
171 pDoc->SetNumberFormat(aPos, nFormatIndex); in PutData()
H A Dformulacell.cxx2095 sal_uInt32 nFormatIndex = pInterpreter->GetRetFormatIndex(); in InterpretTail() local
2131 … if (bSetFormat && (bForceNumberFormat || ((nFormatIndex % SV_COUNTRY_LANGUAGE_OFFSET) == 0))) in InterpretTail()
2132 nFormatIndex = ScGlobal::GetStandardFormat(*rContext.GetFormatTable(), in InterpretTail()
2133 nFormatIndex, nFormatType); in InterpretTail()
2143 … if (bSetFormat && (bForceNumberFormat || ((nFormatIndex % SV_COUNTRY_LANGUAGE_OFFSET) != 0))) in InterpretTail()
2147 pDocument->SetNumberFormat( aPos, nFormatIndex ); in InterpretTail()
2153 DelayedSetNumberFormat data = { aPos.Col(), aPos.Row(), nFormatIndex }; in InterpretTail()
H A Dtable4.cxx2175 sal_uInt32 nFormatIndex = GetNumberFormat( nCol, nRow ); in GetAutoFormatAttr() local
2176 ScNumFormatAbbrev aNumFormat( nFormatIndex, *pDocument->GetFormatTable() ); in GetAutoFormatAttr()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dafmtuno.cxx334 nFormatIndex( nIndex ) in ScAutoFormatObj()
356 nFormatIndex = nNewIndex; in InitFormat()
422 if (IsInserted() && nFormatIndex < pFormats->size()) in getName()
423 return pFormats->findByIndex(nFormatIndex)->GetName(); in getName()
434 if (!IsInserted() || nFormatIndex >= pFormats->size() || in setName()
442 std::advance(it, nFormatIndex); in setName()
454 nFormatIndex = std::distance(itBeg, it); in setName()
462 nFormatIndex = 0; //! old index invalid in setName()
480 if (!(IsInserted() && nFormatIndex < pFormats->size())) in setPropertyValue()
512 if (IsInserted() && nFormatIndex < pFormats->size()) in getPropertyValue()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dafmtuno.cxx336 nFormatIndex( nIndex ) in ScAutoFormatObj()
358 nFormatIndex = nNewIndex; in InitFormat()
424 if (IsInserted() && nFormatIndex < pFormats->size()) in getName()
425 return pFormats->findByIndex(nFormatIndex)->GetName(); in getName()
436 if (!IsInserted() || nFormatIndex >= pFormats->size() || in setName()
444 std::advance(it, nFormatIndex); in setName()
456 nFormatIndex = std::distance(itBeg, it); in setName()
464 nFormatIndex = 0; //! old index invalid in setName()
482 if (IsInserted() && nFormatIndex < pFormats->size()) in setPropertyValue()
514 if (IsInserted() && nFormatIndex < pFormats->size()) in getPropertyValue()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/i18n/
H A DXNumberFormatCode.idl55 returns the number format pointed to by <em>nFormatIndex</em> for
58 @param nFormatIndex
64 NumberFormatCode getFormatCode( [in] short nFormatIndex,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/i18n/
H A DXNumberFormatCode.idl55 returns the number format pointed to by <em>nFormatIndex</em> for
58 @param nFormatIndex
64 NumberFormatCode getFormatCode( [in] short nFormatIndex,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dafmtuno.hxx96 sal_uInt16 nFormatIndex; member in ScAutoFormatObj
105 bool IsInserted() const { return nFormatIndex != SC_AFMTOBJ_INVALID; } in IsInserted()
159 sal_uInt16 nFormatIndex; member in ScAutoFormatFieldObj
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dafmtuno.hxx97 sal_uInt16 nFormatIndex; member in ScAutoFormatObj
106 bool IsInserted() const { return nFormatIndex != SC_AFMTOBJ_INVALID; } in IsInserted()
160 sal_uInt16 const nFormatIndex; member in ScAutoFormatFieldObj
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/table/
H A Dautoformatpreview.cxx236 sal_uInt8 nFormatIndex = GetFormatIndex(nCol, nRow); in DrawString() local
248 MakeFonts(rRenderContext, nFormatIndex, aFont, aCJKFont, aCTLFont); in DrawString()
283 const SvxAdjustItem& rAdj = maCurrentData.GetBoxFormat(nFormatIndex).GetAdjust(); in DrawString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/table/
H A Dautoformatpreview.cxx236 sal_uInt8 nFormatIndex = GetFormatIndex(nCol, nRow); in DrawString() local
248 MakeFonts(rRenderContext, nFormatIndex, aFont, aCJKFont, aCTLFont); in DrawString()
283 const SvxAdjustItem& rAdj = maCurrentData.GetBoxFormat(nFormatIndex).GetAdjust(); in DrawString()
/dports/emulators/yaze-ag/yaze-ag-2.51.0/
H A Dmetapad.ini20 nFormatIndex=1 key
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/inc/
H A Dnumberformatcode.hxx48 …virtual css::i18n::NumberFormatCode SAL_CALL getFormatCode( sal_Int16 nFormatIndex, const css::lan…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/inc/
H A Dnumberformatcode.hxx48 …virtual css::i18n::NumberFormatCode SAL_CALL getFormatCode( sal_Int16 nFormatIndex, const css::lan…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxicontent.hxx125 explicit XclImpCondFormat( const XclImpRoot& rRoot, sal_uInt32 nFormatIndex );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxicontent.hxx126 explicit XclImpCondFormat( const XclImpRoot& rRoot, sal_uInt32 nFormatIndex );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/fields/
H A Dcellfml.cxx231 sal_uInt32 nFormatIndex = GetFrameFormat()->GetTableBoxNumFormat().GetValue(); in GetValue() local
235 const SvNumFormatType nFormatType = pNumFormatr->GetType( nFormatIndex ); in GetValue()
237 nFormatIndex = 0; in GetValue()
248 if( pDoc->IsNumberFormat( sText, nFormatIndex, aNum )) in GetValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/fields/
H A Dcellfml.cxx220 sal_uInt32 nFormatIndex = GetFrameFormat()->GetTableBoxNumFormat().GetValue(); in GetValue() local
224 const SvNumFormatType nFormatType = pNumFormatr->GetType( nFormatIndex ); in GetValue()
226 nFormatIndex = 0; in GetValue()
237 if( pDoc->IsNumberFormat( sText, nFormatIndex, aNum )) in GetValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxicontent.cxx490 XclImpCondFormat::XclImpCondFormat( const XclImpRoot& rRoot, sal_uInt32 nFormatIndex ) : in XclImpCondFormat() argument
492 mnFormatIndex( nFormatIndex ), in XclImpCondFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxicontent.cxx490 XclImpCondFormat::XclImpCondFormat( const XclImpRoot& rRoot, sal_uInt32 nFormatIndex ) : in XclImpCondFormat() argument
492 mnFormatIndex( nFormatIndex ), in XclImpCondFormat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/type_reference/
H A Doffapi.idl8404 …::com::sun::star::i18n::NumberFormatCode getFormatCode([in] short nFormatIndex, [in] ::com::sun::s…

12