Searched refs:nNumFormat (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sc/source/filter/dif/ |
H A D | difimp.cxx | 182 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 …]
|
/aoo4110/main/sc/inc/ |
H A D | dpglobal.hxx | 108 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 D | dociter.hxx | 84 sal_uLong nNumFormat; // fuer 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
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | dif.hxx | 72 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 );
|
/aoo4110/main/sc/source/core/data/ |
H A D | dptablecache.cxx | 181 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 D | dociter.cxx | 307 nNumFormat = 0; // werden bei GetNumberFormat initialisiert 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; // werden bei GetNumberFormat initialisiert in GetFirst() 557 nNumFormat = 0; // werden bei GetNumberFormat initialisiert in DataAccessInternal() 606 lcl_IterGetNumberFormat( nNumFormat, pAttrArray, in getCurrent() 1141 nNumFormat = 0; // werden bei GetNumberFormat initialisiert in ScQueryCellIterator() 1833 nNumFormat = 0; // will be initialized in GetNumberFormat() in ScHorizontalValueIterator() [all …]
|
Completed in 84 milliseconds