/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/java/ |
H A D | java_environment.java | 158 Level1Entry l1 = level1map.get(oid); in register() local 159 if (l1 != null) { in register() 180 if (l1 == null) { in register() 181 l1 = new Level1Entry(); in register() 182 level1map.put(oid, l1); in register() 191 if (l1 != null) { in revoke() 192 l2 = l1.level2map.get(type); in revoke() 203 return l1 == null ? null : l1.find(type); in get() 225 if (l1 != null && l1.level2map.get(l2.type) == l2) { in cleanUp() 233 l1.level2map.remove(type); in removeLevel2Entry() [all …]
|
/aoo42x/main/vcl/source/fontsubset/ |
H A D | list.cxx | 476 list l1, l2; in main() local 481 printstat(l1); in main() 483 listAppend(l1, 1); in main() 484 printstat(l1); in main() 487 printstat(l1); in main() 490 printstat(l1); in main() 492 printlist(l1); in main() 494 listToFirst(l1); in main() 496 printlist(l1); in main() 504 listClear(l1); in main() [all …]
|
/aoo42x/main/svl/source/items/ |
H A D | nranges.cxx | 494 pTarget[ nTargetPos ] = l1; in operator -=() 503 pTarget[ nTargetPos ] = l1; in operator -=() 511 if( u2 < l1 ) in operator -=() 519 if( l2 <= l1 && u2 <= u1 ) in operator -=() 528 if( l1 <= l2 && u1 <= u2 ) in operator -=() 533 pTarget[ nTargetPos ] = l1; in operator -=() 543 if( l1 >= l2 && u1 <= u2 ) in operator -=() 556 pTarget[ nTargetPos ] = l1; in operator -=() 706 if( u2 < l1 ) in operator /=() 715 if( l1 <= l2 ) in operator /=() [all …]
|
/aoo42x/main/bridges/source/cpp_uno/cc50_solaris_sparc/ |
H A D | call.s | 123 mov %i1, %l1 124 add %l1, 2, %l1 125 sll %l1, 2, %l1 127 add %l3, %l1, %l1 128 ld [%l1], %l0
|
/aoo42x/main/winaccessibility/source/UAccCOM/ |
H A D | EnumVariant.cpp | 43 long l1; in Next() local 54 for (l1=m_lCurrent, l2=0; l1<m_pXAccessibleSelection->getSelectedAccessibleChildCount() && in Next() 55 l2<cElements; l1++, l2++) in Next() 57 Reference< XAccessible > pRXAcc = m_pXAccessibleSelection->getSelectedAccessibleChild(l1); in Next() 80 m_lCurrent = l1; in Next()
|
/aoo42x/main/i18npool/source/textconversion/ |
H A D | textconversionImpl.cxx | 84 static inline sal_Bool operator != (const Locale& l1, const Locale& l2) { in operator !=() argument 85 return l1.Language != l2.Language || l1.Country != l2.Country || l1.Variant != l2.Variant; in operator !=()
|
/aoo42x/main/i18npool/source/transliteration/ |
H A D | transliteration_caseignore.cxx | 90 OUString l1 = u2l.transliterateString2String(str1, 0, str1.getLength()); in transliterateRange() local 95 if ((l1 == u1) && (l2 == u2)) { in transliterateRange() 97 r[0] = l1; in transliterateRange() 102 r[0] = l1; in transliterateRange()
|
/aoo42x/main/i18npool/inc/ |
H A D | localedata.hxx | 66 inline sal_Bool operator ==(const com::sun::star::lang::Locale& l1, const com::sun::star::lang::Loc… in operator ==() argument 67 return l1.Language == l2.Language && l1.Country == l2.Country && l1.Variant == l2.Variant; in operator ==() 116 …friend sal_Bool operator ==(const com::sun::star::lang::Locale& l1, const com::sun::star::lang::Lo…
|
/aoo42x/main/xmlsecurity/source/helper/ |
H A D | xsecverify.cxx | 225 const sal_Int32 l1 = isi.signatureInfor.ouX509Certificate.getLength(); in setX509Certificate() local 230 while ((i1 < l1) && (i2 < l2)) { in setX509Certificate() 248 while ((i1 < l1) && rtl_ImplIsWhitespace(s1[l1])) { in setX509Certificate() 254 if ((i1 != l1) || (i2 != l2)) { in setX509Certificate()
|
/aoo42x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | databases.cxx | 727 sal_Int32 l1 = l.indexOf( sal_Unicode( ';' ) ); in operator ()() local 728 sal_Int32 l3 = ( l1 == -1 ? l.getLength() : l1 ); in operator ()() 739 sal_Int32 l2 = l.getLength() - l1 - 1; in operator ()() 741 ret = ( m_xCollator->compareSubstring( l,1+l1,l2,r,1+r1,r2 ) < 0 ); in operator ()() 1126 const sal_Int32 l1 = strlen( pop1 ); in popupDocument() local 1146 (*byteCount) = l1 + l2 + l3 + l4 + l5; in popupDocument() 1150 rtl_copyMemory( *buffer,pop1,l1 ); in popupDocument() 1151 rtl_copyMemory( *buffer+l1,pop2,l2 ); in popupDocument() 1152 rtl_copyMemory( *buffer+(l1+l2),pop3,l3 ); in popupDocument() 1153 rtl_copyMemory( *buffer+(l1+l2+l3),pop4,l4 ); in popupDocument() [all …]
|
/aoo42x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
H A D | callvirtualmethod.s | 41 add %sp, 2047 + 176, %l1 45 stx %l2, [%l1 + %i2]
|
/aoo42x/main/i18npool/source/breakiterator/ |
H A D | breakiteratorImpl.cxx | 507 static inline sal_Bool operator == (const Locale& l1, const Locale& l2) { in operator ==() argument 508 return l1.Language == l2.Language && l1.Country == l2.Country && l1.Variant == l2.Variant; in operator ==()
|
/aoo42x/main/xmloff/source/transform/ |
H A D | OOo2Oasis.cxx | 79 #define ENTRY3QQN( n, l, a, n1, l1, n2, l2, p3 ) \ argument 80 ENTRY3( n, l, a, XMLTransformerActionInit::QNameParam( n1, l1 ), \ 85 #define ENTRY2QQ( n, l, a, n1, l1, n2, l2 ) \ argument 86 ENTRY2( n, l, a, XMLTransformerActionInit::QNameParam( n1, l1 ), \ 88 #define ENTRY2QN( n, l, a, n1, l1, p2 ) \ argument 89 ENTRY2( n, l, a, XMLTransformerActionInit::QNameParam( n1, l1 ), p2 ) 93 #define ENTRY1Q( n, l, a, n1, l1 ) \ argument 94 ENTRY1( n, l, a, XMLTransformerActionInit::QNameParam( n1, l1 ) )
|
H A D | Oasis2OOo.cxx | 90 #define ENTRY3QNQ( n, l, a, n1, l1, p2, n3, l3 ) \ argument 91 ENTRY3( n, l, a, XMLTransformerActionInit::QNameParam( n1, l1 ), \ 96 #define ENTRY2QQ( n, l, a, n1, l1, n2, l2 ) \ argument 97 ENTRY2( n, l, a, XMLTransformerActionInit::QNameParam( n1, l1 ), \ 99 #define ENTRY2QN( n, l, a, n1, l1, p2 ) \ argument 100 ENTRY2( n, l, a, XMLTransformerActionInit::QNameParam( n1, l1 ), p2 )
|
/aoo42x/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 1592 double fxc,fyc,fxr,fyr,fx1,fy1,fx2,fy2,l1,l2; in WriteOpcodes() local 1602 l1=sqrt(fx1*fx1+fy1*fy1); in WriteOpcodes() 1605 if (l1>0) in WriteOpcodes() 1607 fx1=fx1/l1*fxr; in WriteOpcodes() 1608 fy1=fy1/l1*fyr; in WriteOpcodes()
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | w1class.cxx | 914 sal_uLong l1 = pPos[1]->Where(nPlcIdx[1]); in operator ++() local 915 if( l0 < l1 ) in operator ++() 917 else if( l1 < l0 ) in operator ++()
|
/aoo42x/main/offapi/com/sun/star/resource/ |
H A D | XLocale.idl | 252 <TRUE/> if the <type scope="com::sun::star::lang">Locale</type> <var>l1</var> is equal to the 259 boolean equals( [in] com::sun::star::lang::Locale l1,
|
/aoo42x/main/basic/source/comp/ |
H A D | dim.cxx | 1075 sal_uInt16 l1 = nLine, l2 = nLine; in DefProc() local 1163 pProc->SetLine1( l1 ); in DefProc()
|
/aoo42x/main/testtools/source/bridgetest/cli/ |
H A D | cli_cs_testobj.cs | 243 public int testPPCAlignment( long l1, long l2, int i1, long l3, int i2 ) in testPPCAlignment() argument
|
/aoo42x/main/basic/source/classes/ |
H A D | sbxmod.cxx | 2042 void SbMethod::GetLineRange( sal_uInt16& l1, sal_uInt16& l2 ) in GetLineRange() argument 2044 l1 = nLine1; l2 = nLine2; in GetLineRange()
|
/aoo42x/main/testtools/source/bridgetest/idl/ |
H A D | bridgetest.idl | 268 … long testPPCAlignment( [in] hyper l1, [in] hyper l2, [in] long i1, [in] hyper l3, [in] long i2 );
|
/aoo42x/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 3842 sal_uLong l1 = pBook[1]->Where(); in operator ++() local 3843 if( l0 < l1 ) in operator ++() 3845 else if( l1 < l0 ) in operator ++()
|
/aoo42x/main/svx/source/dialog/ |
H A D | svxruler.cxx | 94 #define PIXEL_H_ADJUST( l1, l2 ) PixelHAdjust(l1,l2) argument
|
/aoo42x/main/testtools/com/sun/star/comp/bridge/ |
H A D | TestComponent.java | 491 …public int testPPCAlignment( long l1, long l2, int i1, long l3, int i2 ) throws com.sun.star.uno.R… in testPPCAlignment() argument
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdopath.cxx | 401 long l1=Abs(x1)+Abs(y1); in CalcLine() local 403 if ((l1<=l2) != (pView!=NULL && pView->IsBigOrtho())) { in CalcLine()
|