Lines Matching refs:nProp
181 for(int nProp = 0; nProp < aInternalPropertyNames.getLength(); ++nProp) in lcl_MapPropertyName() local
183 if( aInternalPropertyNames[nProp] == rCompare ) in lcl_MapPropertyName()
184 return nProp; in lcl_MapPropertyName()
197 for ( int nProp = 0; nProp < rPropertyNames.getLength(); nProp++ ) in Load() local
199 DBG_ASSERT( pValues[nProp].hasValue(), "property value missing" ); in Load()
200 if ( pValues[nProp].hasValue() ) in Load()
205 if ( pValues[nProp] >>= bTmp ) in Load()
207 switch ( lcl_MapPropertyName(rPropertyNames[nProp], aInternalPropertyNames) ) in Load()
223 else if ( pValues[nProp] >>= aTmpStr ) in Load()
225 switch ( nProp ) in Load()
242 else if ( pValues[nProp] >>= nTmpInt ) in Load()
244 switch ( nProp ) in Load()
493 for ( int nProp = 0; nProp < aNames.getLength(); nProp++ ) in Commit() local
495 switch ( nProp ) in Commit()
498 pValues[nProp] <<= bExtendedHelp; in Commit()
502 pValues[nProp] <<= bHelpTips; in Commit()
506 pValues[nProp] <<= bHelpAgentEnabled; in Commit()
510 pValues[nProp] <<= nHelpAgentTimeoutPeriod; in Commit()
514 pValues[nProp] <<= nHelpAgentRetryLimit; in Commit()
518 pValues[nProp] <<= ::rtl::OUString(aLocale); in Commit()
522 pValues[nProp] <<= ::rtl::OUString(aSystem); in Commit()
525 pValues[nProp] <<= ::rtl::OUString(sHelpStyleSheet); in Commit()