Home
last modified time | relevance | path

Searched refs:l (Results 51 – 75 of 521) sorted by relevance

12345678910>>...21

/trunk/main/connectivity/source/drivers/jdbc/
H A DTimestamp.cxx47 args[0].l = convertwchar_tToJavaString(t.pEnv,sDateStr); in java_sql_Date()
56 tempObj = t.pEnv->CallStaticObjectMethod( getMyClass(), mID, args[0].l ); in java_sql_Date()
112 args[0].l = convertwchar_tToJavaString(t.pEnv,sDateStr); in java_sql_Time()
121 tempObj = t.pEnv->CallStaticObjectMethod( getMyClass(), mID, args[0].l ); in java_sql_Time()
122 t.pEnv->DeleteLocalRef((jstring)args[0].l); in java_sql_Time()
163 args[0].l = convertwchar_tToJavaString(t.pEnv,sDateStr); in java_sql_Timestamp()
172 tempObj = t.pEnv->CallStaticObjectMethod( getMyClass(), mID, args[0].l ); in java_sql_Timestamp()
/trunk/main/svx/inc/svx/
H A Drulritem.hxx291 void SetStartX(long l) { nStartX = l; } in SetStartX() argument
292 void SetEndX(long l) { nEndX = l; } in SetEndX() argument
293 void SetStartY(long l) { nStartY = l; } in SetStartY() argument
294 void SetEndY(long l) { nEndY = l; } in SetEndY() argument
/trunk/main/codemaker/source/codemaker/
H A Dunotype.cxx78 sal_Int32 l = k; in decompose() local
79 for (sal_Int32 level = 0; l != len; ++l) { in decompose()
80 char c = type[l]; in decompose()
94 arguments->push_back(type.copy(k, l - k)); in decompose()
95 k = l; in decompose()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx172 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XActionListener >& l ) throw(::com::sun::…
179 …t ::com::sun::star::uno::Reference< ::com::sun::star::awt::XItemListener >& l ) throw(::com::sun::…
180 …t ::com::sun::star::uno::Reference< ::com::sun::star::awt::XItemListener >& l ) throw(::com::sun::…
253 …t ::com::sun::star::uno::Reference< ::com::sun::star::awt::XItemListener >& l ) throw(::com::sun::…
254 …t ::com::sun::star::uno::Reference< ::com::sun::star::awt::XItemListener >& l ) throw(::com::sun::…
311 …t ::com::sun::star::uno::Reference< ::com::sun::star::awt::XItemListener >& l ) throw(::com::sun::…
312 …t ::com::sun::star::uno::Reference< ::com::sun::star::awt::XItemListener >& l ) throw(::com::sun::…
633 …t ::com::sun::star::uno::Reference< ::com::sun::star::awt::XTextListener >& l ) throw(::com::sun::…
693 …t ::com::sun::star::uno::Reference< ::com::sun::star::awt::XItemListener >& l ) throw(::com::sun::…
768 …t ::com::sun::star::uno::Reference< ::com::sun::star::awt::XItemListener >& l ) throw(::com::sun::…
[all …]
/trunk/main/sal/inc/osl/
H A Ddiagnose.h116 #define _OSL_ASSERT(c, f, l) \ argument
119 if (!(c) && _OSL_GLOBAL osl_assertFailedLine(f, l, 0)) \
123 #define _OSL_ENSURE(c, f, l, m) \ argument
126 if (!(c) && _OSL_GLOBAL osl_assertFailedLine(f, l, m)) \
133 #define _OSL_ASSERT(c, f, l) ((void)0) argument
134 #define _OSL_ENSURE(c, f, l, m) ((void)0) argument
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dlatvian.lm17 l 2035
150 lî 272
253 âl 172
326 lç 134
340 lîg 131
355 lîgu 125
361 lîgum 124
/trunk/main/xml2cmp/source/support/
H A Dcmdline.cxx87 if ( sXmlSourceFile.l() == 0 in CommandLine()
88 && sXmlSourceDirectory.l() == 0 ) in CommandLine()
92 else if ( sXmlSourceFile.l() > 0 in CommandLine()
93 && sXmlSourceDirectory.l() > 0 ) in CommandLine()
97 else if ( sIndexFile.l() > 0 in CommandLine()
98 && ( sXmlSourceDirectory.l() == 0 in CommandLine()
/trunk/main/solenv/inc/
H A Dlldb4aoo.py84 l = v.GetChildMemberWithName( lenvar).GetValueAsSigned()
86 if (r < 0) or (l < 0):
87 info += 'CORRUPT_STR={refs=%d, len=%d}' % (r,l)
89 L = min(l,128)
95 info += ('{refs=%d, len=%d, str="%s"%s}' % (r, l, s.encode('string_escape'), '...'if(l!=L)else''))
/trunk/main/bridges/source/jni_uno/
H A Djni_java2uno.cxx56 args[ 0 ].l = jo_oid.get(); in map_to_java()
57 args[ 1 ].l = info->m_type; in map_to_java()
75 args2[ 1 ].l = m_jni_info->m_object_java_env; in map_to_java()
79 args2[ 4 ].l = info->m_type; in map_to_java()
80 args2[ 5 ].l = jo_oid.get(); in map_to_java()
81 args2[ 6 ].l = info->m_proxy_ctor; in map_to_java()
135 JLocalAutoRef jo_exc( jni, java_exc.l ); in handle_uno_exc()
238 java_arg.l = jo_arg.get(); in call_uno()
289 java_arg.l = jo_out_holder.get(); in call_uno()
352 return java_ret.l; in call_uno()
/trunk/main/basic/source/sbx/
H A Dsbxvalue.cxx100 SbxINT64 a(l); in operator -()
106 SbxINT64 a(l); in operator +()
112 SbxINT64 a(l); in operator /()
118 SbxINT64 a(l); in operator %()
124 SbxINT64 a(l); in operator *()
131 a.nHigh = r.nHigh & l.nHigh; in operator &()
132 a.nLow = r.nLow & l.nLow; in operator &()
138 a.nHigh = r.nHigh | l.nHigh; in operator |()
139 a.nLow = r.nLow | l.nLow; in operator |()
145 a.nHigh = r.nHigh ^ l.nHigh; in operator ^()
[all …]
/trunk/main/jvmaccess/source/
H A Dclasspath.cxx97 arg.l = env->NewString( in doTranslateToUrls()
100 if (arg.l == 0) { in doTranslateToUrls()
146 arg.l = translateToUrls(context, env, classPath); in doLoadClass()
147 if (arg.l == 0) { in doLoadClass()
160 arg.l = env->NewString( in doLoadClass()
163 if (arg.l == 0) { in doLoadClass()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/base/
H A Djava_fat_service.java76 for (int l=0;l<entries.length;l++) { in executeTest()
78 if (entries[l] == null ) { in executeTest()
82 if (entries[l].hasErrorMsg) { in executeTest()
83 log.println(entries[l].ErrorMsg); in executeTest()
87 DescEntry entry = entries[l]; in executeTest()
/trunk/main/extensions/test/ole/AxTestComponents/
H A DAxTestComponents.dsp50 # ADD BASE RSC /l 0x409 /d "_DEBUG"
51 # ADD RSC /l 0x409 /d "_DEBUG"
84 # ADD BASE RSC /l 0x409 /d "_DEBUG"
85 # ADD RSC /l 0x409 /d "_DEBUG"
124 # ADD BASE RSC /l 0x409 /d "NDEBUG"
125 # ADD RSC /l 0x409 /d "NDEBUG"
158 # ADD BASE RSC /l 0x409 /d "NDEBUG"
159 # ADD RSC /l 0x409 /d "NDEBUG"
192 # ADD BASE RSC /l 0x409 /d "NDEBUG"
193 # ADD RSC /l 0x409 /d "NDEBUG"
[all …]
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DXCallback_Impl.dsp50 # ADD BASE RSC /l 0x409 /d "_DEBUG"
51 # ADD RSC /l 0x409 /d "_DEBUG"
84 # ADD BASE RSC /l 0x409 /d "_DEBUG"
85 # ADD RSC /l 0x409 /d "_DEBUG"
124 # ADD BASE RSC /l 0x409 /d "NDEBUG"
125 # ADD RSC /l 0x409 /d "NDEBUG"
158 # ADD BASE RSC /l 0x409 /d "NDEBUG"
159 # ADD RSC /l 0x409 /d "NDEBUG"
192 # ADD BASE RSC /l 0x409 /d "NDEBUG"
193 # ADD RSC /l 0x409 /d "NDEBUG"
[all …]
/trunk/main/tools/source/misc/
H A Dextendapplicationenvironment.cxx51 rlimit l; in extendApplicationEnvironment() local
52 if (getrlimit(RLIMIT_NOFILE, &l) == 0) { in extendApplicationEnvironment()
53 l.rlim_cur = l.rlim_max; in extendApplicationEnvironment()
54 setrlimit(RLIMIT_NOFILE, &l); in extendApplicationEnvironment()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx403 maActionListeners.addInterface( l ); in addActionListener()
415 maItemListeners.addInterface( l ); in addItemListener()
421 maItemListeners.removeInterface( l ); in removeItemListener()
825 maItemListeners.addInterface( l ); in addItemListener()
837 maActionListeners.addInterface( l ); in addActionListener()
1197 maItemListeners.addInterface( l ); in addItemListener()
1209 maActionListeners.addInterface( l ); in addActionListener()
1378 maSpinListeners.addInterface( l );
1536 maItemListeners.addInterface( l ); in addItemListener()
1548 maActionListeners.addInterface( l ); in addActionListener()
[all …]
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx474 int l = strlen(s); in parseFontCheckForString() local
475 if (nLen < l) in parseFontCheckForString()
477 for (int i = 0; i < l; i++) in parseFontCheckForString()
483 nLen -= l; in parseFontCheckForString()
484 pCopy += l; in parseFontCheckForString()
485 return l; in parseFontCheckForString()
490 int l = strlen(s); in parseFontRemoveSuffix() local
491 if (nLen < l) in parseFontRemoveSuffix()
493 for (int i = 0; i < l; i++) in parseFontRemoveSuffix()
496 nLen -= l; in parseFontRemoveSuffix()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/socket/
H A DConnectionDescriptor.java41 int l = description.indexOf('=', i + 1); in ConnectionDescriptor()
42 if (l < 0 || l >= k) { in ConnectionDescriptor()
46 String key = description.substring(i + 1, l); in ConnectionDescriptor()
47 String value = description.substring(l + 1, k); in ConnectionDescriptor()
/trunk/main/l10ntools/workbench/
H A Dgsicheckcheck.btm14 gsicheck.exe gsicheck_errors.sdf -wc -we -l ""
16 …rief gsicheck_errors_ok.sdf gsicheck_errors_ok-l.sdf || %vdiff gsicheck_errors_ok.sdf gsicheck_err…
17 …f gsicheck_errors_err.sdf gsicheck_errors_err-l.sdf || %vdiff gsicheck_errors_err.sdf gsicheck_err…
/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier.cxx138 sal_Int32 l = rLocale.Language.getLength(); in getLocaleSpecificIndexEntrySupplier() local
142 OUStringBuffer aBuf(l+c+v+a+4); in getLocaleSpecificIndexEntrySupplier()
144 if ((l > 0 && c > 0 && v > 0 && a > 0 && in getLocaleSpecificIndexEntrySupplier()
149 (l > 0 && c > 0 && a > 0 && in getLocaleSpecificIndexEntrySupplier()
153 (l > 0 && c > 0 && a > 0 && rLocale.Language.compareToAscii("zh") == 0 && in getLocaleSpecificIndexEntrySupplier()
159 (l > 0 && a > 0 && in getLocaleSpecificIndexEntrySupplier()
/trunk/main/sal/rtl/source/
H A Dcipher.c36 #define RTL_CIPHER_NTOHL(c, l) \ argument
37 ((l) = ((sal_uInt32)(*((c)++))) << 24L, \
38 (l) |= ((sal_uInt32)(*((c)++))) << 16L, \
39 (l) |= ((sal_uInt32)(*((c)++))) << 8L, \
40 (l) |= ((sal_uInt32)(*((c)++))))
42 #define RTL_CIPHER_HTONL(l, c) \ argument
43 (*((c)++) = (sal_uInt8)(((l) >> 24L) & 0xff), \
44 *((c)++) = (sal_uInt8)(((l) >> 16L) & 0xff), \
45 *((c)++) = (sal_uInt8)(((l) >> 8L) & 0xff), \
46 *((c)++) = (sal_uInt8)(((l) ) & 0xff))
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTransformer.java238 XStreamListener l = (XStreamListener) e.nextElement(); in start()
239 l.started(); in start()
345 XStreamListener l = (XStreamListener) e.nextElement(); in start()
346l.error(new com.sun.star.uno.Exception(ex.getClass().getName() + ": " + ex.getMessage())); in start()
409 XStreamListener l = (XStreamListener) e.nextElement(); in start()
410 l.closed(); in start()
432 XStreamListener l = (XStreamListener) e.nextElement(); in terminate() local
433 l.terminated(); in terminate()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx667 m_aModifyListeners.addInterface( l ); in addModifyListener()
747 m_aModifyListeners.removeInterface( l ); in removeModifyListener()
812 m_aUpdateListeners.addInterface( l ); in addUpdateListener()
828 m_aUpdateListeners.removeInterface( l ); in removeUpdateListener()
845 m_aContainerListeners.addInterface( l ); in addContainerListener()
861 m_aContainerListeners.removeInterface( l ); in removeContainerListener()
1270 m_aModifyListeners.addInterface( l ); in addModifyListener()
1276 m_aModifyListeners.removeInterface( l ); in removeModifyListener()
1581 m_aUpdateListeners.addInterface(l); in addUpdateListener()
1587 m_aUpdateListeners.removeInterface(l); in removeUpdateListener()
[all …]
/trunk/main/sc/source/core/data/
H A Ddpsave.cxx1520 bool operator == (const ::com::sun::star::sheet::DataPilotFieldSortInfo &l, const ::com::sun::star:… in operator ==() argument
1522 return l.Field == r.Field && l.IsAscending == r.IsAscending && l.Mode == r.Mode; in operator ==()
1526 return l.IsEnabled == r.IsEnabled && in operator ==()
1527 l.ShowItemsMode == r.ShowItemsMode && in operator ==()
1528 l.ItemCount == r.ItemCount && in operator ==()
1529 l.DataField == r.DataField; in operator ==()
1531 bool operator == (const ::com::sun::star::sheet::DataPilotFieldReference &l, const ::com::sun::star… in operator ==() argument
1533 return l.ReferenceType == r.ReferenceType && in operator ==()
1534 l.ReferenceField == r.ReferenceField && in operator ==()
1535 l.ReferenceItemType == r.ReferenceItemType && in operator ==()
[all …]
/trunk/main/i18npool/source/localedata/
H A Dsaxparser.cxx222 LocaleNode * l = LocaleNode::createNode (aName, xAttribs); in startElement() local
225 ln->addChild(l); in startElement()
227 rootNode = l; in startElement()
229 currentNode . push (l); in startElement()
241 LocaleNode * l = currentNode . top(); in characters() local
242 l->setValue (aChars); in characters()

Completed in 114 milliseconds

12345678910>>...21