Lines Matching refs:nIndex

493     for( sal_uInt16 nIndex = 0; nIndex < 16; ++nIndex )  in ScAutoFormatData()  local
494 ppDataField[ nIndex ] = new ScAutoFormatDataField; in ScAutoFormatData()
509 for( sal_uInt16 nIndex = 0; nIndex < 16; ++nIndex ) in ScAutoFormatData() local
510 ppDataField[ nIndex ] = new ScAutoFormatDataField( rData.GetField( nIndex ) ); in ScAutoFormatData()
515 for( sal_uInt16 nIndex = 0; nIndex < 16; ++nIndex ) in ~ScAutoFormatData() local
516 delete ppDataField[ nIndex ]; in ~ScAutoFormatData()
520 ScAutoFormatDataField& ScAutoFormatData::GetField( sal_uInt16 nIndex ) in GetField() argument
522 DBG_ASSERT( nIndex < 16, "ScAutoFormatData::GetField - illegal index" ); in GetField()
523 DBG_ASSERT( ppDataField && ppDataField[ nIndex ], "ScAutoFormatData::GetField - no data" ); in GetField()
524 return *ppDataField[ nIndex ]; in GetField()
527 const ScAutoFormatDataField& ScAutoFormatData::GetField( sal_uInt16 nIndex ) const in GetField()
529 DBG_ASSERT( nIndex < 16, "ScAutoFormatData::GetField - illegal index" ); in GetField()
530 DBG_ASSERT( ppDataField && ppDataField[ nIndex ], "ScAutoFormatData::GetField - no data" ); in GetField()
531 return *ppDataField[ nIndex ]; in GetField()
534 const SfxPoolItem* ScAutoFormatData::GetItem( sal_uInt16 nIndex, sal_uInt16 nWhich ) const in GetItem() argument
536 const ScAutoFormatDataField& rField = GetField( nIndex ); in GetItem()
572 void ScAutoFormatData::PutItem( sal_uInt16 nIndex, const SfxPoolItem& rItem ) in PutItem() argument
574 ScAutoFormatDataField& rField = GetField( nIndex ); in PutItem()
616 const ScNumFormatAbbrev& ScAutoFormatData::GetNumFormat( sal_uInt16 nIndex ) const in GetNumFormat()
618 return GetField( nIndex ).GetNumFormat(); in GetNumFormat()
680 void ScAutoFormatData::FillToItemSet( sal_uInt16 nIndex, SfxItemSet& rItemSet, ScDocument& rDoc ) c… in FillToItemSet() argument
682 const ScAutoFormatDataField& rField = GetField( nIndex ); in FillToItemSet()
755 void ScAutoFormatData::GetFromItemSet( sal_uInt16 nIndex, const SfxItemSet& rItemSet, const ScNumFo… in GetFromItemSet() argument
757 ScAutoFormatDataField& rField = GetField( nIndex ); in GetFromItemSet()