Home
last modified time | relevance | path

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

/aoo41x/main/basctl/source/basicide/
H A Dbasobj3.cxx118 sal_Int32 nSourceLen = aOUSource.getLength(); in CreateMacro() local
119 if ( nSourceLen > 2 ) in CreateMacro()
122 if ( pStr[ nSourceLen - 1 ] != LINE_SEP ) in CreateMacro()
124 else if ( pStr[ nSourceLen - 2 ] != LINE_SEP ) in CreateMacro()
126 else if ( pStr[ nSourceLen - 3 ] == LINE_SEP ) in CreateMacro()
127 aOUSource = aOUSource.copy( 0, nSourceLen-1 ); in CreateMacro()

Completed in 9 milliseconds