Home
last modified time | relevance | path

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

/trunk/main/sdext/source/minimizer/
H A Dfileopendialog.cxx129 Reference< XNameAccess > xFilters( mxContext->getServiceManager()->createInstanceWithContext( in FileOpenDialog() local
131 Sequence< OUString > aFilterList( xFilters->getElementNames() ); in FileOpenDialog()
137 if ( xFilters->getByName( aFilterList[ i ] ) >>= aFilterProperties ) in FileOpenDialog()
176 Sequence< OUString > aTypeList( xFilters->getElementNames() ); in FileOpenDialog()
/trunk/main/uui/source/
H A Diahndl-filter.cxx143 uno::Reference< container::XEnumeration > xFilters in handleNoSuchFilterRequest_() local
147 while (xFilters->hasMoreElements()) in handleNoSuchFilterRequest_()
151 ::comphelper::SequenceAsHashMap lProps(xFilters->nextElement()); in handleNoSuchFilterRequest_()
/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx2277 uno::Reference < container::XNameAccess > xFilters ( xFilterFact, uno::UNO_QUERY ); in InsertFrom() local
2278 if ( xFilters->hasByName( aFilterName ) ) in InsertFrom()
2280 xFilters->getByName( aFilterName ) >>= aProps; in InsertFrom()
2373 uno::Reference < container::XNameAccess > xFilters ( xFilterFact, uno::UNO_QUERY ); in ImportFrom() local
2374 if ( xFilters->hasByName( aFilterName ) ) in ImportFrom()
2376 xFilters->getByName( aFilterName ) >>= aProps; in ImportFrom()
2490 uno::Reference < container::XNameAccess > xFilters ( xFilterFact, uno::UNO_QUERY ); in ExportTo() local
2491 if ( xFilters->hasByName( aFilterName ) ) in ExportTo()
2492 xFilters->getByName( aFilterName ) >>= aProps; in ExportTo()
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx1488 …css::uno::Reference< css::container::XNameAccess > xFilters(impl_openConfig(E_PROVIDER_FILTERS), c… in impl_load() local
1491 impl_loadSet(xFilters, E_FILTER, E_READ_ALL, &m_lFilters); in impl_load()

Completed in 42 milliseconds