Home
last modified time | relevance | path

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

/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DFilterOptions.java141 …com.sun.star.beans.PropertyValue[] lFilterProps = (com.sun.star.beans.PropertyValue[])AnyConverter… in analyze() local
142 int nCount = lFilterProps.length; in analyze()
145 if (lFilterProps[p].Name.equals("OldString")) in analyze()
146 m_sOld = AnyConverter.toString(lFilterProps[p].Value); in analyze()
148 if (lFilterProps[p].Name.equals("NewString")) in analyze()
149 m_sNew = AnyConverter.toString(lFilterProps[p].Value); in analyze()
151 if (lFilterProps[p].Name.equals("LowerCase")) in analyze()
153 m_bLower = AnyConverter.toBoolean(lFilterProps[p].Value); in analyze()
/aoo41x/main/sfx2/source/dialog/
H A Dfiltergrouping.cxx916 ::comphelper::SequenceAsHashMap lFilterProps (xFilterList->nextElement()); in TSortedFilterList()
917 ::rtl::OUString sFilterName = lFilterProps.getUnpackedValueOrDefault( in TSortedFilterList()
/aoo41x/main/framework/source/loadenv/
H A Dloadenv.cxx909 ::comphelper::SequenceAsHashMap lFilterProps(xFilterCont->getByName(sFilter)); in impl_detectTypeAndFilter()
910 … sal_Int32 nFlags = lFilterProps.getUnpackedValueOrDefault(FILTERPROP_FLAGS, (sal_Int32)0); in impl_detectTypeAndFilter()
/aoo41x/main/framework/source/services/
H A Dautorecovery.cxx1250 …::comphelper::SequenceAsHashMap lFilterProps (xFilterCFG->getByName(rInfo.DefaultFilt… in implts_specifyDefaultFilterAndExtension()
1251 …::rtl::OUString sTypeRegistration = lFilterProps.getUnpackedValueOrDefault… in implts_specifyDefaultFilterAndExtension()

Completed in 55 milliseconds