| /AOO41X/main/salhelper/qa/ |
| H A D | test_api.cxx | 28 namespace salhelper { namespace 39 { return typeid (salhelper::Condition *); } in getConditionTypeInfo() 42 { return typeid (salhelper::ConditionModifier *); } in getConditionModifierTypeInfo() 45 { return typeid (salhelper::ConditionWaiter *); } in getConditionWaiterTypeInfo() 48 { return typeid (salhelper::ORealDynamicLoader *); } in getORealDynamicLoaderTypeInfo() 51 { return typeid (salhelper::SimpleReferenceObject *); } in getSimpleReferenceObjectTypeInfo() 65 class DerivedCondition: public salhelper::Condition { 74 public salhelper::ConditionWaiter::timedout 77 class DerivedSimpleReferenceObject: public salhelper::SimpleReferenceObject {}; 114 std::auto_ptr< salhelper::Condition > p(new DerivedCondition(mutex)); in testCondition() [all …]
|
| /AOO41X/main/salhelper/source/ |
| H A D | msci.map | 24 ??0ORealDynamicLoader@salhelper@@IAE@PAPAV01@ABVOUString@rtl@@1PAX2@Z 25 ??1ORealDynamicLoader@salhelper@@MAE@XZ 26 ??_7ORealDynamicLoader@salhelper@@6B@ 27 ?acquire@ORealDynamicLoader@salhelper@@QAAKXZ 28 ?getApi@ORealDynamicLoader@salhelper@@QBAPAXXZ 29 ?newInstance@ORealDynamicLoader@salhelper@@SAPAV12@PAPAV12@ABVOUString@rtl@@1@Z 30 ?release@ORealDynamicLoader@salhelper@@QAAKXZ 31 ??1SimpleReferenceObject@salhelper@@MAE@XZ 32 ??2SimpleReferenceObject@salhelper@@SAPAXI@Z 33 ??2SimpleReferenceObject@salhelper@@SAPAXIABUnothrow_t@std@@@Z [all …]
|
| H A D | makefile.mk | 25 PRJNAME=salhelper 26 TARGET=salhelper
|
| H A D | gcc3.map | 40 …_ZN9salhelper21SimpleReferenceObjectnwE?; # salhelper::SimpleReferenceObject::operator new (std::s… 61 …_ZN9salhelper21SimpleReferenceObjectnwE?RKSt9nothrow_t; # salhelper::SimpleReferenceObject::operat…
|
| H A D | gcc3os2.map | 40 …_ZN9salhelper21SimpleReferenceObjectnwEj; # salhelper::SimpleReferenceObject::operator new (std::s… 61 …_ZN9salhelper21SimpleReferenceObjectnwEjRKSt9nothrow_t; # salhelper::SimpleReferenceObject::operat…
|
| /AOO41X/main/salhelper/prj/ |
| H A D | d.lst | 1 mkdir: %_DEST%\inc%_EXT%\salhelper 3 ..\inc\salhelper\condition.hxx %_DEST%\inc%_EXT%\salhelper\condition.hxx 4 ..\inc\salhelper\dynload.hxx %_DEST%\inc%_EXT%\salhelper\dynload.hxx 5 ..\inc\salhelper\future.hxx %_DEST%\inc%_EXT%\salhelper\future.hxx 6 ..\inc\salhelper\futurequeue.hxx %_DEST%\inc%_EXT%\salhelper\futurequeue.hxx 7 ..\inc\salhelper\monitor.hxx %_DEST%\inc%_EXT%\salhelper\monitor.hxx 8 ..\inc\salhelper\queue.hxx %_DEST%\inc%_EXT%\salhelper\queue.hxx 9 ..\inc\salhelper\refobj.hxx %_DEST%\inc%_EXT%\salhelper\refobj.hxx 10 ..\inc\salhelper\simplereferenceobject.hxx %_DEST%\inc%_EXT%\salhelper\simplereferenceobject.hxx 11 ..\inc\salhelper\singletonref.hxx %_DEST%\inc%_EXT%\salhelper\singletonref.hxx [all …]
|
| H A D | build.lst | 1 shp salhelper : sal NULL 2 shp salhelper usr1 - all shp_mkout NULL 3 shp salhelper\source nmake - all shp_source NULL
|
| /AOO41X/main/ |
| H A D | RepositoryFixes.mk | 33 gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library… 34 gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library… 47 gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library… 175 gb_Library_FILENAMES := $(patsubst salhelper:salhelper%,salhelper:salhelp3%,$(gb_Library_FILENAMES)) 218 gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library… 229 gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library… 230 gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library…
|
| /AOO41X/main/unotools/source/ucbhelper/ |
| H A D | ucblockbytes.cxx | 298 : public salhelper::Condition 303 : salhelper::Condition(aMutex), in ConditionRes() 339 : public salhelper::Condition 344 : salhelper::Condition(aMutex), in ConditionRep() 716 salhelper::ConditionWaiter aWaiter(m_aRes,milliSec); in getResult() 724 catch(const salhelper::ConditionWaiter::timedout&) in getResult() 735 salhelper::ConditionModifier aMod(m_aRep); in setReply() 746 salhelper::ConditionModifier aMod(m_aRes); in handle() 752 salhelper::ConditionWaiter aWait(m_aRep); in handle() 781 salhelper::ConditionModifier aMod(m_aRes); in push() [all …]
|
| /AOO41X/main/salhelper/inc/salhelper/ |
| H A D | futurequeue.hxx | 33 namespace salhelper namespace 49 typedef salhelper::Future<element_type> future_type; 51 salhelper::QueueBase< rtl::Reference<future_type> > m_aDelayed; 52 salhelper::QueueBase< rtl::Reference<future_type> > m_aPresent; 86 inline rtl::Reference< salhelper::Future<element_type> > get() in get()
|
| H A D | monitor.hxx | 36 namespace salhelper namespace 102 class QueuedReaderWriterMonitor : public salhelper::ReferenceObject 106 typedef salhelper::Future<sal_Int32> future_type; 108 salhelper::FutureQueue<sal_Int32> m_aQueue; 109 salhelper::MonitorCondition m_aMonitor;
|
| H A D | future.hxx | 32 namespace salhelper namespace 85 class Future : public salhelper::ReferenceObject
|
| /AOO41X/main/salhelper/test/dynamicloader/ |
| H A D | loader.cxx | 29 using namespace salhelper; 34 : public ::salhelper::ODynamicLoader<SampleLib_Api> 38 ::salhelper::ODynamicLoader<SampleLib_Api> in SampleLibLoader()
|
| /AOO41X/main/salhelper/test/Symbols/ |
| H A D | loader.cxx | 29 using namespace salhelper; 34 : public ::salhelper::ODynamicLoader<SampleLib_Api> 38 ::salhelper::ODynamicLoader<SampleLib_Api> in SampleLibLoader()
|
| /AOO41X/main/odk/pack/gendocu/ |
| H A D | makefile.mk | 73 -p salhelper $(INCOUT) -t salhelper \
|
| /AOO41X/main/filter/source/config/cache/ |
| H A D | basecontainer.hxx | 95 ::salhelper::SingletonRef< FilterCache > m_rCache; 124 static ::salhelper::SingletonRef< FilterCache >* m_pPerformanceOptimizer;
|
| H A D | basecontainer.cxx | 50 ::salhelper::SingletonRef< FilterCache >* BaseContainer::m_pPerformanceOptimizer = 0; 67 m_pPerformanceOptimizer = new ::salhelper::SingletonRef< FilterCache >(); in BaseContainer()
|
| H A D | lateinitthread.cxx | 71 ::salhelper::SingletonRef< FilterCache > rCache; in run()
|
| /AOO41X/main/scp2/source/sdkoo/ |
| H A D | sdkoo.scp | 181 Name = SCP2_URE_DL_UNO_COMID_NORMAL("salhelper"); 183 Target = "../../program/" SCP2_URE_DL_UNO_COMID_VER("salhelper", "3");
|
| /AOO41X/main/toolkit/src2xml/ |
| H A D | include.lst | 252 ../../salhelper/inc 253 ../../salhelper/unxlngi6.pro/inc
|
| /AOO41X/main/comphelper/prj/ |
| H A D | build.lst | 1 ch comphelper : cppuhelper ucbhelper offuh vos salhelper LIBXSLT:libxslt NULL
|
| /AOO41X/main/salhelper/ |
| H A D | version.mk | 25 SALHELPER_TARGET=salhelper
|
| /AOO41X/main/ucb/source/ucp/webdav/ |
| H A D | DAVAuthListener.hxx | 35 class DAVAuthListener : public salhelper::SimpleReferenceObject
|
| /AOO41X/main/desktop/source/deployment/gui/ |
| H A D | dp_gui_thread.hxx | 42 class Thread: public salhelper::SimpleReferenceObject, private osl::Thread {
|
| /AOO41X/main/binaryurp/prj/ |
| H A D | build.lst | 1 bu binaryurp : BOOST:boost LIBXSLT:libxslt cppu cppuhelper offuh sal salhelper stlport NULL
|