Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/
H A DFilterConfigCache.cxx205 Reference< XPropertySet > xFilterSet; in ImplInit() local
206 xFilterAccess->getByName( sInternalFilterName ) >>= xFilterSet; in ImplInit()
207 if (!xFilterSet.is()) in ImplInit()
213 xFilterSet->getPropertyValue(STYPE) >>= aEntry.sType; in ImplInit()
214 xFilterSet->getPropertyValue(SUINAME) >>= aEntry.sUIName; in ImplInit()
215 xFilterSet->getPropertyValue(SREALFILTERNAME) >>= aEntry.sFilterType; in ImplInit()
217 xFilterSet->getPropertyValue(SFLAGS) >>= lFlags; in ImplInit()
227 xFilterSet->getPropertyValue(SUICOMPONENT) >>= sUIComponent; in ImplInit()
231 xFilterSet->getPropertyValue(SFORMATNAME) >>= sFormatName; in ImplInit()

Completed in 12 milliseconds