Searched refs:B2UCONST (Results 1 – 15 of 15) sorted by relevance
| /AOO42X/main/filter/source/svg/ |
| H A D | svgexport.cxx | 66 if ( rFilterData[ i ].Name == B2UCONST( SVG_PROP_TINYPROFILE ) ) in SVGExport() 68 else if ( rFilterData[ i ].Name == B2UCONST( "TSpans" ) ) in SVGExport() 70 else if ( rFilterData[ i ].Name == B2UCONST( SVG_PROP_EMBEDFONTS ) ) in SVGExport() 72 else if ( rFilterData[ i ].Name == B2UCONST( SVG_PROP_NATIVEDECORATION ) ) in SVGExport() 74 else if ( rFilterData[ i ].Name == B2UCONST( "GlyphPlacement" ) ) in SVGExport() 76 else if ( rFilterData[ i ].Name == B2UCONST( SVG_PROP_OPACITY ) ) in SVGExport() 78 else if ( rFilterData[ i ].Name == B2UCONST( SVG_PROP_GRADIENT ) ) in SVGExport() 236 …dString( String( RTL_CONSTASCII_USTRINGPARAM( SVG_PROP_NATIVEDECORATION ) ), B2UCONST( "xlist" ) ); in implExport() 244 maFilterData[ 0 ].Name = B2UCONST( SVG_PROP_TINYPROFILE ); in implExport() 250 maFilterData[ 1 ].Name = B2UCONST( SVG_PROP_EMBEDFONTS ); in implExport() [all …]
|
| H A D | svgwriter.cxx | 137 rColorStr = B2UCONST( "none" ); in ImplGetColorStr() 140 rColorStr = B2UCONST( "rgb(" ); in ImplGetColorStr() 142 rColorStr += B2UCONST( "," ); in ImplGetColorStr() 144 rColorStr += B2UCONST( "," ); in ImplGetColorStr() 146 rColorStr += B2UCONST( ")" ); in ImplGetColorStr() 183 ::rtl::OUString aGradientURL( B2UCONST( "url(#" ) ); in AddPaintAttr() 184 …dAttribute( XML_NAMESPACE_NONE, aXMLAttrFill, ( aGradientURL += aGradientId ) += B2UCONST( ")" ) ); in AddPaintAttr() 222 … ( rGradientId = B2UCONST( "Gradient_" ) ) += ::rtl::OUString::valueOf( nCurGradientId++ ) ); in AddGradientDef() 237 … mrExport.AddAttribute( XML_NAMESPACE_NONE, aXMLAttrGradientUnits, B2UCONST( "userSpaceOnUse" ) ); in AddGradientDef() 286 … mrExport.AddAttribute( XML_NAMESPACE_NONE, aXMLAttrGradientUnits, B2UCONST( "userSpaceOnUse" ) ); in AddGradientDef() [all …]
|
| H A D | svgfontexport.cxx | 185 const ::rtl::OUString aEmbeddedFontStr( B2UCONST( "EmbeddedFont_" ) ); in implEmbedFont() 211 aFontWeight = B2UCONST( "bold" ); in implEmbedFont() 213 aFontWeight = B2UCONST( "normal" ); in implEmbedFont() 217 aFontStyle = B2UCONST( "italic" ); in implEmbedFont() 219 aFontStyle = B2UCONST( "normal" ); in implEmbedFont() 338 aRet += B2UCONST( " embedded" ); in GetMappedFontName()
|
| H A D | svgwriter.hxx | 89 #define B2UCONST( _def_pChar ) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(_def_pChar ))) macro 90 #define SVG_DTD_STRING B2UCONST( "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\" \"http:… 91 #define SVG_TINY_DTD_STRING B2UCONST( "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG Tiny 1.1//EN\" \"…
|
| /AOO42X/main/filter/source/msfilter/powerpoint/ |
| H A D | pptimporter.cxx | 45 return B2UCONST( "com.sun.star.presentation.PptImporter" ); in PptImporter_getImplementationName() 59 pArray[0] = B2UCONST( SERVICE_NAME ); in SEQ() 69 NMSP_RTL::OUString sService( B2UCONST( "com.sun.star.comp.Impress.XMLImporter" ) ); in PptImporter() 109 …REF( NMSP_UNO::XInterface ) xWriter( xServiceFactory->createInstance( B2UCONST( "com.sun.star.xml.… in filter() 110 SvFileStream aStrm( B2UCONST( "d:\\test2.xml" ), STREAM_READ | STREAM_WRITE | STREAM_TRUNC ); in filter()
|
| H A D | pptimporteruno.cxx | 61 … const NMSP_RTL::OUString aServiceName( B2UCONST( "com.sun.star.presentation.PptImporter" ) ); in component_getFactory() 65 B2UCONST( "com.sun.star.presentation.PptImporter" ), in component_getFactory()
|
| H A D | pptcom.hxx | 70 #define B2UCONST( _def_pChar ) (NMSP_RTL::OUString(RTL_CONSTASCII_USTRINGPARAM(_def_pChar ))) macro 71 #define PPT_DTD_STRING B2UCONST( "<!DOCTYPE office:document-styles PUBLIC \"-//OpenOffice.…
|
| H A D | ppttoxml.cxx | 58 if ( aDescriptor[ i ].Name == B2UCONST( "URL" ) ) in filter() 65 …SotStorageStreamRef xDocStream( xStg->OpenSotStream( B2UCONST( "PowerPoint Document" ), STREAM_STD… in filter()
|
| /AOO42X/main/filter/source/filtertracer/ |
| H A D | filtertraceruno.cxx | 61 const rtl::OUString aServiceName( B2UCONST( "com.sun.star.util.FilterTracer" ) ); in component_getFactory() 65 B2UCONST( "com.sun.star.util.FilterTracer" ), in component_getFactory()
|
| H A D | filtertracer.cxx | 37 return B2UCONST( "com.sun.star.util.FilterTracer" ); in FilterTracer_getImplementationName() 49 pArray[0] = B2UCONST( "com.sun.star.util.logging.Logger" ); in SEQ()
|
| H A D | filtertracer.hxx | 65 #define B2UCONST( _def_pChar ) (rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(_def_pChar ))) macro
|
| /AOO42X/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShapeEngine.cxx | 61 return B2UCONST( "com.sun.star.drawing.EnhancedCustomShapeEngine" ); in EnhancedCustomShapeEngine_getImplementationName() 73 pArray[0] = B2UCONST( "com.sun.star.drawing.CustomShapeEngine" ); in SEQ()
|
| H A D | EnhancedCustomShapeEngine.hxx | 60 #define B2UCONST( _def_pChar ) (rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(_def_pChar ))) macro
|
| /AOO42X/main/extensions/source/xmlextract/ |
| H A D | xmxcom.hxx | 59 #define B2UCONST( _def_pChar ) (NMSP_RTL::OUString(RTL_CONSTASCII_USTRINGPARAM(_def_pC… macro
|
| H A D | xmxuno.cxx | 58 NMSP_RTL::OUString aServiceName( B2UCONST( "com.sum.star.io.XMLExtractor" ) ); in component_getFactory()
|