Searched refs:aTokenImportant (Results 1 – 1 of 1) sorted by relevance
221 static rtl::OUString aTokenImportant(RTL_CONSTASCII_USTRINGPARAM("!important")); in readCssStyle() local222 const sal_Int32 nIndexTokenImportant(aOUTokenValue.indexOf(aTokenImportant)); in readCssStyle()235 … if(aOUTokenValue.getLength() > nIndexTokenImportant + aTokenImportant.getLength()) in readCssStyle()238 … aNewOUTokenValue += aOUTokenValue.copy(nIndexTokenImportant + aTokenImportant.getLength()); in readCssStyle()
Completed in 35 milliseconds