Home
last modified time | relevance | path

Searched refs:aSeq (Results 401 – 425 of 494) sorted by relevance

1...<<11121314151617181920

/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx327 const uno::Sequence< rtl::OUString > aSeq( &aServiceName, 1 ); in ScXMLOasisExport_getSupportedServiceNames() local
328 return aSeq; in ScXMLOasisExport_getSupportedServiceNames()
345 const uno::Sequence< rtl::OUString > aSeq( &aServiceName, 1 ); in ScXMLOasisExport_Meta_getSupportedServiceNames() local
346 return aSeq; in ScXMLOasisExport_Meta_getSupportedServiceNames()
363 const uno::Sequence< rtl::OUString > aSeq( &aServiceName, 1 ); in ScXMLOasisExport_Styles_getSupportedServiceNames() local
364 return aSeq; in ScXMLOasisExport_Styles_getSupportedServiceNames()
381 const uno::Sequence< rtl::OUString > aSeq( &aServiceName, 1 ); in ScXMLOasisExport_Content_getSupportedServiceNames() local
382 return aSeq; in ScXMLOasisExport_Content_getSupportedServiceNames()
399 const uno::Sequence< rtl::OUString > aSeq( &aServiceName, 1 ); in ScXMLOasisExport_Settings_getSupportedServiceNames() local
400 return aSeq; in ScXMLOasisExport_Settings_getSupportedServiceNames()
H A DXMLStylesExportHelper.cxx433 uno::Sequence<beans::PropertyValue> aSeq(3); in WriteValidations() local
434 beans::PropertyValue* pArr(aSeq.getArray()); in WriteValidations()
443 rExport.GetEventExport().ExportSingleEvent( aSeq, sOnError); in WriteValidations()
/trunk/main/sc/source/core/data/
H A Ddptabres.cxx741 uno::Sequence<sheet::GeneralFunction> aSeq = pLevel->getSubTotals(); in lcl_GetForceFunc() local
742 long nSequence = aSeq.getLength(); in lcl_GetForceFunc()
743 if ( nSequence && aSeq[0] != sheet::GeneralFunction_AUTO ) in lcl_GetForceFunc()
754 sheet::GeneralFunction eUser = aSeq.getConstArray()[nFuncNo]; in lcl_GetForceFunc()
1286 uno::Sequence<sheet::GeneralFunction> aSeq = pParentLevel->getSubTotals(); in GetSubTotalCount() local
1287 long nSequence = aSeq.getLength(); in GetSubTotalCount()
1288 if ( nSequence && aSeq[0] != sheet::GeneralFunction_AUTO ) in GetSubTotalCount()
/trunk/main/sw/source/core/unocore/
H A Dunoftn.cxx194 static uno::Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
195 return aSeq; in getUnoTunnelId()
H A Dunoobj2.cxx910 static uno::Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
911 return aSeq; in getUnoTunnelId()
1637 static uno::Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
1638 return aSeq; in getUnoTunnelId()
H A Dunobkm.cxx193 static uno::Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
194 return aSeq; in getUnoTunnelId()
H A Dunosrch.cxx524 static uno::Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
525 return aSeq; in getUnoTunnelId()
/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/sfx2/source/view/
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/embeddedobj/source/commonembedding/
H A Dpersistence.cxx244 uno::Sequence< beans::PropertyValue > aSeq( 1 ); in SetDocToEmbedded() local
245 aSeq[0].Name = ::rtl::OUString::createFromAscii( "SetEmbedded" ); in SetDocToEmbedded()
246 aSeq[0].Value <<= sal_True; in SetDocToEmbedded()
247 xDocument->attachResource( ::rtl::OUString(), aSeq ); in SetDocToEmbedded()
/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/testtools/source/performance/
H A Dubtest.cxx645 Sequence< Reference< XInterface > > aSeq( nLoop / 100 ); in benchmark() local
646 Reference< XInterface > * pSeq = aSeq.getArray(); in benchmark()
648 i = aSeq.getLength(); in benchmark()
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx226 uno::Sequence< uno::Reference<uno::XInterface> > aSeq = m_aControllers.getElements(); in impl_isControllerConnected() local
227 for( sal_Int32 nN = aSeq.getLength(); nN--; ) in impl_isControllerConnected()
229 if( aSeq[nN] == xController ) in impl_isControllerConnected()
/trunk/main/svl/source/items/
H A Dstyle.cxx1387 static ::com::sun::star::uno::Sequence< sal_Int8 > aSeq( 16 ); in getIdentifier()
1388 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in getIdentifier()
1389 pSeq = &aSeq; in getIdentifier()
/trunk/main/sw/source/ui/shells/
H A Dtextsh.cxx340 uno::Sequence< beans::PropertyValue > aSeq; in TYPEINIT1() local
343 aCommandList.FillSequence( aSeq ); in TYPEINIT1()
344 …xSet->setPropertyValue( ::rtl::OUString::createFromAscii("PluginCommands"), uno::makeAny( aSeq ) ); in TYPEINIT1()
/trunk/main/sd/source/ui/unoidl/
H A Drandomnode.cxx194 Sequence< OUString > aSeq( &aSN2, 1 ); in RandomNode_getSupportedServiceNames() local
197 return aSeq; in RandomNode_getSupportedServiceNames()
/trunk/main/xmloff/source/draw/
H A DXMLImageMapContext.cxx662 uno::Sequence<OUString> aSeq(0); in XMLImageMapContext() local
663 rImport.SetError( XMLERROR_FLAG_WARNING | XMLERROR_API, aSeq, e.Message, NULL ); in XMLImageMapContext()
H A Dximpshap.cxx525 uno::Sequence<rtl::OUString> aSeq( 1 ); in AddShape() local
526 aSeq[0] = OUString::createFromAscii(pServiceName); in AddShape()
528 aSeq, e.Message, NULL ); in AddShape()
3886 uno::Sequence< beans::PropertyValue > aSeq( maCustomShapeGeometry.size() ); in EndElement() local
3887 beans::PropertyValue* pValues = aSeq.getArray(); in EndElement()
3899 aAny <<= aSeq; in EndElement()
/trunk/main/chart2/source/view/main/
H A DPlottingPositionHelper.cxx206 uno::Sequence< double > aSeq = in transformScaledLogicToScene() local
208 return SequenceToPosition3D(aSeq); in transformScaledLogicToScene()
/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx1526 uno::Sequence<beans::PropertyValue> aSeq; in IMPL_LINK() local
1527 if( aNames >>= aSeq) in IMPL_LINK()
1529 const beans::PropertyValue* pArr = aSeq.getConstArray(); in IMPL_LINK()
1530 for(sal_uInt16 i = 0; i < aSeq.getLength(); i++) in IMPL_LINK()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1176 …ence< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > > aSeq( nComponents ); in createWindows()
1184 aDescr.Parent = aSeq.getConstArray()[aDescr.ParentIndex]; in createWindows()
1185 aSeq.getArray()[n] = createWindow( aDescr ); in createWindows()
1187 return aSeq; in createWindows()
/trunk/main/sw/source/ui/utlui/
H A Duitool.cxx779 uno::Sequence< beans::PropertyValue > aSeq; in ExecuteMenuCommand() local
780 xDisp->dispatch( aURL, aSeq ); in ExecuteMenuCommand()
/trunk/main/stoc/test/
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/editeng/source/editeng/
H A Dimpedit2.cxx3751 uno::Sequence< sal_Int8 > aSeq; in InsertText() local
3752 aData >>= aSeq; in InsertText()
3754 SvMemoryStream aBinStream( aSeq.getArray(), aSeq.getLength(), STREAM_READ ); in InsertText()
3791 uno::Sequence< sal_Int8 > aSeq; in InsertText() local
3792 aData >>= aSeq; in InsertText()
3794 SvMemoryStream aRTFStream( aSeq.getArray(), aSeq.getLength(), STREAM_READ ); in InsertText()
/trunk/main/svx/source/inc/
H A Dfmgroup.hxx111 virtual void fillProperties( sal_uInt32& nIndex, PropertySequence& aSeq ) const;

Completed in 250 milliseconds

1...<<11121314151617181920