Home
last modified time | relevance | path

Searched refs:aSeq (Results 251 – 275 of 494) sorted by path

1...<<11121314151617181920

/trunk/main/sfx2/source/doc/
H A Ddocinf.cxx290 uno::Sequence<sal_uInt8> aSeq(aStream.Tell()); in convertMetaFile() local
293 for (sal_Int32 j = 0; j < aSeq.getLength(); ++j) { in convertMetaFile()
294 aSeq[j] = pBlob[j]; in convertMetaFile()
296 return aSeq; in convertMetaFile()
H A Dobjitem.cxx94 …::com::sun::star::uno::Sequence < sal_Int8 > aSeq( (sal_Int8*) SvGlobalName( SFX_GLOBAL_CLASSID ).… in PutValue()
95 sal_Int64 nHandle = xTunnel->getSomething( aSeq ); in PutValue()
H A Dobjserv.cxx1496 static uno::Sequence< sal_Int8 > aSeq( 16 ); in getUnoTunnelId() local
1497 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in getUnoTunnelId()
1498 pSeq = &aSeq; in getUnoTunnelId()
H A Dobjuno.cxx625 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >aSeq( nCount ); in getPropertyValues()
626 ::com::sun::star::beans::PropertyValue* pValues = aSeq.getArray(); in getPropertyValues()
638 return aSeq; in getPropertyValues()
H A Dobjxtor.cxx1066 …::com::sun::star::uno::Sequence < sal_Int8 > aSeq( SvGlobalName( SFX_GLOBAL_CLASSID ).GetByteSeque… in CreateObject()
1067 sal_Int64 nHandle = xObj->getSomething( aSeq ); in CreateObject()
1112 …::com::sun::star::uno::Sequence < sal_Int8 > aSeq( SvGlobalName( SFX_GLOBAL_CLASSID ).GetByteSeque… in CreateAndLoadObject()
1113 sal_Int64 nHandle = xObj->getSomething( aSeq ); in CreateAndLoadObject()
H A Downsubfilterservice.cxx120 …::com::sun::star::uno::Sequence < sal_Int8 > aSeq( SvGlobalName( SFX_GLOBAL_CLASSID ).GetByteSeque… in initialize()
121 sal_Int64 nHandle = xObj->getSomething( aSeq ); in initialize()
144 uno::Sequence< ::rtl::OUString > aSeq = impl_getStaticSupportedServiceNames(); in supportsService() local
146 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in supportsService()
147 if ( ServiceName.compareTo( aSeq[nInd] ) == 0 ) in supportsService()
H A Dprinthelper.cxx163 uno::Sequence < sal_Int8 > aSeq( SvGlobalName( SFX_GLOBAL_CLASSID ).GetByteSequence() ); in initialize() local
164 sal_Int64 nHandle = xObj->getSomething( aSeq ); in initialize()
H A Dsfxbasemodel.cxx2048 ::com::sun::star::uno::Sequence< sal_Int8 > aSeq( nLen ); in getTransferData()
2050 pStream->Read( aSeq.getArray(), nLen ); in getTransferData()
2052 if( aSeq.getLength() ) in getTransferData()
2053 aAny <<= aSeq; in getTransferData()
3131 uno::Sequence < beans::PropertyValue > aSeq; in getViewData() local
3137 pFrame->GetViewShell()->WriteUserDataSequence( aSeq ); in getViewData()
3138 aAny <<= aSeq; in getViewData()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx109 …::com::sun::star::uno::Sequence < sal_Int8 > aSeq = SvGlobalName( SFX_GLOBAL_CLASSID ).GetByteSequ… in SfxStatusBarControllerFactory()
112 sal_Int64 nHandle = xObj->getSomething( aSeq ); in SfxStatusBarControllerFactory()
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx175 …::com::sun::star::uno::Sequence < sal_Int8 > aSeq = SvGlobalName( SFX_GLOBAL_CLASSID ).GetByteSequ… in SfxToolBoxControllerFactory()
176 sal_Int64 nHandle = xObj->getSomething( aSeq ); in SfxToolBoxControllerFactory()
/trunk/main/sfx2/source/view/
H A Dframe.cxx939 … uno::Sequence < sal_Int8 > aSeq( SvGlobalName( SFX_GLOBAL_CLASSID ).GetByteSequence() ); in Resize() local
940 sal_Int64 nHandle = (xObj.is()? xObj->getSomething( aSeq ): 0); in Resize()
H A Dsfxbasecontroller.cxx1224 ::com::sun::star::uno::Sequence< sal_Int16 > aSeq = in getSupportedCommandGroups()
1226 return aSeq; in getSupportedCommandGroups()
1271 ::com::sun::star::uno::Sequence< ::com::sun::star::frame::DispatchInformation > aSeq = in getConfigurableDispatchInformation()
1274 return aSeq; in getConfigurableDispatchInformation()
/trunk/main/sot/source/base/
H A Dformats.cxx1375 Sequence< sal_Int8 > aSeq; aAny >>= aSeq; in CheckTransferableContext_Impl() local
1377 if( aSeq.getLength() ) in CheckTransferableContext_Impl()
1379 FILEGROUPDESCRIPTOR* pFDesc = (FILEGROUPDESCRIPTOR*) aSeq.getConstArray(); in CheckTransferableContext_Impl()
1453 Sequence< sal_Int8 > aSeq; aAny >>= aSeq; in GetTransferableAction_Impl() local
1454 SvMemoryStream aMemStm( (void*) aSeq.getConstArray(), aSeq.getLength(), STREAM_READ ); in GetTransferableAction_Impl()
/trunk/main/sot/source/unoolestorage/
H A Dxolesimplestorage.cxx564 uno::Sequence< ::rtl::OUString > aSeq( aList.Count() ); in getElementNames() local
566 aSeq[nInd] = aList[nInd].GetName(); in getElementNames()
568 return aSeq; in getElementNames()
791 uno::Sequence< ::rtl::OUString > aSeq = impl_staticGetSupportedServiceNames(); in supportsService() local
793 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in supportsService()
794 if ( ServiceName.compareTo( aSeq[nInd] ) == 0 ) in supportsService()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx417 static uno::Sequence< sal_Int8 > aSeq( 16 ); in getUnoTunnelId() local
419 pSeq = &aSeq; in getUnoTunnelId()
434 const uno::Sequence< OUString > aSeq( &aServiceName, 1 ); in SmXMLExport_getSupportedServiceNames() local
435 return aSeq; in SmXMLExport_getSupportedServiceNames()
461 const uno::Sequence< OUString > aSeq( &aServiceName, 1 ); in SmXMLExportMetaOOO_getSupportedServiceNames() local
462 return aSeq; in SmXMLExportMetaOOO_getSupportedServiceNames()
485 const uno::Sequence< OUString > aSeq( &aServiceName, 1 ); in SmXMLExportMeta_getSupportedServiceNames() local
486 return aSeq; in SmXMLExportMeta_getSupportedServiceNames()
510 return aSeq; in SmXMLExportSettingsOOO_getSupportedServiceNames()
534 return aSeq; in SmXMLExportSettings_getSupportedServiceNames()
[all …]
H A Dmathmlimport.cxx445 static uno::Sequence< sal_Int8 > aSeq( 16 ); in getUnoTunnelId() local
446 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in getUnoTunnelId()
447 pSeq = &aSeq; in getUnoTunnelId()
462 const uno::Sequence< OUString > aSeq( &aServiceName, 1 ); in SmXMLImport_getSupportedServiceNames() local
463 return aSeq; in SmXMLImport_getSupportedServiceNames()
486 const uno::Sequence< OUString > aSeq( &aServiceName, 1 ); in SmXMLImportMeta_getSupportedServiceNames() local
487 return aSeq; in SmXMLImportMeta_getSupportedServiceNames()
510 const uno::Sequence< OUString > aSeq( &aServiceName, 1 ); in SmXMLImportSettings_getSupportedServiceNames() local
511 return aSeq; in SmXMLImportSettings_getSupportedServiceNames()
H A Dunodoc.cxx48 uno::Sequence< rtl::OUString > aSeq( 1 ); in SmDocument_getSupportedServiceNames() local
49aSeq[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.formula.FormulaProperties" )… in SmDocument_getSupportedServiceNames()
50 return aSeq; in SmDocument_getSupportedServiceNames()
H A Dunomodel.cxx400 static uno::Sequence< sal_Int8 > aSeq; in getUnoTunnelId() local
401 if(!aSeq.getLength()) in getUnoTunnelId()
403 aSeq.realloc( 16 ); in getUnoTunnelId()
404 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in getUnoTunnelId()
406 return aSeq; in getUnoTunnelId()
/trunk/main/stoc/test/
H A Dtestiadapter.cxx341 Sequence< TestElement > aSeq; in invoke() local
362 rParams[15] >>= aSeq; in invoke()
367 aAny, aSeq, aData ); in invoke()
389 rParams[15] >>= aSeq; in invoke()
394 aAny, aSeq, aData ); in invoke()
431 rOutParam[15] <<= aSeq; in invoke()
438 aAny, aSeq, aData ); in invoke()
475 rOutParam[15] <<= aSeq; in invoke()
482 aAny, aSeq, aData ); in invoke()
519 rOutParam[15] <<= aSeq; in invoke()
H A Dtestintrosp.cxx368 Sequence<Property> aSeq = getProperties(); in getPropertyByName() local
369 const Property * pAry = aSeq.getConstArray(); in getPropertyByName()
371 for( sal_Int32 i = aSeq.getLength(); i--; ) in getPropertyByName()
383 Sequence<Property> aSeq = getProperties(); in hasPropertyByName() local
384 const Property * pAry = aSeq.getConstArray(); in hasPropertyByName()
386 for( sal_Int32 i = aSeq.getLength(); i--; ) in hasPropertyByName()
H A Dtestregistry.cxx235 Sequence<sal_Int8> aSeq((sal_Int8*)"ich bin ein binary value", 25); in test_SimpleRegistry() local
236 xSubKey->setBinaryValue(aSeq); in test_SimpleRegistry()
/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx722 … const drawinglayer::primitive2d::Primitive2DSequence aSeq(&aNewLinePrimitive, 1); in add_stroke() local
729 aExtractor.process(aSeq); in add_stroke()
/trunk/main/svl/source/fsstor/
H A Dfsfactory.cxx213 uno::Sequence< ::rtl::OUString > aSeq = impl_staticGetSupportedServiceNames(); in supportsService() local
215 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in supportsService()
216 if ( ServiceName.compareTo( aSeq[nInd] ) == 0 ) in supportsService()
/trunk/main/svl/source/items/
H A Dglobalnameitem.cxx84 com::sun::star::uno::Sequence< sal_Int8 > aSeq; in PutValue() local
89 aNew >>= aSeq; in PutValue()
90 if ( aSeq.getLength() == 16 ) in PutValue()
92 m_aName.MakeFromMemory( (void*) aSeq.getConstArray() ); in PutValue()
104 com::sun::star::uno::Sequence< sal_Int8 > aSeq( 16 ); in QueryValue() local
106 memcpy( aSeq.getArray(), pData, 16 ); in QueryValue()
107 rVal <<= aSeq; in QueryValue()
H A Dimageitm.cxx89 aSeq[0] = ::com::sun::star::uno::makeAny( GetValue() ); in QueryValue()
90 aSeq[1] = ::com::sun::star::uno::makeAny( pImp->nAngle ); in QueryValue()
91 aSeq[2] = ::com::sun::star::uno::makeAny( pImp->bMirrored ); in QueryValue()
92 aSeq[3] = ::com::sun::star::uno::makeAny( rtl::OUString( pImp->aURL )); in QueryValue()
94 rVal = ::com::sun::star::uno::makeAny( aSeq ); in QueryValue()
100 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > aSeq; in PutValue()
101 if (( rVal >>= aSeq ) && ( aSeq.getLength() == 4 )) in PutValue()
105 if ( aSeq[0] >>= nVal ) in PutValue()
107 aSeq[1] >>= pImp->nAngle; in PutValue()
108 aSeq[2] >>= pImp->bMirrored; in PutValue()
[all …]

Completed in 179 milliseconds

1...<<11121314151617181920