Home
last modified time | relevance | path

Searched refs:lSource (Results 1 – 25 of 33) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/misc/
H A Dsequenceashashmap.cxx42 (*this) << lSource; in SequenceAsHashMap()
47 (*this) << lSource; in SequenceAsHashMap()
52 (*this) << lSource; in SequenceAsHashMap()
86 sal_Int32 c = lSource.getLength(); in operator <<()
92 if (lSource[i] >>= lP) in operator <<()
106 if (lSource[i] >>= lN) in operator <<()
120 if (lSource[i].hasValue()) in operator <<()
131 sal_Int32 c = lSource.getLength(); in operator <<()
132 const css::beans::PropertyValue* pSource = lSource.getConstArray(); in operator <<()
142 sal_Int32 c = lSource.getLength(); in operator <<()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/misc/
H A Dsequenceashashmap.cxx42 (*this) << lSource; in SequenceAsHashMap()
47 (*this) << lSource; in SequenceAsHashMap()
52 (*this) << lSource; in SequenceAsHashMap()
86 sal_Int32 c = lSource.getLength(); in operator <<()
92 if (lSource[i] >>= lP) in operator <<()
106 if (lSource[i] >>= lN) in operator <<()
120 if (lSource[i].hasValue()) in operator <<()
131 sal_Int32 c = lSource.getLength(); in operator <<()
132 const css::beans::PropertyValue* pSource = lSource.getConstArray(); in operator <<()
142 sal_Int32 c = lSource.getLength(); in operator <<()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/fwi/classes/
H A Dconverter.cxx28 …r::convert_seqPropVal2seqNamedVal( const css::uno::Sequence< css::beans::PropertyValue >& lSource ) in convert_seqPropVal2seqNamedVal() argument
30 sal_Int32 nCount = lSource.getLength(); in convert_seqPropVal2seqNamedVal()
34 lDestination[nItem].Name = lSource[nItem].Name; in convert_seqPropVal2seqNamedVal()
35 lDestination[nItem].Value = lSource[nItem].Value; in convert_seqPropVal2seqNamedVal()
43 …tring> Converter::convert_seqOUString2OUStringList( const css::uno::Sequence< OUString >& lSource ) in convert_seqOUString2OUStringList() argument
46 sal_Int32 nCount = lSource.getLength(); in convert_seqOUString2OUStringList()
51 lDestination.push_back(lSource[nItem]); in convert_seqOUString2OUStringList()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/fwi/classes/
H A Dconverter.cxx28 …r::convert_seqPropVal2seqNamedVal( const css::uno::Sequence< css::beans::PropertyValue >& lSource ) in convert_seqPropVal2seqNamedVal() argument
30 sal_Int32 nCount = lSource.getLength(); in convert_seqPropVal2seqNamedVal()
34 lDestination[nItem].Name = lSource[nItem].Name; in convert_seqPropVal2seqNamedVal()
35 lDestination[nItem].Value = lSource[nItem].Value; in convert_seqPropVal2seqNamedVal()
43 …tring> Converter::convert_seqOUString2OUStringList( const css::uno::Sequence< OUString >& lSource ) in convert_seqOUString2OUStringList() argument
46 sal_Int32 nCount = lSource.getLength(); in convert_seqOUString2OUStringList()
51 lDestination.push_back(lSource[nItem]); in convert_seqOUString2OUStringList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/comphelper/
H A Dsequenceashashmap.hxx62 SequenceAsHashMap(const css::uno::Sequence< css::uno::Any >& lSource);
67 SequenceAsHashMap(const css::uno::Sequence< css::beans::PropertyValue >& lSource);
72 SequenceAsHashMap(const css::uno::Sequence< css::beans::NamedValue >& lSource);
107 void operator<<(const css::uno::Sequence< css::uno::Any >& lSource);
116 void operator<<(const css::uno::Sequence< css::beans::PropertyValue >& lSource);
125 void operator<<(const css::uno::Sequence< css::beans::NamedValue >& lSource);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/comphelper/
H A Dsequenceashashmap.hxx62 SequenceAsHashMap(const css::uno::Sequence< css::uno::Any >& lSource);
67 SequenceAsHashMap(const css::uno::Sequence< css::beans::PropertyValue >& lSource);
72 SequenceAsHashMap(const css::uno::Sequence< css::beans::NamedValue >& lSource);
107 void operator<<(const css::uno::Sequence< css::uno::Any >& lSource);
116 void operator<<(const css::uno::Sequence< css::beans::PropertyValue >& lSource);
125 void operator<<(const css::uno::Sequence< css::beans::NamedValue >& lSource);
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqfints/libaqfints/session/hbci/
H A Ds_decrypt_hbci.c44 uint32_t lSource);
221 uint32_t lSource) in _getDecryptedMessage() argument
229 lDest=lSource+1024; /* maybe the size should be increased even more */ in _getDecryptedMessage()
230 mbuf=GWEN_Buffer_new(0, lSource+1024, 0, 1); in _getDecryptedMessage()
233 (const uint8_t *)pSource, lSource, in _getDecryptedMessage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/config/
H A Ddynamicmenuoptions.cxx205 static void impl_SortAndExpandPropertyNames( const Sequence< OUString >& lSource ,
459 …ynamicMenuOptions_Impl::impl_SortAndExpandPropertyNames( const Sequence< OUString >& lSource , in impl_SortAndExpandPropertyNames() argument
464 sal_Int32 nSourceCount = lSource.getLength(); in impl_SortAndExpandPropertyNames()
470 lTemp.insert( lTemp.end(), lSource.begin(), lSource.end() ); in impl_SortAndExpandPropertyNames()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/inc/classes/
H A Dconverter.hxx35 …convert_seqPropVal2seqNamedVal ( const css::uno::Sequence< css::beans::PropertyValue >& lSource );
38 …tring> convert_seqOUString2OUStringList( const css::uno::Sequence< OUString >& lSource );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/inc/classes/
H A Dconverter.hxx37 …convert_seqPropVal2seqNamedVal ( const css::uno::Sequence< css::beans::PropertyValue >& lSource );
40 …tring> convert_seqOUString2OUStringList( const css::uno::Sequence< OUString >& lSource );
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqhbci/msglayer/
H A Dmsgcrypt_rxh_decrypt.c19 uint32_t lSource);
270 uint32_t lSource) in _rxhDecrypt_GetDecryptedMessage() argument
278 lDest=lSource+1024; /* maybe the size should be increased even more */ in _rxhDecrypt_GetDecryptedMessage()
281 (const uint8_t *)pSource, lSource, in _rxhDecrypt_GetDecryptedMessage()
316 GWEN_Text_LogString((const char*) pSource, lSource, AQHBCI_LOGDOMAIN, GWEN_LoggerLevel_Error); in _rxhDecrypt_GetDecryptedMessage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/config/
H A Ddynamicmenuoptions.cxx222 static void impl_SortAndExpandPropertyNames( const Sequence< OUString >& lSource ,
472 …ynamicMenuOptions_Impl::impl_SortAndExpandPropertyNames( const Sequence< OUString >& lSource , in impl_SortAndExpandPropertyNames() argument
477 sal_Int32 nSourceCount = lSource.getLength(); in impl_SortAndExpandPropertyNames()
484 std::copy(lSource.begin(), lSource.end(), std::back_inserter(lTemp)); in impl_SortAndExpandPropertyNames()
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw2727.pp29 lSource: IPersistenceCapable;
32 result:=(lSource.Self is TPersistenceCapable)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/URLConnection/6212146/
H A DTest.java65 java.io.File lSource = new java.io.File( pBaseDir, pArchiveName ); in copyFile() local
69 java.io.InputStream lInput = new java.io.FileInputStream( lSource ); in copyFile()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/URLConnection/6212146/
H A DTest.java65 java.io.File lSource = new java.io.File( pBaseDir, pArchiveName ); in copyFile() local
69 java.io.InputStream lInput = new java.io.FileInputStream( lSource ); in copyFile()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/URLConnection/6212146/
H A DTest.java65 java.io.File lSource = new java.io.File( pBaseDir, pArchiveName ); in copyFile() local
69 java.io.InputStream lInput = new java.io.FileInputStream( lSource ); in copyFile()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/URLConnection/6212146/
H A DTest.java65 java.io.File lSource = new java.io.File( pBaseDir, pArchiveName ); in copyFile() local
69 java.io.InputStream lInput = new java.io.FileInputStream( lSource ); in copyFile()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/URLConnection/6212146/
H A DTest.java65 java.io.File lSource = new java.io.File( pBaseDir, pArchiveName );
69 java.io.InputStream lInput = new java.io.FileInputStream( lSource );
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/URLConnection/6212146/
H A DTest.java65 java.io.File lSource = new java.io.File( pBaseDir, pArchiveName ); in copyFile() local
69 java.io.InputStream lInput = new java.io.FileInputStream( lSource ); in copyFile()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/net/URLConnection/6212146/
H A DTest.java65 java.io.File lSource = new java.io.File( pBaseDir, pArchiveName ); in copyFile() local
69 java.io.InputStream lInput = new java.io.FileInputStream( lSource ); in copyFile()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/URLConnection/6212146/
H A DTest.java65 java.io.File lSource = new java.io.File( pBaseDir, pArchiveName ); in copyFile() local
69 java.io.InputStream lInput = new java.io.FileInputStream( lSource ); in copyFile()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/net/URLConnection/6212146/
H A DTest.java71 java.io.File lSource = new java.io.File( pBaseDir, pArchiveName ); in copyFile() local
75 java.io.InputStream lInput = new java.io.FileInputStream( lSource ); in copyFile()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/net/URLConnection/6212146/
H A DTest.java71 java.io.File lSource = new java.io.File( pBaseDir, pArchiveName ); in copyFile() local
75 java.io.InputStream lInput = new java.io.FileInputStream( lSource ); in copyFile()
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/system/
H A Dstream.c208 char *lSource, *lDestination; in STREAM_string_printf() local
231 lSource = lBuffer; in STREAM_string_printf()
234 while ((*(lDestination++) = *(lSource++))); in STREAM_string_printf()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/unotools/
H A Dmediadescriptor.hxx115 MediaDescriptor(const css::uno::Sequence< css::beans::PropertyValue >& lSource);

12