Home
last modified time | relevance | path

Searched refs:rL1 (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/lingucomponent/source/lingutil/
H A Dlingutil.hxx68 inline sal_Bool operator == ( const ::com::sun::star::lang::Locale &rL1, const ::com::sun::star::la… in operator ==() argument
70 return rL1.Language == rL2.Language && in operator ==()
71 rL1.Country == rL2.Country && in operator ==()
72 rL1.Variant == rL2.Variant; in operator ==()
/AOO41X/main/sw/source/core/layout/
H A Dpaintfrm.cxx489 SwLineRect &rL1 = operator[](sal_uInt16(i)); in ConnectEdges() local
490 if ( !rL1.GetTab() || rL1.IsPainted() || rL1.IsLocked() ) in ConnectEdges()
495 const sal_Bool bVert = rL1.Height() > rL1.Width(); in ConnectEdges()
500 nL1a = rL1.Top(); nL1b = rL1.Left(); in ConnectEdges()
501 nL1c = rL1.Right(); nL1d = rL1.Bottom(); in ConnectEdges()
505 nL1a = rL1.Left(); nL1b = rL1.Top(); in ConnectEdges()
506 nL1c = rL1.Bottom(); nL1d = rL1.Right(); in ConnectEdges()
513 if ( rL2.GetTab() != rL1.GetTab() || in ConnectEdges()
568 if ( rL1.Top() < pLA->Top() ) in ConnectEdges()
570 if ( rL1.Bottom() == pLA->Bottom() ) in ConnectEdges()
[all …]
/AOO41X/main/linguistic/workben/
H A Dsspellimp.cxx56 BOOL operator == ( const Locale &rL1, const Locale &rL2 ) in operator ==() argument
58 return rL1.Language == rL2.Language && in operator ==()
59 rL1.Country == rL2.Country && in operator ==()
60 rL1.Variant == rL2.Variant; in operator ==()