Searched refs:bHasPropValues (Results 1 – 1 of 1) sorted by relevance
504 bool bHasPropValues = rCompDataAny.has< css::uno::Sequence< css::beans::PropertyValue > >(); in setComponentDataEntry() local505 …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() local530 …OSL_ENSURE( bHasNamedValues || bHasPropValues, "MediaDescriptor::clearComponentDataEntry - incompa… in clearComponentDataEntry()531 if( bHasNamedValues || bHasPropValues ) in clearComponentDataEntry()540 rCompDataAny = aCompDataMap.getAsConstAny( bHasPropValues ); in clearComponentDataEntry()
Completed in 23 milliseconds