Home
last modified time | relevance | path

Searched refs:getCppuType (Results 51 – 75 of 868) sorted by relevance

12345678910>>...35

/trunk/main/avmedia/source/win/
H A Dwindow.cxx541 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addWindowListener()
549 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeWindowListener()
557 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addFocusListener()
565 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeFocusListener()
573 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addKeyListener()
581 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeKeyListener()
589 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addMouseListener()
597 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeMouseListener()
605 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addMouseMotionListener()
621 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addPaintListener()
[all …]
/trunk/main/stoc/test/
H A Dtestconv.cxx573 aVal.setValue( &e, ::getCppuType( (const TypeClass *)0 ) ); in initBlocks()
576 aVal.setValue( &e, ::getCppuType( (const FieldAccessMode *)0 ) ); in initBlocks()
635 convertTo( ::getCppuType( (const OUString *)0 ), rVal, rBlock._toString ); in test_Conversion()
636 convertTo( ::getCppuType( (const float *)0 ), rVal, rBlock._toFloat ); in test_Conversion()
637 convertTo( ::getCppuType( (const double *)0 ), rVal, rBlock._toDouble ); in test_Conversion()
638 convertTo( ::getCppuType( (const sal_uInt32 *)0 ), rVal, rBlock._toUINT32 ); in test_Conversion()
639 convertTo( ::getCppuType( (const sal_Int32 *)0 ), rVal, rBlock._toINT32 ); in test_Conversion()
641 convertTo( ::getCppuType( (const sal_Int16 *)0 ), rVal, rBlock._toINT16 ); in test_Conversion()
642 convertTo( ::getCppuType( (const sal_Int8 *)0 ), rVal, rBlock._toBYTE ); in test_Conversion()
657 ::getCppuType( (const Reference< XServiceInfo > *)0 ) ); in test_Conversion()
[all …]
/trunk/main/cppu/inc/com/sun/star/uno/
H A DType.hxx123 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_Bool * ) SAL_THROW( () ) in getCppuType() function
128 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( in getCppuType() function
143 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_Int8 * ) SAL_THROW( () ) in getCppuType() function
153 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_Int16 * ) SAL_THROW( () ) in getCppuType() function
158 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_uInt16 * ) SAL_THROW( ()… in getCppuType() function
163 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_Int32 * ) SAL_THROW( () ) in getCppuType() function
173 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const sal_Int64 * ) SAL_THROW( () ) in getCppuType() function
183 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const float * ) SAL_THROW( () ) in getCppuType() function
188 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType( const double * ) SAL_THROW( () ) in getCppuType() function
311 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType() SAL_THROW(()) in getCppuType() function
[all …]
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontentcaps.cxx52 getCppuType( static_cast< const rtl::OUString * >( 0 ) ), in getProperties()
73 getCppuType( static_cast< const rtl::OUString * >( 0 ) ), in getProperties()
80 getCppuType( static_cast< const sal_Int64 * >( 0 ) ), in getProperties()
87 getCppuType( static_cast< util::DateTime * >( 0 ) ), in getProperties()
102 getCppuType( in getProperties()
147 getCppuType( in getCommands()
154 getCppuType( in getCommands()
160 getCppuType( in getCommands()
166 getCppuType( in getCommands()
177 getCppuType( static_cast< ucb::ContentInfo * >( 0 ) ) in getCommands()
/trunk/main/dbaccess/source/core/api/
H A Ddefinitioncolumn.cxx70 …PROPERTY_TYPENAME, PROPERTY_ID_TYPENAME, nDefaultAttr, &m_aTypeName, ::getCppuType( &m_aTypeName )… in IMPLEMENT_FORWARD_XINTERFACE2()
71 …DESCRIPTION, PROPERTY_ID_DESCRIPTION, nDefaultAttr, &m_aDescription, ::getCppuType( &m_aDescriptio… in IMPLEMENT_FORWARD_XINTERFACE2()
77 …registerProperty( PROPERTY_TYPE, PROPERTY_ID_TYPE, nDefaultAttr, &m_nType, ::getCppuType( &m_nType… in IMPLEMENT_FORWARD_XINTERFACE2()
78 …PERTY_PRECISION, PROPERTY_ID_PRECISION, nDefaultAttr, &m_nPrecision, ::getCppuType( &m_nPrecision … in IMPLEMENT_FORWARD_XINTERFACE2()
79 …registerProperty( PROPERTY_SCALE, PROPERTY_ID_SCALE, nDefaultAttr, &m_nScale, ::getCppuType( &m_nS… in IMPLEMENT_FORWARD_XINTERFACE2()
80 …TY_ISNULLABLE, PROPERTY_ID_ISNULLABLE, nDefaultAttr, &m_nIsNullable, ::getCppuType( &m_nIsNullable… in IMPLEMENT_FORWARD_XINTERFACE2()
83 …ERTY_ISCURRENCY, PROPERTY_ID_ISCURRENCY, nDefaultAttr, &m_bCurrency, ::getCppuType( &m_bCurrency )… in IMPLEMENT_FORWARD_XINTERFACE2()
194 …PERTY_SCHEMANAME, PROPERTY_ID_SCHEMANAME, nPropAttr, &m_sSchemaName, ::getCppuType( &m_sSchemaName… in OQueryColumn()
195 …PROPERTY_TABLENAME, PROPERTY_ID_TABLENAME, nPropAttr, &m_sTableName, ::getCppuType( &m_sTableName … in OQueryColumn()
196 …y( PROPERTY_REALNAME, PROPERTY_ID_REALNAME, nPropAttr, &m_sRealName, ::getCppuType( &m_sRealName )… in OQueryColumn()
[all …]
/trunk/main/xmloff/source/draw/
H A Dsdpropls.cxx891 …pHdl = new XMLEnumPropertyHdl( aXML_LineStyle_EnumMap, ::getCppuType((const drawing::LineStyle*)0)… in GetPropertyHandler()
896 …pHdl = new XMLEnumPropertyHdl( aXML_LineJoint_EnumMap, ::getCppuType((const drawing::LineJoint*)0)… in GetPropertyHandler()
906 …pHdl = new XMLEnumPropertyHdl( aXML_FillStyle_EnumMap, ::getCppuType((const drawing::FillStyle*)0)… in GetPropertyHandler()
911 pHdl = new XMLEnumPropertyHdl( aXML_PresChange_EnumMap, ::getCppuType((const sal_Int32*)0) ); in GetPropertyHandler()
1065 pHdl = new XMLEnumPropertyHdl( pXML_MeasureUnit_Enum, ::getCppuType((const sal_Int32*)0) ); in GetPropertyHandler()
1087 pHdl = new XMLEnumPropertyHdl( pXML_Fontwork_Style_Enum , ::getCppuType((const sal_Int32*)0)); in GetPropertyHandler()
1090 pHdl = new XMLEnumPropertyHdl( pXML_Fontwork_Adjust_Enum , ::getCppuType((const sal_Int32*)0)); in GetPropertyHandler()
1093 pHdl = new XMLEnumPropertyHdl( pXML_Fontwork_Shadow_Enum , ::getCppuType((const sal_Int32*)0)); in GetPropertyHandler()
1096 pHdl = new XMLEnumPropertyHdl( pXML_Fontwork_Form_Enum , ::getCppuType((const sal_Int32*)0)); in GetPropertyHandler()
1127 pHdl = new XMLEnumPropertyHdl( pXML_Caption_Esc_Dir_Enum , ::getCppuType((const sal_Int32*)0)); in GetPropertyHandler()
[all …]
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx99 …{ "Author" , 6 , WID_FROM, &::getCppuType((const ::rtl::OUString*)0), PROPERTY_… in lcl_GetDocInfoPropertyMap()
107 …{ "EditingCycles" , 13, MID_DOCINFO_REVISION, &::getCppuType((const sal_Int16*)0), PROPERTY_UN… in lcl_GetDocInfoPropertyMap()
108 …{ "EditingDuration" , 15, MID_DOCINFO_EDITTIME, &::getCppuType((const sal_Int32*)0), PROPERTY_UN… in lcl_GetDocInfoPropertyMap()
109 …{ "Generator" , 9, SID_APPLICATION, &::getCppuType((const ::rtl::OUString*)0), PROPERTY_UNB… in lcl_GetDocInfoPropertyMap()
119 …{ "TemplateFileName", 16, SID_TEMPLATE_NAME, &::getCppuType((const ::rtl::OUString*)0), PROPERTY_U… in lcl_GetDocInfoPropertyMap()
728 if ( aValue.getValueType() == ::getCppuType((const ::rtl::OUString*)0) ) in setFastPropertyValue()
810 else if ( aValue.getValueType() == ::getCppuType((const ::com::sun::star::util::DateTime*)0) ) in setFastPropertyValue()
873 else if ( aValue.getValueType() == ::getCppuType((const sal_Int32*)0) ) in setFastPropertyValue()
891 else if ( aValue.getValueType() == ::getCppuType((const sal_Int16*)0) ) in setFastPropertyValue()
905 else if ( aValue.getValueType() == ::getCppuType((const uno::Sequence< beans::NamedValue >*)0) ) in setFastPropertyValue()
[all …]
H A Dsfxbasemodel.cxx2124 && aFlavor.DataType == getCppuType( (const sal_uInt64*) 0 ) ) in getTransferData()
2160 && aFlavor.DataType == getCppuType( (const sal_uInt64*) 0 ) ) in getTransferData()
2273 aFlavorSeq[0].DataType = getCppuType( (const Sequence< sal_Int8 >*) 0 ); in getTransferDataFlavors()
2278 aFlavorSeq[1].DataType = getCppuType( (const Sequence< sal_Int8 >*) 0 ); in getTransferDataFlavors()
2283 aFlavorSeq[2].DataType = getCppuType( (const Sequence< sal_Int8 >*) 0 ); in getTransferDataFlavors()
2288 aFlavorSeq[3].DataType = getCppuType( (const Sequence< sal_Int8 >*) 0 ); in getTransferDataFlavors()
2320 aFlavorSeq[9].DataType = getCppuType( (const sal_uInt64*) 0 ); in getTransferDataFlavors()
2325 aFlavorSeq[10].DataType = getCppuType( (const sal_uInt64*) 0 ); in getTransferDataFlavors()
2356 && aFlavor.DataType == getCppuType( (const sal_uInt64*) 0 ) ) in isDataFlavorSupported()
2364 && aFlavor.DataType == getCppuType( (const sal_uInt64*) 0 ) ) in isDataFlavorSupported()
[all …]
/trunk/main/filter/source/xsltdialog/
H A Dxmlfilterdialogcomponent.cxx160 else if (rType == ::getCppuType( (Reference< XServiceInfo > const *)0 )) in queryAggregation()
165 else if (rType == ::getCppuType( (Reference< XInitialization > const *)0 )) in queryAggregation()
170 else if (rType == ::getCppuType( (Reference< XTerminateListener > const *)0 )) in queryAggregation()
261 ::getCppuType( (const Reference< XComponent > *)0 ), in getTypes()
262 ::getCppuType( (const Reference< XTypeProvider > *)0 ), in getTypes()
263 ::getCppuType( (const Reference< XAggregation > *)0 ), in getTypes()
264 ::getCppuType( (const Reference< XWeak > *)0 ), in getTypes()
265 ::getCppuType( (const Reference< XServiceInfo > *)0 ), in getTypes()
266 ::getCppuType( (const Reference< XInitialization > *)0 ), in getTypes()
267 ::getCppuType( (const Reference< XTerminateListener > *)0 ), in getTypes()
[all …]
/trunk/main/ucbhelper/source/provider/
H A Dinteractionrequest.cxx181 getCppuType( static_cast< in getTypes()
183 getCppuType( static_cast< in getTypes()
333 getCppuType( static_cast< in getTypes()
335 getCppuType( static_cast< in getTypes()
435 getCppuType( static_cast< in getTypes()
437 getCppuType( static_cast< in getTypes()
537 getCppuType( static_cast< in getTypes()
539 getCppuType( static_cast< in getTypes()
639 getCppuType( static_cast< in getTypes()
641 getCppuType( static_cast< in getTypes()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx173 {MAP_CHAR_LEN(SC_UNONAME_CELLWID), 0, &getCppuType((sal_Int32*)0), 0, 0 }, in lcl_GetColumnsPropertyMap()
183 {MAP_CHAR_LEN(SC_UNONAME_CELLHGT), 0, &getCppuType((sal_Int32*)0), 0, 0 }, in lcl_GetRowsPropertyMap()
529 pPtr[nParentLen + 3] = getCppuType((const uno::Reference<util::XProtectable>*)0); in getTypes()
531 pPtr[nParentLen + 5] = getCppuType((const uno::Reference<sheet::XGoalSeek>*)0); in getTypes()
535 pPtr[nParentLen + 9] = getCppuType((const uno::Reference<view::XRenderable>*)0); in getTypes()
2459 return getCppuType((uno::Reference<drawing::XDrawPage>*)0); in getElementType()
2796 return getCppuType((uno::Reference<sheet::XSpreadsheet>*)0); in getElementType()
2975 return getCppuType((uno::Reference<table::XCellRange>*)0); in getElementType()
3241 return getCppuType((uno::Reference<table::XCellRange>*)0); in getElementType()
3604 return getCppuType((uno::Reference<sheet::XSheetAnnotation>*)0); in getElementType()
[all …]
H A Daddruno.cxx113 … {MAP_CHAR_LEN(SC_UNONAME_ADDRESS), 0, &getCppuType((table::CellRangeAddress*)0), 0, 0 }, in getPropertySetInfo()
114 {MAP_CHAR_LEN(SC_UNONAME_PERSREPR), 0, &getCppuType((rtl::OUString*)0), 0, 0 }, in getPropertySetInfo()
115 {MAP_CHAR_LEN(SC_UNONAME_REFSHEET), 0, &getCppuType((sal_Int32*)0), 0, 0 }, in getPropertySetInfo()
116 {MAP_CHAR_LEN(SC_UNONAME_UIREPR), 0, &getCppuType((rtl::OUString*)0), 0, 0 }, in getPropertySetInfo()
117 {MAP_CHAR_LEN(SC_UNONAME_XLA1REPR), 0, &getCppuType((rtl::OUString*)0), 0, 0 }, in getPropertySetInfo()
127 {MAP_CHAR_LEN(SC_UNONAME_ADDRESS), 0, &getCppuType((table::CellAddress*)0), 0, 0 }, in getPropertySetInfo()
128 {MAP_CHAR_LEN(SC_UNONAME_PERSREPR), 0, &getCppuType((rtl::OUString*)0), 0, 0 }, in getPropertySetInfo()
129 {MAP_CHAR_LEN(SC_UNONAME_REFSHEET), 0, &getCppuType((sal_Int32*)0), 0, 0 }, in getPropertySetInfo()
130 {MAP_CHAR_LEN(SC_UNONAME_UIREPR), 0, &getCppuType((rtl::OUString*)0), 0, 0 }, in getPropertySetInfo()
131 {MAP_CHAR_LEN(SC_UNONAME_XLA1REPR), 0, &getCppuType((rtl::OUString*)0), 0, 0 }, in getPropertySetInfo()
H A Dfielduno.cxx65 {MAP_CHAR_LEN(SC_UNONAME_REPR), 0, &getCppuType((rtl::OUString*)0), 0, 0}, in lcl_GetURLPropertySet()
66 {MAP_CHAR_LEN(SC_UNONAME_TARGET), 0, &getCppuType((rtl::OUString*)0), 0, 0}, in lcl_GetURLPropertySet()
333 return getCppuType((uno::Reference<text::XTextField>*)0); in getElementType()
481 pPtr[nParentLen + 0] = getCppuType((const uno::Reference<text::XTextField>*)0); in getTypes()
482 pPtr[nParentLen + 1] = getCppuType((const uno::Reference<beans::XPropertySet>*)0); in getTypes()
483 pPtr[nParentLen + 2] = getCppuType((const uno::Reference<lang::XUnoTunnel>*)0); in getTypes()
484 pPtr[nParentLen + 3] = getCppuType((const uno::Reference<lang::XServiceInfo>*)0); in getTypes()
990 return getCppuType((uno::Reference<text::XTextField>*)0); in getElementType()
1168 pPtr[nParentLen + 0] = getCppuType((const uno::Reference<text::XTextField>*)0); in getTypes()
1170 pPtr[nParentLen + 2] = getCppuType((const uno::Reference<lang::XUnoTunnel>*)0); in getTypes()
[all …]
/trunk/main/svx/source/unodraw/
H A Dunopool.cxx356 if( rType == ::getCppuType((const uno::Reference< lang::XServiceInfo >*)0) ) in queryAggregation()
358 else if( rType == ::getCppuType((const uno::Reference< lang::XTypeProvider >*)0) ) in queryAggregation()
360 else if( rType == ::getCppuType((const uno::Reference< beans::XPropertySet >*)0) ) in queryAggregation()
362 else if( rType == ::getCppuType((const uno::Reference< beans::XPropertyState >*)0) ) in queryAggregation()
364 else if( rType == ::getCppuType((const uno::Reference< beans::XMultiPropertySet >*)0) ) in queryAggregation()
388 *pTypes++ = ::getCppuType((const uno::Reference< uno::XAggregation>*)0); in getTypes()
389 *pTypes++ = ::getCppuType((const uno::Reference< lang::XServiceInfo>*)0); in getTypes()
390 *pTypes++ = ::getCppuType((const uno::Reference< lang::XTypeProvider>*)0); in getTypes()
391 *pTypes++ = ::getCppuType((const uno::Reference< beans::XPropertySet>*)0); in getTypes()
392 *pTypes++ = ::getCppuType((const uno::Reference< beans::XPropertyState>*)0); in getTypes()
[all …]
/trunk/main/editeng/source/uno/
H A Dunofield.cxx49 if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \
84 { MAP_CHAR_LEN("NumberFormat"), WID_INT32, &::getCppuType((const sal_Int16*)0), 0, 0 }, in ImplGetFieldItemPropertySet()
99 { MAP_CHAR_LEN("Format"), WID_INT16, &::getCppuType((const sal_Int16*)0), 0, 0 }, in ImplGetFieldItemPropertySet()
102 { MAP_CHAR_LEN("URL"), WID_STRING3, &::getCppuType((const OUString*)0), 0, 0 }, in ImplGetFieldItemPropertySet()
116 { MAP_CHAR_LEN("FileFormat"), WID_INT16, &::getCppuType((const sal_Int16*)0), 0, 0 }, in ImplGetFieldItemPropertySet()
126 { MAP_CHAR_LEN("Content"), WID_STRING2,&::getCppuType((const OUString*)0), 0, 0 }, in ImplGetFieldItemPropertySet()
135 { MAP_CHAR_LEN("Kind"), WID_INT16, &::getCppuType((const sal_Int16*)0), 0, 0 }, in ImplGetFieldItemPropertySet()
563 *pTypes++ = ::getCppuType(( const uno::Reference< text::XTextField >*)0); in getTypes()
564 *pTypes++ = ::getCppuType(( const uno::Reference< beans::XPropertySet >*)0); in getTypes()
565 *pTypes++ = ::getCppuType(( const uno::Reference< lang::XServiceInfo >*)0); in getTypes()
[all …]
H A Dunotext.cxx60 if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \
1658 *pTypes++ = ::getCppuType(( const uno::Reference< text::XTextRange >*)0); in getTypes()
1659 *pTypes++ = ::getCppuType(( const uno::Reference< beans::XPropertySet >*)0); in getTypes()
1663 *pTypes++ = ::getCppuType(( const uno::Reference< lang::XServiceInfo >*)0); in getTypes()
1664 *pTypes++ = ::getCppuType(( const uno::Reference< lang::XTypeProvider >*)0); in getTypes()
1665 *pTypes++ = ::getCppuType(( const uno::Reference< lang::XUnoTunnel >*)0); in getTypes()
1774 if( rType == ::getCppuType((const uno::Reference< text::XTextRange >*)0) ) in queryAggregation()
1804 *pTypes++ = ::getCppuType(( const uno::Reference< text::XText >*)0); in getStaticTypes()
1815 *pTypes++ = ::getCppuType(( const uno::Reference< lang::XServiceInfo >*)0); in getStaticTypes()
1817 *pTypes++ = ::getCppuType(( const uno::Reference< lang::XUnoTunnel >*)0); in getStaticTypes()
[all …]
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx70 ::getCppuType( (Reference<lang::XEventListener > *)0 ));
72 ::getCppuType( (Reference<view::XSelectionChangeListener > *)0 ));
143 ::getCppuType (( const Reference<beans::XPropertySet>*)NULL)); in getTypes()
358 ::getCppuType((Reference<view::XSelectionChangeListener>*)0)); in selectionChanged()
765 ::getCppuType((const Reference< drawing::XLayer > *)0), in FillPropertyTable()
770 ::getCppuType((const sal_Int16*)0), in FillPropertyTable()
775 ::getCppuType((const sal_Int16*)0), in FillPropertyTable()
780 ::getCppuType((const ::com::sun::star::awt::Point*)0), in FillPropertyTable()
785 ::getCppuType((const ::com::sun::star::awt::Point*)0), in FillPropertyTable()
791 ::getCppuType((const sal_Int16*)0), in FillPropertyTable()
[all …]
/trunk/main/svx/source/form/
H A Ddataaccessdescriptor.cxx201 …{ CONST_CHAR("ActiveConnection"), daConnection, &::getCppuType( static_cast< Reference< XConnect… in getPropertyMap()
203 …{ CONST_CHAR("Column"), daColumnObject, &::getCppuType( static_cast< Reference< XPropertySet … in getPropertyMap()
204 …{ CONST_CHAR("ColumnName"), daColumnName, &::getCppuType( static_cast< ::rtl::OUString* >(NULL… in getPropertyMap()
205 …{ CONST_CHAR("Command"), daCommand, &::getCppuType( static_cast< ::rtl::OUString* >(NULL) ), … in getPropertyMap()
206 …{ CONST_CHAR("CommandType"), daCommandType, &::getCppuType( static_cast< sal_Int32* >(NULL) ), … in getPropertyMap()
207 …{ CONST_CHAR("Component"), daComponent, &::getCppuType( static_cast< Reference< XContent >* >(… in getPropertyMap()
209 …{ CONST_CHAR("Cursor"), daCursor, &::getCppuType( static_cast< Reference< XResultSet>* >(NUL… in getPropertyMap()
210 …{ CONST_CHAR("DataSourceName"), daDataSource, &::getCppuType( static_cast< ::rtl::OUString* >(N… in getPropertyMap()
211 …{ CONST_CHAR("DatabaseLocation"), daDatabaseLocation, &::getCppuType( static_cast< ::rtl::OUStrin… in getPropertyMap()
213 …{ CONST_CHAR("Filter"), daFilter, &::getCppuType( static_cast< ::rtl::OUString* >(NULL) ), … in getPropertyMap()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterSlideShowView.cxx433 getCppuType((Reference<util::XModifyListener>*)NULL), in addTransformationChangedListener()
446 getCppuType((Reference<util::XModifyListener>*)NULL), in removeTransformationChangedListener()
459 getCppuType((Reference<awt::XPaintListener>*)NULL), in addPaintListener()
472 getCppuType((Reference<awt::XPaintListener>*)NULL), in removePaintListener()
485 getCppuType((Reference<awt::XMouseListener>*)NULL), in addMouseListener()
498 getCppuType((Reference<awt::XMouseListener>*)NULL), in removeMouseListener()
511 getCppuType((Reference<awt::XMouseMotionListener>*)NULL), in addMouseMotionListener()
524 getCppuType((Reference<awt::XMouseMotionListener>*)NULL), in removeMouseMotionListener()
619 = maBroadcaster.getContainer(getCppuType((Reference<awt::XMouseListener>*)NULL)); in mousePressed()
642 = maBroadcaster.getContainer(getCppuType((Reference<awt::XMouseListener>*)NULL)); in mouseReleased()
[all …]
/trunk/main/cppuhelper/source/
H A Dexc_thrower.cxx58 static inline Type const & getCppuType() in getCppuType() function
60 return ::getCppuType( in getCppuType()
99 ::getCppuType( reinterpret_cast< in ExceptionThrower_dispatch()
101 rType_demanded.equals( ExceptionThrower::getCppuType() )) in ExceptionThrower_dispatch()
134 *ppException, &exc, ::getCppuType( &exc ).getTypeLibType(), 0 ); in ExceptionThrower_dispatch()
146 if (type.equals( ::getCppuType( reinterpret_cast< in queryInterface()
148 type.equals( ExceptionThrower::getCppuType() )) in queryInterface()
233 ExceptionThrower::getCppuType() ); in throwException()
258 &pTD, ExceptionThrower::getCppuType().getTypeLibType() ); in getCaughtException()
/trunk/main/sysui/source/win32/misc/
H A DWinImplHelper.cxx129 aItem.getValueType( ) != getCppuType((OUString*)0) ) in ListboxAddItem()
151 aItemList.getValueType( ) != getCppuType((Sequence<OUString>*)0) ) in ListboxAddItems()
177 ( (aPosition.getValueType( ) != getCppuType((sal_Int32*)0)) && in ListboxDeleteItem()
178 (aPosition.getValueType( ) != getCppuType((sal_Int16*)0)) && in ListboxDeleteItem()
179 (aPosition.getValueType( ) != getCppuType((sal_Int8*)0)) ) ) in ListboxDeleteItem()
229 ( (aPosition.getValueType( ) != getCppuType((sal_Int32*)0)) && in ListboxSetSelectedItem()
230 (aPosition.getValueType( ) != getCppuType((sal_Int16*)0)) && in ListboxSetSelectedItem()
231 (aPosition.getValueType( ) != getCppuType((sal_Int8*)0)) ) ) in ListboxSetSelectedItem()
310 aAny.setValue( &bChkState, getCppuType((sal_Bool*)0) ); in CheckboxGetState()
325 aState.getValueType( ) != getCppuType((sal_Bool*)0) ) in CheckboxSetState()
/trunk/main/sc/source/filter/xml/
H A Dxmlwrap.cxx422 …{ MAP_LEN( "ProgressRange" ), 0, &::getCppuType((sal_Int32*)0), ::com::sun::star::beans::PropertyA… in Import()
423 …{ MAP_LEN( "ProgressMax" ), 0, &::getCppuType((sal_Int32*)0), ::com::sun::star::beans::PropertyAtt… in Import()
424 …{ MAP_LEN( "ProgressCurrent" ), 0, &::getCppuType((sal_Int32*)0), ::com::sun::star::beans::Propert… in Import()
427 …{ MAP_LEN( "BaseURI" ), 0, &::getCppuType( (rtl::OUString *)0 ), ::com::sun::star::beans::Property… in Import()
429 …{ MAP_LEN( "StreamName" ), 0, &::getCppuType( (rtl::OUString *)0 ), ::com::sun::star::beans::Prope… in Import()
430 …{ MAP_LEN( "BuildId" ), 0, &::getCppuType( (OUString *)0 ), ::com::sun::star::beans::PropertyAttri… in Import()
892 …{ MAP_LEN( "ProgressRange" ), 0, &::getCppuType((sal_Int32*)0), ::com::sun::star::beans::PropertyA… in Export()
893 …{ MAP_LEN( "ProgressMax" ), 0, &::getCppuType((sal_Int32*)0), ::com::sun::star::beans::PropertyAtt… in Export()
894 …{ MAP_LEN( "ProgressCurrent" ), 0, &::getCppuType((sal_Int32*)0), ::com::sun::star::beans::Propert… in Export()
896 …{ MAP_LEN( "UsePrettyPrinting" ), 0, &::getCppuType((sal_Bool*)0), ::com::sun::star::beans::Proper… in Export()
[all …]
/trunk/main/extensions/source/ole/
H A Dunoconversionutilities.hxx720 if (rAny.getValueType() == getCppuType((Date*)0)) in anyToVariant()
1507 rAny.setValue( & var.iVal, getCppuType( (sal_Int16*)0)); in variantToAny()
1516 rAny.setValue( & var.fltVal, getCppuType( (float*)0)); in variantToAny()
1519 rAny.setValue(& var.dblVal, getCppuType( (double*)0)); in variantToAny()
1536 rAny.setValue( &b, getCppuType( &b)); in variantToAny()
1581 rAny.setValue( &b, getCppuType( &b)); in variantToAny()
1585 rAny.setValue( & var.cVal, getCppuType((sal_Int8*)0)); in variantToAny()
1588 rAny.setValue( & var.bVal, getCppuType( (sal_Int8*)0)); in variantToAny()
1866 if (aType == getCppuType((Reference<XInvocation>*)0) || in createOleObjectWrapper()
2417 any.setValue( &charVal, getCppuType( (sal_Int8*)0)); in reduceRange()
[all …]
/trunk/main/framework/source/fwe/classes/
H A Dactiontriggerpropertyset.cxx149 ::getCppuType(( const Reference< XPropertySet >*)NULL ) , in getTypes()
150 ::getCppuType(( const Reference< XFastPropertySet >*)NULL ) , in getTypes()
151 ::getCppuType(( const Reference< XMultiPropertySet >*)NULL ) , in getTypes()
152 ::getCppuType(( const Reference< XServiceInfo >*)NULL ) , in getTypes()
153 ::getCppuType(( const Reference< XTypeProvider >*)NULL ) ) ; in getTypes()
352 …g( RTL_CONSTASCII_USTRINGPARAM( "CommandURL" )), HANDLE_COMMANDURL , ::getCppuType((::rtl::OUStrin… in impl_getStaticPropertyDescriptor()
353 …tring( RTL_CONSTASCII_USTRINGPARAM( "HelpURL" )), HANDLE_HELPURL , ::getCppuType((::rtl::OUStrin… in impl_getStaticPropertyDescriptor()
354 …ing( RTL_CONSTASCII_USTRINGPARAM( "Image" )), HANDLE_IMAGE , ::getCppuType((Reference<XBit… in impl_getStaticPropertyDescriptor()
355 …TL_CONSTASCII_USTRINGPARAM( "SubContainer" )), HANDLE_SUBCONTAINER , ::getCppuType((::rtl::OUStrin… in impl_getStaticPropertyDescriptor()
356 …ring( RTL_CONSTASCII_USTRINGPARAM( "Text" )), HANDLE_TEXT , ::getCppuType((Reference<XInt… in impl_getStaticPropertyDescriptor()
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx495 …{ MAP_LEN( "Preview" ), 0, &::getCppuType((const sal_Bool*)0), ::com::sun::star::beans::Propert… in Import()
498 &::getCppuType( (Reference<XInterface> *)0 ), in Import()
501 &::getCppuType( (OUString *)0 ), in Import()
504 &::getCppuType( (OUString *)0 ), in Import()
507 &::getCppuType( (OUString *)0 ), in Import()
510 &::getCppuType( (OUString *)0 ), in Import()
902 &::getCppuType( (OUString *)0 ), in Export()
905 &::getCppuType( (OUString *)0 ), in Export()
908 &::getCppuType( (OUString *)0 ), in Export()
911 &::getCppuType( (Sequence<OUString>*)0 ), in Export()
[all …]

Completed in 206 milliseconds

12345678910>>...35