Home
last modified time | relevance | path

Searched refs:nFormatIndex (Results 1 – 16 of 16) sorted by path

/trunk/main/i18npool/inc/
H A Dnumberformatcode.hxx48 …virtual ::com::sun::star::i18n::NumberFormatCode SAL_CALL getFormatCode( sal_Int16 nFormatIndex, c…
/trunk/main/offapi/com/sun/star/i18n/
H A DXNumberFormatCode.idl62 returns the number format pointed to by <em>nFormatIndex</em> for
65 @param nFormatIndex
68 NumberFormatCode getFormatCode( [in] short nFormatIndex,
/trunk/main/sc/inc/
H A Dafmtuno.hxx143 sal_uInt16 nFormatIndex; member in ScAutoFormatObj
154 sal_Bool IsInserted() const { return nFormatIndex != SC_AFMTOBJ_INVALID; } in IsInserted()
245 sal_uInt16 nFormatIndex; member in ScAutoFormatFieldObj
H A Dcell.hxx297 sal_uLong nFormatIndex; // Number format set by calculation member in ScFormulaCell
427 sal_uLong GetFormatIndex() const { return nFormatIndex; } in GetFormatIndex()
429 { nType = nFormatType; nIndex = nFormatIndex; } in GetFormatInfo()
H A Dcolumn.hxx131 void Insert( SCROW nRow, sal_uLong nFormatIndex, ScBaseCell* pCell );
H A Ddocument.hxx793 sal_uLong nFormatIndex, sal_Bool bForceTab = sal_False);
H A Dtable.hxx308 void PutCell(SCCOL nCol, SCROW nRow, sal_uLong nFormatIndex, ScBaseCell* pCell);
/trunk/main/sc/source/core/data/
H A Dcell.cxx632 nFormatIndex(0), in ScFormulaCell()
662 nFormatIndex(0), in ScFormulaCell()
694 nFormatIndex(0), in ScFormulaCell()
736 nFormatIndex( &rDoc == rCell.pDocument ? rCell.nFormatIndex : 0 ), in ScFormulaCell()
983 nFormatIndex = 0; in CompileTokenArray()
1030 nFormatIndex = 0; in CompileXML()
1070 nFormatIndex = 0; in CalcAfterLoad()
1627 if( nFormatIndex != p->GetRetFormatIndex() ) in InterpretTail()
1629 nFormatIndex = p->GetRetFormatIndex(); in InterpretTail()
1698 nFormat = nFormatIndex; in InterpretTail()
[all …]
H A Ddbdocutl.cxx57 sal_uLong nFormatIndex = 0; in PutData() local
68 nFormatIndex = pDoc->GetFormatTable()->GetStandardFormat( in PutData()
100 nFormatIndex = pFormTable->GetStandardFormat( in PutData()
114 nFormatIndex = pFormTable->GetStandardFormat( in PutData()
128 nFormatIndex = pFormTable->GetStandardFormat( in PutData()
158 nFormatIndex = pDoc->GetFormatTable()->GetStandardFormat( in PutData()
174 if (nFormatIndex == 0) in PutData()
177 pDoc->PutCell( nCol, nRow, nTab, pCell, nFormatIndex ); in PutData()
H A Ddocumen2.cxx615 ScBaseCell* pCell, sal_uLong nFormatIndex, sal_Bool bForceTab ) in PutCell() argument
629 pTab[nTab]->PutCell( nCol, nRow, nFormatIndex, pCell ); in PutCell()
H A Dtable2.cxx1013 void ScTable::PutCell( SCCOL nCol, SCROW nRow, sal_uLong nFormatIndex, ScBaseCell* pCell ) in PutCell() argument
1018 aCol[nCol].Insert( nRow, nFormatIndex, pCell ); in PutCell()
H A Dtable4.cxx1787 sal_uInt32 nFormatIndex = GetNumberFormat( nCol, nRow ); in GetAutoFormatAttr() local
1788 ScNumFormatAbbrev aNumFormat( nFormatIndex, *pDocument->GetFormatTable() ); in GetAutoFormatAttr()
/trunk/main/sc/source/filter/excel/
H A Dxicontent.cxx492 XclImpCondFormat::XclImpCondFormat( const XclImpRoot& rRoot, sal_uInt32 nFormatIndex ) : in XclImpCondFormat() argument
494 mnFormatIndex( nFormatIndex ), in XclImpCondFormat()
/trunk/main/sc/source/filter/inc/
H A Dxicontent.hxx117 explicit XclImpCondFormat( const XclImpRoot& rRoot, sal_uInt32 nFormatIndex );
/trunk/main/sc/source/ui/unoobj/
H A Dafmtuno.cxx425 nFormatIndex( nIndex ) in ScAutoFormatObj()
448 nFormatIndex = nNewIndex; in InitFormat()
504 return new ScAutoFormatFieldObj( nFormatIndex, nIndex ); in GetObjectByIndex_Impl()
564 (*pFormats)[nFormatIndex]->GetName(aName); in getName()
581 ScAutoFormatData* pData = (*pFormats)[nFormatIndex]; in setName()
587 pFormats->AtFree( nFormatIndex ); in setName()
599 nFormatIndex = 0; //! alter Index ist ungueltig in setName()
629 ScAutoFormatData* pData = (*pFormats)[nFormatIndex]; in setPropertyValue()
664 ScAutoFormatData* pData = (*pFormats)[nFormatIndex]; in getPropertyValue()
699 nFormatIndex( nFormat ), in SC_IMPL_DUMMY_PROPERTY_LISTENER()
[all …]
/trunk/main/unotools/inc/unotools/
H A Dnumberformatcodewrapper.hxx66 ::com::sun::star::i18n::NumberFormatCode getFormatCode( sal_Int16 nFormatIndex ) const;

Completed in 88 milliseconds