Searched refs:nNumFmtType (Results 1 – 5 of 5) sorted by relevance
283 nNumFmtType( NUMBERFORMAT_UNDEFINED ), in ScValueIterator()415 nNumFmtType = NUMBERFORMAT_NUMBER; in GetThis()458 nNumFmtType = pDoc->GetFormatTable()->GetType( nNumFmtIndex ); in GetCurNumFmtInfo()461 nNumFmtType = pDoc->GetFormatTable()->GetType( nNumFmtIndex ); in GetCurNumFmtInfo()464 nType = nNumFmtType; in GetCurNumFmtInfo()610 nNumFmtType = NUMBERFORMAT_NUMBER; in getCurrent()622 mpDoc->GetNumberFormatInfo( nNumFmtType, in getCurrent()1807 nNumFmtType( NUMBERFORMAT_UNDEFINED ), in ScHorizontalValueIterator()1908 nNumFmtType = NUMBERFORMAT_NUMBER; in GetNext()1943 nNumFmtType = pDoc->GetFormatTable()->GetType( nNumFmtIndex ); in GetCurNumFmtInfo()[all …]
998 short nNumFmtType = pEntry->GetType(); in ValidQuery() local1005 if ((nNumFmtType & NUMBERFORMAT_DATE) && !(nNumFmtType & NUMBERFORMAT_TIME)) in ValidQuery()1425 short nNumFmtType = pEntry->GetType(); in lcl_PrepareQuery() local1426 … if (!((nNumFmtType & NUMBERFORMAT_DATE) && !(nNumFmtType & NUMBERFORMAT_TIME))) in lcl_PrepareQuery()
98 short nNumFmtType; member in ScValueIterator182 short nNumFmtType; member in ScDBQueryDataIterator::DataAccessInternal459 short nNumFmtType; member in ScHorizontalValueIterator
502 short nNumFmtType = NUMBERFORMAT_UNDEFINED; in MakeFieldInst() local517 nNumFmtType = pFormatter->GetType(nFmtIdx); in MakeFieldInst()522 if(nNumFmtType & NUMBERFORMAT_DATE) in MakeFieldInst()524 else if(nNumFmtType == NUMBERFORMAT_TIME) in MakeFieldInst()
650 short nNumFmtType = NUMBERFORMAT_UNDEFINED; in GetTimeDatePara() local652 nNumFmtType = pFormatter->GetType(nFmtIdx); in GetTimeDatePara()655 return nNumFmtType; in GetTimeDatePara()
Completed in 53 milliseconds