Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/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_()
/aoo41x/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()
2375 uno::Reference < container::XNameAccess > xFilters ( xFilterFact, uno::UNO_QUERY ); in ImportFrom() local
2376 if ( xFilters->hasByName( aFilterName ) ) in ImportFrom()
2378 xFilters->getByName( aFilterName ) >>= aProps; in ImportFrom()
2492 uno::Reference < container::XNameAccess > xFilters ( xFilterFact, uno::UNO_QUERY ); in ExportTo() local
2493 if ( xFilters->hasByName( aFilterName ) ) in ExportTo()
2494 xFilters->getByName( aFilterName ) >>= aProps; in ExportTo()
/aoo41x/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 512 milliseconds