Searched refs:impl_execute (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/vcl/inc/vcl/ |
H A D | threadex.hxx | 69 long execute() { return impl_execute( NULL ); } in execute() 74 long execute( const TimeValue& _rTimeout ) { return impl_execute( &_rTimeout ); } in execute() 80 long impl_execute( const TimeValue* _pTimeout );
|
/aoo42x/main/framework/source/jobs/ |
H A D | shelljob.cxx | 125 ::sal_Bool bDone = impl_execute(sRealCommand, lCommandArguments, bCheckExitCode); in execute() 173 ::sal_Bool ShellJob::impl_execute(const ::rtl::OUString& sCommand , in impl_execute() function in framework::ShellJob
|
/aoo42x/main/svx/source/toolbars/ |
H A D | fontworkbar.cxx | 271 static void impl_execute( SdrView*, SfxRequest& rReq, SdrCustomShapeGeometryItem& rGeometryItem, Sd… in impl_execute() function 566 impl_execute( pSdrView, rReq, aGeometryItem, pObj ); in execute()
|
H A D | extrusionbar.cxx | 140 static void impl_execute( SdrView*, SfxRequest& rReq, SdrCustomShapeGeometryItem& rGeometryItem, Sd… in impl_execute() function 585 impl_execute( pSdrView, rReq, aGeometryItem, pObj ); in execute()
|
/aoo42x/main/framework/inc/jobs/ |
H A D | shelljob.hxx | 158 ::sal_Bool impl_execute(const ::rtl::OUString& sCommand ,
|
/aoo42x/main/vcl/source/helper/ |
H A D | threadex.cxx | 98 long SolarThreadExecutor::impl_execute( const TimeValue* _pTimeout ) in impl_execute() function in SolarThreadExecutor
|
Completed in 30 milliseconds