Home
last modified time | relevance | path

Searched refs:ctor (Results 1 – 25 of 30) sorted by relevance

12

/aoo41x/main/sal/qa/osl/mutex/
H A Dosl_Mutex.cxx288 class ctor : public CppUnit::TestFixture class
374 CPPUNIT_TEST_SUITE( ctor );
581 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(osl_Mutex::ctor, "osl_Mutex");
617 class ctor : public CppUnit::TestFixture class
662 CPPUNIT_TEST_SUITE(ctor);
669 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(osl_Guard::ctor, "osl_Guard");
709 class ctor : public CppUnit::TestFixture class
740 CPPUNIT_TEST_SUITE(ctor);
848 class ctor : public CppUnit::TestFixture class
880 CPPUNIT_TEST_SUITE(ctor);
[all …]
/aoo41x/main/idlc/source/
H A Dastservice.cxx40 AstOperation const * ctor = static_cast< AstOperation * >(*i); in checkLastConstructor() local
41 if (ctor->isVariadic() && last->isVariadic()) { in checkLastConstructor()
44 sal_uInt32 n = ctor->nMembers(); in checkLastConstructor()
46 for (DeclList::const_iterator i1(ctor->getIteratorBegin()), in checkLastConstructor()
48 i1 != ctor->getIteratorEnd(); ++i1, ++i2) in checkLastConstructor()
H A Dparser.y2009 AstOperation * ctor = new AstOperation(OP_NONE, 0, *$1, scope);
2011 scope->addDeclaration(ctor);
2012 idlc()->scopes()->push(ctor);
/aoo41x/main/pyuno/source/module/
H A Dunohelper.py129 def __init__(self, ctor,serviceNames): argument
130 self.ctor = ctor
137 def addImplementation( self, ctor, implementationName, serviceNames ): argument
138 self.impls[implementationName] = _ImplementationHelperEntry(ctor,serviceNames)
152 return createSingleServiceFactory( entry.ctor, implementationName, entry.serviceNames )
H A Dpyuno_except.cxx177 PyRef ctor = getObjectFromUnoModule( runtime,"_uno_struct__init__" ); in createClass() local
193 ret.get(), const_cast< char * >("__init__"), ctor.get() ); in createClass()
/aoo41x/main/qadevOOo/runner/util/
H A DDynamicClassLoader.java97 Constructor ctor = cls.getConstructor(ctorClassTypes); in getInstance() local
98 System.out.println("ctor: " + ctor.getName() + " " + ctor.getModifiers()); in getInstance()
100 return ctor.newInstance(ctorArgs); in getInstance()
/aoo41x/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptEditorForBeanShell.java253 java.lang.reflect.Constructor ctor = c.getConstructor(types); in ScriptEditorForBeanShell() local
255 if (ctor != null) { in ScriptEditorForBeanShell()
257 this.view = (ScriptSourceView) ctor.newInstance(args); in ScriptEditorForBeanShell()
/aoo41x/main/qadevOOo/runner/lib/
H A DDynamicClassLoader.java71 Constructor ctor = cls.getConstructor(ctorType); in getInstance() local
72 return ctor.newInstance(ctorArgs); in getInstance()
/aoo41x/main/solenv/inc/
H A Dunxbsdi2.mk99 CFLAGSWARNCXX=$(CFLAGSWARNCC) -Wno-ctor-dtor-privacy
102 CFLAGSWALLCXX=$(CFLAGSWALLCC) -Wshadow -Wno-ctor-dtor-privacy
H A Dunxbsdi.mk89 CFLAGSWARNCXX=$(CFLAGSWARNCC) -Wno-ctor-dtor-privacy
92 CFLAGSWALLCXX=$(CFLAGSWALLCC) -Wshadow -Wno-ctor-dtor-privacy
H A Dunxbsds.mk90 CFLAGSWARNCXX=$(CFLAGSWARNCC) -Wno-ctor-dtor-privacy
93 CFLAGSWALLCXX=$(CFLAGSWALLCC) -Wshadow -Wno-ctor-dtor-privacy
H A Dunxscoi.mk57 CFLAGSWARNCXX=$(CFLAGSWARNCC) -Wno-ctor-dtor-privacy
60 CFLAGSWALLCXX=$(CFLAGSWALLCC) -Wshadow -Wno-ctor-dtor-privacy
H A Dunxmacc.mk109 CFLAGSCXX+= -Wno-ctor-dtor-privacy
142 CFLAGSWARNCXX=$(CFLAGSWARNCC) -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor
H A Dunxmacx.mk109 CFLAGSCXX+= -Wno-ctor-dtor-privacy
143 CFLAGSWARNCXX=$(CFLAGSWARNCC) -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor
H A Dunxlng.mk122 CFLAGSWARNCXX=$(CFLAGSWARNCC) -Wshadow -Wno-ctor-dtor-privacy \
H A Dunxfbsd.mk141 CFLAGSWARNCXX=$(CFLAGSWARNCC) -Wshadow -Wno-ctor-dtor-privacy \
H A Dos2gcci.mk91 CFLAGSCXX+= -Wno-ctor-dtor-privacy -fmessage-length=0
H A Dwntgcci.mk83 CFLAGSWARNCXX=$(CFLAGSWARNCC) -Wshadow -Wno-ctor-dtor-privacy \
/aoo41x/main/wizards/com/sun/star/wizards/db/
H A DDatabaseObjectWizard.java169 …final Constructor ctor = wizardClass.getConstructor( XMultiServiceFactory.class, PropertyValue[].c… in executeWizardFromCommandLine() local
171 final Object wizardInstance = ctor.newInstance( serviceFactory, curproperties ); in executeWizardFromCommandLine()
/aoo41x/main/ure/source/uretest/
H A DMakefile.pln93 g++ -c -o $@ -fpic -Wall -Wno-ctor-dtor-privacy -I $(SDK_HOME)/include/stl \
108 g++ -c -o $@ -fpic -Wall -Wno-ctor-dtor-privacy -I $(SDK_HOME)/include/stl \
123 g++ -c -o $@ -fpic -Wall -Wno-ctor-dtor-privacy -I $(SDK_HOME)/include/stl \
/aoo41x/main/sal/qa/rtl/bootstrap/
H A Drtl_Bootstrap.cxx167 class ctor : public CppUnit::TestFixture class
208 CPPUNIT_TEST_SUITE(ctor);
860 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(rtl_Bootstrap::ctor, "rtl_Bootstrap");
/aoo41x/main/ridljar/com/sun/star/uno/
H A DUnoRuntime.java420 Constructor ctor = c.getConstructor( in getEnvironment() local
422 env = (IEnvironment) ctor.newInstance(new Object[] { context }); in getEnvironment()
/aoo41x/main/solenv/gbuild/platform/
H A Dlinux.mk89 -Wno-ctor-dtor-privacy \
H A Dmacosx.mk97 -Wno-ctor-dtor-privacy \
H A Dfreebsd.mk97 -Wno-ctor-dtor-privacy \

Completed in 347 milliseconds

12