Home
last modified time | relevance | path

Searched refs:aLen (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/basegfx/source/tools/
H A Dstringconversiontools.cxx234 const sal_Int32 aLen( rStr.getLength() ); in lcl_putNumberCharWithSpace() local
235 if(aLen) in lcl_putNumberCharWithSpace()
237 if( lcl_isOnNumberChar(rStr.charAt(aLen - 1), false, true) && in lcl_putNumberCharWithSpace()
/aoo42x/main/basic/source/comp/
H A Dio.cxx286 String aLen( aSym ); in Open() local
287 if( aLen.EqualsIgnoreCaseAscii( "LEN" ) ) in Open()
/aoo42x/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.cxx352 sal_uInt16 aLen = aCode.Len(); in NotifyItemUpdate() local
357 while( nCount < aLen ) in NotifyItemUpdate()
/aoo42x/main/xmloff/source/draw/
H A Dxexptran.cxx148 const sal_Int32 aLen(rStr.getLength()); in Imp_PutNumberCharWithSpace() local
149 if(aLen) in Imp_PutNumberCharWithSpace()
150 if(Imp_IsOnNumberChar(rStr, aLen - 1, false) && nValue >= 0) in Imp_PutNumberCharWithSpace()
/aoo42x/main/sc/source/ui/view/
H A Dformatsh.cxx1042 sal_uInt16 aLen = aCode.Len(); in ExecuteNumFormat() local
1048 while(nCount < aLen) in ExecuteNumFormat()

Completed in 41 milliseconds