Home
last modified time | relevance | path

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

12

/trunk/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);
/trunk/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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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()
/trunk/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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DDynamicClassLoader.java71 Constructor ctor = cls.getConstructor(ctorType); in getInstance() local
72 return ctor.newInstance(ctorArgs); in getInstance()
/trunk/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 Dunxfbsd.mk138 CFLAGSWARNCXX=$(CFLAGSWARNCC) -Wshadow -Wno-ctor-dtor-privacy \
H A Dunxlng.mk126 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 \
/trunk/main/sal/qa/osl/mutex/
H A Dosl_Mutex.cxx794 class ctor : public ::testing::Test class
799 TEST_F(ctor, ctor_001) in TEST_F() argument
812 TEST_F(ctor, ctor_002 ) in TEST_F() argument
/trunk/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()
/trunk/main/ure/source/uretest/
H A DMakefile.pln90 g++ -c -o $@ -fpic -Wall -Wno-ctor-dtor-privacy -I $(SDK_HOME)/include/stl \
105 g++ -c -o $@ -fpic -Wall -Wno-ctor-dtor-privacy -I $(SDK_HOME)/include/stl \
120 g++ -c -o $@ -fpic -Wall -Wno-ctor-dtor-privacy -I $(SDK_HOME)/include/stl \
/trunk/main/sal/qa/rtl/bootstrap/
H A Drtl_Bootstrap.cxx170 class ctor : public ::testing::Test class
184 TEST_F(ctor, ctor_001) in TEST_F() argument
203 TEST_F(ctor, ctor_002) in TEST_F() argument
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DUnoRuntime.java431 Constructor ctor = c.getConstructor( in getEnvironment() local
433 env = (IEnvironment) ctor.newInstance(new Object[] { context }); in getEnvironment()
/trunk/main/solenv/gbuild/platform/
H A Dfreebsd.mk85 -Wno-ctor-dtor-privacy \
H A Dlinux.mk82 -Wno-ctor-dtor-privacy \
H A Dmacosx.mk93 -Wno-ctor-dtor-privacy \

Completed in 115 milliseconds

12