Home
last modified time | relevance | path

Searched refs:lSource (Results 1 – 11 of 11) sorted by last modified time

/trunk/main/comphelper/source/misc/
H A Dmediadescriptor.cxx412 MediaDescriptor::MediaDescriptor(const css::uno::Sequence< css::beans::PropertyValue >& lSource) in MediaDescriptor() argument
413 : SequenceAsHashMap(lSource) in MediaDescriptor()
420 MediaDescriptor::MediaDescriptor(const css::uno::Sequence< css::beans::NamedValue >& lSource) in MediaDescriptor() argument
421 : SequenceAsHashMap(lSource) in MediaDescriptor()
H A Dsequenceashashmap.cxx60 (*this) << lSource; in SequenceAsHashMap()
68 (*this) << lSource; in SequenceAsHashMap()
76 (*this) << lSource; in SequenceAsHashMap()
120 sal_Int32 c = lSource.getLength(); in operator <<()
126 if (lSource[i] >>= lP) in operator <<()
140 if (lSource[i] >>= lN) in operator <<()
154 if (lSource[i].hasValue()) in operator <<()
168 sal_Int32 c = lSource.getLength(); in operator <<()
169 const css::beans::PropertyValue* pSource = lSource.getConstArray(); in operator <<()
182 sal_Int32 c = lSource.getLength(); in operator <<()
[all …]
/trunk/main/unotools/source/config/
H A Dcompatibility.cxx361 void impl_ExpandPropertyNames( const Sequence< OUString >& lSource,
575 const Sequence< OUString >& lSource, Sequence< OUString >& lDestination ) in impl_ExpandPropertyNames()
579 sal_Int32 nSourceCount = lSource.getLength(); in impl_ExpandPropertyNames()
585 sFixPath += lSource[ nSourceStep ]; in impl_ExpandPropertyNames()
H A Ddynamicmenuoptions.cxx386 void impl_SortAndExpandPropertyNames( const Sequence< OUString >& lSource ,
773 …ynamicMenuOptions_Impl::impl_SortAndExpandPropertyNames( const Sequence< OUString >& lSource , in impl_SortAndExpandPropertyNames() argument
779 sal_Int32 nSourceCount = lSource.getLength() ; in impl_SortAndExpandPropertyNames()
786 lTemp.push_back( lSource[nSourceStep] ); in impl_SortAndExpandPropertyNames()
/trunk/main/comphelper/inc/comphelper/
H A Dmediadescriptor.hxx137 …scriptor(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lSource);
138 …aDescriptor(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& lSource);
H A Dsequenceashashmap.hxx99 … SequenceAsHashMap(const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& lSource);
104 …sHashMap(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lSource);
109 …ceAsHashMap(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& lSource);
149 … void operator<<(const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& lSource);
158 …erator<<(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lSource);
167 … operator<<(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& lSource);
H A Dsequenceasvector.hxx101 SequenceAsVector(const ::com::sun::star::uno::Sequence< TElementType >& lSource) in SequenceAsVector() argument
103 (*this) << lSource; in SequenceAsVector()
134 void operator<<(const ::com::sun::star::uno::Sequence< TElementType >& lSource) in operator <<() argument
138 sal_Int32 c = lSource.getLength(); in operator <<()
139 const TElementType* pSource = lSource.getConstArray(); in operator <<()
171 ::com::sun::star::uno::Sequence< TElementType > lSource; in operator <<()
172 if (!(aSource >>= lSource)) in operator <<()
177 (*this) << lSource; in operator <<()
/trunk/main/framework/inc/classes/
H A Dfiltercachedata.hxx654 …ceToFilter ( const css::uno::Sequence< css::beans::PropertyValue >& lSource ,
657 …ceToFileType ( const css::uno::Sequence< css::beans::PropertyValue >& lSource ,
660 …ceToDetector ( const css::uno::Sequence< css::beans::PropertyValue >& lSource ,
662 …ceToLoader ( const css::uno::Sequence< css::beans::PropertyValue >& lSource ,
665 …ceToContentHandler ( const css::uno::Sequence< css::beans::PropertyValue >& lSource ,
H A Dconverter.hxx66 …convert_seqProp2seqAny ( const css::uno::Sequence< css::beans::PropertyValue >& lSource );
67 …convert_seqAny2seqProp ( const css::uno::Sequence< css::uno::Any >& lSource );
70 …convert_seqNamedVal2seqPropVal ( const css::uno::Sequence< css::beans::NamedValue >& lSource );
71 …convert_seqPropVal2seqNamedVal ( const css::uno::Sequence< css::beans::PropertyValue >& lSource );
74 …convert_seqOUString2OUStringList( const css::uno::Sequence< ::rtl::OUString >& lSource );
75 …convert_OUStringList2seqOUString( const OUStringList& lSource );
77 …vert_OUStringHash2seqProp ( const OUStringHashMap& lSource );
78 …convert_seqProp2OUStringHash ( const css::uno::Sequence< css::beans::PropertyValue >& lSource );
/trunk/main/framework/source/fwi/classes/
H A Dconverter.cxx49 sal_Int32 nCount = lSource.getLength(); in convert_seqProp2seqAny()
53 lDestination[nItem]<<=lSource[nItem]; in convert_seqProp2seqAny()
65 sal_Int32 nCount = lSource.getLength(); in convert_seqAny2seqProp()
71 if (lSource[nItem]>>=lDestination[nItem]) in convert_seqAny2seqProp()
87 sal_Int32 nCount = lSource.getLength(); in convert_seqNamedVal2seqPropVal()
103 sal_Int32 nCount = lSource.getLength(); in convert_seqPropVal2seqNamedVal()
120 sal_Int32 nCount = lSource.getLength(); in convert_seqOUString2OUStringList()
124 lDestination.push_back(lSource[nItem]); in convert_seqOUString2OUStringList()
138 …for (OUStringList::const_iterator pIterator=lSource.begin(); pIterator!=lSource.end(); ++pIterator) in convert_OUStringList2seqOUString()
155 for (OUStringHashMap::const_iterator pItem=lSource.begin(); pItem!=lSource.end(); ++pItem) in convert_OUStringHash2seqProp()
[all …]
/trunk/main/fpicker/source/win32/filepicker/
H A DFilePicker.cxx405 const uno::Sequence< ::rtl::OUString > lSource = m_pImpl->getFiles(); in getSelectedFiles() local
406 const ::sal_Int32 c = lSource.getLength(); in getSelectedFiles()
408 return lSource; in getSelectedFiles()
410 const ::rtl::OUString sPath = lSource[0]; in getSelectedFiles()
415 const ::rtl::OUString sFile = lSource[i]; in getSelectedFiles()

Completed in 68 milliseconds