Home
last modified time | relevance | path

Searched refs:join (Results 26 – 50 of 178) sorted by relevance

12345678

/trunk/main/jurt/test/com/sun/star/comp/connections/
H A DPipedConnection_Test.java52 writer.join(); in test()
54 reader.join(); in test()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeDetailLayoutController.java143 public LayoutController join(final FlowController flowController) in join() method in OfficeDetailLayoutController
153 return super.join(flowController); in join()
H A DOfficeGroupLayoutController.java153 public LayoutController join(final FlowController flowController) in join() method in OfficeGroupLayoutController
163 return super.join(flowController); in join()
H A DAbstractReportElementLayoutController.java122 return join(getFlowController()); in advance()
196 public LayoutController join(final FlowController flowController) in join() method in AbstractReportElementLayoutController
H A DOfficeGroupInstanceSectionLayoutController.java152 public LayoutController join(final FlowController flowController) in join() method in OfficeGroupInstanceSectionLayoutController
162 return super.join(flowController); in join()
/trunk/main/sal/qa/rtl/doublelock/
H A Drtl_doublelocking.cxx234 pThread->join(); in TEST_F()
235 p2Thread->join(); in TEST_F()
/trunk/main/vos/source/
H A Dthread.cxx122 void OThread::join() in join() function in OThread
179 join(); in kill()
/trunk/main/solenv/bin/
H A Dpchdelta.py77 outputfile.write("\n".join(acceptedlines))
80 outputfile.write("\n".join(testlines) + "\n")
/trunk/main/offapi/com/sun/star/drawing/
H A DLineJoint.idl55 /** the lines join at intersections
60 /** the lines join with an arc
/trunk/main/offapi/com/sun/star/rendering/
H A DPathJoinType.idl38 /** Do not join the path segments at all.<p>
40 This join type might lead, depending on the angle between the
H A DStrokeAttributes.idl53 corner's diagonal exceed this limit, a bevelled join is used
125 /** The join shape of the stroke.<p>
/trunk/main/io/test/
H A Dtestconnection.cxx172 thread.join(); in testConnection()
275 thread.join(); in main()
/trunk/main/ridljar/test/com/sun/star/uno/
H A DUnoRuntime_Test.java127 t1.join(); in test_currentContext()
128 t2.join(); in test_currentContext()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx221 ScRefTokenHelper::join(*pTokens, pCopy); in getColRanges()
242 ScRefTokenHelper::join(*pTokens, p2); in getRowRanges()
258 ScRefTokenHelper::join(*pTokens, p2); in getAllRanges()
1382 ScRefTokenHelper::join(rRefTokens, pCorner); in lcl_addUpperLeftCornerIfMissing()
1387 ScRefTokenHelper::join(rRefTokens, pCorner); in lcl_addUpperLeftCornerIfMissing()
1402 ScRefTokenHelper::join(rRefTokens, pCorner); in lcl_addUpperLeftCornerIfMissing()
1407 ScRefTokenHelper::join(rRefTokens, pCorner); in lcl_addUpperLeftCornerIfMissing()
1793 ScRefTokenHelper::join(aAllTokens, *itr); in detectArguments()
1795 ScRefTokenHelper::join(aAllSeriesLabelTokens, *itr); in detectArguments()
1810 ScRefTokenHelper::join(aAllTokens, *itr); in detectArguments()
[all …]
/trunk/main/l10ntools/scripts/tool/
H A Dsdf.py159 …return ''.join([self.project, "\t", self.source_file, "\t", self.dummy1, "\t", self.resource_type,…
164 …return ''.join([self.project, self.gid, self.lid, self.source_file, self.resource_type, self.platf…
/trunk/main/configmgr/qa/unit/
H A Dtest.cxx326 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Label"))).join(); in step()
547 readers[i]->join(); in TEST_F()
552 writers[i]->join(); in TEST_F()
/trunk/main/sw/source/core/docnode/
H A Dfinalthreadmanager.cxx329 mpCancelJobsThread->join(); in ~FinalThreadManager()
504 mpCancelJobsThread->join(); in notifyTermination()
H A Dcancellablejob.cxx35 mrThread->join(); in cancel()
/trunk/main/oox/source/dump/
H A Ddffdumper.ini181 …h,line-start-arrow-length,line-end-arrow-width,line-end-arrow-length,line-join-style,line-end-cap-…
234 …ine-start-arrow-length,lline-end-arrow-width,lline-end-arrow-length,lline-join-style,lline-end-cap…
241 …ine-start-arrow-length,tline-end-arrow-width,tline-end-arrow-length,tline-join-style,tline-end-cap…
248 …ine-start-arrow-length,rline-end-arrow-width,rline-end-arrow-length,rline-join-style,rline-end-cap…
255 …ine-start-arrow-length,bline-end-arrow-width,bline-end-arrow-length,bline-join-style,bline-end-cap…
/trunk/main/sal/qa/osl/pipe/
H A Dosl_Pipe.cxx810 myDataSinkThread.join( ); in TEST()
811 myDataSourceThread.join( ); in TEST()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java263 inputPump.join(); in exec()
264 errorPump.join(); in exec()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java527 _messageDispatcher.join(1000); in dispose()
530 _messageDispatcher.join(); in dispose()
/trunk/main/scripting/source/pyprov/
H A Dmailmerge.py216 msg['To'] = COMMASPACE.join(recipients)
218 msg['Cc'] = COMMASPACE.join(ccrecipients)
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_thread.hxx53 using osl::Thread::join;
/trunk/main/sal/qa/osl/setthreadname/
H A Dtest-setthreadname.cxx67 t.join(); in TEST_F()

Completed in 133 milliseconds

12345678