Home
last modified time | relevance | path

Searched refs:pcValueBeg (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/oox/source/vml/
H A Dvmlinputstream.cxx115 const sal_Char* pcValueBeg = lclFindNonWhiteSpace( pcEqualSign + 1, pcEnd ); in lclProcessAttribs() local
116 … if( (bOk = (pcValueBeg < pcEnd) && ((*pcValueBeg == '\'') || (*pcValueBeg == '"'))) == true ) in lclProcessAttribs()
119 … const sal_Char* pcValueEnd = lclFindCharacter( pcValueBeg + 1, pcEnd, *pcValueBeg ); in lclProcessAttribs()

Completed in 9 milliseconds