Home
last modified time | relevance | path

Searched refs:nTypeIndex (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/sidebar/paragraph/
H A DParaBulletsControl.cxx97 const sal_uInt16 nTypeIndex = mrParaPropertyPanel.GetBulletTypeIndex(); in UpdateValueSet() local
98 if ( nTypeIndex != (sal_uInt16)0xFFFF ) in UpdateValueSet()
99 maBulletsVS.SelectItem( nTypeIndex ); in UpdateValueSet()
H A DParaNumberingControl.cxx141 const sal_uInt16 nTypeIndex = mrParaPropertyPanel.GetNumTypeIndex(); in UpdateValueSet() local
142 if ( nTypeIndex != (sal_uInt16)0xFFFF ) in UpdateValueSet()
143 maNumberVS.SelectItem( nTypeIndex ); in UpdateValueSet()
/trunk/main/oox/source/ole/
H A Dvbacontrol.cxx262 sal_Int32 nTypeIndex = static_cast< sal_Int32 >( mnClassIdOrCache & VBA_SITE_INDEXMASK ); in createControlModel() local
265 switch( nTypeIndex ) in createControlModel()
287 const OUString* pGuid = ContainerHelper::getVectorElement( rClassTable, nTypeIndex ); in createControlModel()
/trunk/main/fpicker/source/win32/filepicker/
H A DIVistaFilePickerInternalNotify.hxx66 virtual bool onFileTypeChanged( UINT nTypeIndex ) = 0;
H A DVistaFilePickerImpl.hxx174 virtual bool onFileTypeChanged( UINT nTypeIndex );

Completed in 33 milliseconds