Searched refs:bAsynchron (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/cppu/source/threadpool/ |
H A D | threadpool.cxx | 213 sal_Bool bAsynchron ) in createThread() argument 223 pWaitingThread->thread->setTask( pQueue , aThreadId , bAsynchron ); in createThread() 238 new ORequestThread( pQueue , aThreadId, bAsynchron); in createThread() 244 sal_Bool ThreadPool::revokeQueue( const ByteSequence &aThreadId, sal_Bool bAsynchron ) in revokeQueue() argument 251 if( bAsynchron ) in revokeQueue() 288 sal_Bool bAsynchron, in addJob() argument 306 if( bAsynchron ) in addJob() 334 createThread( pQueue , aThreadId , bAsynchron); in addJob()
|
H A D | thread.cxx | 115 sal_Bool bAsynchron ) in ORequestThread() argument 120 , m_bAsynchron( bAsynchron ) in ORequestThread() 138 sal_Bool bAsynchron ) in setTask() argument 142 m_bAsynchron = bAsynchron; in setTask()
|
H A D | threadpool.hxx | 110 sal_Bool bAsynchron, 120 sal_Bool revokeQueue( const ByteSequence & aThreadId , sal_Bool bAsynchron ); 124 void createThread( JobQueue *pQueue, const ByteSequence &aThreadId, sal_Bool bAsynchron);
|
H A D | thread.hxx | 48 sal_Bool bAsynchron ); 51 void setTask( JobQueue * , const ::rtl::ByteSequence & aThreadId , sal_Bool bAsynchron );
|
/aoo42x/main/sfx2/source/view/ |
H A D | viewprn.cxx | 745 sal_Bool bAsynchron = sal_False; in ExecPrint_Impl() local 746 aProps[nProp].Value >>= bAsynchron; in ExecPrint_Impl() 747 aProps[nProp].Value <<= (sal_Bool) (!bAsynchron); in ExecPrint_Impl()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdograf.hxx | 120 sal_Bool ImpUpdateGraphicLink( sal_Bool bAsynchron = sal_True ) const;
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdograf.cxx | 817 sal_Bool SdrGrafObj::ImpUpdateGraphicLink( sal_Bool bAsynchron ) const in ImpUpdateGraphicLink() 824 if ( bAsynchron ) in ImpUpdateGraphicLink()
|
Completed in 109 milliseconds