Searched refs:aClassStr (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/svgio/source/svgreader/ |
H A D | svggnode.cxx | 61 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("g")); in getSvgStyleAttributes() local 63 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
|
H A D | svgpathnode.cxx | 53 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("path")); in getSvgStyleAttributes() local 55 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
|
H A D | svgcirclenode.cxx | 54 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("circle")); in getSvgStyleAttributes() local 56 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
|
H A D | svgellipsenode.cxx | 55 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("ellipse")); in getSvgStyleAttributes() local 57 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
|
H A D | svglinenode.cxx | 55 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("line")); in getSvgStyleAttributes() local 57 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
|
H A D | svgmarkernode.cxx | 58 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("marker")); in getSvgStyleAttributes() local 60 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
|
H A D | svgusenode.cxx | 56 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("use")); in getSvgStyleAttributes() local 58 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
|
H A D | svgrectnode.cxx | 57 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("rect")); in getSvgStyleAttributes() local 59 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
|
H A D | svgtextnode.cxx | 57 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("text")); in getSvgStyleAttributes() local 59 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
|
H A D | svgimagenode.cxx | 72 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("image")); in getSvgStyleAttributes() local 74 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
|
H A D | svgpatternnode.cxx | 72 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("pattern")); in getSvgStyleAttributes() local 74 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
|
H A D | svgsvgnode.cxx | 107 static rtl::OUString aClassStr(rtl::OUString::createFromAscii("svg")); in getSvgStyleAttributes() local 109 return checkForCssStyle(aClassStr, maSvgStyleAttributes); in getSvgStyleAttributes()
|
/aoo41x/main/basic/source/sbx/ |
H A D | sbxbase.cxx | 234 ByteString aClassStr( (const UniString&)rClass, RTL_TEXTENCODING_ASCII_US ); in CreateObject() local 235 aMsg += aClassStr; in CreateObject()
|
Completed in 61 milliseconds