Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/ole/
H A Dvbacontrol.cxx701 OUString lclGetQuotedString( const OUString& rCodeLine ) in lclGetQuotedString() argument
704 sal_Int32 nLen = rCodeLine.getLength(); in lclGetQuotedString()
705 if( (nLen > 0) && (rCodeLine[ 0 ] == '"') ) in lclGetQuotedString()
710 sal_Unicode cChar = rCodeLine[ nIndex ]; in lclGetQuotedString()
725 bool lclEatWhitespace( OUString& rCodeLine ) in lclEatWhitespace() argument
728 …while( (nIndex < rCodeLine.getLength()) && ((rCodeLine[ nIndex ] == ' ') || (rCodeLine[ nIndex ] =… in lclEatWhitespace()
732 rCodeLine = rCodeLine.copy( nIndex ); in lclEatWhitespace()
738 bool lclEatKeyword( OUString& rCodeLine, const OUString& rKeyword ) in lclEatKeyword() argument
740 if( rCodeLine.matchIgnoreAsciiCase( rKeyword ) ) in lclEatKeyword()
742 rCodeLine = rCodeLine.copy( rKeyword.getLength() ); in lclEatKeyword()
[all …]

Completed in 21 milliseconds