Home
last modified time | relevance | path

Searched refs:aSNS (Results 1 – 25 of 100) sorted by relevance

1234

/trunk/main/svx/source/unodraw/
H A Dunomod.cxx537 uno::Sequence< OUString > aSNS( 21 ); in getAvailableServiceNames() local
541 aSNS[i++] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.DashTable")); in getAvailableServiceNames()
542 aSNS[i++] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.GradientTable")); in getAvailableServiceNames()
543 aSNS[i++] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.HatchTable")); in getAvailableServiceNames()
544 aSNS[i++] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.BitmapTable")); in getAvailableServiceNames()
545aSNS[i++] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.TransparencyGradientTable"… in getAvailableServiceNames()
546 aSNS[i++] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.MarkerTable")); in getAvailableServiceNames()
547 aSNS[i++] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.text.NumberingRules")); in getAvailableServiceNames()
548aSNS[i++] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.image.ImageMapRectangleObject")); in getAvailableServiceNames()
549 aSNS[i++] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.image.ImageMapCircleObject")); in getAvailableServiceNames()
[all …]
H A Dunohtabl.cxx74 uno::Sequence< OUString > aSNS( 1 ); in getSupportedServiceNames() local
75 aSNS.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.HatchTable" )); in getSupportedServiceNames()
76 return aSNS; in getSupportedServiceNames()
H A Dunogtabl.cxx74 uno::Sequence< OUString > aSNS( 1 ); in getSupportedServiceNames() local
75aSNS.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.GradientTable" )); in getSupportedServiceNames()
76 return aSNS; in getSupportedServiceNames()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1152 uno::Sequence< OUString > aSNS( mbImpressDoc ? (36) : (19) ); in getAvailableServiceNames() local
1156 aSNS[i++] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.DashTable")); in getAvailableServiceNames()
1157 aSNS[i++] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.GradientTable")); in getAvailableServiceNames()
1158 aSNS[i++] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.HatchTable")); in getAvailableServiceNames()
1159 aSNS[i++] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.BitmapTable")); in getAvailableServiceNames()
1160aSNS[i++] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.TransparencyGradientTable"… in getAvailableServiceNames()
1161 aSNS[i++] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.MarkerTable")); in getAvailableServiceNames()
1162 aSNS[i++] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.text.NumberingRules")); in getAvailableServiceNames()
1163 aSNS[i++] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.Background")); in getAvailableServiceNames()
1164 aSNS[i++] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.document.Settings")); in getAvailableServiceNames()
[all …]
/trunk/main/dbaccess/source/core/api/
H A Ddefinitioncolumn.cxx101 Sequence< ::rtl::OUString > aSNS( 2 ); in getSupportedServiceNames() local
102 aSNS[0] = m_bActAsDescriptor ? SERVICE_SDBCX_COLUMNDESCRIPTOR : SERVICE_SDBCX_COLUMN; in getSupportedServiceNames()
103 aSNS[1] = SERVICE_SDB_COLUMNSETTINGS; in getSupportedServiceNames()
104 return aSNS; in getSupportedServiceNames()
475 Sequence< ::rtl::OUString > aSNS( 2 ); in getSupportedServiceNames() local
476 aSNS[0] = SERVICE_SDBCX_COLUMNDESCRIPTOR; in getSupportedServiceNames()
477 aSNS[1] = SERVICE_SDB_COLUMNSETTINGS; in getSupportedServiceNames()
478 return aSNS; in getSupportedServiceNames()
650 Sequence< ::rtl::OUString > aSNS( 2 ); in getSupportedServiceNames() local
651 aSNS[0] = SERVICE_SDBCX_COLUMN; in getSupportedServiceNames()
[all …]
H A Dcolumn.cxx122 Sequence< ::rtl::OUString > aSNS( 1 ); in getSupportedServiceNames() local
123 aSNS[0] = SERVICE_SDBCX_COLUMN; in getSupportedServiceNames()
124 return aSNS; in getSupportedServiceNames()
244 Sequence< ::rtl::OUString > aSNS( 1 ); in getSupportedServiceNames() local
245 aSNS[0] = SERVICE_SDBCX_CONTAINER; in getSupportedServiceNames()
246 return aSNS; in getSupportedServiceNames()
H A Ddatacolumn.cxx133 Sequence< ::rtl::OUString > aSNS( 3 ); in getSupportedServiceNames() local
134 aSNS[0] = SERVICE_SDBCX_COLUMN; in getSupportedServiceNames()
135 aSNS[1] = SERVICE_SDB_RESULTCOLUMN; in getSupportedServiceNames()
136 aSNS[2] = SERVICE_SDB_DATACOLUMN; in getSupportedServiceNames()
137 return aSNS; in getSupportedServiceNames()
H A Dresultcolumn.cxx164 Sequence< ::rtl::OUString > aSNS( 2 ); in getSupportedServiceNames() local
165 aSNS[0] = SERVICE_SDBCX_COLUMN; in getSupportedServiceNames()
166 aSNS[1] = SERVICE_SDB_RESULTCOLUMN; in getSupportedServiceNames()
167 return aSNS; in getSupportedServiceNames()
/trunk/main/fpicker/source/aqua/
H A DFPentry.cxx108 Sequence< OUString > aSNS( 1 ); in component_getFactory() local
109 aSNS.getArray( )[0] = in component_getFactory()
116 aSNS ); in component_getFactory()
120 Sequence< OUString > aSNS( 1 ); in component_getFactory() local
121 aSNS.getArray( )[0] = in component_getFactory()
128 aSNS ); in component_getFactory()
/trunk/main/dtrans/source/win32/dnd/
H A Ddndentry.cxx83 Sequence< OUString > aSNS( 1 ); in component_getFactory() local
84 aSNS.getArray( )[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( DNDSOURCE_SERVICE_NAME ) ); in component_getFactory()
90 aSNS, in component_getFactory()
96 Sequence< OUString > aSNS( 1 ); in component_getFactory() local
97 aSNS.getArray( )[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( DNDTARGET_SERVICE_NAME ) ); in component_getFactory()
103 aSNS); in component_getFactory()
/trunk/main/dtrans/source/os2/dnd/
H A Ddndentry.cxx84 Sequence< OUString > aSNS( 1 ); in component_getFactory() local
85 aSNS.getArray( )[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( OS2_DNDSOURCE_SERVICE_NAME ) ); in component_getFactory()
91 aSNS, in component_getFactory()
97 Sequence< OUString > aSNS( 1 ); in component_getFactory() local
98 aSNS.getArray( )[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( OS2_DNDTARGET_SERVICE_NAME ) ); in component_getFactory()
104 aSNS); in component_getFactory()
/trunk/main/fpicker/source/unx/gnome/
H A DFPentry.cxx117 Sequence< OUString > aSNS( 1 ); in component_getFactory() local
118 aSNS.getArray( )[0] = in component_getFactory()
125 aSNS ); in component_getFactory()
129 Sequence< OUString > aSNS( 1 ); in component_getFactory() local
130 aSNS.getArray( )[0] = in component_getFactory()
137 aSNS ); in component_getFactory()
/trunk/main/svx/source/tbxctrls/
H A Dextrusioncontrols.cxx276 Sequence< OUString > aSNS( 1 ); in ExtrusionDirectionControl_getSupportedServiceNames() local
277aSNS.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.ToolbarController"… in ExtrusionDirectionControl_getSupportedServiceNames()
278 return aSNS; in ExtrusionDirectionControl_getSupportedServiceNames()
541 Sequence< OUString > aSNS( 1 ); in ExtrusionDepthController_getSupportedServiceNames() local
542aSNS.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.ToolbarController"… in ExtrusionDepthController_getSupportedServiceNames()
543 return aSNS; in ExtrusionDepthController_getSupportedServiceNames()
812 Sequence< OUString > aSNS( 1 ); in ExtrusionLightingControl_getSupportedServiceNames() local
813aSNS.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.ToolbarController"… in ExtrusionLightingControl_getSupportedServiceNames()
814 return aSNS; in ExtrusionLightingControl_getSupportedServiceNames()
953 Sequence< OUString > aSNS( 1 ); in ExtrusionSurfaceControl_getSupportedServiceNames() local
[all …]
H A Dtbunosearchcontrollers.cxx330 css::uno::Sequence< ::rtl::OUString > aSNS( 1 ); in getSupportedServiceNames_Static() local
331aSNS.getArray()[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.ToolbarCont… in getSupportedServiceNames_Static()
332 return aSNS; in getSupportedServiceNames_Static()
500 css::uno::Sequence< ::rtl::OUString > aSNS( 1 ); in getSupportedServiceNames_Static() local
501aSNS.getArray()[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.ToolbarCont… in getSupportedServiceNames_Static()
502 return aSNS; in getSupportedServiceNames_Static()
629 css::uno::Sequence< ::rtl::OUString > aSNS( 1 ); in getSupportedServiceNames_Static() local
630aSNS.getArray()[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.ToolbarCont… in getSupportedServiceNames_Static()
631 return aSNS; in getSupportedServiceNames_Static()
759 css::uno::Sequence< ::rtl::OUString > aSNS( 2 ); in getSupportedServiceNames_Static() local
[all …]
H A Dfontworkgallery.cxx531 Sequence< OUString > aSNS( 1 ); in FontworkAlignmentControl_getSupportedServiceNames() local
532aSNS.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.ToolbarController"… in FontworkAlignmentControl_getSupportedServiceNames()
533 return aSNS; in FontworkAlignmentControl_getSupportedServiceNames()
769 Sequence< OUString > aSNS( 1 ); in FontworkCharacterSpacingControl_getSupportedServiceNames() local
770aSNS.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.ToolbarController"… in FontworkCharacterSpacingControl_getSupportedServiceNames()
771 return aSNS; in FontworkCharacterSpacingControl_getSupportedServiceNames()
/trunk/main/extensions/source/mozbootstrap/
H A DMMozillaBootstrap.cxx89 Sequence< ::rtl::OUString > aSNS( 1 ); in getSupportedServiceNames_Static() local
90aSNS[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.mozilla.MozillaBootstrap")); in getSupportedServiceNames_Static()
91 return aSNS; in getSupportedServiceNames_Static()
217 Sequence< ::rtl::OUString > aSNS( 1 ); in component_getFactory() local
218aSNS[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.mozilla.MozillaBootstrap")); in component_getFactory()
222 aImplName, createInstance, aSNS ); in component_getFactory()
/trunk/main/sd/source/ui/controller/
H A Dslidelayoutcontroller.cxx341 Sequence< OUString > aSNS( 1 ); in SlideLayoutController_getSupportedServiceNames() local
342aSNS.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.ToolbarController"… in SlideLayoutController_getSupportedServiceNames()
343 return aSNS; in SlideLayoutController_getSupportedServiceNames()
364 Sequence< OUString > aSNS( 1 ); in InsertSlideController_getSupportedServiceNames() local
365aSNS.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.ToolbarController"… in InsertSlideController_getSupportedServiceNames()
366 return aSNS; in InsertSlideController_getSupportedServiceNames()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasource.cxx239 uno::Sequence< rtl::OUString > aSNS( 2 ); variable
240 aSNS[ 0 ] = rtl::OUString::createFromAscii(
242 aSNS[ 1 ] = rtl::OUString::createFromAscii(
244 return aSNS;
736 uno::Sequence< rtl::OUString > aSNS( 2 ); variable
737 aSNS[ 0 ] = rtl::OUString(
739 aSNS[ 1 ] = rtl::OUString(
741 return aSNS;
/trunk/main/linguistic/source/
H A Dhhconvdic.cxx154 uno::Sequence< OUString > aSNS( 2 ); in getSupportedServiceNames_Static() local
155 aSNS.getArray()[0] = A2OU( SN_CONV_DICTIONARY ); in getSupportedServiceNames_Static()
156 aSNS.getArray()[1] = A2OU( SN_HH_CONV_DICTIONARY ); in getSupportedServiceNames_Static()
157 return aSNS; in getSupportedServiceNames_Static()
/trunk/main/dbaccess/source/filter/xml/
H A Ddbloader2.cxx228 Sequence< ::rtl::OUString > aSNS( 1 ); in getSupportedServiceNames_Static() local
229aSNS.getArray()[0] = ::rtl::OUString::createFromAscii("com.sun.star.document.ExtendedTypeDetection… in getSupportedServiceNames_Static()
230 return aSNS; in getSupportedServiceNames_Static()
327 Sequence< ::rtl::OUString > aSNS( 1 ); in getSupportedServiceNames_Static() local
328 aSNS.getArray()[0] = ::rtl::OUString::createFromAscii("com.sun.star.frame.FrameLoader"); in getSupportedServiceNames_Static()
329 return aSNS; in getSupportedServiceNames_Static()
/trunk/main/stoc/test/
H A Dtestsmgr_cpnt.cxx177 Sequence< OUString > aSNS( 2 ); in getSupportedServiceNames_Static() local
178 aSNS.getArray()[0] = OUString::createFromAscii(SERVICE_NAME); in getSupportedServiceNames_Static()
179 aSNS.getArray()[1] = OUString::createFromAscii("com.sun.star.bridge.Bridge"); in getSupportedServiceNames_Static()
180 return aSNS; in getSupportedServiceNames_Static()
/trunk/main/extensions/source/scanner/
H A Dscanner.cxx95 SEQ( OUString ) aSNS( 1 ); in SEQ()
97aSNS.getArray()[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.scanner.ScannerMa… in SEQ()
99 return aSNS; in SEQ()
/trunk/main/dtrans/source/os2/clipb/
H A DOs2Service.cxx63 Sequence< OUString > aSNS( 1 ); in component_getFactory() local
64 aSNS.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( OS2_CLIPBOARD_SERVICE_NAME ) ); in component_getFactory()
71 aSNS ) ); in component_getFactory()
/trunk/main/dtrans/source/cnttype/
H A Dmctfentry.cxx109 Sequence< OUString > aSNS( 1 ); in component_getFactory() local
110aSNS.getArray( )[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( MIMECONTENTTYPEFACTORY_SERVICE_NAME )… in component_getFactory()
116 aSNS ) ); in component_getFactory()
/trunk/main/shell/source/win32/
H A DSysShentry.cxx95 Sequence< OUString > aSNS( 1 ); in component_getFactory() local
96 aSNS.getArray( )[0] = OUString::createFromAscii( SYSSHEXEC_SERVICE_NAME ); in component_getFactory()
102 aSNS ) ); in component_getFactory()

1234