Searched refs:nScNumFmt (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sc/source/filter/inc/ |
H A D | xestyle.hxx | 277 inline explicit XclExpNumFmt( sal_uLong nScNumFmt, sal_uInt16 nXclNumFmt ) : in XclExpNumFmt() 278 mnScNumFmt( nScNumFmt ), mnXclNumFmt( nXclNumFmt ) {} in XclExpNumFmt() 298 sal_uInt16 Insert( sal_uLong nScNumFmt );
|
H A D | xistyle.hxx | 242 SfxItemSet& rItemSet, sal_uLong nScNumFmt,
|
/trunk/main/sc/source/filter/excel/ |
H A D | xistyle.cxx | 627 sal_uLong nScNumFmt = GetScFormat( nXclNumFmt ); in FillToItemSet() local 628 if( nScNumFmt == NUMBERFORMAT_ENTRY_NOT_FOUND ) in FillToItemSet() 629 nScNumFmt = GetStdScNumFmt(); in FillToItemSet() 630 FillScFmtToItemSet( rItemSet, nScNumFmt, bSkipPoolDefs ); in FillToItemSet() 633 void XclImpNumFmtBuffer::FillScFmtToItemSet( SfxItemSet& rItemSet, sal_uLong nScNumFmt, bool bSkipP… in FillScFmtToItemSet() argument 635 …DBG_ASSERT( nScNumFmt != NUMBERFORMAT_ENTRY_NOT_FOUND, "XclImpNumFmtBuffer::FillScFmtToItemSet - i… in FillScFmtToItemSet() 636 ScfTools::PutItem( rItemSet, SfxUInt32Item( ATTR_VALUE_FORMAT, nScNumFmt ), bSkipPoolDefs ); in FillScFmtToItemSet()
|
H A D | xetable.cxx | 812 sal_uLong nScNumFmt = pPattern ? in XclExpFormulaCell() local 823 if( ((nScNumFmt % SV_COUNTRY_LANGUAGE_OFFSET) == 0) && in XclExpFormulaCell() 826 nAltScNumFmt = mrScFmlaCell.GetStandardFormat( rFormatter, nScNumFmt ); in XclExpFormulaCell() 830 (rFormatter.GetType( nScNumFmt ) == NUMBERFORMAT_LOGICAL) ) in XclExpFormulaCell() 2421 …sal_uLong nScNumFmt = GETITEMVALUE( pPattern->GetItemSet(), SfxUInt32Item, ATTR_VALUE_FORMAT, sal_… in XclExpCellTable() local 2422 if( rFormatter.GetType( nScNumFmt ) == NUMBERFORMAT_LOGICAL ) in XclExpCellTable()
|
H A D | xestyle.cxx | 1197 inline explicit XclExpNumFmtPred( sal_uLong nScNumFmt ) : mnScNumFmt( nScNumFmt ) {} in XclExpNumFmtPred() 1235 sal_uInt16 XclExpNumFmtBuffer::Insert( sal_uLong nScNumFmt ) in Insert() argument 1238 ::std::find_if( maFormatMap.begin(), maFormatMap.end(), XclExpNumFmtPred( nScNumFmt ) ); in Insert() 1246 maFormatMap.push_back( XclExpNumFmt( nScNumFmt, nXclNumFmt ) ); in Insert()
|
H A D | xichart.cxx | 828 …sal_uInt32 nScNumFmt = bLinkToSource ? GetNumFmtBuffer().GetScFormat( maData.mnNumFmtIdx ) : NUMBE… in ConvertNumFmt() local 830 if( nScNumFmt != NUMBERFORMAT_ENTRY_NOT_FOUND ) in ConvertNumFmt() 831 rPropSet.SetProperty( aPropName, static_cast< sal_Int32 >( nScNumFmt ) ); in ConvertNumFmt() 3267 sal_uInt32 nScNumFmt = GetNumFmtBuffer().GetScFormat( mnNumFmtIdx ); in CreateAxis() local 3268 if( nScNumFmt != NUMBERFORMAT_ENTRY_NOT_FOUND ) in CreateAxis() 3269 … aAxisProp.SetProperty( EXC_CHPROP_NUMBERFORMAT, static_cast< sal_Int32 >( nScNumFmt ) ); in CreateAxis()
|
H A D | xelink.cxx | 1284 sal_uInt32 nScNumFmt = 0; in Save() local 1285 … ScExternalRefCache::TokenRef xToken = mxCacheTable->getCell( nScCol, nScRow, &nScNumFmt ); in Save() 1290 bValid = (rFormatter.GetType( nScNumFmt ) == NUMBERFORMAT_LOGICAL) ? in Save()
|
H A D | xipivot.cxx | 93 …sal_uInt32 nScNumFmt = rRoot.GetFormatter().GetStandardFormat( nFormatType, rRoot.GetDocLanguage()… in lclSetValue() local 94 …plyAttr( rScPos.Col(), rScPos.Row(), rScPos.Tab(), SfxUInt32Item( ATTR_VALUE_FORMAT, nScNumFmt ) ); in lclSetValue()
|
Completed in 111 milliseconds