Searched refs:aLen (Results 1 – 5 of 5) sorted by relevance
199 const sal_Int32 aLen( rStr.getLength() ); in lcl_putNumberCharWithSpace() local200 if(aLen) in lcl_putNumberCharWithSpace()202 if( lcl_isOnNumberChar(rStr.charAt(aLen - 1), false) && in lcl_putNumberCharWithSpace()
286 String aLen( aSym ); in Open() local287 if( aLen.EqualsIgnoreCaseAscii( "LEN" ) ) in Open()
352 sal_uInt16 aLen = aCode.Len(); in NotifyItemUpdate() local357 while( nCount < aLen ) in NotifyItemUpdate()
148 const sal_Int32 aLen(rStr.getLength()); in Imp_PutNumberCharWithSpace() local149 if(aLen) in Imp_PutNumberCharWithSpace()150 if(Imp_IsOnNumberChar(rStr, aLen - 1, false) && nValue >= 0) in Imp_PutNumberCharWithSpace()
1042 sal_uInt16 aLen = aCode.Len(); in ExecuteNumFormat() local1048 while(nCount < aLen) in ExecuteNumFormat()
Completed in 43 milliseconds