Searched refs:xFilters (Results 1 – 4 of 4) sorted by relevance
129 Reference< XNameAccess > xFilters( mxContext->getServiceManager()->createInstanceWithContext( in FileOpenDialog() local131 Sequence< OUString > aFilterList( xFilters->getElementNames() ); in FileOpenDialog()137 if ( xFilters->getByName( aFilterList[ i ] ) >>= aFilterProperties ) in FileOpenDialog()176 Sequence< OUString > aTypeList( xFilters->getElementNames() ); in FileOpenDialog()
143 uno::Reference< container::XEnumeration > xFilters in handleNoSuchFilterRequest_() local147 while (xFilters->hasMoreElements()) in handleNoSuchFilterRequest_()151 ::comphelper::SequenceAsHashMap lProps(xFilters->nextElement()); in handleNoSuchFilterRequest_()
2277 uno::Reference < container::XNameAccess > xFilters ( xFilterFact, uno::UNO_QUERY ); in InsertFrom() local2278 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() local2376 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() local2493 if ( xFilters->hasByName( aFilterName ) ) in ExportTo()2494 xFilters->getByName( aFilterName ) >>= aProps; in ExportTo()
1488 …css::uno::Reference< css::container::XNameAccess > xFilters(impl_openConfig(E_PROVIDER_FILTERS), c… in impl_load() local1491 impl_loadSet(xFilters, E_FILTER, E_READ_ALL, &m_lFilters); in impl_load()
Completed in 103 milliseconds