/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() 74 public salhelper::ConditionWaiter::timedout 127 salhelper::ConditionModifier * p = 0; in testConditionModifier() 137 typeid (salhelper::ConditionModifier *) in testConditionModifier() 142 salhelper::ConditionWaiter * p = 0; in testConditionWaiter() 156 salhelper::ConditionWaiter::timedout x; in testConditionWaiterTimedout() 176 salhelper::ORealDynamicLoader * p = 0; in testORealDynamicLoader() [all …]
|
/aoo41x/main/salhelper/source/ |
H A D | msci.map | 25 ??1ORealDynamicLoader@salhelper@@MAE@XZ 26 ??_7ORealDynamicLoader@salhelper@@6B@ 27 ?acquire@ORealDynamicLoader@salhelper@@QAAKXZ 28 ?getApi@ORealDynamicLoader@salhelper@@QBAPAXXZ 30 ?release@ORealDynamicLoader@salhelper@@QAAKXZ 31 ??1SimpleReferenceObject@salhelper@@MAE@XZ 32 ??2SimpleReferenceObject@salhelper@@SAPAXI@Z 34 ??3SimpleReferenceObject@salhelper@@SAXPAX@Z 45 ??1Condition@salhelper@@UAE@XZ; 48 ??1ConditionModifier@salhelper@@QAE@XZ; [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() 735 salhelper::ConditionModifier aMod(m_aRep); in setReply() 746 salhelper::ConditionModifier aMod(m_aRes); in handle() 752 salhelper::ConditionWaiter aWait(m_aRep); in handle() 787 salhelper::ConditionWaiter aWait(m_aRep); in push() 805 salhelper::ConditionWaiter aWait(m_aRep); in update() 822 salhelper::ConditionWaiter aWait(m_aRep); in pop() [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/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/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/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/binaryurp/prj/ |
H A D | build.lst | 1 bu binaryurp : BOOST:boost LIBXSLT:libxslt cppu cppuhelper offuh sal salhelper stlport NULL
|
/aoo41x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_thread.hxx | 42 class Thread: public salhelper::SimpleReferenceObject, private osl::Thread {
|