Searched refs:InsertBlanks (Results 1 – 3 of 3) sorted by relevance
/trunk/main/svl/source/numbers/ |
H A D | zformat.cxx | 89 xub_StrLen SvNumberformat::InsertBlanks( String& r, xub_StrLen nPos, sal_Unicode c ) in InsertBlanks() function in SvNumberformat 1945 InsertBlanks( OutString, OutString.Len(), in GetOutputString() 2193 InsertBlanks( OutString, OutString.Len(), in GetOutputString() 2712 InsertBlanks( OutString, OutString.Len(), in ImpGetTimeOutput() 2978 InsertBlanks( OutString, OutString.Len(), in ImpGetDateOutput() 3251 InsertBlanks( OutString, OutString.Len(), in ImpGetDateTimeOutput() 3554 /*k = */ InsertBlanks( sStr,k,rInfo.sStrArray[j].GetChar(1) ); in ImpGetNumberOutput() 3674 /*k = */ InsertBlanks( sStr,k,rInfo.sStrArray[j].GetChar(1) ); in ImpNumberFillWithThousands() 3838 k = InsertBlanks( sStr,k,rInfo.sStrArray[j].GetChar(1) ); in ImpNumberFill()
|
/trunk/main/xmloff/source/style/ |
H A D | xmlnumfe.cxx | 1273 … SvNumberformat::InsertBlanks( aEmbeddedStr, 0, pElemStr->GetChar(1) ); in ExportPart_Impl() 1343 SvNumberformat::InsertBlanks( aBlanks, 0, pElemStr->GetChar(1) ); in ExportPart_Impl()
|
/trunk/main/svl/inc/svl/ |
H A D | zformat.hxx | 403 static xub_StrLen InsertBlanks( String& r, xub_StrLen nPos, sal_Unicode c );
|
Completed in 39 milliseconds