Home
last modified time | relevance | path

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

/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx222 const sal_Int32 nIndexTokenImportant(aOUTokenValue.indexOf(aTokenImportant)); in readCssStyle() local
224 if(-1 != nIndexTokenImportant) in readCssStyle()
229 if(nIndexTokenImportant > 0) in readCssStyle()
232 aNewOUTokenValue += aOUTokenValue.copy(0, nIndexTokenImportant); in readCssStyle()
235 … if(aOUTokenValue.getLength() > nIndexTokenImportant + aTokenImportant.getLength()) in readCssStyle()
238 … aNewOUTokenValue += aOUTokenValue.copy(nIndexTokenImportant + aTokenImportant.getLength()); in readCssStyle()

Completed in 23 milliseconds