Lines Matching refs:l1
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()
1154 rtl_copyMemory( *buffer+(l1+l2+l3+l4),pop5,l5 ); in popupDocument()