/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/java/ |
H A D | java_environment.java | 161 if (l2 != null) { in register() 162 Object o = l2.get(); in register() 164 l2.acquire(); in register() 190 Level2Entry l2 = null; in revoke() local 193 if (l2 != null && l2.release()) { in revoke() 198 return l2 != null; in revoke() 215 if (l2 == null) { in cleanUp() 225 if (l1 != null && l1.level2map.get(l2.type) == l2) { in cleanUp() 226 removeLevel2Entry(l1, l2.oid, l2.type); in cleanUp() 245 if (l2 != null) { in find() [all …]
|
/aoo42x/main/svl/source/items/ |
H A D | nranges.cxx | 492 if( !l2 ) in operator -=() 501 if( u1 < l2 ) in operator -=() 519 if( l2 <= l1 && u2 <= u1 ) in operator -=() 528 if( l1 <= l2 && u1 <= u2 ) in operator -=() 534 pTarget[ nTargetPos+1 ] = l2 - 1; in operator -=() 543 if( l1 >= l2 && u1 <= u2 ) in operator -=() 557 pTarget[ nTargetPos+1 ] = l2 - 1; in operator -=() 700 if( u1 < l2 ) in operator /=() 715 if( l1 <= l2 ) in operator /=() 721 pTarget[ nTargetPos ] = l2; in operator /=() [all …]
|
/aoo42x/main/winaccessibility/source/UAccCOM/ |
H A D | EnumVariant.cpp | 44 ULONG l2; in Next() local 54 for (l1=m_lCurrent, l2=0; l1<m_pXAccessibleSelection->getSelectedAccessibleChildCount() && in Next() 55 l2<cElements; l1++, l2++) in Next() 62 pvar[l2].vt = VT_I4; in Next() 63 ((IMAccessible*)pChild)->Get_XAccChildID(&pvar[l2].lVal); in Next() 72 pvar[l2].vt = VT_I4; in Next() 73 ((IMAccessible*)pChild)->Get_XAccChildID(&pvar[l2].lVal); in Next() 79 *pcElementFetched = l2; in Next() 82 return (l2 < cElements) ? S_FALSE : NOERROR; 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 | 92 OUString l2 = u2l.transliterateString2String(str2, 0, str2.getLength()); in transliterateRange() local 95 if ((l1 == u1) && (l2 == u2)) { in transliterateRange() 98 r[1] = l2; in transliterateRange() 103 r[1] = l2; in transliterateRange()
|
/aoo42x/main/i18npool/inc/ |
H A D | localedata.hxx | 66 …_Bool operator ==(const com::sun::star::lang::Locale& l1, const com::sun::star::lang::Locale& l2) { in operator ==() argument 67 return l1.Language == l2.Language && l1.Country == l2.Country && l1.Variant == l2.Variant; in operator ==() 116 …l_Bool operator ==(const com::sun::star::lang::Locale& l1, const com::sun::star::lang::Locale& l2);
|
/aoo42x/main/xmlsecurity/source/helper/ |
H A D | xsecverify.cxx | 226 const sal_Int32 l2 = ouX509Certificate.getLength(); in setX509Certificate() local 230 while ((i1 < l1) && (i2 < l2)) { in setX509Certificate() 251 while ((i2 < l2) && rtl_ImplIsWhitespace(s2[l2])) { in setX509Certificate() 254 if ((i1 != l1) || (i2 != l2)) { in setX509Certificate()
|
/aoo42x/main/vcl/source/fontsubset/ |
H A D | list.cxx | 476 list l1, l2; in main() local 498 l2 = listNewCopy(l1); in main() 499 printlist(l2); in main() 501 listForAll(l2, allfunc); in main() 517 listDispose(l2); in main()
|
/aoo42x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | databases.cxx | 739 sal_Int32 l2 = l.getLength() - l1 - 1; in operator ()() local 741 ret = ( m_xCollator->compareSubstring( l,1+l1,l2,r,1+r1,r2 ) < 0 ); in operator ()() 1136 sal_Int32 l2,l4; in popupDocument() local 1139 rtl::OString pop2O( val.getStr(),l2 = val.getLength(),RTL_TEXTENCODING_UTF8 ); in popupDocument() 1146 (*byteCount) = l1 + l2 + l3 + l4 + l5; 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() 1154 rtl_copyMemory( *buffer+(l1+l2+l3+l4),pop5,l5 ); in popupDocument()
|
/aoo42x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
H A D | callvirtualmethod.s | 43 ldx [%l0 + %i2], %l2 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/sfx2/qa/complex/sfx2/ |
H A D | DocumentProperties.java | 270 Locale l2 = xDP.getLanguage(); in check() local 271 assertTrue("setLanguage Lang", l.Language.equals(l2.Language)); in check() 272 assertTrue("setLanguage Cty", l.Country.equals(l2.Country)); in check()
|
/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 1603 l2=sqrt(fx2*fx2+fy2*fy2); in WriteOpcodes() 1611 if (l2>0) in WriteOpcodes() 1613 fx2=fx2/l2*fxr; in WriteOpcodes() 1614 fy2=fy2/l2*fyr; in WriteOpcodes()
|
/aoo42x/main/basic/source/comp/ |
H A D | dim.cxx | 1075 sal_uInt16 l1 = nLine, l2 = nLine; in DefProc() local 1162 l2 = nLine; in DefProc() 1164 pProc->SetLine2( l2 ); in DefProc()
|
/aoo42x/main/xmloff/source/transform/ |
H A D | OOo2Oasis.cxx | 79 #define ENTRY3QQN( n, l, a, n1, l1, n2, l2, p3 ) \ argument 81 XMLTransformerActionInit::QNameParam( n2, l2 ), p3 ) 85 #define ENTRY2QQ( n, l, a, n1, l1, n2, l2 ) \ argument 87 XMLTransformerActionInit::QNameParam( n2, l2 ) )
|
H A D | Oasis2OOo.cxx | 96 #define ENTRY2QQ( n, l, a, n1, l1, n2, l2 ) \ argument 98 XMLTransformerActionInit::QNameParam( n2, l2 ) )
|
/aoo42x/main/offapi/com/sun/star/resource/ |
H A D | XLocale.idl | 260 [in] com::sun::star::lang::Locale l2 );
|
/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/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 | 402 long l2=Abs(x2)+Abs(y2); in CalcLine() local 403 if ((l1<=l2) != (pView!=NULL && pView->IsBigOrtho())) { in CalcLine()
|
/aoo42x/extras/l10n/source/kid/ |
H A D | localize.sdf | 427 chart2 source\controller\dialogs\tp_Scale.src 0 stringlist STR_LIST_TIME_UNIT 2 0 kid 8462l2‖Mont… 3668 dbaccess source\ui\app\app.src 0 string STR_FOLDER_LABEL 1 kid hvs-l2‖F~older name 20130829 2… 4971 …radiobutton RID_PAGE_DEFAULTFIELDSELECTION RB_DEFSELECTION_YES 0 kid i-=8l2‖~Yes, the following:… 7891 helpcontent2 source\text\sbasic\shared\01030400.xhp 0 help par_id3146808 57 0 kid kkr=l2‖Click th… 15673 helpcontent2 source\text\scalc\01\12040300.xhp 0 help hd_id3153188 27 0 kid +zk=l2‖\<link href=\"… 23257 helpcontent2 source\text\shared\00\00000402.xhp 0 help par_id3149765 9 0 kid 8g=7l2‖Choose \<emph… 46494 helpcontent2 source\text\swriter\01\05040500.xhp 0 help hd_id3156324 23 0 kid b[f+l2‖Left Arrow … 57220 sc source\ui\cctrl\dpcontrol.src 0 string RID_POPUP_FILTER STR_BTN_TOGGLE_ALL 0 kid l2]6n3‖All … 63699 sfx2 source\dialog\dinfdlg.src 0 fixedtext RID_EDIT_DURATIONS FT_DAY 60 kid l2=9w+‖~Days 20130… 69361 sw source\ui\envelp\label.src 0 fixedtext TP_BUSINESS_DATA FT_STREET 90 kid l2[iik‖Street 2013… [all …]
|
/aoo42x/extras/l10n/source/is/ |
H A D | localize.sdf | 60717 helpcontent2 source\text\scalc\01\04060112.xhp 0 help par_id3149710 93 0 is Dál2 20181231 09:5… 60761 helpcontent2 source\text\scalc\01\04060112.xhp 0 help par_id3166437 137 0 is Dál2 20181231 09:… 60808 helpcontent2 source\text\scalc\01\04060112.xhp 0 help par_id3153352 184 0 is Dál2 20181231 09:…
|