Lines Matching refs:second

1341 … return it != mpImplData->maPropertyToIndex.end() ? &mpImplData->maUIProperties[it->second] : NULL;  in getValue()
1348 … return it != mpImplData->maPropertyToIndex.end() ? &mpImplData->maUIProperties[it->second] : NULL; in getValue()
1379 mpImplData->maUIProperties[ it->second ] = i_rValue; in setValue()
1443 mpImplData->maUIPropertyEnabled[ it->second ] = bIsEnabled; in setUIOptions()
1460 if( ( mpImplData->maUIPropertyEnabled[ it->second ] && ! i_bEnable ) || in enableUIOption()
1461 ( ! mpImplData->maUIPropertyEnabled[ it->second ] && i_bEnable ) ) in enableUIOption()
1463 mpImplData->maUIPropertyEnabled[ it->second ] = i_bEnable; in enableUIOption()
1477 bEnabled = mpImplData->maUIPropertyEnabled[prop_it->second]; in isUIOptionEnabled()
1488 bEnabled = isUIOptionEnabled( it->second.maDependsOnName ); in isUIOptionEnabled()
1493 … const com::sun::star::beans::PropertyValue* pVal = getValue( it->second.maDependsOnName ); in isUIOptionEnabled()
1501 … bEnabled = (nDepVal == it->second.mnDependsOnEntry) || (it->second.mnDependsOnEntry == -1); in isUIOptionEnabled()
1507 bEnabled = ( bDepVal && it->second.mnDependsOnEntry != 0) || in isUIOptionEnabled()
1508 ( ! bDepVal && it->second.mnDependsOnEntry == 0); in isUIOptionEnabled()
1531 const Sequence< sal_Bool >& rDisabled( it->second ); in isUIChoiceEnabled()
1545 aDependency = it->second.maDependsOnName; in getDependency()
1558 if( isUIOptionEnabled( it->second.maDependsOnName ) ) in makeEnabled()
1560 aDependency = it->second.maDependsOnName; in makeEnabled()
1569 if( it->second.mnDependsOnEntry != -1 ) in makeEnabled()
1571 setValue( aDependency, makeAny( sal_Int32( it->second.mnDependsOnEntry ) ) ); in makeEnabled()
1576 setValue( aDependency, makeAny( sal_Bool( it->second.mnDependsOnEntry != 0 ) ) ); in makeEnabled()
1706 aRet = it->second; in getValue()
1762 if( it->second != pVals[ i ].Value ) in processProperties()