Searched refs:nTypeIndex (Results 1 – 5 of 5) sorted by relevance
97 const sal_uInt16 nTypeIndex = mrParaPropertyPanel.GetBulletTypeIndex(); in UpdateValueSet() local98 if ( nTypeIndex != (sal_uInt16)0xFFFF ) in UpdateValueSet()99 maBulletsVS.SelectItem( nTypeIndex ); in UpdateValueSet()
141 const sal_uInt16 nTypeIndex = mrParaPropertyPanel.GetNumTypeIndex(); in UpdateValueSet() local142 if ( nTypeIndex != (sal_uInt16)0xFFFF ) in UpdateValueSet()143 maNumberVS.SelectItem( nTypeIndex ); in UpdateValueSet()
262 sal_Int32 nTypeIndex = static_cast< sal_Int32 >( mnClassIdOrCache & VBA_SITE_INDEXMASK ); in createControlModel() local265 switch( nTypeIndex ) in createControlModel()287 const OUString* pGuid = ContainerHelper::getVectorElement( rClassTable, nTypeIndex ); in createControlModel()
66 virtual bool onFileTypeChanged( UINT nTypeIndex ) = 0;
174 virtual bool onFileTypeChanged( UINT nTypeIndex );
Completed in 18 milliseconds