Home
last modified time | relevance | path

Searched refs:aRetSeq (Results 1 – 11 of 11) sorted by relevance

/trunk/main/comphelper/source/misc/
H A Dsequence.cxx57 staruno::Sequence<sal_Int16> aRetSeq( 1 ); in findValue() local
58 aRetSeq.getArray()[0] = (sal_Int16)nPos; in findValue()
60 return aRetSeq; in findValue()
68 staruno::Sequence<sal_Int16> aRetSeq( nLength ); in findValue() local
69 sal_Int16* pReturn = aRetSeq.getArray(); in findValue()
83 aRetSeq.realloc(pReturn - aRetSeq.getArray()); in findValue()
85 return aRetSeq; in findValue()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DUpDownBarWrapper.cxx282 Sequence< Any > aRetSeq; in getPropertyValues() local
285 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyValues()
289 aRetSeq[nN] = this->getPropertyValue( aPropertyName ); in getPropertyValues()
292 return aRetSeq; in getPropertyValues()
325 Sequence< beans::PropertyState > aRetSeq; in getPropertyStates() local
328 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyStates()
332 aRetSeq[nN] = this->getPropertyState( aPropertyName ); in getPropertyStates()
335 return aRetSeq; in getPropertyStates()
377 Sequence< Any > aRetSeq; in getPropertyDefaults() local
380 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyDefaults()
[all …]
H A DMinMaxLineWrapper.cxx310 Sequence< Any > aRetSeq; in getPropertyValues() local
313 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyValues()
317 aRetSeq[nN] = this->getPropertyValue( aPropertyName ); in getPropertyValues()
320 return aRetSeq; in getPropertyValues()
361 Sequence< beans::PropertyState > aRetSeq; in getPropertyStates() local
364 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyStates()
368 aRetSeq[nN] = this->getPropertyState( aPropertyName ); in getPropertyStates()
371 return aRetSeq; in getPropertyStates()
413 Sequence< Any > aRetSeq; in getPropertyDefaults() local
416 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyDefaults()
[all …]
/trunk/main/chart2/source/tools/
H A DWrappedPropertySet.cxx278 Sequence< Any > aRetSeq; in getPropertyValues() local
281 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyValues()
299 return aRetSeq; in getPropertyValues()
355 Sequence< beans::PropertyState > aRetSeq; in getPropertyStates() local
358 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyStates()
362 aRetSeq[nN] = this->getPropertyState( aPropertyName ); in getPropertyStates()
365 return aRetSeq; in getPropertyStates()
420 Sequence< Any > aRetSeq; in getPropertyDefaults() local
423 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyDefaults()
427 aRetSeq[nN] = this->getPropertyDefault( aPropertyName ); in getPropertyDefaults()
[all …]
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetforquery.cxx213 Sequence<rtl::OUString> aRetSeq; in ResultSetForQuery() local
214 if( aRet >>= aRetSeq ) in ResultSetForQuery()
219 const rtl::OUString* pRetSeq = aRetSeq.getConstArray(); in ResultSetForQuery()
220 int nCount = aRetSeq.getLength(); in ResultSetForQuery()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx2133 Sequence< ::rtl::OUString > aRetSeq( nMods ); in getElementNames() local
2134 ::rtl::OUString* pRetSeq = aRetSeq.getArray(); in getElementNames()
2140 return aRetSeq; in getElementNames()
2296 Sequence< ::rtl::OUString > aRetSeq( nCount ); in getElementNames() local
2297 ::rtl::OUString* pRetSeq = aRetSeq.getArray(); in getElementNames()
2309 aRetSeq.realloc( nDialogCounter ); in getElementNames()
2310 return aRetSeq; in getElementNames()
2463 Sequence< ::rtl::OUString > aRetSeq( nLibs ); in getElementNames() local
2464 ::rtl::OUString* pRetSeq = aRetSeq.getArray(); in getElementNames()
2469 return aRetSeq; in getElementNames()
/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx891 Sequence< OUString > aRetSeq; in getMemberNames() local
892 getInfoSequenceImpl( &aRetSeq, NULL ); in getMemberNames()
893 return aRetSeq; in getMemberNames()
903 Sequence< InvocationInfo > aRetSeq; in getInfo() local
904 getInfoSequenceImpl( NULL, &aRetSeq ); in getInfo()
905 return aRetSeq; in getInfo()
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx1367 Sequence< ::sal_Int8 > aRetSeq; in closeAndGetData() local
1369 return aRetSeq; in closeAndGetData()
1375 return aRetSeq; in closeAndGetData()
1381 return aRetSeq; in closeAndGetData()
1384 sal_Int32 nRead = xInputStream->readBytes( aRetSeq, nSize ); in closeAndGetData()
1388 return aRetSeq; in closeAndGetData()
1480 Sequence< sal_Int8 > aRetSeq = aOut.closeAndGetData(); in exportBinary() local
1481 return aRetSeq; in exportBinary()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx1203 Sequence<Property> aRetSeq = xAccess->getProperties( nConcepts ); in test_introsp() local
1205 sal_Int32 nLen = aRetSeq.getLength(); in test_introsp()
1218 const Property* pProps = aRetSeq.getConstArray(); in test_introsp()
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx770 uno::Sequence<uno::Reference <text::XDependentTextField> > aRetSeq(aFldArr.Count()); in SV_IMPL_PTRARR() local
771 uno::Reference<text::XDependentTextField>* pRetSeq = aRetSeq.getArray(); in SV_IMPL_PTRARR()
779 aRet <<= aRetSeq; in SV_IMPL_PTRARR()
825 uno::Sequence<uno::Reference <text::XDependentTextField> > aRetSeq(0); in SV_IMPL_PTRARR() local
826 aRet <<= aRetSeq; in SV_IMPL_PTRARR()
H A Dunoidx.cxx3201 uno::Sequence< beans::PropertyValues > aRetSeq; in getByIndex() local
3206 aRetSeq.realloc(nTokenCount); in getByIndex()
3207 beans::PropertyValues* pTokenProps = aRetSeq.getArray(); in getByIndex()
3433 aRet <<= aRetSeq; in getByIndex()

Completed in 96 milliseconds