Home
last modified time | relevance | path

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

123456

/trunk/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()
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 {};
85 std::auto_ptr< salhelper::Condition > p(new DerivedCondition(mutex)); in TEST_F()
[all …]
/trunk/main/salhelper/source/
H A Dmscx.map24 ??0ORealDynamicLoader@salhelper@@IEAA@PEAPEAV01@AEBVOUString@rtl@@1PEAX2@Z
25 ??1ORealDynamicLoader@salhelper@@MEAA@XZ
26 ??_7ORealDynamicLoader@salhelper@@6B@
27 ?acquire@ORealDynamicLoader@salhelper@@QEAAKXZ
28 ?getApi@ORealDynamicLoader@salhelper@@QEBAPEAXXZ
29 ?newInstance@ORealDynamicLoader@salhelper@@SAPEAV12@PEAPEAV12@AEBVOUString@rtl@@1@Z
30 ?release@ORealDynamicLoader@salhelper@@QEAAKXZ
31 ??1SimpleReferenceObject@salhelper@@MEAA@XZ
32 ??2SimpleReferenceObject@salhelper@@SAPEAX_K@Z
33 ??2SimpleReferenceObject@salhelper@@SAPEAX_KAEBUnothrow_t@std@@@Z
[all …]
H A Dmsci.map24 ??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 Dmakefile.mk25 PRJNAME=salhelper
26 TARGET=salhelper
H A Dgcc3os2.map40 …_ZN9salhelper21SimpleReferenceObjectnwEj; # salhelper::SimpleReferenceObject::operator new (std::s…
67 …_ZN9salhelper21SimpleReferenceObjectnwEjRKSt9nothrow_t; # salhelper::SimpleReferenceObject::operat…
H A Dgcc3.map40 …_ZN9salhelper21SimpleReferenceObjectnwE?; # salhelper::SimpleReferenceObject::operator new (std::s…
67 …_ZN9salhelper21SimpleReferenceObjectnwE?RKSt9nothrow_t; # salhelper::SimpleReferenceObject::operat…
/trunk/main/salhelper/
H A DPackage_inc.mk24 $(eval $(call gb_Package_Package,salhelper_inc,$(SRCDIR)/salhelper/inc))
25 $(eval $(call gb_Package_add_file,salhelper_inc,inc/salhelper/condition.hxx,salhelper/condition.hxx…
26 $(eval $(call gb_Package_add_file,salhelper_inc,inc/salhelper/dynload.hxx,salhelper/dynload.hxx))
27 $(eval $(call gb_Package_add_file,salhelper_inc,inc/salhelper/future.hxx,salhelper/future.hxx))
28 $(eval $(call gb_Package_add_file,salhelper_inc,inc/salhelper/futurequeue.hxx,salhelper/futurequeue…
29 $(eval $(call gb_Package_add_file,salhelper_inc,inc/salhelper/monitor.hxx,salhelper/monitor.hxx))
30 $(eval $(call gb_Package_add_file,salhelper_inc,inc/salhelper/queue.hxx,salhelper/queue.hxx))
31 $(eval $(call gb_Package_add_file,salhelper_inc,inc/salhelper/refobj.hxx,salhelper/refobj.hxx))
32 $(eval $(call gb_Package_add_file,salhelper_inc,inc/salhelper/salhelperdllapi.h,salhelper/salhelper…
33 $(eval $(call gb_Package_add_file,salhelper_inc,inc/salhelper/simplereferenceobject.hxx,salhelper/s…
[all …]
H A DLibrary_salhelper.mk24 $(eval $(call gb_Library_Library,salhelper))
26 $(eval $(call gb_Library_add_package_headers,salhelper,salhelper_inc))
28 $(eval $(call gb_Library_set_include,salhelper,\
30 -I$(SRCDIR)/salhelper/inc \
38 $(eval $(call gb_Library_add_defs,salhelper,\
43 $(eval $(call gb_Library_set_versionmap,salhelper,$(SRCDIR)/salhelper/source/msci.map))
45 $(eval $(call gb_Library_set_versionmap,salhelper,$(SRCDIR)/salhelper/source/mscx.map))
47 $(eval $(call gb_Library_set_versionmap,salhelper,$(SRCDIR)/salhelper/source/gcc3os2.map))
49 $(eval $(call gb_Library_set_versionmap,salhelper,$(SRCDIR)/salhelper/source/sols.map))
51 $(eval $(call gb_Library_set_versionmap,salhelper,$(SRCDIR)/salhelper/source/gcc3.map))
[all …]
H A DModule_salhelper.mk24 $(eval $(call gb_Module_Module,salhelper))
26 $(eval $(call gb_Module_add_targets,salhelper,\
32 $(eval $(call gb_Module_add_check_targets,salhelper,\
H A DGoogleTest_salhelper_test.mk26 salhelper/qa/main \
27 salhelper/qa/test_api \
32 salhelper \
/trunk/main/
H A DRepositoryFixes.mk38 gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library…
39 gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library…
58 gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library…
76 gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library…
192 gb_Library_FILENAMES := $(patsubst salhelper:salhelper%,salhelper:salhelp3%,$(gb_Library_FILENAMES))
260 gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library…
261 gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library…
/trunk/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()
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 …]
/trunk/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
/trunk/main/salhelper/test/Symbols/
H A Dloader.cxx29 using namespace salhelper;
34 : public ::salhelper::ODynamicLoader<SampleLib_Api>
38 ::salhelper::ODynamicLoader<SampleLib_Api> in SampleLibLoader()
/trunk/main/salhelper/test/dynamicloader/
H A Dloader.cxx29 using namespace salhelper;
34 : public ::salhelper::ODynamicLoader<SampleLib_Api>
38 ::salhelper::ODynamicLoader<SampleLib_Api> in SampleLibLoader()
/trunk/main/salhelper/prj/
H A Dbuild.lst1 shp salhelper : sal NULL
2 shp salhelper\prj nmake - all shp_prj NULL
/trunk/main/odk/pack/gendocu/
H A Dmakefile.mk76 -p salhelper $(INCOUT) -t salhelper \
/trunk/main/filter/source/config/cache/
H A Dbasecontainer.hxx94 ::salhelper::SingletonRef< FilterCache > m_rCache;
123 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()
/trunk/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");
/trunk/main/toolkit/src2xml/
H A Dinclude.lst247 ../../salhelper/inc
248 ../../salhelper/unxlngi6.pro/inc
/trunk/main/registry/prj/
H A Dbuild.lst1 rg registry : salhelper store NULL
/trunk/main/bridges/prj/
H A Dbuild.lst1 br bridges : cppuhelper jurt jvmaccess salhelper NULL

123456