Searched refs:impl_execute (Results 1 – 6 of 6) sorted by relevance
/aoo4110/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 );
|
/aoo4110/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
|
/aoo4110/main/svx/source/toolbars/ |
H A D | fontworkbar.cxx | 277 static void impl_execute( SdrView*, SfxRequest& rReq, SdrCustomShapeGeometryItem& rGeometryItem, Sd… in impl_execute() function 572 impl_execute( pSdrView, rReq, aGeometryItem, pObj ); in execute()
|
H A D | extrusionbar.cxx | 146 static void impl_execute( SdrView*, SfxRequest& rReq, SdrCustomShapeGeometryItem& rGeometryItem, Sd… in impl_execute() function 591 impl_execute( pSdrView, rReq, aGeometryItem, pObj ); in execute()
|
/aoo4110/main/framework/inc/jobs/ |
H A D | shelljob.hxx | 158 ::sal_Bool impl_execute(const ::rtl::OUString& sCommand ,
|
/aoo4110/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 76 milliseconds