/aoo4110/main/sc/source/ui/unoobj/ |
H A D | afmtuno.cxx | 425 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 …]
|
/aoo4110/main/sc/source/core/data/ |
H A D | dbdocutl.cxx | 57 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 D | cell.cxx | 632 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 D | documen2.cxx | 615 ScBaseCell* pCell, sal_uLong nFormatIndex, sal_Bool bForceTab ) in PutCell() argument 629 pTab[nTab]->PutCell( nCol, nRow, nFormatIndex, pCell ); in PutCell()
|
H A D | table4.cxx | 1787 sal_uInt32 nFormatIndex = GetNumberFormat( nCol, nRow ); in GetAutoFormatAttr() local 1788 ScNumFormatAbbrev aNumFormat( nFormatIndex, *pDocument->GetFormatTable() ); in GetAutoFormatAttr()
|
H A D | table2.cxx | 1013 void ScTable::PutCell( SCCOL nCol, SCROW nRow, sal_uLong nFormatIndex, ScBaseCell* pCell ) in PutCell() argument 1018 aCol[nCol].Insert( nRow, nFormatIndex, pCell ); in PutCell()
|
/aoo4110/main/offapi/com/sun/star/i18n/ |
H A D | XNumberFormatCode.idl | 62 returns the number format pointed to by <em>nFormatIndex</em> for 65 @param nFormatIndex 68 NumberFormatCode getFormatCode( [in] short nFormatIndex,
|
/aoo4110/main/sc/inc/ |
H A D | cell.hxx | 297 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 D | afmtuno.hxx | 143 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 D | column.hxx | 131 void Insert( SCROW nRow, sal_uLong nFormatIndex, ScBaseCell* pCell );
|
H A D | table.hxx | 308 void PutCell(SCCOL nCol, SCROW nRow, sal_uLong nFormatIndex, ScBaseCell* pCell);
|
H A D | document.hxx | 793 sal_uLong nFormatIndex, sal_Bool bForceTab = sal_False);
|
/aoo4110/main/unotools/inc/unotools/ |
H A D | numberformatcodewrapper.hxx | 66 ::com::sun::star::i18n::NumberFormatCode getFormatCode( sal_Int16 nFormatIndex ) const;
|
/aoo4110/main/i18npool/inc/ |
H A D | numberformatcode.hxx | 48 …virtual ::com::sun::star::i18n::NumberFormatCode SAL_CALL getFormatCode( sal_Int16 nFormatIndex, c…
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | xicontent.hxx | 117 explicit XclImpCondFormat( const XclImpRoot& rRoot, sal_uInt32 nFormatIndex );
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xicontent.cxx | 492 XclImpCondFormat::XclImpCondFormat( const XclImpRoot& rRoot, sal_uInt32 nFormatIndex ) : in XclImpCondFormat() argument 494 mnFormatIndex( nFormatIndex ), in XclImpCondFormat()
|