Lines Matching refs:seqPropertyNames
128 virtual void Notify( const Sequence< OUString >& seqPropertyNames );
305 void SvtMenuOptions_Impl::Notify( const Sequence< OUString >& seqPropertyNames ) in Notify() argument
308 Sequence< Any > seqValues = GetProperties( seqPropertyNames ); in Notify()
311 …DBG_ASSERT( !(seqPropertyNames.getLength()!=seqValues.getLength()), "SvtMenuOptions_Impl::Notify()… in Notify()
325 sal_Int32 nCount = seqPropertyNames.getLength(); in Notify()
328 if( seqPropertyNames[nProperty] == PROPERTYNAME_DONTHIDEDISABLEDENTRIES ) in Notify()
333 else if( seqPropertyNames[nProperty] == PROPERTYNAME_FOLLOWMOUSE ) in Notify()
338 else if( seqPropertyNames[nProperty] == PROPERTYNAME_SHOWICONSINMENUES ) in Notify()
343 else if( seqPropertyNames[nProperty] == PROPERTYNAME_SYSTEMICONSINMENUES ) in Notify()
414 static const Sequence< OUString > seqPropertyNames( pProperties, PROPERTYCOUNT ); in impl_GetPropertyNames() local
416 return seqPropertyNames; in impl_GetPropertyNames()