| /trunk/main/sw/source/filter/xml/ |
| H A D | xmltexti.cxx | 201 OTextCursorHelper *pTxtCrsr = reinterpret_cast< OTextCursorHelper * >( in IsInHeaderFooter() 202 …sal::static_int_cast< sal_IntPtr >( xCrsrTunnel->getSomething( OTextCursorHelper::getUnoTunnelId()… in IsInHeaderFooter() 245 OTextCursorHelper *pTxtCrsr = reinterpret_cast< OTextCursorHelper * >( in createAndInsertOLEObject() 246 …sal::static_int_cast< sal_IntPtr >( xCrsrTunnel->getSomething( OTextCursorHelper::getUnoTunnelId()… in createAndInsertOLEObject() 554 OTextCursorHelper *pTxtCrsr = reinterpret_cast< OTextCursorHelper * >( in createAndInsertOOoLink() 555 …sal::static_int_cast< sal_IntPtr >( xCrsrTunnel->getSomething( OTextCursorHelper::getUnoTunnelId()… in createAndInsertOOoLink() 642 OTextCursorHelper *pTxtCrsr = reinterpret_cast< OTextCursorHelper * >( in createAndInsertApplet() 643 …sal::static_int_cast< sal_IntPtr >( xCrsrTunnel->getSomething( OTextCursorHelper::getUnoTunnelId()… in createAndInsertApplet() 687 OTextCursorHelper *pTxtCrsr = reinterpret_cast< OTextCursorHelper * >( in createAndInsertPlugin() 688 …sal::static_int_cast< sal_IntPtr >( xCrsrTunnel->getSomething( OTextCursorHelper::getUnoTunnelId()… in createAndInsertPlugin() [all …]
|
| H A D | xmlimp.cxx | 554 OTextCursorHelper *lcl_xml_GetSwXTextCursor( const Reference < XTextCursor >& rTextCursor ) in lcl_xml_GetSwXTextCursor() 560 OTextCursorHelper *pTxtCrsr = reinterpret_cast< OTextCursorHelper *>( in lcl_xml_GetSwXTextCursor() 561 …sal::static_int_cast< sal_IntPtr >( xCrsrTunnel->getSomething( OTextCursorHelper::getUnoTunnelId(… in lcl_xml_GetSwXTextCursor() 672 OTextCursorHelper *pTxtCrsr = 0; in startDocument() 807 OTextCursorHelper *pTxtCrsr = reinterpret_cast< OTextCursorHelper *>( in endDocument() 808 …sal::static_int_cast< sal_IntPtr >( xCrsrTunnel->getSomething( OTextCursorHelper::getUnoTunnelId()… in endDocument()
|
| H A D | xmltbli.cxx | 672 OTextCursorHelper *pSrcTxtCrsr = reinterpret_cast< OTextCursorHelper * >( in EndElement() 673 …sal::static_int_cast< sal_IntPtr >( xSrcCrsrTunnel->getSomething( OTextCursorHelper::getUnoTunnelI… in EndElement() 686 OTextCursorHelper *pDstTxtCrsr = reinterpret_cast< OTextCursorHelper * >( in EndElement() 687 …sal::static_int_cast< sal_IntPtr >( xDstCrsrTunnel->getSomething( OTextCursorHelper::getUnoTunnelI… in EndElement() 2879 OTextCursorHelper *pTxtCrsr = reinterpret_cast< OTextCursorHelper * >( in InsertTableSection() 2880 …sal::static_int_cast< sal_IntPtr >( xCrsrTunnel->getSomething( OTextCursorHelper::getUnoTunnelId()… in InsertTableSection()
|
| H A D | XMLRedlineImportHelper.cxx | 70 OTextCursorHelper *const pXCursor = in lcl_GetDocViaTunnel() 71 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xTunnel); in lcl_GetDocViaTunnel()
|
| /trunk/main/sw/source/ui/uno/ |
| H A D | unoatxt.cxx | 389 sal_Bool lcl_CopySelToDoc( SwDoc* pInsDoc, OTextCursorHelper* pxCursor, SwXTextRange* pxRange) in lcl_CopySelToDoc() 449 OTextCursorHelper* pxCursor = 0; in insertNewByName() 454 pxCursor = reinterpret_cast<OTextCursorHelper*>(xRangeTunnel->getSomething( in insertNewByName() 455 OTextCursorHelper::getUnoTunnelId())); in insertNewByName() 1070 OTextCursorHelper* pCursor = 0; in applyTo() 1077 pCursor = reinterpret_cast < OTextCursorHelper*> in applyTo() 1078 ( xTunnel->getSomething( OTextCursorHelper::getUnoTunnelId() ) ); in applyTo() 1093 pCursor = reinterpret_cast < OTextCursorHelper* > in applyTo() 1094 ( xTunnel->getSomething( OTextCursorHelper::getUnoTunnelId() ) ); in applyTo()
|
| H A D | unotxvw.cxx | 306 OTextCursorHelper* pCursor = in select() 308 …reinterpret_cast<OTextCursorHelper*>(xIfcTunnel->getSomething(OTextCursorHelper::getUnoTunnelId())) in select() 1380 OTextCursorHelper* pCursor = 0; in gotoRange() 1385 pCursor = reinterpret_cast<OTextCursorHelper*>(xRangeTunnel->getSomething( in gotoRange() 1386 OTextCursorHelper::getUnoTunnelId())); in gotoRange() 2111 return OTextCursorHelper::getSomething(rId); in getSomething() 2115 IMPLEMENT_FORWARD_XINTERFACE2(SwXTextViewCursor,SwXTextViewCursor_Base,OTextCursorHelper) in IMPLEMENT_FORWARD_XINTERFACE2()
|
| H A D | unotxdoc.cxx | 882 OTextCursorHelper* pPosCrsr = 0; in FindAny() 885 pPosCrsr = reinterpret_cast<OTextCursorHelper*>(xCursorTunnel->getSomething( in FindAny() 886 OTextCursorHelper::getUnoTunnelId())); in FindAny()
|
| /trunk/main/sw/source/ui/utlui/ |
| H A D | unotools.cxx | 344 OTextCursorHelper* pCrsr = reinterpret_cast<OTextCursorHelper*>( xTunnel->getSomething( in IMPL_LINK() 345 OTextCursorHelper::getUnoTunnelId() )); in IMPL_LINK() 371 OTextCursorHelper* pCrsr = reinterpret_cast<OTextCursorHelper*>(xTunnel->getSomething( in ClearDocument() 372 OTextCursorHelper::getUnoTunnelId()) ); in ClearDocument()
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | TextCursorHelper.cxx | 35 const uno::Sequence< sal_Int8 > & OTextCursorHelper::getUnoTunnelId() in getUnoTunnelId() 44 sal_Int64 SAL_CALL OTextCursorHelper::getSomething( in getSomething()
|
| H A D | unotext.cxx | 320 OTextCursorHelper *const pCursor = in insertString() 321 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in insertString() 461 OTextCursorHelper *const pCursor = in insertControlCharacter() 462 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>( in insertControlCharacter() 492 OTextCursorHelper *const pCursor = in insertControlCharacter() 493 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in insertControlCharacter() 1040 OTextCursorHelper *const pOwnCursor = in CheckForOwnMember() 1041 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xTunnel); in CheckForOwnMember() 2351 OTextCursorHelper *const pCursor = in copyText() 2352 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xCursorTunnel); in copyText()
|
| H A D | unotextmarkup.cxx | 84 OTextCursorHelper* pCursor = 0; in commitTextRangeMarkup() 89 …Cursor = reinterpret_cast<OTextCursorHelper*>( sal::static_int_cast< sal_IntPtr >( xRangeTunnel->g… in commitTextRangeMarkup()
|
| H A D | unorefmk.cxx | 311 OTextCursorHelper* pCursor = 0; in attach() 316 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attach() 1047 OTextCursorHelper *const pCursor( (pRange) ? 0 : in AttachImpl() 1048 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel)); in AttachImpl()
|
| H A D | unoftn.cxx | 354 OTextCursorHelper *const pCursor = in attach() 355 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attach()
|
| H A D | unobkm.cxx | 214 OTextCursorHelper* pCursor = 0; in attachToRangeEx() 219 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attachToRangeEx()
|
| H A D | unoobj2.cxx | 1074 OTextCursorHelper* pCursor = 0; in XTextRangeToSwPaM() 1082 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in XTextRangeToSwPaM() 1100 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xCrsrTunnel); in XTextRangeToSwPaM()
|
| H A D | unoframe.cxx | 2674 OTextCursorHelper* pCursor = 0; in attachToRange() 2679 pCursor = reinterpret_cast< OTextCursorHelper * >( in attachToRange() 2680 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( OTextCursorHelper::getUnoTunnelId(… in attachToRange() 3017 OTextCursorHelper* pCursor = 0; in attach() 3022 pCursor = reinterpret_cast< OTextCursorHelper * >( in attach() 3023 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( OTextCursorHelper::getUnoTunnelId(… in attach()
|
| H A D | unoobj.cxx | 1082 return (nRet) ? nRet : OTextCursorHelper::getSomething(rId); in getSomething() 1281 OTextCursorHelper* pCursor = 0; in gotoRange() 1286 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in gotoRange() 3205 ? OTextCursorHelper::queryInterface(rType) in IMPLEMENT_FORWARD_REFCOUNT()
|
| H A D | unoidx.cxx | 1327 OTextCursorHelper *const pCursor = in attach() 1328 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attach() 1882 OTextCursorHelper *const pCursor = in attach() 1883 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attach()
|
| H A D | unosect.cxx | 301 OTextCursorHelper* pCursor = 0; in attach() 306 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attach()
|
| H A D | unodraw.cxx | 1994 OTextCursorHelper* pCursor = 0; in attach() 2003 pCursor = reinterpret_cast< OTextCursorHelper * >( in attach() 2004 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( OTextCursorHelper::getUnoTunnelId(… in attach()
|
| H A D | unofield.cxx | 1214 OTextCursorHelper* pCursor = 0; in attachToRange() 1219 pCursor = reinterpret_cast< OTextCursorHelper * >( in attachToRange() 1220 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( OTextCursorHelper::getUnoTunnelId(… in attachToRange()
|
| /trunk/main/sw/inc/ |
| H A D | TextCursorHelper.hxx | 32 class OTextCursorHelper : public ::cppu::ImplHelper1< ::com::sun::star::lang::XUnoTunnel> class 36 OTextCursorHelper(){} in OTextCursorHelper() function in OTextCursorHelper
|
| H A D | unotextcursor.hxx | 78 , public OTextCursorHelper
|
| H A D | unotext.hxx | 49 class OTextCursorHelper;
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | unotxvw.hxx | 173 public OTextCursorHelper
|