Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DUpDownBarWrapper.cxx270 Sequence< Any > aRetSeq; in getPropertyValues() local
273 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyValues()
277 aRetSeq[nN] = this->getPropertyValue( aPropertyName ); in getPropertyValues()
280 return aRetSeq; in getPropertyValues()
308 Sequence< beans::PropertyState > aRetSeq; in getPropertyStates() local
311 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyStates()
315 aRetSeq[nN] = this->getPropertyState( aPropertyName ); in getPropertyStates()
318 return aRetSeq; in getPropertyStates()
355 Sequence< Any > aRetSeq; in getPropertyDefaults() local
358 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyDefaults()
[all …]
H A DMinMaxLineWrapper.cxx298 Sequence< Any > aRetSeq; in getPropertyValues() local
301 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyValues()
305 aRetSeq[nN] = this->getPropertyValue( aPropertyName ); in getPropertyValues()
308 return aRetSeq; in getPropertyValues()
344 Sequence< beans::PropertyState > aRetSeq; in getPropertyStates() local
347 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyStates()
351 aRetSeq[nN] = this->getPropertyState( aPropertyName ); in getPropertyStates()
354 return aRetSeq; in getPropertyStates()
391 Sequence< Any > aRetSeq; in getPropertyDefaults() local
394 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyDefaults()
[all …]
/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/tools/
H A DWrappedPropertySet.cxx269 Sequence< Any > aRetSeq; in getPropertyValues() local
272 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyValues()
278 aRetSeq[nN] = this->getPropertyValue( aPropertyName ); in getPropertyValues()
290 return aRetSeq; in getPropertyValues()
341 Sequence< beans::PropertyState > aRetSeq; in getPropertyStates() local
344 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyStates()
348 aRetSeq[nN] = this->getPropertyState( aPropertyName ); in getPropertyStates()
351 return aRetSeq; in getPropertyStates()
401 Sequence< Any > aRetSeq; in getPropertyDefaults() local
404 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyDefaults()
[all …]
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetforquery.cxx216 Sequence<rtl::OUString> aRetSeq; in ResultSetForQuery() local
217 if( aRet >>= aRetSeq ) in ResultSetForQuery()
222 const rtl::OUString* pRetSeq = aRetSeq.getConstArray(); in ResultSetForQuery()
223 int nCount = aRetSeq.getLength(); in ResultSetForQuery()
/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx866 Sequence< OUString > aRetSeq; in getMemberNames() local
867 getInfoSequenceImpl( &aRetSeq, NULL ); in getMemberNames()
868 return aRetSeq; in getMemberNames()
877 Sequence< InvocationInfo > aRetSeq; in getInfo() local
878 getInfoSequenceImpl( NULL, &aRetSeq ); in getInfo()
879 return aRetSeq; in getInfo()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx2113 Sequence< ::rtl::OUString > aRetSeq( nMods ); in getElementNames() local
2114 ::rtl::OUString* pRetSeq = aRetSeq.getArray(); in getElementNames()
2120 return aRetSeq; in getElementNames()
2260 Sequence< ::rtl::OUString > aRetSeq( nCount ); in getElementNames() local
2261 ::rtl::OUString* pRetSeq = aRetSeq.getArray(); in getElementNames()
2273 aRetSeq.realloc( nDialogCounter ); in getElementNames()
2274 return aRetSeq; in getElementNames()
2411 Sequence< ::rtl::OUString > aRetSeq( nLibs ); in getElementNames() local
2412 ::rtl::OUString* pRetSeq = aRetSeq.getArray(); in getElementNames()
2417 return aRetSeq; in getElementNames()
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx1309 Sequence< ::sal_Int8 > aRetSeq; in closeAndGetData() local
1311 return aRetSeq; in closeAndGetData()
1317 return aRetSeq; in closeAndGetData()
1323 return aRetSeq; in closeAndGetData()
1326 sal_Int32 nRead = xInputStream->readBytes( aRetSeq, nSize ); in closeAndGetData()
1330 return aRetSeq; in closeAndGetData()
1421 Sequence< sal_Int8 > aRetSeq = aOut.closeAndGetData(); in exportBinary() local
1422 return aRetSeq; in exportBinary()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx1164 Sequence<Property> aRetSeq = xAccess->getProperties( nConcepts ); in test_introsp() local
1166 sal_Int32 nLen = aRetSeq.getLength(); in test_introsp()
1179 const Property* pProps = aRetSeq.getConstArray(); in test_introsp()
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx765 uno::Sequence<uno::Reference <text::XDependentTextField> > aRetSeq(aFldArr.Count()); in SV_IMPL_PTRARR() local
766 uno::Reference<text::XDependentTextField>* pRetSeq = aRetSeq.getArray(); in SV_IMPL_PTRARR()
774 aRet <<= aRetSeq; in SV_IMPL_PTRARR()
820 uno::Sequence<uno::Reference <text::XDependentTextField> > aRetSeq(0); in SV_IMPL_PTRARR() local
821 aRet <<= aRetSeq; in SV_IMPL_PTRARR()
H A Dunoidx.cxx3129 uno::Sequence< beans::PropertyValues > aRetSeq; in getByIndex() local
3134 aRetSeq.realloc(nTokenCount); in getByIndex()
3135 beans::PropertyValues* pTokenProps = aRetSeq.getArray(); in getByIndex()
3361 aRet <<= aRetSeq; in getByIndex()