Home
last modified time | relevance | path

Searched refs:salhelper (Results 1 – 25 of 96) sorted by relevance

1234

/aoo41x/main/salhelper/qa/
H A Dtest_api.cxx28 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 Dmsci.map25 ??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 Dmakefile.mk25 PRJNAME=salhelper
26 TARGET=salhelper
H A Dgcc3.map40 …_ZN9salhelper21SimpleReferenceObjectnwE?; # salhelper::SimpleReferenceObject::operator new (std::s…
61 …_ZN9salhelper21SimpleReferenceObjectnwE?RKSt9nothrow_t; # salhelper::SimpleReferenceObject::operat…
H A Dgcc3os2.map40 …_ZN9salhelper21SimpleReferenceObjectnwEj; # salhelper::SimpleReferenceObject::operator new (std::s…
61 …_ZN9salhelper21SimpleReferenceObjectnwEjRKSt9nothrow_t; # salhelper::SimpleReferenceObject::operat…
/aoo41x/main/salhelper/prj/
H A Dd.lst1 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 Dbuild.lst1 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 DRepositoryFixes.mk33 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 Ducblockbytes.cxx298 : 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 Dfuturequeue.hxx33 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 Dmonitor.hxx36 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 Dfuture.hxx32 namespace salhelper namespace
85 class Future : public salhelper::ReferenceObject
/aoo41x/main/salhelper/test/Symbols/
H A Dloader.cxx29 using namespace salhelper;
34 : public ::salhelper::ODynamicLoader<SampleLib_Api>
38 ::salhelper::ODynamicLoader<SampleLib_Api> in SampleLibLoader()
/aoo41x/main/salhelper/test/dynamicloader/
H A Dloader.cxx29 using namespace salhelper;
34 : public ::salhelper::ODynamicLoader<SampleLib_Api>
38 ::salhelper::ODynamicLoader<SampleLib_Api> in SampleLibLoader()
/aoo41x/main/odk/pack/gendocu/
H A Dmakefile.mk73 -p salhelper $(INCOUT) -t salhelper \
/aoo41x/main/filter/source/config/cache/
H A Dbasecontainer.hxx95 ::salhelper::SingletonRef< FilterCache > m_rCache;
124 static ::salhelper::SingletonRef< FilterCache >* m_pPerformanceOptimizer;
H A Dbasecontainer.cxx50 ::salhelper::SingletonRef< FilterCache >* BaseContainer::m_pPerformanceOptimizer = 0;
67 m_pPerformanceOptimizer = new ::salhelper::SingletonRef< FilterCache >(); in BaseContainer()
H A Dlateinitthread.cxx71 ::salhelper::SingletonRef< FilterCache > rCache; in run()
/aoo41x/main/scp2/source/sdkoo/
H A Dsdkoo.scp181 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 Dinclude.lst252 ../../salhelper/inc
253 ../../salhelper/unxlngi6.pro/inc
/aoo41x/main/comphelper/prj/
H A Dbuild.lst1 ch comphelper : cppuhelper ucbhelper offuh vos salhelper LIBXSLT:libxslt NULL
/aoo41x/main/salhelper/
H A Dversion.mk25 SALHELPER_TARGET=salhelper
/aoo41x/main/ucb/source/ucp/webdav/
H A DDAVAuthListener.hxx35 class DAVAuthListener : public salhelper::SimpleReferenceObject
/aoo41x/main/binaryurp/prj/
H A Dbuild.lst1 bu binaryurp : BOOST:boost LIBXSLT:libxslt cppu cppuhelper offuh sal salhelper stlport NULL
/aoo41x/main/desktop/source/deployment/gui/
H A Ddp_gui_thread.hxx42 class Thread: public salhelper::SimpleReferenceObject, private osl::Thread {

Completed in 72 milliseconds

1234