Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx1657 sal_uInt16 nUIPos = LISTBOX_ENTRY_NOTFOUND; in showPropertyUI() local
1662 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()
/aoo4110/main/sc/source/ui/unoobj/
H A Ddocuno.cxx314 for (sal_Int32 nUIPos=0; nUIPos<m_aUIProperties.getLength(); ++nUIPos) in SetDefaults() local
317 if ( m_aUIProperties[nUIPos].Value >>= aUIProp ) in SetDefaults()
340 m_aUIProperties[nUIPos].Value <<= aUIProp; in SetDefaults()

Completed in 34 milliseconds