Home
last modified time | relevance | path

Searched refs:nSourceWhich (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/editeng/source/editeng/
H A Deditdoc2.cxx505 sal_uInt16 nSourceWhich = nWhich; in ConvertAndPutItems() local
511 nSourceWhich = nW; in ConvertAndPutItems()
514 if ( rSource.GetItemState( nSourceWhich, sal_False ) == SFX_ITEM_ON ) in ConvertAndPutItems()
516 …MapUnit eSourceUnit = pSourceUnit ? *pSourceUnit : (MapUnit)pSourcePool->GetMetric( nSourceWhich ); in ConvertAndPutItems()
520 SfxPoolItem* pItem = rSource.Get( nSourceWhich ).Clone(); in ConvertAndPutItems()
528 rDest.Put( rSource.Get( nSourceWhich ), nWhich ); in ConvertAndPutItems()
/aoo42x/main/chart2/source/controller/itemsetwrapper/
H A DDataPointItemConverter.cxx113 …sal_uInt16 nSourceWhich = (SID_ATTR_NUMBERFORMAT_VALUE==nWhichId) ? SID_ATTR_NUMBERFORMAT_SOURCE :… in lcl_NumberFormatFromItemToPropertySet() local
115 if( SFX_ITEM_SET != rItemSet.GetItemState( nSourceWhich ) ) in lcl_NumberFormatFromItemToPropertySet()
120 rItemSet.Get( nSourceWhich )).GetValue() ); in lcl_NumberFormatFromItemToPropertySet()

Completed in 35 milliseconds