Home
last modified time | relevance | path

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

/aoo42x/main/comphelper/source/misc/
H A Dmediadescriptor.cxx504 bool bHasPropValues = rCompDataAny.has< css::uno::Sequence< css::beans::PropertyValue > >(); in setComponentDataEntry() local
505 …OSL_ENSURE( bHasNamedValues || bHasPropValues, "MediaDescriptor::setComponentDataEntry - incompati… in setComponentDataEntry()
506 if( bHasNamedValues || bHasPropValues ) in setComponentDataEntry()
512 rCompDataAny = aCompDataMap.getAsConstAny( bHasPropValues ); in setComponentDataEntry()
529 bool bHasPropValues = rCompDataAny.has< css::uno::Sequence< css::beans::PropertyValue > >(); in clearComponentDataEntry() local
530 …OSL_ENSURE( bHasNamedValues || bHasPropValues, "MediaDescriptor::clearComponentDataEntry - incompa… in clearComponentDataEntry()
531 if( bHasNamedValues || bHasPropValues ) in clearComponentDataEntry()
540 rCompDataAny = aCompDataMap.getAsConstAny( bHasPropValues ); in clearComponentDataEntry()

Completed in 14 milliseconds