Home
last modified time | relevance | path

Searched refs:aSeq (Results 151 – 175 of 494) sorted by path

12345678910>>...20

/trunk/main/oox/source/ppt/
H A Dpptimport.cxx46 Sequence< OUString > aSeq( 2 ); in PowerPointImport_getSupportedServiceNames() local
47 aSeq[ 0 ] = CREATE_OUSTRING( "com.sun.star.document.ImportFilter" ); in PowerPointImport_getSupportedServiceNames()
48 aSeq[ 1 ] = CREATE_OUSTRING( "com.sun.star.document.ExportFilter" ); in PowerPointImport_getSupportedServiceNames()
49 return aSeq; in PowerPointImport_getSupportedServiceNames()
H A Dtimenode.cxx308 Sequence< NamedValue > aSeq; in setNode() local
439 if( aValue >>= aSeq ) in setNode()
440 xNode->setUserData( aSeq ); in setNode()
/trunk/main/oox/source/shape/
H A DShapeContextHandler.cxx145 uno::Sequence<beans::PropertyValue> aSeq(1); in startFastElement() local
146 aSeq[0].Name = sInputStream; in startFastElement()
147 aSeq[0].Value <<= mxInputStream; in startFastElement()
148 mxFilterBase->filter(aSeq); in startFastElement()
340 uno::Sequence< ::rtl::OUString > aSeq = getSupportedServiceNames(); in supportsService() local
342 if (aSeq[0].equals(ServiceName)) in supportsService()
/trunk/main/oox/source/xls/
H A Dexcelfilter.cxx89 Sequence< OUString > aSeq( 2 ); in ExcelFilter_getSupportedServiceNames() local
90 aSeq[ 0 ] = CREATE_OUSTRING( "com.sun.star.document.ImportFilter" ); in ExcelFilter_getSupportedServiceNames()
91 aSeq[ 1 ] = CREATE_OUSTRING( "com.sun.star.document.ExportFilter" ); in ExcelFilter_getSupportedServiceNames()
92 return aSeq; in ExcelFilter_getSupportedServiceNames()
180 Sequence< OUString > aSeq( 2 ); in ExcelBiffFilter_getSupportedServiceNames() local
181 aSeq[ 0 ] = CREATE_OUSTRING( "com.sun.star.document.ImportFilter" ); in ExcelBiffFilter_getSupportedServiceNames()
182 aSeq[ 1 ] = CREATE_OUSTRING( "com.sun.star.document.ExportFilter" ); in ExcelBiffFilter_getSupportedServiceNames()
183 return aSeq; in ExcelBiffFilter_getSupportedServiceNames()
263 Sequence< OUString > aSeq( 1 ); in ExcelVbaProjectFilter_getSupportedServiceNames() local
264 aSeq[ 0 ] = CREATE_OUSTRING( "com.sun.star.document.ImportFilter" ); in ExcelVbaProjectFilter_getSupportedServiceNames()
[all …]
/trunk/main/package/source/package/zipapi/
H A DCRC32.cxx82 Sequence < sal_Int8 > aSeq ( n_ConstBufferSize ); in updateStream() local
85 nLength = xStream->readBytes ( aSeq, n_ConstBufferSize ); in updateStream()
86 updateSegment ( aSeq, 0, nLength ); in updateStream()
/trunk/main/package/source/package/zippackage/
H A DZipPackageFolder.cxx546 uno::Sequence < sal_Int8 > aSeq ( n_ConstBufferSize ); in saveChild() local
551 nLength = xStream->readBytes( aSeq, n_ConstBufferSize ); in saveChild()
552 rZipOut.rawWrite(aSeq, 0, nLength); in saveChild()
603 uno::Sequence < sal_Int8 > aSeq (n_ConstBufferSize); in saveChild() local
606 nLength = xStream->readBytes(aSeq, n_ConstBufferSize); in saveChild()
607 rZipOut.write(aSeq, 0, nLength); in saveChild()
H A Dzipfileaccess.cxx474 uno::Sequence< ::rtl::OUString > aSeq = impl_staticGetSupportedServiceNames(); in supportsService() local
476 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in supportsService()
477 if ( ServiceName.compareTo( aSeq[nInd] ) == 0 ) in supportsService()
/trunk/main/package/source/xstor/
H A Docompinstream.cxx387 uno::Sequence< beans::StringPair > aSeq = getRelationshipByID( sID ); in getTargetByID() local
388 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in getTargetByID()
390 return aSeq[nInd].Second; in getTargetByID()
413 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in getTypeByID()
415 return aSeq[nInd].Second; in getTypeByID()
439 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in getRelationshipByID()
443 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in getRelationshipByID()
444 return aSeq[nInd1]; in getRelationshipByID()
472 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in getRelationshipsByType()
476 if ( aSeq[nInd1][nInd2].Second.equals( sType ) ) in getRelationshipsByType()
[all …]
H A Dowriteablestream.cxx893 aSeq[0] <<= sal_False; in Commit()
2797 return aSeq[nInd].Second; in getTargetByID()
2822 return aSeq[nInd].Second; in getTypeByID()
2851 return aSeq[nInd1]; in getRelationshipByID()
2949 nIDInd = aSeq.getLength(); in insertRelationshipByID()
2950 aSeq.realloc( nIDInd + 1 ); in insertRelationshipByID()
2955 aSeq[nIDInd][0].First = aIDTag; in insertRelationshipByID()
2956 aSeq[nIDInd][0].Second = sID; in insertRelationshipByID()
2972 m_pImpl->m_aNewRelInfo = aSeq; in insertRelationshipByID()
3002 aSeq[nInd1] = aSeq[nLength-1]; in removeRelationshipByID()
[all …]
H A Dxfactory.cxx305 uno::Sequence< ::rtl::OUString > aSeq = impl_staticGetSupportedServiceNames(); in supportsService() local
307 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in supportsService()
308 if ( ServiceName.compareTo( aSeq[nInd] ) == 0 ) in supportsService()
H A Dxstorage.cxx1085 aSeq[0] <<= sal_True; in Commit()
1422 aSeq[0] <<= sal_False; in InsertStream()
1465 aSeq[0] <<= sal_False; in InsertRawStream()
1500 aSeq[0] <<= sal_True; in CreateNewStorageImpl()
5326 return aSeq[nInd].Second; in getTargetByID()
5351 return aSeq[nInd].Second; in getTypeByID()
5380 return aSeq[nInd1]; in getRelationshipByID()
5479 nIDInd = aSeq.getLength(); in insertRelationshipByID()
5480 aSeq.realloc( nIDInd + 1 ); in insertRelationshipByID()
5502 m_pImpl->m_aRelInfo = aSeq; in insertRelationshipByID()
[all …]
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1627 uno::Sequence<sal_Int8> aSeq; in storeToStorage() local
1628 aImage >>= aSeq; in storeToStorage()
1629 uno::Reference<io::XInputStream> xStream = new ::comphelper::SequenceInputStream( aSeq ); in storeToStorage()
1957 uno::Sequence<sal_Int8> aSeq; in getPreferredVisualRepresentation() local
1958 xStream->readBytes(aSeq,xStream->available()); in getPreferredVisualRepresentation()
1960 aResult.Data <<= aSeq; in getPreferredVisualRepresentation()
1962 aResult.Flavor.DataType = ::getCppuType( &aSeq ); in getPreferredVisualRepresentation()
2449 uno::Sequence< ::rtl::OUString > aSeq( nSvxComponentServiceNameListCount ); in getAvailableServiceNames() local
2450 ::rtl::OUString* pStrings = aSeq.getArray(); in getAvailableServiceNames()
2455 return concatServiceNames( aParentSeq, aSeq ); in getAvailableServiceNames()
/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx1257 uno::Sequence< ::rtl::OUString> aSeq = xPageStyles->getElementNames(); in getUsedStyle() local
1258 const ::rtl::OUString* pIter = aSeq.getConstArray(); in getUsedStyle()
1259 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in getUsedStyle()
/trunk/main/reportdesign/source/filter/xml/
H A Dxmlfilter.cxx531 uno::Sequence< ::rtl::OUString> aSeq = xAccess->getElementNames(); in implImport() local
532 const ::rtl::OUString* pDebugIter = aSeq.getConstArray(); in implImport()
533 const ::rtl::OUString* pDebugEnd = pDebugIter + aSeq.getLength(); in implImport()
/trunk/main/reportdesign/source/ui/inspection/
H A DDataProviderHandler.cxx418 aSeq[0] = PROPERTY_TITLE; in getActuatingProperties()
508 uno::Sequence<uno::Any> aSeq(6); in impl_dialogLinkedFields_nothrow() local
512 aSeq[0] <<= aParam; in impl_dialogLinkedFields_nothrow()
515 aSeq[1] <<= aParam; in impl_dialogLinkedFields_nothrow()
518 aSeq[2] <<= aParam; in impl_dialogLinkedFields_nothrow()
522 aSeq[3] <<= aParam; in impl_dialogLinkedFields_nothrow()
525 aSeq[4] <<= aParam; in impl_dialogLinkedFields_nothrow()
528 aSeq[5] <<= aParam; in impl_dialogLinkedFields_nothrow()
541 uno::Sequence<uno::Any> aSeq(2); in impl_dialogChartType_nothrow() local
545 aSeq[0] <<= aParam; in impl_dialogChartType_nothrow()
[all …]
H A DGeometryHandler.cxx934 uno::Sequence< ::rtl::OUString > aSeq(aList.size()); in getConstantValue() local
935 ::std::copy( aList.begin(), aList.end(), aSeq.getArray() ); in getConstantValue()
1310 const uno::Sequence< beans::Property> aSeq = xInfo->getProperties(); in getSupportedProperties() local
1313 const beans::Property* pIter = aSeq.getConstArray(); in getSupportedProperties()
1314 const beans::Property* pEnd = pIter + aSeq.getLength(); in getSupportedProperties()
1366 uno::Sequence< ::rtl::OUString > aSeq(5); in getActuatingProperties() local
1367 aSeq[0] = PROPERTY_BACKTRANSPARENT; in getActuatingProperties()
1368 aSeq[1] = PROPERTY_CONTROLBACKGROUNDTRANSPARENT; in getActuatingProperties()
1369 aSeq[2] = PROPERTY_FORMULALIST; in getActuatingProperties()
1370 aSeq[3] = PROPERTY_TYPE; in getActuatingProperties()
[all …]
/trunk/main/reportdesign/source/ui/misc/
H A DRptUndo.cxx170 uno::Sequence< beans::Property> aSeq = xInfo->getProperties(); in collectControls() local
171 const beans::Property* pIter = aSeq.getConstArray(); in collectControls()
172 const beans::Property* pEnd = pIter + aSeq.getLength(); in collectControls()
H A Dstatusbarcontroller.cxx143 Sequence< PropertyValue > aSeq; in statusChanged() local
144 if ( (_aEvent.State >>= aSeq) && aSeq.getLength() == 2 ) in statusChanged()
153 Sequence< PropertyValue > aSeq; in statusChanged() local
154 if ( (_aEvent.State >>= aSeq) && aSeq.getLength() == 3 ) in statusChanged()
/trunk/main/reportdesign/source/ui/report/
H A DDesignView.cxx737 uno::Sequence< uno::Reference< report::XReportComponent > > aSeq(aSelection.size()); in getCurrentlyShownProperty() local
738 for(sal_Int32 i = 0; i < aSeq.getLength(); ++i,++aIter) in getCurrentlyShownProperty()
740 aSeq[i].set(*aIter,uno::UNO_QUERY); in getCurrentlyShownProperty()
742 aRet <<= aSeq; in getCurrentlyShownProperty()
H A DReportController.cxx3706 … uno::Sequence< beans::Property> aSeq = m_xReportDefinition->getPropertySetInfo()->getProperties(); in listen() local
3707 const beans::Property* pIter = aSeq.getConstArray(); in listen()
3708 const beans::Property* pEnd = pIter + aSeq.getLength(); in listen()
/trunk/main/sal/inc/osl/
H A Dfile.hxx1240 inline RC readLine( ::rtl::ByteSequence& aSeq ) in readLine() argument
1242 return (RC) osl_readLine( _pData, reinterpret_cast<sal_Sequence**>(&aSeq) ); in readLine()
/trunk/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx1359 rtl::ByteSequence aSeq = aSocketAddr.getAddr(&aResult); in getPage() local
/trunk/main/sax/source/fastparser/
H A Dfastparser.cxx263 Sequence< sal_Int8 > aSeq( (sal_Int8*)rToken.getStr(), rToken.getLength() ); in GetToken() local
265 return getEntity().mxTokenHandler->getTokenFromUTF8( aSeq ); in GetToken()
273 Sequence< sal_Int8 > aSeq( (sal_Int8*)pToken, nLen ); in GetToken() local
275 return getEntity().mxTokenHandler->getTokenFromUTF8( aSeq ); in GetToken()
/trunk/main/sax/source/tools/
H A Dfastattribs.cxx104 …Sequence< sal_Int8 > aSeq( (sal_Int8*)(*maLastIter).second.getStr(), (*maLastIter).second.getLengt… in getValueToken() local
105 return mxTokenHandler->getTokenFromUTF8( aSeq ); in getValueToken()
116 …Sequence< sal_Int8 > aSeq( (sal_Int8*)(*maLastIter).second.getStr(), (*maLastIter).second.getLengt… in getOptionalValueToken() local
117 return mxTokenHandler->getTokenFromUTF8( aSeq ); in getOptionalValueToken()
144 Sequence< Attribute > aSeq( maUnknownAttributes.size() ); in getUnknownAttributes() local
145 Attribute* pAttr = aSeq.getArray(); in getUnknownAttributes()
148 return aSeq; in getUnknownAttributes()
152 Sequence< FastAttribute > aSeq( maAttributes.size() ); in getFastAttributes() local
153 FastAttribute* pAttr = aSeq.getArray(); in getFastAttributes()
161 return aSeq; in getFastAttributes()
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx1647 long nCount = aSeq.getLength(); in lcl_FindName()
1687 uno::Sequence<sheet::GeneralFunction> aSeq; in lcl_FirstSubTotal() local
1688 if ( aSubAny >>= aSeq ) in lcl_FirstSubTotal()
1692 long nCount = aSeq.getLength(); in lcl_FirstSubTotal()
2282 uno::Sequence<rtl::OUString> aSeq(0); in GetRegisteredSources() local
2308 aSeq.realloc( nCount+1 ); in GetRegisteredSources()
2309 aSeq.getArray()[nCount] = sName; in GetRegisteredSources()
2318 return aSeq; in GetRegisteredSources()
2372 uno::Sequence<uno::Any> aSeq(4); in CreateSource() local
2373 uno::Any* pArray = aSeq.getArray(); in CreateSource()
[all …]

Completed in 281 milliseconds

12345678910>>...20