Home
last modified time | relevance | path

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

/trunk/main/svgio/source/svgreader/
H A Dsvgtspannode.cxx49 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("tspan")); in getSvgStyleAttributes() local
51 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
H A Dsvggradientstopnode.cxx48 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("stop")); in getSvgStyleAttributes() local
50 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
H A Dsvggnode.cxx61 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("g")); in getSvgStyleAttributes() local
63 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
H A Dsvgpathnode.cxx53 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("path")); in getSvgStyleAttributes() local
55 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
H A Dsvgcirclenode.cxx54 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("circle")); in getSvgStyleAttributes() local
56 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
H A Dsvgellipsenode.cxx55 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("ellipse")); in getSvgStyleAttributes() local
57 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
H A Dsvglinenode.cxx55 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("line")); in getSvgStyleAttributes() local
57 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
H A Dsvgmarkernode.cxx58 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("marker")); in getSvgStyleAttributes() local
60 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
H A Dsvgusenode.cxx56 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("use")); in getSvgStyleAttributes() local
58 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
H A Dsvgrectnode.cxx57 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("rect")); in getSvgStyleAttributes() local
59 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
H A Dsvgtextnode.cxx57 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("text")); in getSvgStyleAttributes() local
59 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
H A Dsvgimagenode.cxx72 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("image")); in getSvgStyleAttributes() local
74 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
H A Dsvgpatternnode.cxx72 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("pattern")); in getSvgStyleAttributes() local
74 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
H A Dsvgsvgnode.cxx122 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("svg")); in getSvgStyleAttributes() local
124 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
/trunk/main/basic/source/sbx/
H A Dsbxbase.cxx234 ByteString aClassStr( (const UniString&)rClass, RTL_TEXTENCODING_ASCII_US ); in CreateObject() local
235 aMsg += aClassStr; in CreateObject()

Completed in 40 milliseconds