Home
last modified time | relevance | path

Searched refs:aResults (Results 1 – 9 of 9) sorted by path

/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx2110 Sequence< sal_Int32 > aResults( rows.getLength() ); in deleteRows() local
2113 sal_Int32* result = aResults.getArray(); in deleteRows()
2131 aEvt.Rows = aResults.getLength(); in deleteRows()
2147 return aResults; in deleteRows()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleAddIn.java73 public ExampleAddInThread( java.util.Hashtable aResults ) in ExampleAddInThread() argument
75 aCounters = aResults; in ExampleAddInThread()
141 private java.util.Hashtable aResults; field in ExampleAddIn._ExampleAddIn
164 if ( aResults == null ) in getCounter()
168 aResults = new java.util.Hashtable(); in getCounter()
169 ExampleAddInThread aThread = new ExampleAddInThread( aResults ); in getCounter()
173 ExampleAddInResult aResult = (ExampleAddInResult) aResults.get(aName); in getCounter()
177 aResults.put( aName, aResult ); in getCounter()
H A DExampleDataPilotSource.java290 com.sun.star.sheet.MemberResult[] aResults = in getResults() local
297 aResults[nResultPos] = new com.sun.star.sheet.MemberResult(); in getResults()
299 aResults[nResultPos].Caption = aResults[nResultPos].Name; in getResults()
300 aResults[nResultPos].Flags = in getResults()
306 aResults[nResultPos] = new com.sun.star.sheet.MemberResult(); in getResults()
307 aResults[nResultPos].Flags = in getResults()
313 return aResults; in getResults()
836 aResults[nRow] = new com.sun.star.sheet.DataResult[nColumns]; in getResults()
848 aResults[nRow][nCol] = new com.sun.star.sheet.DataResult(); in getResults()
850 aResults[nRow][nCol].Value = nResult; in getResults()
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DXDDELinkResults.idl59 @param aResults
65 void setResults( [in] sequence< sequence< any > > aResults );
/trunk/main/sc/inc/
H A Dlinkuno.hxx424 …n::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > >& aResults )
/trunk/main/sc/source/core/data/
H A Ddociter.cxx781 vector<bool> aResults; in isValidQuery() local
782 aResults.reserve(nEntryCount); in isValidQuery()
899 if (aResults.empty()) in isValidQuery()
901 aResults.push_back(bValid); in isValidQuery()
905 size_t n = aResults.size(); in isValidQuery()
906 aResults[n-1] = aResults[n-1] && bValid; in isValidQuery()
910 aResults.push_back(bValid); in isValidQuery()
914 vector<bool>::const_iterator itr = aResults.begin(), itrEnd = aResults.end(); in isValidQuery()
/trunk/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx1236 void ScDDELinkObj::setResults( const uno::Sequence< uno::Sequence< uno::Any > >& aResults ) in setResults() argument
1251 aAny <<= aResults; in setResults()
/trunk/main/xmloff/source/style/
H A Dxmlexppr.cxx355 …Sequence < beans::GetDirectPropertyTolerantResult > aResults(xTolPropSet->getDirectPropertyValuesT… in FillPropertyStateArray() local
356 sal_Int32 nResultCount(aResults.getLength()); in FillPropertyStateArray()
359 const beans::GetDirectPropertyTolerantResult *pResults = aResults.getConstArray(); in FillPropertyStateArray()
387 …Sequence < beans::GetPropertyTolerantResult > aResults(xTolPropSet->getPropertyValuesTolerant(rApi… in FillPropertyStateArray() local
388 …OSL_ENSURE( rApiNames.getLength() == aResults.getLength(), "wrong implemented XTolerantMultiProper… in FillPropertyStateArray()
389 const beans::GetPropertyTolerantResult *pResults = aResults.getConstArray(); in FillPropertyStateArray()
392 sal_uInt32 nResultCount(aResults.getLength()); in FillPropertyStateArray()
H A Dxmlimppr.cxx733 …Sequence< SetPropertyTolerantFailed > aResults(rTolMultiPropSet->setPropertyValuesTolerant( aNames… in _FillTolerantMultiPropertySet() local
734 if (aResults.getLength() == 0) in _FillTolerantMultiPropertySet()
738 sal_Int32 nCount(aResults.getLength()); in _FillTolerantMultiPropertySet()
742 aSeq[0] = aResults[i].Name; in _FillTolerantMultiPropertySet()
744 switch (aResults[i].Result) in _FillTolerantMultiPropertySet()

Completed in 68 milliseconds