/aoo42x/main/forms/source/misc/ |
H A D | services.cxx | 133 aServices, \ 138 aServices.realloc(1); \ 139 aServices.getArray()[0] = frm::service1; \ 144 aServices.realloc(2); \ 145 aServices.getArray()[0] = frm::service1; \ 151 aServices.realloc(3); \ 159 aServices.realloc(4); \ 172 Sequence< ::rtl::OUString > aServices; in ensureClassInfos() local 221 aServices.realloc(4); in ensureClassInfos() 228 aServices, in ensureClassInfos() [all …]
|
/aoo42x/main/chart2/source/tools/ |
H A D | RegressionCurveModel.cxx | 310 uno::Sequence< ::rtl::OUString > aServices( 2 ); in getSupportedServiceNames_Static() local 311 aServices[ 0 ] = lcl_aServiceName; in getSupportedServiceNames_Static() 313 return aServices; in getSupportedServiceNames_Static() 339 aServices[ 0 ] = lcl_aServiceName; in getSupportedServiceNames_Static() 341 return aServices; in getSupportedServiceNames_Static() 367 aServices[ 0 ] = lcl_aServiceName; in getSupportedServiceNames_Static() 369 return aServices; in getSupportedServiceNames_Static() 395 aServices[ 0 ] = lcl_aServiceName; in getSupportedServiceNames_Static() 397 return aServices; in getSupportedServiceNames_Static() 423 aServices[ 0 ] = lcl_aServiceName; in getSupportedServiceNames_Static() [all …]
|
H A D | RegressionEquation.cxx | 335 uno::Sequence< ::rtl::OUString > aServices( nNumServices ); in getSupportedServiceNames_Static() local 336 aServices[ nI++ ] = lcl_aServiceName; in getSupportedServiceNames_Static() 337 aServices[ nI++ ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static() 338 aServices[ nI++ ] = C2U( "com.sun.star.drawing.FillProperties" ); in getSupportedServiceNames_Static() 339 aServices[ nI++ ] = C2U( "com.sun.star.drawing.LineProperties" ); in getSupportedServiceNames_Static() 340 aServices[ nI++ ] = C2U( "com.sun.star.style.CharacterProperties" ); in getSupportedServiceNames_Static() 342 return aServices; in getSupportedServiceNames_Static()
|
H A D | UncachedDataSequence.cxx | 138 Sequence< OUString > aServices( 4 ); in getSupportedServiceNames_Static() local 139 aServices[ 0 ] = lcl_aServiceName; in getSupportedServiceNames_Static() 140 aServices[ 1 ] = C2U( "com.sun.star.chart2.data.DataSequence" ); in getSupportedServiceNames_Static() 141 aServices[ 2 ] = C2U( "com.sun.star.chart2.data.NumericalDataSequence" ); in getSupportedServiceNames_Static() 142 aServices[ 3 ] = C2U( "com.sun.star.chart2.data.TextualDataSequence" ); in getSupportedServiceNames_Static() 143 return aServices; in getSupportedServiceNames_Static()
|
H A D | CachedDataSequence.cxx | 241 Sequence< OUString > aServices( 4 ); in getSupportedServiceNames_Static() local 242 aServices[ 0 ] = lcl_aServiceName; in getSupportedServiceNames_Static() 243 aServices[ 1 ] = C2U( "com.sun.star.chart2.data.DataSequence" ); in getSupportedServiceNames_Static() 244 aServices[ 2 ] = C2U( "com.sun.star.chart2.data.NumericalDataSequence" ); in getSupportedServiceNames_Static() 245 aServices[ 3 ] = C2U( "com.sun.star.chart2.data.TextualDataSequence" ); in getSupportedServiceNames_Static() 246 return aServices; in getSupportedServiceNames_Static()
|
/aoo42x/main/chart2/source/model/main/ |
H A D | CartesianCoordinateSystem.cxx | 93 Sequence< OUString > aServices( 1 ); in getSupportedServiceNames_Static() local 94 aServices[ 0 ] = CHART2_COOSYSTEM_CARTESIAN_SERVICE_NAME; in getSupportedServiceNames_Static() 95 return aServices; in getSupportedServiceNames_Static() 118 Sequence< OUString > aServices( 2 ); in getSupportedServiceNames_Static() local 119 aServices[ 0 ] = CHART2_COOSYSTEM_CARTESIAN_SERVICE_NAME; in getSupportedServiceNames_Static() 120 aServices[ 1 ] = lcl_aServiceNameCartesian2d; in getSupportedServiceNames_Static() 121 return aServices; in getSupportedServiceNames_Static() 142 Sequence< OUString > aServices( 2 ); in getSupportedServiceNames_Static() local 143 aServices[ 0 ] = CHART2_COOSYSTEM_CARTESIAN_SERVICE_NAME; in getSupportedServiceNames_Static() 144 aServices[ 1 ] = lcl_aServiceNameCartesian3d; in getSupportedServiceNames_Static() [all …]
|
H A D | PolarCoordinateSystem.cxx | 93 Sequence< OUString > aServices( 1 ); in getSupportedServiceNames_Static() local 94 aServices[ 0 ] = CHART2_COOSYSTEM_POLAR_SERVICE_NAME; in getSupportedServiceNames_Static() 95 return aServices; in getSupportedServiceNames_Static() 118 Sequence< OUString > aServices( 2 ); in getSupportedServiceNames_Static() local 119 aServices[ 0 ] = CHART2_COOSYSTEM_POLAR_SERVICE_NAME; in getSupportedServiceNames_Static() 120 aServices[ 1 ] = lcl_aServiceNamePolar2d; in getSupportedServiceNames_Static() 121 return aServices; in getSupportedServiceNames_Static() 142 Sequence< OUString > aServices( 2 ); in getSupportedServiceNames_Static() local 143 aServices[ 0 ] = CHART2_COOSYSTEM_POLAR_SERVICE_NAME; in getSupportedServiceNames_Static() 144 aServices[ 1 ] = lcl_aServiceNamePolar3d; in getSupportedServiceNames_Static() [all …]
|
H A D | Legend.cxx | 279 Sequence< OUString > aServices( nNumServices ); in getSupportedServiceNames_Static() local 280 aServices[ nI++ ] = C2U( "com.sun.star.chart2.Legend" ); in getSupportedServiceNames_Static() 281 aServices[ nI++ ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static() 282 aServices[ nI++ ] = C2U( "com.sun.star.drawing.FillProperties" ); in getSupportedServiceNames_Static() 283 aServices[ nI++ ] = C2U( "com.sun.star.drawing.LineProperties" ); in getSupportedServiceNames_Static() 284 aServices[ nI++ ] = C2U( "com.sun.star.style.CharacterProperties" ); in getSupportedServiceNames_Static() 285 aServices[ nI++ ] = C2U( "com.sun.star.layout.LayoutElement" ); in getSupportedServiceNames_Static() 287 return aServices; in getSupportedServiceNames_Static()
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | dataaccessdescriptor.cxx | 206 Sequence< ::rtl::OUString > aServices( getSupportedServiceNames() ); in supportsService() local 207 const ::rtl::OUString* pStart = aServices.getConstArray(); in supportsService() 208 const ::rtl::OUString* pEnd = aServices.getConstArray() + aServices.getLength(); in supportsService() 215 Sequence< ::rtl::OUString > aServices(1); in getSupportedServiceNames() local 217 return aServices; in getSupportedServiceNames() 292 Sequence< ::rtl::OUString > aServices(1); in getSupportedServiceNames_static() local 293 aServices[0] = getSingletonName_static(); in getSupportedServiceNames_static() 294 return aServices; in getSupportedServiceNames_static() 318 Sequence< ::rtl::OUString > aServices( getSupportedServiceNames_static() ); in supportsService() local 319 const ::rtl::OUString* pStart = aServices.getConstArray(); in supportsService() [all …]
|
H A D | commanddefinition.cxx | 131 Sequence< ::rtl::OUString > aServices(3); in getSupportedServiceNames_static() local 132 aServices.getArray()[0] = SERVICE_SDB_QUERYDEFINITION; in getSupportedServiceNames_static() 133 aServices.getArray()[1] = SERVICE_SDB_COMMAND_DEFINITION; in getSupportedServiceNames_static() 134 aServices.getArray()[2] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.ucb.Content")); in getSupportedServiceNames_static() 135 return aServices; in getSupportedServiceNames_static()
|
/aoo42x/main/toolkit/source/controls/ |
H A D | tkspinbutton.cxx | 127 Sequence< ::rtl::OUString > aServices( UnoControlModel::getSupportedServiceNames() ); in getSupportedServiceNames() local 128 aServices.realloc( aServices.getLength() + 1 ); in getSupportedServiceNames() 129 …aServices[ aServices.getLength() - 1 ] = ::rtl::OUString::createFromAscii( szServiceName_UnoSpinBu… in getSupportedServiceNames() 130 return aServices; in getSupportedServiceNames() 190 Sequence< ::rtl::OUString > aServices( UnoControlBase::getSupportedServiceNames() ); in getSupportedServiceNames() local 191 aServices.realloc( aServices.getLength() + 1 ); in getSupportedServiceNames() 192 …aServices[ aServices.getLength() - 1 ] = ::rtl::OUString::createFromAscii( szServiceName_UnoSpinBu… in getSupportedServiceNames() 193 return aServices; in getSupportedServiceNames()
|
/aoo42x/main/svx/source/unodraw/ |
H A D | XPropertyTable.cxx | 107 const OUString* pServices = aServices.getConstArray(); in supportsService() 108 const sal_Int32 nCount = aServices.getLength(); in supportsService() 333 uno::Sequence< OUString > aServices( &aServiceName, 1 ); in getSupportedServiceNames() local 334 return aServices; in getSupportedServiceNames() 406 uno::Sequence< OUString > aServices( &aServiceName, 1 ); in getSupportedServiceNames() local 407 return aServices; in getSupportedServiceNames() 488 uno::Sequence< OUString > aServices( &aServiceName, 1 ); in getSupportedServiceNames() local 489 return aServices; in getSupportedServiceNames() 566 return aServices; in getSupportedServiceNames() 655 return aServices; in getSupportedServiceNames() [all …]
|
/aoo42x/main/sd/source/filter/xml/ |
H A D | sdxmlwrp.cxx | 1005 XML_SERVICEMAP aServices[5]; sal_uInt16 i = 0; in Export() local 1007 aServices[i ].mpStream = sXML_styleStreamName; in Export() 1008 aServices[i++].mbPlain = sal_False; in Export() 1011 aServices[i ].mpStream = sXML_contentStreamName; in Export() 1012 aServices[i++].mbPlain = sal_False; in Export() 1016 aServices[i++].mbPlain = sal_False; in Export() 1021 aServices[i ].mpStream = sXML_metaStreamName; in Export() 1022 aServices[i++].mbPlain = sal_True; in Export() 1025 aServices[i].mpService = NULL; in Export() 1026 aServices[i].mpStream = NULL; in Export() [all …]
|
/aoo42x/main/svx/source/form/ |
H A D | legacyformcontroller.cxx | 196 Sequence< ::rtl::OUString > aServices( getSupportedServiceNames() ); in supportsService() local 197 const ::rtl::OUString* pServices = aServices.getConstArray(); in supportsService() 198 for ( sal_Int32 i = 0; i < aServices.getLength(); ++i, ++pServices ) in supportsService() 207 Sequence< ::rtl::OUString > aServices(2); in getSupportedServiceNames() local 208 …aServices.getArray()[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.form.FormCon… in getSupportedServiceNames() 209 …aServices.getArray()[1] = ::rtl::OUString::createFromAscii("com.sun.star.awt.control.TabController… in getSupportedServiceNames() 210 return aServices; in getSupportedServiceNames()
|
/aoo42x/main/chart2/source/controller/chartapiwrapper/ |
H A D | WallFloorWrapper.cxx | 177 Sequence< OUString > aServices( 4 ); in getSupportedServiceNames_Static() local 178 aServices[ 0 ] = C2U( "com.sun.star.xml.UserDefinedAttributeSupplier" ); in getSupportedServiceNames_Static() 179 aServices[ 1 ] = C2U( "com.sun.star.drawing.FillProperties" ); in getSupportedServiceNames_Static() 180 aServices[ 2 ] = C2U( "com.sun.star.drawing.LineProperties" ); in getSupportedServiceNames_Static() 181 aServices[ 3 ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static() 183 return aServices; in getSupportedServiceNames_Static()
|
H A D | AreaWrapper.cxx | 194 Sequence< ::rtl::OUString > aServices( 4 ); in getSupportedServiceNames_Static() local 195 aServices[ 0 ] = C2U( "com.sun.star.xml.UserDefinedAttributeSupplier" ); in getSupportedServiceNames_Static() 196 aServices[ 1 ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static() 197 aServices[ 2 ] = C2U( "com.sun.star.drawing.FillProperties" ); in getSupportedServiceNames_Static() 198 aServices[ 3 ] = C2U( "com.sun.star.drawing.LineProperties" ); in getSupportedServiceNames_Static() 200 return aServices; in getSupportedServiceNames_Static()
|
H A D | GridWrapper.cxx | 194 Sequence< OUString > aServices( 4 ); in getSupportedServiceNames_Static() local 195 aServices[ 0 ] = C2U( "com.sun.star.chart.ChartGrid" ); in getSupportedServiceNames_Static() 196 aServices[ 1 ] = C2U( "com.sun.star.xml.UserDefinedAttributeSupplier" ); in getSupportedServiceNames_Static() 197 aServices[ 2 ] = C2U( "com.sun.star.drawing.LineProperties" ); in getSupportedServiceNames_Static() 198 aServices[ 3 ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static() 200 return aServices; in getSupportedServiceNames_Static()
|
/aoo42x/main/chart2/source/model/template/ |
H A D | ChartTypeManager.cxx | 567 ::std::vector< OUString > aServices; in getAvailableServiceNames() 569 aServices.reserve( rMap.size()); in getAvailableServiceNames() 572 ::std::transform( rMap.begin(), rMap.end(), ::std::back_inserter( aServices ), in getAvailableServiceNames() 592 aServices.push_back( xServiceName->getServiceName()); in getAvailableServiceNames() 598 return ContainerHelper::ContainerToSequence( aServices ); in getAvailableServiceNames() 604 Sequence< OUString > aServices( 2 ); in getSupportedServiceNames_Static() local 605 aServices[ 0 ] = C2U( "com.sun.star.chart2.ChartTypeManager" ); in getSupportedServiceNames_Static() 606 aServices[ 1 ] = C2U( "com.sun.star.lang.MultiServiceFactory" ); in getSupportedServiceNames_Static() 607 return aServices; in getSupportedServiceNames_Static()
|
H A D | FilledNetChartType.cxx | 79 uno::Sequence< ::rtl::OUString > aServices( 3 ); in getSupportedServiceNames_Static() local 80 aServices[ 0 ] = CHART2_SERVICE_NAME_CHARTTYPE_FILLED_NET; in getSupportedServiceNames_Static() 81 aServices[ 1 ] = C2U( "com.sun.star.chart2.ChartType" ); in getSupportedServiceNames_Static() 82 aServices[ 2 ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static() 83 return aServices; in getSupportedServiceNames_Static()
|
H A D | NetChartType.cxx | 185 uno::Sequence< ::rtl::OUString > aServices( 3 ); in getSupportedServiceNames_Static() local 186 aServices[ 0 ] = CHART2_SERVICE_NAME_CHARTTYPE_NET; in getSupportedServiceNames_Static() 187 aServices[ 1 ] = C2U( "com.sun.star.chart2.ChartType" ); in getSupportedServiceNames_Static() 188 aServices[ 2 ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static() 189 return aServices; in getSupportedServiceNames_Static()
|
H A D | LineChartType.cxx | 200 uno::Sequence< ::rtl::OUString > aServices( 3 ); in getSupportedServiceNames_Static() local 201 aServices[ 0 ] = CHART2_SERVICE_NAME_CHARTTYPE_LINE; in getSupportedServiceNames_Static() 202 aServices[ 1 ] = C2U( "com.sun.star.chart2.ChartType" ); in getSupportedServiceNames_Static() 203 aServices[ 2 ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static() 204 return aServices; in getSupportedServiceNames_Static()
|
H A D | BubbleChartType.cxx | 227 uno::Sequence< ::rtl::OUString > aServices( 3 ); in getSupportedServiceNames_Static() local 228 aServices[ 0 ] = CHART2_SERVICE_NAME_CHARTTYPE_BUBBLE; in getSupportedServiceNames_Static() 229 aServices[ 1 ] = C2U( "com.sun.star.chart2.ChartType" ); in getSupportedServiceNames_Static() 230 aServices[ 2 ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static() 231 return aServices; in getSupportedServiceNames_Static()
|
H A D | PieChartType.cxx | 232 uno::Sequence< ::rtl::OUString > aServices( 3 ); in getSupportedServiceNames_Static() local 233 aServices[ 0 ] = CHART2_SERVICE_NAME_CHARTTYPE_PIE; in getSupportedServiceNames_Static() 234 aServices[ 1 ] = C2U( "com.sun.star.chart2.ChartType" ); in getSupportedServiceNames_Static() 235 aServices[ 2 ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static() 236 return aServices; in getSupportedServiceNames_Static()
|
/aoo42x/main/xml2cmp/source/finder/ |
H A D | dependy.cxx | 89 Map_Services::const_iterator itService = aServices.find(i_rService); in FindNeededServices() 90 if ( itService == aServices.end() ) in FindNeededServices() 155 Service * pService = aServices[sService]; in ReadFile() 159 aServices[sService] = pService; in ReadFile() 192 Map_Services::const_iterator itFound = aServices.find(*it); in Add2Result() 193 if ( itFound == aServices.end() ) in Add2Result()
|
/aoo42x/main/comphelper/source/property/ |
H A D | opropertybag.cxx | 89 Sequence< ::rtl::OUString > aServices(1); in IMPLEMENT_FORWARD_XINTERFACE2() local 90 … aServices[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.beans.PropertyBag" ) ); in IMPLEMENT_FORWARD_XINTERFACE2() 91 return aServices; in IMPLEMENT_FORWARD_XINTERFACE2() 138 Sequence< ::rtl::OUString > aServices( getSupportedServiceNames_static() ); in supportsService() local 139 const ::rtl::OUString* pStart = aServices.getConstArray(); in supportsService() 140 const ::rtl::OUString* pEnd = aServices.getConstArray() + aServices.getLength(); in supportsService()
|