/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/ |
H A D | Protocol_Test.java | 155 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 D | Job.java | 93 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 D | gio_datasupplier.cxx | 117 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 D | ExampleAddIn.java | 35 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 D | myucp_datasupplier.cxx | 150 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 D | myucp_datasupplier.hxx | 55 virtual sal_Bool getResult( sal_uInt32 nIndex );
|
/trunk/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchydatasupplier.cxx | 155 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 D | odma_datasupplier.cxx | 158 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 D | odma_datasupplier.hxx | 52 virtual sal_Bool getResult( sal_uInt32 nIndex );
|
/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolygontriangulator.cxx | 141 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 D | myucp_datasupplier.cxx | 177 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 D | pkgdatasupplier.cxx | 157 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 D | tdoc_datasupplier.cxx | 156 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 D | gvfs_directory.cxx | 164 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 D | webdavdatasupplier.cxx | 155 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 D | DialogFactory.java | 127 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 D | PageContext.java | 150 return lnc.getResult(); in getAllFooterSize() 167 return lnc.getResult(); in getAllHeaderSize()
|
/trunk/main/chart2/source/controller/main/ |
H A D | ChartController_Insert.cxx | 138 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 D | dlg_InsertTitle.hxx | 52 void getResult( TitleDialogData& rOutput );
|
H A D | dlg_InsertAxis_Grid.hxx | 77 void getResult( InsertAxisOrGridDialogData& rOutput );
|
/trunk/main/drawinglayer/inc/drawinglayer/processor2d/ |
H A D | objectinfoextractor2d.hxx | 56 const primitive2d::ObjectInfoPrimitive2D* getResult() const { return mpFound; } in getResult() function in drawinglayer::processor2d::ObjectInfoPrimitiveExtractor2D
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | dlg_InsertTitle.cxx | 55 void SchTitleDlg::getResult( TitleDialogData& rOutput ) in getResult() function in chart::SchTitleDlg
|
/trunk/main/unotools/source/ucbhelper/ |
H A D | ucblockbytes.cxx | 327 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 D | resultset.cxx | 408 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 D | textbreakuphelper.hxx | 76 … const Primitive2DSequence& getResult(BreakupUnit aBreakupUnit = BreakupUnit_character) const;
|