Searched refs:_nWeight (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/dbaccess/source/ext/macromigration/ |
H A D | progressmixer.cxx | 70 PhaseData( const PhaseWeight _nWeight ) in PhaseData() 71 :nWeight( _nWeight ) in PhaseData() 155 void ProgressMixer::registerPhase( const PhaseID _nID, const PhaseWeight _nWeight ) in registerPhase() argument 160 m_pData->aPhases[ _nID ] = PhaseData( _nWeight ); in registerPhase() 161 m_pData->nWeightSum += _nWeight; in registerPhase()
|
H A D | progressmixer.hxx | 71 void registerPhase( const PhaseID _nID, const PhaseWeight _nWeight );
|
/aoo42x/main/reportdesign/source/ui/misc/ |
H A D | UITools.cxx | 234 …16 _nFont, sal_uInt16 _nFontHeight,sal_uInt16 _nLanguage,sal_uInt16 _nPosture, sal_uInt16 _nWeight) in lcl_setFont() argument 262 _rItemSet.Put(SvxWeightItem(aFont.GetWeight(),_nWeight)); in lcl_setFont() 382 sal_uInt16 _nFont, sal_uInt16 _nFontHeight,sal_uInt16 _nPosture, sal_uInt16 _nWeight) in lcl_initAwtFont() argument 405 …if ( SFX_ITEM_SET == _rItemSet.GetItemState( _nWeight,sal_True,&pItem) && pItem->ISA(SvxWeightItem… in lcl_initAwtFont()
|
Completed in 37 milliseconds