Home
last modified time | relevance | path

Searched refs:getUnoTunnelId (Results 26 – 50 of 219) sorted by relevance

123456789

/trunk/main/sw/source/core/unocore/
H A DTextCursorHelper.cxx35 const uno::Sequence< sal_Int8 > & OTextCursorHelper::getUnoTunnelId() in getUnoTunnelId() function in OTextCursorHelper
49 && 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
H A Dunofield.cxx394 const uno::Sequence< sal_Int8 > & SwXFieldMaster::getUnoTunnelId() in getUnoTunnelId() function in SwXFieldMaster
404 && 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
1080 const uno::Sequence< sal_Int8 > & SwXTextField::getUnoTunnelId() in getUnoTunnelId() function in SwXTextField
1090 && 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
1165 …sal::static_int_cast< sal_IntPtr >( xMasterTunnel->getSomething( SwXFieldMaster::getUnoTunnelId())… in attachTextFieldMaster()
1228 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( SwXTextRange::getUnoTunnelId()) )); in attachToRange()
1230 …static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( OTextCursorHelper::getUnoTunnelId()) )); in attachToRange()
H A Dunotextmarkup.cxx88 …( sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething(SwXTextRange::getUnoTunnelId()))); in commitTextRangeMarkup()
89 …::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething(OTextCursorHelper::getUnoTunnelId()))); in commitTextRangeMarkup()
/trunk/main/sw/source/ui/misc/
H A Dglosdoc.cxx609 xEntryTunnel->getSomething( SwXAutoTextEntry::getUnoTunnelId() ) ); in RemoveFileFromList()
675 xEntryTunnel->getSomething( SwXAutoTextEntry::getUnoTunnelId() ) ); in InvalidateUNOOjects()
702 …pret_cast< SwXAutoTextGroup* >( xGroupTunnel->getSomething( SwXAutoTextGroup::getUnoTunnelId() ) ); in GetAutoTextGroup()
771 …pret_cast< SwXAutoTextEntry* >( xEntryTunnel->getSomething( SwXAutoTextEntry::getUnoTunnelId() ) ); in GetAutoTextEntry()
/trunk/main/sc/source/ui/unoobj/
H A Dfielduno.cxx806 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in SC_IMPL_DUMMY_PROPERTY_LISTENER()
815 const uno::Sequence<sal_Int8>& ScCellFieldObj::getUnoTunnelId() in getUnoTunnelId() function in ScCellFieldObj
838 …rpret_cast<ScCellFieldObj*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(getUnoTunnelId()))); in getImplementation()
1480 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in SC_IMPL_DUMMY_PROPERTY_LISTENER()
1489 const uno::Sequence<sal_Int8>& ScHeaderFieldObj::getUnoTunnelId() in getUnoTunnelId() function in ScHeaderFieldObj
1512 …ret_cast<ScHeaderFieldObj*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(getUnoTunnelId()))); in getImplementation()
H A Dafmtuno.cxx458 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
467 const uno::Sequence<sal_Int8>& ScAutoFormatObj::getUnoTunnelId() in getUnoTunnelId() function in ScAutoFormatObj
490 …pret_cast<ScAutoFormatObj*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(getUnoTunnelId()))); in getImplementation()
/trunk/main/sw/inc/
H A Dunobaseclass.hxx142 xUnoTunnel->getSomething(C::getUnoTunnelId())))); in UnoTunnelGetImplementation()
151 (0 == rtl_compareMemory(C::getUnoTunnelId().getConstArray(), in UnoTunnelImpl()
H A Dunotextrange.hxx141 static const ::com::sun::star::uno::Sequence< sal_Int8 >& getUnoTunnelId();
300 static const ::com::sun::star::uno::Sequence< sal_Int8 >& getUnoTunnelId();
H A Dunoidx.hxx88 static const ::com::sun::star::uno::Sequence< sal_Int8 > & getUnoTunnelId();
223 static const ::com::sun::star::uno::Sequence< sal_Int8 > & getUnoTunnelId();
/trunk/main/sd/source/ui/framework/module/
H A DCenterViewFocusModule.cxx72 xTunnel->getSomething(sd::DrawController::getUnoTunnelId())); in CenterViewFocusModule()
162 xTunnel->getSomething(ViewShellWrapper::getUnoTunnelId())); in HandleNewView()
/trunk/main/xmloff/source/transform/
H A DMutableAttrList.cxx74 const Sequence< sal_Int8 > & XMLMutableAttributeList::getUnoTunnelId() throw() in getUnoTunnelId() function in XMLMutableAttributeList
96 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
/trunk/main/sd/source/ui/framework/factories/
H A DPane.cxx203 const Sequence<sal_Int8>& Pane::getUnoTunnelId (void) in getUnoTunnelId() function in sd::framework::Pane
228 && rtl_compareMemory(getUnoTunnelId().getConstArray(), rId.getConstArray(), 16) == 0) in getSomething()
H A DViewShellWrapper.cxx173 const Sequence<sal_Int8>& ViewShellWrapper::getUnoTunnelId (void) in getUnoTunnelId() function in sd::framework::ViewShellWrapper
198 && rtl_compareMemory(getUnoTunnelId().getConstArray(), rId.getConstArray(), 16) == 0) in getSomething()
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dx509certificate_nssimpl.cxx326 …if( aIdentifier.getLength() == 16 && 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), aId… in getSomething()
333 const Sequence< sal_Int8>& X509Certificate_NssImpl :: getUnoTunnelId() { in getUnoTunnelId() function in X509Certificate_NssImpl
351 sal::static_int_cast<sal_uIntPtr>(xUT->getSomething( getUnoTunnelId() ))); in getImplementation()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx237 const Sequence< sal_Int8 > & SwXTextDocument::getUnoTunnelId() in getUnoTunnelId() function in SwXTextDocument
249 && 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
463 xNumTunnel->getSomething(SvNumberFormatsSupplierObj::getUnoTunnelId())); in GetNumberFormatter()
792 if(!IsValid() || !xDescTunnel.is() || !xDescTunnel->getSomething(SwXTextSearch::getUnoTunnelId())) in replaceAll()
799 xDescTunnel->getSomething(SwXTextSearch::getUnoTunnelId())); in replaceAll()
879 if(!IsValid() || !xDescTunnel.is() || !xDescTunnel->getSomething(SwXTextSearch::getUnoTunnelId())) in FindAny()
884 xDescTunnel->getSomething(SwXTextSearch::getUnoTunnelId())); in FindAny()
894 OTextCursorHelper::getUnoTunnelId())); in FindAny()
908 SwXTextRange::getUnoTunnelId())); in FindAny()
1531 xNumTunnel->getSomething(SvNumberFormatsSupplierObj::getUnoTunnelId())); in Invalidate()
[all …]
H A Dunodispatch.cxx178 const uno::Sequence< sal_Int8 > & SwXDispatchProviderInterceptor::getUnoTunnelId() in getUnoTunnelId() function in SwXDispatchProviderInterceptor
191 && 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dx509certificate_mscryptimpl.cxx486 …if( aIdentifier.getLength() == 16 && 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), aId… in getSomething()
493 const Sequence< sal_Int8>& X509Certificate_MSCryptImpl :: getUnoTunnelId() { in getUnoTunnelId() function in X509Certificate_MSCryptImpl
510 return ( X509Certificate_MSCryptImpl* )xUT->getSomething( getUnoTunnelId() ) ; in getImplementation()
H A Dxmlsignature_mscryptimpl.cxx96 …nment_MSCryptImpl* )xSecTunnel->getSomething( SecurityEnvironment_MSCryptImpl::getUnoTunnelId() ) ; in generate()
196 …nment_MSCryptImpl* )xSecTunnel->getSomething( SecurityEnvironment_MSCryptImpl::getUnoTunnelId() ) ; in validate()
H A Dxmlencryption_mscryptimpl.cxx98 …nment_MSCryptImpl* )xSecTunnel->getSomething( SecurityEnvironment_MSCryptImpl::getUnoTunnelId() ) ; in encrypt()
235 …nment_MSCryptImpl* )xSecTunnel->getSomething( SecurityEnvironment_MSCryptImpl::getUnoTunnelId() ) ; in decrypt()
/trunk/main/sw/source/ui/uiview/
H A Duivwimp.cxx93 xDispTunnel->getSomething(SwXDispatchProviderInterceptor::getUnoTunnelId()))))) in ~SwView_Impl()
248 xTunnel->getSomething(SwTransferable::getUnoTunnelId()))); in Invalidate()
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx800 ( 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), rId.getConstArray(), 16 ) ) ) in getSomething()
860 const ::com::sun::star::uno::Sequence< sal_Int8 >& SdTransferable::getUnoTunnelId() in getUnoTunnelId() function in SdTransferable
883 …(sal::static_int_cast<sal_uIntPtr>(xUnoTunnel->getSomething( SdTransferable::getUnoTunnelId()) ) ); in getImplementation()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx2304 … xUT->getSomething( SvxUnoTextBase::getUnoTunnelId()))); in copyText()
2344 const uno::Sequence< sal_Int8 > & SvxUnoTextBase::getUnoTunnelId() throw() in getUnoTunnelId() function in SvxUnoTextBase
2364 …extBase*>(sal::static_int_cast<sal_uIntPtr>(xUT->getSomething( SvxUnoTextBase::getUnoTunnelId()))); in getImplementation()
2371 if( rId.getLength() == 16 && 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
2459 …<SvxUnoText*>(sal::static_int_cast<sal_uIntPtr>(xUT->getSomething( SvxUnoText::getUnoTunnelId()))); in getImplementation()
2464 const uno::Sequence< sal_Int8 > & SvxUnoText::getUnoTunnelId() throw() in getUnoTunnelId() function in SvxUnoText
2482 if( rId.getLength() == 16 && 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
/trunk/main/sw/source/ui/utlui/
H A Dunotools.cxx345 OTextCursorHelper::getUnoTunnelId() )); in IMPL_LINK()
372 OTextCursorHelper::getUnoTunnelId()) ); in ClearDocument()
/trunk/main/sc/inc/
H A Dfmtuno.hxx134 static const com::sun::star::uno::Sequence<sal_Int8>& getUnoTunnelId();
309 static const com::sun::star::uno::Sequence<sal_Int8>& getUnoTunnelId();
/trunk/main/starmath/source/
H A Dmathmlimport.cxx113 (xTunnel->getSomething(SmModel::getUnoTunnelId())); in Import()
309 xFilterTunnel->getSomething( SmXMLImport::getUnoTunnelId() ))); in ReadThroughComponent()
437 const uno::Sequence< sal_Int8 > & SmXMLImport::getUnoTunnelId() throw() in getUnoTunnelId() function in SmXMLImport
553 0 == rtl_compareMemory( getUnoTunnelId().getConstArray(), in getSomething()
571 (xTunnel->getSomething(SmModel::getUnoTunnelId())); in endDocument()
3109 (xTunnel->getSomething(SmModel::getUnoTunnelId())); in SetViewSettings()

Completed in 164 milliseconds

123456789