Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/vml/
H A Dvmlinputstream.cxx103 const sal_Char* pcNameBeg = pcBeg; in lclProcessAttribs() local
104 while( bOk && (pcNameBeg < pcEnd) ) in lclProcessAttribs()
107 const sal_Char* pcEqualSign = lclFindCharacter( pcNameBeg, pcEnd, '=' ); in lclProcessAttribs()
112 if( (bOk = pcNameBeg < pcNameEnd) == true ) in lclProcessAttribs()
123 … OString aAttribName( pcNameBeg, static_cast< sal_Int32 >( pcNameEnd - pcNameBeg ) ); in lclProcessAttribs()
124 … OString aAttribData( pcNameBeg, static_cast< sal_Int32 >( pcValueEnd - pcNameBeg ) ); in lclProcessAttribs()
131 aAttributeNames[ aAttribName ] = pcNameBeg; in lclProcessAttribs()
132 aAttributes[ pcNameBeg ] = aAttribData; in lclProcessAttribs()
134 pcNameBeg = pcValueEnd; in lclProcessAttribs()
135 if( (pcNameBeg < pcEnd) && ((bOk = lclIsWhiteSpace( *pcNameBeg )) == true) ) in lclProcessAttribs()
[all …]

Completed in 16 milliseconds