Home
last modified time | relevance | path

Searched refs:CreateFormatString (Results 1 – 2 of 2) sorted by relevance

/trunk/main/tools/inc/tools/
H A Dstream.hxx286 void CreateFormatString();
398 { nRadix = nRad; CreateFormatString(); } in SetRadix()
401 { nPrecision = nPrec; CreateFormatString(); } in SetPrecision()
404 { nWidth = nWid; CreateFormatString(); } in SetWidth()
407 { cFiller = cFil; CreateFormatString(); } in SetFiller()
410 { nJustification = nJus; CreateFormatString(); } in SetJustification()
/trunk/main/tools/source/stream/
H A Dstream.cxx462 CreateFormatString(); in ImpInit()
2052 void SvStream::CreateFormatString() in CreateFormatString() function in SvStream

Completed in 36 milliseconds