Home
last modified time | relevance | path

Searched refs:getResult (Results 1 – 25 of 57) sorted by relevance

123

/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DProtocol_Test.java155 Object result = iMessage.getResult(); in testCallWithResult()
175 Object result = iMessage.getResult(); in testCallWhichRaisesException()
204 Object result = iMessage.getResult(); in testCallWithIn_Out_InOut_Paramters_and_result()
224 Object result = iMessage.getResult(); in testCallWhichReturnsAny()
241 result = iMessage.getResult(); in testCallWhichReturnsAny()
253 result = iMessage.getResult(); in testCallWhichReturnsAny()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DJob.java93 Object msgResult = _iMessage.getResult(); in execute()
139 throw remoteUnoRequestRaisedException(_iMessage.getResult()); in execute()
141 return _iMessage.getResult(); in execute()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_datasupplier.cxx117 if ( getResult( nIndex ) ) in queryContentIdentifierString()
194 sal_Bool DataSupplier::getResult( sal_uInt32 nIndex ) in getResult() function in gio::DataSupplier
233 if ( getResult( nIndex ) ) in queryPropertyValues()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleAddIn.java35 private com.sun.star.sheet.ResultEvent getResult() in getResult() method in ExampleAddInResult
49 aListener.modified( getResult() ); in addResultListener()
60 com.sun.star.sheet.ResultEvent aEvent = getResult(); in incrementValue()
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_datasupplier.cxx150 if ( getResult( nIndex ) ) in queryContentIdentifierString()
231 sal_Bool DataSupplier::getResult( sal_uInt32 nIndex ) in getResult() function in myucp::DataSupplier
356 if ( getResult( nIndex ) ) in queryPropertyValues()
H A Dmyucp_datasupplier.hxx55 virtual sal_Bool getResult( sal_uInt32 nIndex );
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasupplier.cxx155 if ( getResult( nIndex ) ) in queryContentIdentifierString()
239 sal_Bool HierarchyResultSetDataSupplier::getResult( sal_uInt32 nIndex ) in getResult() function in HierarchyResultSetDataSupplier
365 if ( getResult( nIndex ) ) in queryPropertyValues()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_datasupplier.cxx158 if ( getResult( nIndex ) ) in queryContentIdentifierString()
237 sal_Bool DataSupplier::getResult( sal_uInt32 nIndex ) in getResult() function in DataSupplier
415 if ( getResult( nIndex ) ) in queryPropertyValues()
H A Dodma_datasupplier.hxx52 virtual sal_Bool getResult( sal_uInt32 nIndex );
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontriangulator.cxx141 const B2DPolygon getResult() const { return maResult; } in getResult() function in basegfx::__anone2fd9f110111::Triangulator
430 aRetval = aTriangulator.getResult(); in triangulate()
453 aRetval = aTriangulator.getResult(); in triangulate()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dmyucp_datasupplier.cxx177 if ( getResult( nIndex ) ) in queryContentIdentifierString()
262 sal_Bool DataSupplier::getResult( sal_uInt32 nIndex ) in getResult() function in DataSupplier
391 if ( getResult( nIndex ) ) in queryPropertyValues()
/trunk/main/ucb/source/ucp/package/
H A Dpkgdatasupplier.cxx157 if ( getResult( nIndex ) ) in queryContentIdentifierString()
233 sal_Bool DataSupplier::getResult( sal_uInt32 nIndex ) in getResult() function in DataSupplier
423 if ( getResult( nIndex ) ) in queryPropertyValues()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_datasupplier.cxx156 if ( getResult( nIndex ) ) in queryContentIdentifierString()
232 sal_Bool ResultSetDataSupplier::getResult( sal_uInt32 nIndex ) in getResult() function in ResultSetDataSupplier
385 if ( getResult( nIndex ) ) in queryPropertyValues()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_directory.cxx164 if ( getResult( nIndex ) ) { in queryContentIdentifierString()
243 sal_Bool DataSupplier::getResult( sal_uInt32 nIndex ) in getResult() function in DataSupplier
291 if ( getResult( nIndex ) ) { in queryPropertyValues()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavdatasupplier.cxx155 if ( getResult( nIndex ) ) in queryContentIdentifierString()
244 sal_Bool DataSupplier::getResult( sal_uInt32 nIndex ) in getResult() function in DataSupplier
308 if ( getResult( nIndex ) ) in queryPropertyValues()
/trunk/main/scripting/java/com/sun/star/script/framework/browse/
H A DDialogFactory.java127 Boolean result = (Boolean)resultHolder.getResult(); in showConfirmDialog()
188 return (String)resultHolder.getResult(); in showInputDialog()
409 public Object getResult() in getResult() method in DialogFactory.ResultHolder
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DPageContext.java150 return lnc.getResult(); in getAllFooterSize()
167 return lnc.getResult(); in getAllHeaderSize()
/trunk/main/chart2/source/controller/main/
H A DChartController_Insert.cxx138 aDlg.getResult( aDialogOutput ); in executeDispatch_InsertAxes()
175 aDlg.getResult( aDialogOutput ); in executeDispatch_InsertGrid()
210 aDlg.getResult( aDialogOutput ); in executeDispatch_InsertTitles()
/trunk/main/chart2/source/controller/inc/
H A Ddlg_InsertTitle.hxx52 void getResult( TitleDialogData& rOutput );
H A Ddlg_InsertAxis_Grid.hxx77 void getResult( InsertAxisOrGridDialogData& rOutput );
/trunk/main/drawinglayer/inc/drawinglayer/processor2d/
H A Dobjectinfoextractor2d.hxx56 const primitive2d::ObjectInfoPrimitive2D* getResult() const { return mpFound; } in getResult() function in drawinglayer::processor2d::ObjectInfoPrimitiveExtractor2D
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_InsertTitle.cxx55 void SchTitleDlg::getResult( TitleDialogData& rOutput ) in getResult() function in chart::SchTitleDlg
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx327 Result getResult(const sal_uInt32 milliSec);
712 Moderator::Result Moderator::getResult(const sal_uInt32 milliSec) in getResult() function in utl::Moderator
997 res = pMod->getResult(nTimeout); in UCBOpenContentSync()
/trunk/main/ucbhelper/source/provider/
H A Dresultset.cxx408 if ( !m_pImpl->m_xDataSupplier->getResult( m_pImpl->m_nPos ) ) in next()
432 if ( !m_pImpl->m_xDataSupplier->getResult( 0 ) ) in isBeforeFirst()
515 if ( m_pImpl->m_xDataSupplier->getResult( 0 ) ) in first()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dtextbreakuphelper.hxx76 … const Primitive2DSequence& getResult(BreakupUnit aBreakupUnit = BreakupUnit_character) const;

Completed in 164 milliseconds

123