Home
last modified time | relevance | path

Searched refs:nNumFormat (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/filter/dif/
H A Ddifimp.cxx182 aDifParser.nNumFormat ); in ScImportDif()
191 aDifParser.nNumFormat ); in ScImportDif()
452 nNumFormat = nFormat; in GetNumberDataset()
867 void DifColumn::SetNumFormat( SCROW nRow, const sal_uInt32 nNumFormat ) in SetNumFormat() argument
871 if( nNumFormat > 0 ) in SetNumFormat()
880 if( pAkt->nNumFormat == nNumFormat && pAkt->nEnd == nRow - 1 ) in SetNumFormat()
883 NewEntry( nRow, nNumFormat ); in SetNumFormat()
886 NewEntry( nRow, nNumFormat ); in SetNumFormat()
897 pAkt->nNumFormat = nNumFormat; in NewEntry()
924 DBG_ASSERT( pEntry->nNumFormat > 0, in Apply()
[all …]
/trunk/main/sc/inc/
H A Ddpglobal.hxx108 sal_uLong nNumFormat; member
121 ScDPItemData() : nNumFormat( 0 ), fValue(0.0), mbFlag( 0 ){} in ScDPItemData()
122 …ScDPItemData( sal_uLong nNF, const String & rS, double fV, sal_uInt8 bF ):nNumFormat(nNF), aString… in ScDPItemData()
123 …String& rS, double fV = 0.0, sal_Bool bHV = sal_False, const sal_uLong nNumFormat = 0 , sal_Bool b…
126 …void SetString( const String& rS ) { aString = rS; mbFlag &= ~(MK_VAL|MK_DATE); nNumFormat = 0; m… in SetString()
H A Ddociter.hxx84 sal_uLong nNumFormat; // for CalcAsShown member in ScValueIterator
175 sal_uLong nNumFormat; // for CalcAsShown member in ScDBQueryDataIterator::DataAccessInternal
271 sal_uLong nNumFormat; member in ScQueryCellIterator
452 sal_uLong nNumFormat; // for CalcAsShown member in ScHorizontalValueIterator
/trunk/main/sc/source/filter/inc/
H A Ddif.hxx72 sal_uInt32 nNumFormat; member in DifParser
169 sal_uInt32 nNumFormat; member
180 void SetNumFormat( SCROW nRow, const sal_uInt32 nNumFormat );
181 void NewEntry( const SCROW nPos, const sal_uInt32 nNumFormat );
205 void SetNumFormat( const SCCOL nCol, const SCROW nRow, const sal_uInt32 nNumFormat );
/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx181 nNumFormat( nNumFormatP ), aString(rS), fValue(fV), in ScDPItemData()
182 …(MK_VAL*!!bHV) | (MK_DATA*!!bData) | (MK_ERR*!!sal_False) | (MK_DATE*!!lcl_isDate( nNumFormat ) ) ) in ScDPItemData()
187 nNumFormat( 0 ), fValue(0.0), mbFlag( 0 ) in ScDPItemData()
206 nNumFormat = pDoc->GetNumberFormat( ScAddress( nCol, nRow, nDocTab ) ); in ScDPItemData()
209 nFormat = pFormatter->GetType( nNumFormat ); in ScDPItemData()
300 DBG_TRACE1( "Numberformat= %o", nNumFormat ); in dump()
356 return nNumFormat; in GetNumFormat()
630 return GetNumType(mpTableDataValues[nDim][0]->nNumFormat); in GetDimNumType()
871 pitemData->SetDate( lcl_isDate( GetNumType( pitemData->nNumFormat ) ) ); in AddData()
1015 return mpTableDataValues[nDim][nPos]->nNumFormat; in GetNumberFormat()
H A Ddociter.cxx307 nNumFormat = 0; // initialized with GetNumberFormat in ScValueIterator()
359 lcl_IterGetNumberFormat( nNumFormat, pAttrArray, in GetThis()
361 rValue = pDoc->RoundValueAsShown( rValue, nNumFormat ); in GetThis()
377 lcl_IterGetNumberFormat( nNumFormat, pAttrArray, in GetThis()
379 fNextValue = pDoc->RoundValueAsShown( fNextValue, nNumFormat ); in GetThis()
478 nNumFormat = 0; // initialized with GetNumberFormat in GetFirst()
557 nNumFormat = 0; // Initialized with GetNumberFormat in DataAccessInternal()
606 lcl_IterGetNumberFormat( nNumFormat, pAttrArray, in getCurrent()
1141 nNumFormat = 0; // initialized with GetNumberFormat in ScQueryCellIterator()
1833 nNumFormat = 0; // will be initialized in GetNumberFormat() in ScHorizontalValueIterator()
[all …]

Completed in 42 milliseconds