Home
last modified time | relevance | path

Searched refs:aSeq (Results 326 – 350 of 494) sorted by relevance

1...<<11121314151617181920

/trunk/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx398 Sequence<sal_Int8> aSeq; in setBinaryStream() local
399 x->readBytes(aSeq,length); in setBinaryStream()
400 setParameter(parameterIndex,aSeq); in setBinaryStream()
/trunk/main/sc/source/filter/xml/
H A Dxmlimprt.cxx2310 uno::Sequence<rtl::OUString> aSeq(1); in SetCurrencySymbol() local
2311 aSeq[0] = sErrorMessage; in SetCurrencySymbol()
2313 SetError(XMLERROR_API | XMLERROR_FLAG_ERROR, aSeq, rException.Message, xLocator); in SetCurrencySymbol()
2834 uno::Sequence< beans::PropertyValue > aSeq; in endDocument() local
2835 if (xIndexAccess->getByIndex(0) >>= aSeq) in endDocument()
2837 sal_Int32 nCount (aSeq.getLength()); in endDocument()
2840 rtl::OUString sName(aSeq[i].Name); in endDocument()
2844 if(aSeq[i].Value >>= sValue) in endDocument()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx1173 uno::Sequence< ucb::ContentInfo > aSeq( 2 ); in queryCreatableContentsInfo() local
1176 aSeq.getArray()[ 0 ].Type in queryCreatableContentsInfo()
1178 aSeq.getArray()[ 0 ].Attributes in queryCreatableContentsInfo()
1188 aSeq.getArray()[ 0 ].Properties = aDocProps; in queryCreatableContentsInfo()
1191 aSeq.getArray()[ 1 ].Type in queryCreatableContentsInfo()
1193 aSeq.getArray()[ 1 ].Attributes in queryCreatableContentsInfo()
1198 aSeq.getArray()[ 1 ].Properties = aFolderProps; in queryCreatableContentsInfo()
1199 return aSeq; in queryCreatableContentsInfo()
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx597 uno::Sequence < sal_Int8 > aSeq; in GetHCGraphic() local
598 if ( ( xTransferable->getTransferData( aDataFlavor ) >>= aSeq ) && aSeq.getLength() ) in GetHCGraphic()
599 xInStream = new ::comphelper::SequenceInputStream( aSeq ); in GetHCGraphic()
/trunk/main/sfx2/source/appl/
H A Dimagemgr.cxx110 Sequence < sal_Int8 > aSeq( SvGlobalName( SFX_GLOBAL_CLASSID ).GetByteSequence() ); in GetImage() local
111 sal_Int64 nHandle = xObj.is() ? xObj->getSomething( aSeq ) : 0; in GetImage()
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx1208 static uno::Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
1209 return aSeq; in getUnoTunnelId()
1714 uno::Sequence<beans::PropertyValue> aSeq(aPropertyValues.Count()); in GetNumberingRuleByIndex() local
1715 beans::PropertyValue* pArray = aSeq.getArray(); in GetNumberingRuleByIndex()
1725 return aSeq; in GetNumberingRuleByIndex()
2802 static uno::Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
2803 return aSeq; in getUnoTunnelId()
H A Dunostyle.cxx423 uno::Sequence< beans::PropertyValue > aSeq(5); in getStyleLoaderOptions() local
424 beans::PropertyValue* pArray = aSeq.getArray(); in getStyleLoaderOptions()
437 return aSeq; in getStyleLoaderOptions()
1241 static uno::Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
1242 return aSeq; in getUnoTunnelId()
2167 uno::Sequence< beans::NamedValue > aSeq; in lcl_SetStyleProperty() local
2168 if (!(aValue >>= aSeq)) in lcl_SetStyleProperty()
2173 const beans::NamedValue *pSeq = aSeq.getConstArray(); in lcl_SetStyleProperty()
2174 sal_Int32 nLen = aSeq.getLength(); in lcl_SetStyleProperty()
2619 beans::NamedValue *pSeq = aSeq.getArray(); in lcl_GetStyleProperty()
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DDiagramWrapper.cxx1818 uno::Sequence< sal_Int32 > aSeq; in setPropertyValue() local
1819 aVal <<= aSeq; in setPropertyValue()
1850 uno::Sequence< sal_Int32 > aSeq; in getPropertyValue() local
1851 if( aVal >>= aSeq ) in getPropertyValue()
1852 aResult[ i ] = aSeq; in getPropertyValue()
1864 uno::Sequence< uno::Sequence< sal_Int32 > > aSeq; in getPropertyDefault() local
1865 aRet <<= aSeq; in getPropertyDefault()
/trunk/main/writerfilter/inc/resourcemodel/
H A DSubSequence.hxx216 SubSequence<T> aSeq(*this, n, nBytes); in dump() local
217 dumpLine(o, aSeq, n, nStep); in dump()
/trunk/main/ucb/source/ucp/file/
H A Dfilglob.cxx537 Sequence< ::rtl::OUString > aSeq( 1 ); in throw_handler() local
538 aSeq[0] = in throw_handler()
549 aSeq); in throw_handler()
/trunk/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx618 Sequence< rtl::OUString > aSeq = xSFA->getFolderContents( aDir, true ); in implCollectXhpFiles() local
619 sal_Int32 nCount = aSeq.getLength(); in implCollectXhpFiles()
620 const rtl::OUString* pSeq = aSeq.getConstArray(); in implCollectXhpFiles()
/trunk/main/extensions/source/bibliography/
H A Dbibload.cxx721 Sequence<PropertyValue> aSeq(COLUMN_COUNT); in getPropertyValue() local
722 PropertyValue* pArray = aSeq.getArray(); in getPropertyValue()
729 aRet.setValue(&aSeq, ::getCppuType((Sequence<PropertyValue>*)0)); in getPropertyValue()
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx832 Sequence< ::rtl::OUString> aSeq = xSrcNameAccess->getElementNames(); in paste() local
833 const ::rtl::OUString* pIter = aSeq.getConstArray(); in paste()
834 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in paste()
/trunk/main/svx/source/unodraw/
H A Dunoshap4.cxx291 uno::Sequence<sal_Int8> aSeq((sal_Int8*)aLnk.GetData(), (sal_Int32) aLnk.GetDataSize()); in getPropertyValueImpl() local
292 rValue <<= aSeq; in getPropertyValueImpl()
301 const uno::Sequence<sal_Int8> aSeq( in getPropertyValueImpl()
304 rValue <<= aSeq; in getPropertyValueImpl()
H A Dunopage.cxx941 uno::Sequence< OUString > aSeq( 1 ); in getSupportedServiceNames() local
942aSeq.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.ShapeCollection" … in getSupportedServiceNames()
943 return aSeq; in getSupportedServiceNames()
/trunk/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx93 uno::Sequence<beans::PropertyValue> aSeq; in GetSequence() local
97 aSeq.realloc(nCount); in GetSequence()
98 beans::PropertyValue* pProps = aSeq.getArray(); in GetSequence()
107 return aSeq; in GetSequence()
/trunk/main/cppuhelper/test/
H A Dtestpropshlp.cxx1060 Sequence< Any > aSeq( pPS_L->nCount ); in test_PropertySetHelper() local
1063 pPS_L->pExceptedListenerValues = aSeq.getArray(); in test_PropertySetHelper()
1116 Sequence< Any > aSeq( pPS_L->nCount ); in test_PropertySetHelper() local
1118 pPS_L->pExceptedListenerValues = aSeq.getArray(); in test_PropertySetHelper()
/trunk/main/chart2/source/model/template/
H A DXYDataInterpreter.cxx253 Sequence< Reference< data::XLabeledDataSequence > > aSeq( xSrc->getDataSequences()); in isDataCompatible() local
254 if( aSeq.getLength() != 2 ) in isDataCompatible()
/trunk/main/sd/source/ui/unoidl/
H A Dunoobj.cxx908 uno::Sequence< OUString > aSeq( mpShape->_getSupportedServiceNames() ); in getSupportedServiceNames() local
910 comphelper::ServiceInfoHelper::addToSequence( aSeq, 2, "com.sun.star.presentation.Shape", in getSupportedServiceNames()
920 …comphelper::ServiceInfoHelper::addToSequence( aSeq, 1, "com.sun.star.presentation.TitleTextShape" … in getSupportedServiceNames()
923 …comphelper::ServiceInfoHelper::addToSequence( aSeq, 1, "com.sun.star.presentation.OutlinerShape" ); in getSupportedServiceNames()
927 return aSeq; in getSupportedServiceNames()
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx1495 uno::Sequence< rtl::OUString > aSeq( 2 ); in getElementNames() local
1497 uno::Sequence< rtl::OUString > aSeq( 1 ); in getElementNames()
1499 aSeq[ 0 ] = SC_EVENTACC_ONCLICK; in getElementNames()
1501 aSeq[ 1 ] = SC_EVENTACC_ONACTION; in getElementNames()
1503 return aSeq; in getElementNames()
/trunk/main/sfx2/source/control/
H A Dunoctitm.cxx261 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aSeq(1); in Execute()
262 aSeq[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Referer") ); in Execute()
263 aSeq[0].Value <<= ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("private:select") ); in Execute()
265 xDispatch->dispatch( aCommand, aSeq ); in Execute()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx1062 uno::Sequence< rtl::OUString > aSeq( 1 ); in mirrorString() local
1063 aSeq.getArray()[0] = i_rString; in mirrorString()
1064 m_xMirrorMapper->mapStrings( aSeq ); in mirrorString()
1065 return aSeq[0]; in mirrorString()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowAccess.cxx282 Sequence< Reference<XInterface> > aSeq(pRelations, aRelations.size()); in getRelationByType() local
283 return AccessibleRelation(AccessibleRelationType::CONTROLLER_FOR,aSeq); in getRelationByType()
/trunk/main/sw/source/core/tox/
H A Dtxmsrt.cxx94 Sequence < OUString > aSeq( pIndexWrapper->GetAlgorithmList( aLcl )); in Init() local
95 if(aSeq.getLength()) in Init()
96 sSortAlgorithm = aSeq.getConstArray()[0]; in Init()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx960 uno::Sequence< ::rtl::OUString > aSeq( 2 ); in getSupportedServiceNames() local
961 ::rtl::OUString* pStr = aSeq.getArray(); in getSupportedServiceNames()
965 return aSeq; in getSupportedServiceNames()

Completed in 264 milliseconds

1...<<11121314151617181920