Lines Matching refs:sServiceName
73 rtl::OUString sServiceName( msServiceName ); in addShape() local
74 if( sServiceName.getLength() ) in addShape()
80 if ( sServiceName != OUString::createFromAscii( "com.sun.star.drawing.GraphicObjectShape" ) ) in addShape()
88 sServiceName = sTitleShapeService; in addShape()
95 sServiceName = rtl::OUString(); in addShape()
98 sServiceName = sTitleShapeService; in addShape()
106 sServiceName = sOutlinerShapeService; in addShape()
116 sServiceName = sNotesShapeService; in addShape()
121 sServiceName = sOutlinerShapeService; in addShape()
129 sServiceName = sDateTimeShapeService; in addShape()
136 sServiceName = sHeaderShapeService; in addShape()
143 sServiceName = sFooterShapeService; in addShape()
150 sServiceName = sSlideNumberShapeService; in addShape()
157 sServiceName = sPageShapeService; in addShape()
181 if ( sServiceName.getLength() ) in addShape()
187 …Reference< XShape > xShape( createAndInsert( rFilterBase, sServiceName, pTheme, rxShapes, pShapeRe… in addShape()