Home
last modified time | relevance | path

Searched refs:aSeq (Results 451 – 475 of 494) sorted by relevance

1...<<11121314151617181920

/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx1729 const Sequence< Reference< awt::XControl > > aSeq = xContainer->getControls(); in lcl_ApplyResolverToNestedContainees() local
1730 for ( sal_Int32 i = 0; i < aSeq.getLength(); i++ ) in lcl_ApplyResolverToNestedContainees()
1732 Reference< XControl > xControl( aSeq[i] ); in lcl_ApplyResolverToNestedContainees()
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx852 Sequence<sal_Int8> aSeq; in updateBinaryStream() local
853 x->readBytes(aSeq,length); in updateBinaryStream()
854 updateValue(columnIndex,aSeq); in updateBinaryStream()
/trunk/main/animations/source/animcore/
H A Danimcore.cxx2053 static ::com::sun::star::uno::Sequence< sal_Int8 > aSeq( 16 ); in getUnoTunnelId()
2054 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in getUnoTunnelId()
2055 pSeq = &aSeq; in getUnoTunnelId()
/trunk/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx1357 Sequence< ::rtl::OUString> aSeq = xNameAccess->getElementNames(); in createTable() local
1358 const ::rtl::OUString* pIter = aSeq.getConstArray(); in createTable()
1359 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in createTable()
/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx365 ::com::sun::star::uno::Sequence< ::com::sun::star::frame::DispatchInformation > aSeq = in getConfigurableDispatchInformation()
368 return aSeq; in getConfigurableDispatchInformation()
H A Ddatman.cxx1133 Sequence< ::rtl::OUString > aSeq = getQueryFields(); in getQueryField() local
1134 const ::rtl::OUString* pFields = aSeq.getConstArray(); in getQueryField()
1135 if(aSeq.getLength()>0) in getQueryField()
/trunk/main/xmloff/source/chart/
H A DSchXMLSeries2Context.cxx457 Sequence< Reference< chart2::data::XLabeledDataSequence > > aSeq( &xLabeledSeq, 1 ); in StartElement() local
459 xSink->setData( aSeq ); in StartElement()
/trunk/main/sfx2/inc/sfx2/
H A Dfcontnr.hxx151 …st com::sun::star::uno::Sequence < ::com::sun::star::beans::NamedValue >& aSeq, SfxFilterFlags nMu…
/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx1576 Sequence<Any> aSeq(1); in ExecuteEdit() local
1577 Any* pArray = aSeq.getArray(); in ExecuteEdit()
1582 xInit->initialize( aSeq ); in ExecuteEdit()
/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx90 ::com::sun::star::uno::Sequence< sal_Int32 > aSeq( nCount ); in CreateColorSequence()
93 sal_Int32* pnSeqColor = aSeq.getArray(); in CreateColorSequence()
97 return aSeq; in CreateColorSequence()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx239 static Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
240 return aSeq; in getUnoTunnelId()
1073 Sequence< beans::PropertyValue > aSeq(9); in getPagePrintSettings() local
1076 beans::PropertyValue* pArray = aSeq.getArray(); in getPagePrintSettings()
1104 return aSeq; in getPagePrintSettings()
/trunk/main/sc/workben/
H A Dtest.cxx311 Sequence<UString> aSeq = xNames->getElementNames(); in lcl_OutputNames() local
313 USHORT nLen = (USHORT)aSeq.getLen(); in lcl_OutputNames()
320 UString* pAry = aSeq.getArray(); in lcl_OutputNames()
/trunk/main/sw/source/core/unocore/
H A Dunoportenum.cxx293 static uno::Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
294 return aSeq; in getUnoTunnelId()
H A Dunoparagraph.cxx307 static uno::Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
308 return aSeq; in getUnoTunnelId()
H A Dunotbl.cxx779 static uno::Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
780 return aSeq; in getUnoTunnelId()
2082 static uno::Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
2083 return aSeq; in getUnoTunnelId()
3564 static uno::Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
3565 return aSeq; in getUnoTunnelId()
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx2086 ::com::sun::star::uno::Sequence< sal_Int16 > aSeq = in getSupportedCommandGroups()
2089 return aSeq; in getSupportedCommandGroups()
2133 ::com::sun::star::uno::Sequence< ::com::sun::star::frame::DispatchInformation > aSeq = in getConfigurableDispatchInformation()
2136 return aSeq; in getConfigurableDispatchInformation()
/trunk/main/xmloff/source/draw/
H A Danimationimport.cxx1485 const Sequence< OUString > aSeq( &aServiceName, 1 ); in AnimationsImport_getSupportedServiceNames() local
1486 return aSeq; in AnimationsImport_getSupportedServiceNames()
/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/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DXCallback_Impl.idl85 [in,out] SAFEARRAY( VARIANT)* aSeq,
/trunk/main/cui/source/customize/
H A Dcfg.cxx484 uno::Sequence< beans::PropertyValue > aSeq; in GetUIModuleName() local
486 if ( a >>= aSeq ) in GetUIModuleName()
489 for ( sal_Int32 i = 0; i < aSeq.getLength(); i++ ) in GetUIModuleName()
491 if ( aSeq[i].Name.equalsAscii( "ooSetupFactoryUIName" )) in GetUIModuleName()
493 aSeq[i].Value >>= aModuleUIName; in GetUIModuleName()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx2301 static uno::Sequence< sal_Int8 > aSeq( 16 ); in getUnoTunnelId() local
2302 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in getUnoTunnelId()
2303 pSeq = &aSeq; in getUnoTunnelId()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx2523 uno::Sequence< uno::Any> aSeq = GetScAccFlowToSequence(); in get_AccFlowTo() local
2524 if ( aSeq.getLength() ) in get_AccFlowTo()
2526 return aSeq; in get_AccFlowTo()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx1188 static Sequence< sal_Int8 > aSeq( 16 ); in getUnoTunnelImplementationId() local
1189 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in getUnoTunnelImplementationId()
1190 pSeq = &aSeq; in getUnoTunnelImplementationId()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx134 uno::Sequence< sal_Int8 > aSeq( nLen ); in getTransferData() local
135 memcpy( aSeq.getArray(), GetHTMLStream().GetData(), nLen ); in getTransferData()
136 aAny <<= aSeq; in getTransferData()
/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()

Completed in 313 milliseconds

1...<<11121314151617181920