Home
last modified time | relevance | path

Searched refs:Type (Results 376 – 400 of 2706) sorted by relevance

1...<<11121314151617181920>>...109

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXTextColumns.java46 import com.sun.star.uno.Type;
115 new Type(XNameAccess.class),oSFIA.getByIndex(2)); in createTestEnvironment()
117 new Type(XStyle.class),oSFNA.getByName("Standard")); in createTestEnvironment()
138 new Type(XTextColumns.class),xProps.getPropertyValue("TextColumns")); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScHeaderFooterContentObj.java44 import com.sun.star.uno.Type;
117 new Type(XNameAccess.class),StyleFamNames.getByName("PageStyles")); in createTestEnvironment()
119 new Type(XStyle.class),PageStyles.getByName("Default")); in createTestEnvironment()
141 new Type(XHeaderFooterContent.class), in createTestEnvironment()
H A DScHeaderFooterTextCursor.java44 import com.sun.star.uno.Type;
156 new Type(XNameAccess.class),StyleFamNames.getByName("PageStyles")); in createTestEnvironment()
158 new Type(XStyle.class),PageStyles.getByName("Default")); in createTestEnvironment()
180 new Type(XHeaderFooterContent.class), in createTestEnvironment()
H A DScDataPilotFieldGroupsObj.java41 import com.sun.star.uno.Type;
135 new Type (XSpreadsheet.class), in createTestEnvironment()
138 new Type (XSpreadsheet.class), in createTestEnvironment()
292 new Type (XInterface.class), IA.getByIndex (0)); in createTestEnvironment()
335 new Type (XInterface.class), IA.getByIndex (i)); in createTestEnvironment()
H A DScDataPilotFieldGroupItemObj.java42 import com.sun.star.uno.Type;
136 new Type (XSpreadsheet.class), in createTestEnvironment()
139 new Type (XSpreadsheet.class), in createTestEnvironment()
293 new Type (XInterface.class), IA.getByIndex (0)); in createTestEnvironment()
336 new Type (XInterface.class), IA.getByIndex (i)); in createTestEnvironment()
H A DScDataPilotFieldGroupObj.java41 import com.sun.star.uno.Type;
135 new Type (XSpreadsheet.class), in createTestEnvironment()
138 new Type (XSpreadsheet.class), in createTestEnvironment()
292 new Type (XInterface.class), IA.getByIndex (0)); in createTestEnvironment()
335 new Type (XInterface.class), IA.getByIndex (i)); in createTestEnvironment()
/trunk/main/svx/source/unodraw/
H A Dunopool.cxx345 uno::Any SAL_CALL SvxUnoDrawPool::queryInterface( const uno::Type & rType ) in queryInterface()
351 uno::Any SAL_CALL SvxUnoDrawPool::queryAggregation( const uno::Type & rType ) in queryAggregation()
382 uno::Sequence< uno::Type > SAL_CALL SvxUnoDrawPool::getTypes() in getTypes()
385 uno::Sequence< uno::Type > aTypes( 6 ); in getTypes()
386 uno::Type* pTypes = aTypes.getArray(); in getTypes()
H A Dunoshape.cxx784 uno::Sequence< uno::Type > SAL_CALL SvxShape::getTypes() in getTypes()
799 uno::Sequence< uno::Type > SAL_CALL SvxShape::_getTypes() in _getTypes()
827 uno::Type* pTypes = aTypeSequence.getArray(); in _getTypes()
860 uno::Type* pTypes = aTypeSequence.getArray(); in _getTypes()
895 uno::Type* pTypes = aTypeSequence.getArray(); in _getTypes()
934 uno::Type* pTypes = aTypeSequence.getArray(); in _getTypes()
968 uno::Type* pTypes = aTypeSequence.getArray(); in _getTypes()
1001 uno::Type* pTypes = aTypeSequence.getArray(); in _getTypes()
1056 uno::Type* pTypes = aTypeSequence.getArray(); in _getTypes()
4215 uno::Any SAL_CALL SvxShapeText::queryInterface( const uno::Type & rType ) in queryInterface()
[all …]
H A Dunoshap2.cxx115 uno::Any SAL_CALL SvxShapeGroup::queryInterface( const uno::Type & rType ) in queryInterface()
145 uno::Sequence< uno::Type > SAL_CALL SvxShapeGroup::getTypes() in getTypes()
353 uno::Type SAL_CALL SvxShapeGroup::getElementType() throw( uno::RuntimeException ) in getElementType()
391 uno::Any SAL_CALL SvxShapeConnector::queryInterface( const uno::Type & rType ) in queryInterface()
397 uno::Any SAL_CALL SvxShapeConnector::queryAggregation( const uno::Type & rType ) in queryAggregation()
420 uno::Sequence< uno::Type > SAL_CALL SvxShapeConnector::getTypes() in getTypes()
560 uno::Any SAL_CALL SvxShapeControl::queryInterface( const uno::Type & rType ) in queryInterface()
588 uno::Sequence< uno::Type > SAL_CALL SvxShapeControl::getTypes() in getTypes()
1935 uno::Any SAL_CALL SvxCustomShape::queryInterface( const uno::Type & rType ) in queryInterface()
1941 uno::Any SAL_CALL SvxCustomShape::queryAggregation( const uno::Type & rType ) in queryAggregation()
[all …]
/trunk/main/extensions/source/propctrlr/
H A Deventhandler.cxx95 using ::com::sun::star::uno::Type;
312 typedef ::std::set< Type, TypeLessByName > TypeBag;
325 Sequence< Type > aListeners( xIntrospectionAccess->getSupportedListeners() ); in lcl_addListenerTypesFor_throw()
374 virtual Type SAL_CALL getElementType( ) throw (RuntimeException);
485 Type SAL_CALL EventHolder::getElementType( ) throw (RuntimeException) in getElementType()
688 …st ::rtl::OUString& /*_rPropertyName*/, const Any& _rPropertyValue, const Type& _rControlValueType… in convertToControlValue()
783 Sequence< Type > aListeners; in getSupportedProperties()
791 const Type* pListeners = aListeners.getConstArray(); in getSupportedProperties()
1053 void EventHandler::impl_getCopmonentListenerTypes_nothrow( Sequence< Type >& _out_rTypes ) const in impl_getCopmonentListenerTypes_nothrow()
/trunk/main/vcl/aqua/source/dtrans/
H A DDataFlavorMapping.cxx53 const Type CPPUTYPE_SEQINT8 = getCppuType((Sequence<sal_Int8>*)0);
54 const Type CPPUTYPE_OUSTRING = getCppuType( (OUString*)0 );
61 Type dtype = aFlavor.DataType; in isValidFlavor()
119 Type DataType;
149 inline bool isByteSequenceType(const Type& theType) in isByteSequenceType()
154 inline bool isOUStringType(const Type& theType) in isOUStringType()
/trunk/main/xmloff/source/forms/
H A Dpropertyimport.cxx99 Any PropertyConversion::convertString( SvXMLImport& _rImporter, const ::com::sun::star::uno::Type& … in convertString()
250 Type PropertyConversion::xmlTypeToUnoType( const ::rtl::OUString& _rType ) in xmlTypeToUnoType()
252 Type aUnoType( ::getVoidCppuType() ); in xmlTypeToUnoType()
254 DECLARE_STL_USTRINGACCESS_MAP( ::com::sun::star::uno::Type, MapString2Type ); in xmlTypeToUnoType()
453 ::com::sun::star::uno::Type aPropType; // the type of the property the instance imports currently in StartElement()
563 com::sun::star::uno::Type aType = PropertyConversion::xmlTypeToUnoType( m_sPropertyType ); in EndElement()
/trunk/main/bridges/test/java_uno/acquire/
H A Dtestacquire.cxx94 virtual css::uno::Any SAL_CALL queryInterface(css::uno::Type const & type)
115 css::uno::Any Interface::queryInterface(css::uno::Type const & type) in queryInterface()
136 virtual css::uno::Any SAL_CALL queryInterface(css::uno::Type const & type)
149 css::uno::Any Base::queryInterface(css::uno::Type const & type) in queryInterface()
165 virtual css::uno::Any SAL_CALL queryInterface(css::uno::Type const & type)
178 css::uno::Any Derived::queryInterface(css::uno::Type const & type) in queryInterface()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarFunctionCategory.java28 import com.sun.star.uno.Type;
84 new Type(com.sun.star.report.meta.XFunctionCategory.class), null); in StarFunctionCategory()
124 public com.sun.star.uno.Type getElementType() in getElementType()
126 return new com.sun.star.uno.Type(XFunctionDescription.class); in getElementType()
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DFactory_Test.java26 import com.sun.star.uno.Type;
158 new Type( XComponentContext.class ), xProps.getPropertyValue( "DefaultContext" ) ); in main()
161 new Type( XSet.class ), xContext.getServiceManager() ); in main()
165 new Type( XSimpleRegistry.class ), xProps.getPropertyValue( "Registry" ) ); in main()
/trunk/main/comphelper/inc/comphelper/
H A Danycompare.hxx144 ::com::sun::star::uno::Type lhs, rhs; in isLess()
159 EnumPredicateLess( ::com::sun::star::uno::Type const & _enumType ) in EnumPredicateLess()
177 ::com::sun::star::uno::Type const m_enumType;
215 ::com::sun::star::uno::Type const & i_type,
/trunk/main/dtrans/source/win32/dtobj/
H A DDataFmtTransl.cxx69 const Type CPPUTYPE_SALINT32 = getCppuType((sal_Int32*)0);
70 const Type CPPUTYPE_SALINT8 = getCppuType((sal_Int8*)0);
71 const Type CPPUTYPE_OUSTRING = getCppuType((OUString*)0);
72 const Type CPPUTYPE_SEQSALINT8 = getCppuType((Sequence< sal_Int8>*)0);
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.h55 System::Type * m_type;
83 UnoInterfaceInfo * findInfo( ::System::Type * type );
127 bool CanCastTo(System::Type* fromType, System::Object* o);
180 gcroot<System::Type*> m_type;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sd/
H A DSdXShape.java45 import com.sun.star.uno.Type;
140 new Type(XDrawPage.class),oDPi.getByIndex(0)); in createTestEnvironment()
177 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
198 new Type(XStyle.class),oShapeProps.getPropertyValue("Style")); in createTestEnvironment()
/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx63 …virtual Any SAL_CALL queryInterface( const Type & rType ) throw(::com::sun::star::uno::RuntimeExce…
68 virtual Sequence< Type > SAL_CALL getTypes() throw (::com::sun::star::uno::RuntimeException);
89 Any IdlAttributeFieldImpl::queryInterface( const Type & rType ) in queryInterface()
110 Sequence< Type > IdlAttributeFieldImpl::getTypes() in getTypes()
368 …virtual Any SAL_CALL queryInterface( const Type & rType ) throw(::com::sun::star::uno::RuntimeExce…
373 virtual Sequence< Type > SAL_CALL getTypes() throw (::com::sun::star::uno::RuntimeException);
397 Any IdlInterfaceMethodImpl::queryInterface( const Type & rType ) in queryInterface()
416 Sequence< Type > IdlInterfaceMethodImpl::getTypes() in getTypes()
/trunk/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx40 sal_Int8 lcl_toMSOPropType( const uno::Type& aType ) throw ( lang::IllegalArgumentException ) in lcl_toMSOPropType()
296 …virtual void SAL_CALL setType( ::sal_Int8 Type ) throw (script::BasicErrorException, uno::RuntimeE…
323 …virtual void SAL_CALL setType( ::sal_Int8 Type ) throw (script::BasicErrorException, uno::RuntimeE…
566 virtual uno::Type SAL_CALL getElementType( ) throw (uno::RuntimeException) in getElementType()
592 uno::Type SAL_CALL
694 virtual uno::Type SAL_CALL getElementType( ) throw (uno::RuntimeException) in getElementType()
736 …s::Add( const ::rtl::OUString& Name, ::sal_Bool LinkToContent, ::sal_Int8 Type, const uno::Any& Va… in Add() argument
743 pCustomProps->addProp( Name, Type, Value ); in Add()
/trunk/main/forms/source/component/
H A DFormattedField.cxx197 Sequence<Type> OFormattedControl::_getTypes() in _getTypes()
206 Any SAL_CALL OFormattedControl::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation()
433 Any SAL_CALL OFormattedModel::queryAggregation(const Type& _rType) throw(RuntimeException) in queryAggregation()
441 Sequence< Type > OFormattedModel::_getTypes() in _getTypes()
1137 Type aExternalValueType( getExternalValueType() ); in translateControlValueToExternalValue()
1209 Sequence< Type > OFormattedModel::getSupportedBindingTypes() in getSupportedBindingTypes()
1211 ::std::list< Type > aTypes; in getSupportedBindingTypes()
1233 Sequence< Type > aTypesRet( aTypes.size() ); in getSupportedBindingTypes()
/trunk/main/offapi/com/sun/star/sdb/tools/
H A DXTableName.idl89 @param Type
98 if the given <arg>Type</arg> does not denote a valid <type>CompositionType</type>
100 string getComposedName( [in] long Type, [in] boolean Quote )
107 @param Type
110 void setComposedName( [in] string ComposedName, [in] long Type );
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard_UNO.cxx93 uno::Any SAL_CALL CreationWizardUnoDlg::queryInterface( const uno::Type& aType ) throw (uno::Runtim… in queryInterface()
105 uno::Any SAL_CALL CreationWizardUnoDlg::queryAggregation( uno::Type const & rType ) throw (uno::Run… in queryAggregation()
138 uno::Sequence< uno::Type > CreationWizardUnoDlg::getTypes() throw(uno::RuntimeException) in getTypes()
140 static uno::Sequence< uno::Type > aTypeList; in getTypes()
146 ::std::vector< uno::Type > aTypes; in getTypes()
/trunk/main/stoc/test/excomp/
H A Dexcomp2.cxx68 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…
75 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (…
105 Any SAL_CALL ExampleComponent2Impl::queryInterface( const ::com::sun::star::uno::Type & rType ) in queryInterface()
119 Sequence< Type > SAL_CALL ExampleComponent2Impl::getTypes() in getTypes()

Completed in 191 milliseconds

1...<<11121314151617181920>>...109