Home
last modified time | relevance | path

Searched refs:Type (Results 226 – 250 of 2706) sorted by relevance

12345678910>>...109

/trunk/main/xmlsecurity/qa/certext/
H A DSanCertExt.cxx151 if (altNames[n].Type == security::ExtAltNameType_OTHER_NAME) in TEST_F()
169 if (altNames[n].Type == security::ExtAltNameType_RFC822_NAME) in TEST_F()
182 if (altNames[n].Type == security::ExtAltNameType_DNS_NAME) in TEST_F()
199 if (altNames[n].Type == security::ExtAltNameType_URL) in TEST_F()
212 if (altNames[n].Type == security::ExtAltNameType_IP_ADDRESS) in TEST_F()
226 if (altNames[n].Type == security::ExtAltNameType_REGISTERED_ID) in TEST_F()
/trunk/main/svx/source/table/
H A Dtablecolumn.cxx264 aProperties[0].Type = ::getCppuType((const sal_Int32*)0); in getStaticPropertySetInfo()
269 aProperties[1].Type = ::getBooleanCppuType(); in getStaticPropertySetInfo()
274 aProperties[2].Type = ::getBooleanCppuType(); in getStaticPropertySetInfo()
279 aProperties[3].Type = ::getBooleanCppuType(); in getStaticPropertySetInfo()
284 aProperties[4].Type = ::getCppuType((const sal_Int32*)0); in getStaticPropertySetInfo()
289 aProperties[5].Type = ::getBooleanCppuType(); in getStaticPropertySetInfo()
/trunk/main/extensions/source/propctrlr/
H A Dhandlerhelper.cxx87 if ( _rProperty.Type.getTypeClass() == TypeClass_BOOLEAN ) in describePropertyLine()
96 switch ( _rProperty.Type.getTypeClass() ) in describePropertyLine()
197 if ( aPropertyValue.getValueType().equals( _rProperty.Type ) ) in convertToPropertyValue()
207 … aPropertyValue = xConversionHelper->convertToPropertyValue( sControlValue, _rProperty.Type ); in convertToPropertyValue()
214 aPropertyValue = _rxTypeConverter->convertTo( _rControlValue, _rProperty.Type ); in convertToPropertyValue()
227 const Any& _rPropertyValue, const Type& _rControlValueType ) in convertToControlValue()
/trunk/main/stoc/test/javavm/testcomponent/
H A DTestComponent.java52 public com.sun.star.uno.Type[] getTypes( ) in getTypes()
54 Type[] retValue= new Type[2]; in getTypes()
55 retValue[0]= new Type( XServiceInfo.class); in getTypes()
56 retValue[1]= new Type( XTypeProvider.class); in getTypes()
/trunk/main/forms/source/component/
H A DFile.cxx64 Sequence<Type> OFileControlModel::_getTypes() in _getTypes()
66 static Sequence<Type> aTypes; in _getTypes()
70 Sequence<Type> aBaseClassTypes = OControlModel::_getTypes(); in _getTypes()
72 Sequence<Type> aOwnTypes(1); in _getTypes()
73 Type* pOwnTypes = aOwnTypes.getArray(); in _getTypes()
130 Any SAL_CALL OFileControlModel::queryAggregation(const Type& _rType) throw (RuntimeException) in IMPLEMENT_DEFAULT_CLONING()
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DCollectedFiles.cls38 Private Type FILETIME
41 End Type
43 Private Type WIN32_FIND_DATA
54 End Type
56 Private Type FILE_PARAMS
61 End Type
/trunk/main/comphelper/source/container/
H A Dnamecontainer.cxx46 NameContainer( ::com::sun::star::uno::Type aType );
74 virtual ::com::sun::star::uno::Type SAL_CALL getElementType( )
79 const ::com::sun::star::uno::Type maType;
91 NameContainer::NameContainer( ::com::sun::star::uno::Type aType ) in NameContainer()
198 Type SAL_CALL NameContainer::getElementType() in getElementType()
204 Reference< XNameContainer > comphelper::NameContainer_createInstance( Type aType ) in NameContainer_createInstance()
/trunk/main/ucbhelper/source/provider/
H A Dresultsetmetadata.cxx397 if ( m_aProps.getConstArray()[ column - 1 ].Type in getColumnType()
428 rProp.Type = aProp.Type; in getColumnType()
454 rProp.Type = rProp1.Type; in getColumnType()
475 const Type& rType = m_aProps.getConstArray()[ column - 1 ].Type; in getColumnType()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/
H A DBasicHandler.java41 import com.sun.star.uno.Type;
527 public Type getElementType() { in getElementType()
529 return new Type(String.class); in getElementType()
548 public Type[] getTypes() { in getTypes()
550 Type types[] = new Type[interfaces.length]; in getTypes()
552 types[i] = new Type(interfaces[i]); in getTypes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/
H A D_ParagraphProperties.java31 import com.sun.star.uno.Type;
370 new Type(XIndexReplace.class), oObj.getPropertyValue("NumberingRules")); in _NumberingRules()
406 new Type(XNameContainer.class), in _ParaUserDefinedAttributes()
414 attr.Type = "CDATA"; in _ParaUserDefinedAttributes()
421 new Type(XNameContainer.class), in _ParaUserDefinedAttributes()
475 public com.sun.star.uno.Type getElementType() { in getElementType()
479 return new Type(o.getClass()); in getElementType()
/trunk/main/chart2/source/tools/
H A DOPropertySet.cxx91 Any SAL_CALL OPropertySet::queryInterface( const uno::Type& aType ) in queryInterface()
149 Sequence< uno::Type > SAL_CALL
153 static Sequence< uno::Type > aTypeList; in getTypes()
160 ::std::vector< uno::Type > aTypes; in getTypes()
341 OSL_ENSURE( rValue.isExtractableTo( rPH.getPropertyByName( aName ).Type ), in setFastPropertyValue_NoBroadcast()
405 OSL_ENSURE( aProp.Type == aProps[nI].Type, in getFastPropertyValue()
/trunk/main/cppuhelper/source/
H A Dweak.cxx67 Any SAL_CALL queryInterface( const Type & rType ) throw(::com::sun::star::uno::RuntimeException);
94 Any SAL_CALL OWeakConnectionPoint::queryInterface( const Type & rType ) in queryInterface()
193 Any SAL_CALL OWeakObject::queryInterface( const Type & rType ) throw(::com::sun::star::uno::Runtime… in queryInterface()
288 Any OWeakAggObject::queryInterface( const Type & rType ) throw(::com::sun::star::uno::RuntimeExcept… in queryInterface()
305 Any OWeakAggObject::queryAggregation( const Type & rType ) throw(::com::sun::star::uno::RuntimeExce… in queryAggregation()
347 Any SAL_CALL queryInterface( const Type & rType ) throw(RuntimeException);
415 Any SAL_CALL OWeakRefListener::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/
H A DSdbcxViewDescriptor.java29 import com.sun.star.uno.Type;
48 … registerProperty(PropertyIds.CATALOGNAME.name, PropertyIds.CATALOGNAME.id, Type.STRING, (short)0, in registerProperties()
62 … registerProperty(PropertyIds.SCHEMANAME.name, PropertyIds.SCHEMANAME.id, Type.STRING, (short)0, in registerProperties()
76 registerProperty(PropertyIds.COMMAND.name, PropertyIds.COMMAND.id, Type.STRING, (short)0, in registerProperties()
90 … registerProperty(PropertyIds.CHECKOPTION.name, PropertyIds.CHECKOPTION.id, Type.LONG, (short)0, in registerProperties()
H A DSdbcxKeyDescriptor.java32 import com.sun.star.uno.Type;
54 registerProperty(PropertyIds.TYPE.name, PropertyIds.TYPE.id, Type.LONG, (short)0, in registerProperties()
67 …registerProperty(PropertyIds.REFERENCEDTABLE.name, PropertyIds.REFERENCEDTABLE.id, Type.STRING, (s… in registerProperties()
81 … registerProperty(PropertyIds.UPDATERULE.name, PropertyIds.UPDATERULE.id, Type.LONG, (short)0, in registerProperties()
95 … registerProperty(PropertyIds.DELETERULE.name, PropertyIds.DELETERULE.id, Type.LONG, (short)0, in registerProperties()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.hxx123 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…
174 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > maTypeSequence;
190 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…
195 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw(:…
219 …virtual ::com::sun::star::uno::Type SAL_CALL getElementType() throw(::com::sun::star::uno::Runtime…
235 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > maTypeSequence;
247 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…
252 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw(:…
265 …virtual ::com::sun::star::uno::Type SAL_CALL getElementType() throw(::com::sun::star::uno::Runtime…
311 …virtual ::com::sun::star::uno::Type SAL_CALL getElementType() throw(::com::sun::star::uno::Runtime…
/trunk/main/sw/qa/complex/checkColor/
H A DCheckChangeColor.java32 import com.sun.star.uno.Type;
66 "IsLandscape", new Any(Type.BOOLEAN, false), in checkChangeColor()
69 "Size", new Type(Size.class), in checkChangeColor()
75 "BackColor", new Any(Type.LONG, 0xFF000000), in checkChangeColor()
78 "IsLandscape", new Any(Type.BOOLEAN, true), in checkChangeColor()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_interact.cxx45 const Type m_type;
49 inline InteractionContinuationImpl( Type const & type, bool * pselect ) in InteractionContinuationImpl()
60 virtual Any SAL_CALL queryInterface( Type const & type )
81 Any InteractionContinuationImpl::queryInterface( Type const & type ) in queryInterface()
139 Type const & continuation, in interactContinuation()
/trunk/main/unotools/inc/unotools/
H A Didhelper.hxx41 typedef ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > TypeSequence;
59 const ::com::sun::star::uno::Type* pTypesLeft = lhs.getConstArray(); in operator ()()
60 const ::com::sun::star::uno::Type* pTypesRight = rhs.getConstArray(); in operator ()()
121 const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type >& _rTypes); \
175 const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type >& _rTypes) \
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydata.hxx48 enum Type { NONE, LINK, FOLDER }; enum in hierarchy_ucp::HierarchyEntryData
51 HierarchyEntryData( const Type & rType ) : m_aType( rType ) {} in HierarchyEntryData()
62 Type getType() const in getType()
67 void setType( const Type & rType ) { m_aType = rType; } in setType()
73 Type m_aType; // Type
/trunk/main/scripting/java/com/sun/star/script/framework/provider/
H A DScriptContext.java33 import com.sun.star.uno.Type;
80 registerProperty( DOC_URI, new Type(String.class), in ScriptContext()
84 registerProperty( HM_DOC_REF, new Type(XModel.class), in ScriptContext()
86 registerProperty( HM_DESKTOP, new Type(XDesktop.class), in ScriptContext()
88 registerProperty( HM_COMPONENT_CONTEXT, new Type(XDesktop.class), in ScriptContext()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOView.java30 import com.sun.star.uno.Type;
54 …registerProperty(PropertyIds.CATALOGNAME.name, PropertyIds.CATALOGNAME.id, Type.STRING, PropertyAt… in registerProperties()
68 …registerProperty(PropertyIds.SCHEMANAME.name, PropertyIds.SCHEMANAME.id, Type.STRING, PropertyAttr… in registerProperties()
82 …registerProperty(PropertyIds.COMMAND.name, PropertyIds.COMMAND.id, Type.STRING, PropertyAttribute.… in registerProperties()
96 …registerProperty(PropertyIds.CHECKOPTION.name, PropertyIds.CHECKOPTION.id, Type.LONG, PropertyAttr… in registerProperties()
/trunk/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DPolyStructTest.java33 import com.sun.star.uno.Type;
157 Type.VOID, t.transportType(new TestPolyStruct()).member); in run()
159 new Type( in run()
164 new Type( in run()
173 new Any(Type.UNSIGNED_LONG, new Integer(5)), in run()
176 new Any(Type.UNSIGNED_LONG, new Integer(5)))).member); in run()
/trunk/main/qadevOOo/testdocs/qadevlibs/source/test/
H A DJob.java32 import com.sun.star.uno.Type;
96 public Type[] getTypes() { in getTypes()
98 Type types[] = new Type[interfaces.length]; in getTypes()
100 types[i] = new Type(interfaces[i]); in getTypes()
/trunk/main/forms/source/inc/
H A DFormComponent.hxx235 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _…
239 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> SAL_CALL getTypes() throw(::…
276 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes();
329 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes();
407 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes();
423 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> SAL_CALL getTypes() throw(::…
647 ::com::sun::star::uno::Type m_aValuePropertyType;
658 ::com::sun::star::uno::Type m_aExternalValueType;
852 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type >
1007 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes();
[all …]
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_bridgetest.cs74 Type t1 = val1.GetType(); in compareData()
99 ret = a1.Type == a2.Type && compareData(a1.Value, a2.Value); in compareData()
117 Type t1 = ar1.GetType(); in compareSequence()
118 Type t2 = ar2.GetType(); in compareSequence()
126 Type elemType = t1.GetElementType(); in compareSequence()
142 Type t1 = val1.GetType(); in compareStruct()
143 Type t2 = val2.GetType(); in compareStruct()
249 static bool testAny(Type typ, Object value, XBridgeTest xLBT ) in testAny()
262 any.Type.FullName, any2.Type.FullName); in testAny()
576 bRet &= check(((Type) s.member) == typeof(void), in performTest()
[all …]

Completed in 186 milliseconds

12345678910>>...109