Home
last modified time | relevance | path

Searched refs:getImplementationId (Results 1 – 25 of 493) sorted by relevance

12345678910>>...20

/trunk/main/cppuhelper/test/
H A Dtestimplhelper.cxx333 Sequence< sal_Int8 > id( xTP->getImplementationId() ); in dotest()
442 xTP1->getImplementationId() != xTP2->getImplementationId() && in test_ImplHelper()
443 xTP1->getImplementationId() != xTP3->getImplementationId() && in test_ImplHelper()
444 xTP1->getImplementationId() != xTP4->getImplementationId() && in test_ImplHelper()
445 xTP1->getImplementationId() != xTP5->getImplementationId() && in test_ImplHelper()
446 xTP2->getImplementationId() != xTP3->getImplementationId() && in test_ImplHelper()
447 xTP2->getImplementationId() != xTP4->getImplementationId() && in test_ImplHelper()
448 xTP2->getImplementationId() != xTP5->getImplementationId() && in test_ImplHelper()
449 xTP3->getImplementationId() != xTP4->getImplementationId() && in test_ImplHelper()
450 xTP3->getImplementationId() != xTP5->getImplementationId() && in test_ImplHelper()
[all …]
/trunk/main/ucbhelper/source/provider/
H A Dinteractionrequest.cxx152 uno::Sequence< sal_Int8 > SAL_CALL InteractionRequest::getImplementationId() in getImplementationId() function in InteractionRequest
164 return (*pId).getImplementationId(); in getImplementationId()
299 uno::Sequence< sal_Int8 > SAL_CALL InteractionAbort::getImplementationId() in getImplementationId() function in InteractionAbort
311 return (*pId).getImplementationId(); in getImplementationId()
397 uno::Sequence< sal_Int8 > SAL_CALL InteractionRetry::getImplementationId() in getImplementationId() function in InteractionRetry
409 return (*pId).getImplementationId(); in getImplementationId()
495 uno::Sequence< sal_Int8 > SAL_CALL InteractionApprove::getImplementationId() in getImplementationId() function in InteractionApprove
507 return (*pId).getImplementationId(); in getImplementationId()
593 uno::Sequence< sal_Int8 > SAL_CALL InteractionDisapprove::getImplementationId() in getImplementationId() function in InteractionDisapprove
605 return (*pId).getImplementationId(); in getImplementationId()
[all …]
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DWeakBase_Test.java80 public boolean getImplementationId() in getImplementationId() method in WeakBase_Test
88 byte [] ar= comp.getImplementationId(); in getImplementationId()
101 r[i++]= f1.getImplementationId().equals(f2.getImplementationId()); in getImplementationId()
103 r[i++]= ! f1.getImplementationId().equals(f3.getImplementationId()); in getImplementationId()
105 r[i++]= ! f1.getImplementationId().equals(f4.getImplementationId()); in getImplementationId()
191 r[i++]= test.getImplementationId(); in main()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dimplbase.hxx141 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()
224 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() \
225 { return this->getClassData( s_aCD ).getImplementationId(); } \
245 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() \
246 { return this->getClassData( s_aCD ).getImplementationId(); } \
268 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() \
269 { return this->getClassData( s_aCD ).getImplementationId(); } \
H A Dimplbase_ex_post.hxx61 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() \
83 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() \
107 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() \
133 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() \
161 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() \
192 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() \
219 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() \
H A Dcompbase.hxx61 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() \
62 { return getClassData( s_aCD ).getImplementationId(); } \
89 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() \
90 { return getClassData( s_aCD ).getImplementationId(); } \
H A Dimplbase2.hxx80 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplHelper2
108 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakImplHelper2
143 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakAggImplHelper2
211 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplInheritanceHelper2
282 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::AggImplInheritanceHelper2
H A Dimplbase1.hxx79 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplHelper1
107 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakImplHelper1
142 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakAggImplHelper1
215 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplInheritanceHelper1
286 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::AggImplInheritanceHelper1
H A Dimplbase3.hxx81 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplHelper3
109 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakImplHelper3
144 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakAggImplHelper3
213 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplInheritanceHelper3
284 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::AggImplInheritanceHelper3
H A Dimplbase4.hxx83 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplHelper4
111 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakImplHelper4
146 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakAggImplHelper4
214 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplInheritanceHelper4
285 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::AggImplInheritanceHelper4
H A Dimplbase7.hxx87 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplHelper7
115 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakImplHelper7
150 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakAggImplHelper7
218 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplInheritanceHelper7
289 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::AggImplInheritanceHelper7
H A Dimplbase5.hxx84 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplHelper5
112 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakImplHelper5
147 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakAggImplHelper5
215 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplInheritanceHelper5
286 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::AggImplInheritanceHelper5
H A Dimplbase6.hxx85 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplHelper6
113 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakImplHelper6
148 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakAggImplHelper6
216 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplInheritanceHelper6
287 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::AggImplInheritanceHelper6
H A Dimplbase9.hxx89 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplHelper9
117 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakImplHelper9
152 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakAggImplHelper9
220 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplInheritanceHelper9
291 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::AggImplInheritanceHelper9
H A Dimplbase8.hxx87 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplHelper8
115 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakImplHelper8
150 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakAggImplHelper8
218 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplInheritanceHelper8
289 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::AggImplInheritanceHelper8
H A Dimplbase12.hxx91 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplHelper12
119 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakImplHelper12
154 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakAggImplHelper12
222 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplInheritanceHelper12
293 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::AggImplInheritanceHelper12
H A Dimplbase10.hxx89 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplHelper10
117 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakImplHelper10
152 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakAggImplHelper10
220 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplInheritanceHelper10
291 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::AggImplInheritanceHelper10
H A Dimplbase11.hxx90 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplHelper11
118 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakImplHelper11
153 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::WeakAggImplHelper11
221 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::ImplInheritanceHelper11
292 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() in getImplementationId() function in cppu::AggImplInheritanceHelper11
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dinteractionrequest.hxx109 getImplementationId();
202 getImplementationId();
235 getImplementationId();
268 getImplementationId();
301 getImplementationId();
426 getImplementationId();
620 getImplementationId();
667 getImplementationId();
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx246 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId();
305 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId();
354 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId();
390 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId();
432 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId();
475 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId();
520 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId();
559 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId();
626 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId();
829 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId();
[all …]
/trunk/main/dbaccess/source/core/inc/
H A Ddefinitioncolumn.hxx90 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId();
128 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId();
169 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId();
250 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId();
298 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId();
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.cxx217 uno::Sequence< sal_Int8 > SAL_CALL Storage::getImplementationId() in getImplementationId() function in Storage
219 return m_xWrappedTypeProv->getImplementationId(); in getImplementationId()
586 uno::Sequence< sal_Int8 > SAL_CALL OutputStream::getImplementationId() in getImplementationId() function in OutputStream
588 return m_xWrappedTypeProv->getImplementationId(); in getImplementationId()
769 uno::Sequence< sal_Int8 > SAL_CALL Stream::getImplementationId() in getImplementationId() function in Stream
771 return m_xWrappedTypeProv->getImplementationId(); in getImplementationId()
/trunk/main/comphelper/inc/comphelper/
H A Dimplbase_var.hxx175 SAL_CALL getImplementationId()
224 SAL_CALL getImplementationId()
305 SAL_CALL getImplementationId()
369 SAL_CALL getImplementationId()
/trunk/main/svtools/source/inc/
H A Dunoiface.hxx78 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId();
140 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId();
311 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId();
351 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId();
404 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId();
/trunk/main/unotools/inc/unotools/
H A Didhelper.hxx120 static ::com::sun::star::uno::Sequence< sal_Int8 > getImplementationId( \
174 ::com::sun::star::uno::Sequence< sal_Int8 > classname::getImplementationId( \
189 return rId.getImplementationId(); \

12345678910>>...20