Home
last modified time | relevance | path

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

/aoo42x/main/soltools/giparser/
H A Dgi_parse.cxx381 const int nIndentBound = 60; in WriteIndentation() local
383 static const char sIndentation[nIndentBound+1] = in WriteIndentation()
391 if ( nLevel <= nIndentBound ) in WriteIndentation()
396 for ( ; iLevel > nIndentBound; iLevel-=nIndentBound ) in WriteIndentation()
397 o_rFile.write( sIndentation, nIndentBound ); in WriteIndentation()

Completed in 13 milliseconds