Searched refs:nUIPos (Results 1 – 2 of 2) sorted by relevance
1657 sal_uInt16 nUIPos = LISTBOX_ENTRY_NOTFOUND; in showPropertyUI() local1662 nUIPos = getPropertyBox().GetPropertyPos( propertyPos->second.Name ); in showPropertyUI()1664 while ( ( nUIPos == LISTBOX_ENTRY_NOTFOUND ) && ( propertyPos != m_aProperties.begin() ) ); in showPropertyUI()1666 if ( nUIPos == LISTBOX_ENTRY_NOTFOUND ) in showPropertyUI()1668 nUIPos = 0; in showPropertyUI()1671 ++nUIPos; in showPropertyUI()1674 aDescriptor, impl_getPageIdForCategory_nothrow( aDescriptor.Category ), nUIPos ); in showPropertyUI()
314 for (sal_Int32 nUIPos=0; nUIPos<m_aUIProperties.getLength(); ++nUIPos) in SetDefaults() local317 if ( m_aUIProperties[nUIPos].Value >>= aUIProp ) in SetDefaults()340 m_aUIProperties[nUIPos].Value <<= aUIProp; in SetDefaults()
Completed in 336 milliseconds