/aoo42x/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 | 555 OTextCursorHelper *lcl_xml_GetSwXTextCursor( const Reference < XTextCursor >& rTextCursor ) in lcl_xml_GetSwXTextCursor() 561 OTextCursorHelper *pTxtCrsr = reinterpret_cast< OTextCursorHelper *>( in lcl_xml_GetSwXTextCursor() 562 …sal::static_int_cast< sal_IntPtr >( xCrsrTunnel->getSomething( OTextCursorHelper::getUnoTunnelId()… in lcl_xml_GetSwXTextCursor() 674 OTextCursorHelper *pTxtCrsr = 0; in startDocument() 810 OTextCursorHelper *pTxtCrsr = reinterpret_cast< OTextCursorHelper *>( in endDocument() 811 …sal::static_int_cast< sal_IntPtr >( xCrsrTunnel->getSomething( OTextCursorHelper::getUnoTunnelId()… in endDocument()
|
H A D | xmltbli.cxx | 675 OTextCursorHelper *pSrcTxtCrsr = reinterpret_cast< OTextCursorHelper * >( in EndElement() 676 …sal::static_int_cast< sal_IntPtr >( xSrcCrsrTunnel->getSomething( OTextCursorHelper::getUnoTunnelI… in EndElement() 689 OTextCursorHelper *pDstTxtCrsr = reinterpret_cast< OTextCursorHelper * >( in EndElement() 690 …sal::static_int_cast< sal_IntPtr >( xDstCrsrTunnel->getSomething( OTextCursorHelper::getUnoTunnelI… in EndElement() 2882 OTextCursorHelper *pTxtCrsr = reinterpret_cast< OTextCursorHelper * >( in InsertTableSection() 2883 …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()
|
/aoo42x/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()
|
/aoo42x/main/sw/source/ui/uno/ |
H A D | unoatxt.cxx | 397 sal_Bool lcl_CopySelToDoc( SwDoc* pInsDoc, OTextCursorHelper* pxCursor, SwXTextRange* pxRange) in lcl_CopySelToDoc() 458 OTextCursorHelper* pxCursor = 0; in insertNewByName() 463 pxCursor = reinterpret_cast<OTextCursorHelper*>(xRangeTunnel->getSomething( in insertNewByName() 464 OTextCursorHelper::getUnoTunnelId())); in insertNewByName() 1095 OTextCursorHelper* pCursor = 0; in applyTo() 1102 pCursor = reinterpret_cast < OTextCursorHelper*> in applyTo() 1103 ( xTunnel->getSomething( OTextCursorHelper::getUnoTunnelId() ) ); in applyTo() 1118 pCursor = reinterpret_cast < OTextCursorHelper* > in applyTo() 1119 ( xTunnel->getSomething( OTextCursorHelper::getUnoTunnelId() ) ); in applyTo()
|
H A D | unotxvw.cxx | 307 OTextCursorHelper* pCursor = in select() 309 …reinterpret_cast<OTextCursorHelper*>(xIfcTunnel->getSomething(OTextCursorHelper::getUnoTunnelId())) in select() 1393 OTextCursorHelper* pCursor = 0; in gotoRange() 1398 pCursor = reinterpret_cast<OTextCursorHelper*>(xRangeTunnel->getSomething( in gotoRange() 1399 OTextCursorHelper::getUnoTunnelId())); in gotoRange() 2134 return OTextCursorHelper::getSomething(rId);; in getSomething() 2138 IMPLEMENT_FORWARD_XINTERFACE2(SwXTextViewCursor,SwXTextViewCursor_Base,OTextCursorHelper) in IMPLEMENT_FORWARD_XINTERFACE2()
|
/aoo42x/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 | 325 OTextCursorHelper *const pCursor = in insertString() 326 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in insertString() 467 OTextCursorHelper *const pCursor = in insertControlCharacter() 468 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>( in insertControlCharacter() 498 OTextCursorHelper *const pCursor = in insertControlCharacter() 499 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in insertControlCharacter() 1053 OTextCursorHelper *const pOwnCursor = in CheckForOwnMember() 1054 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xTunnel); in CheckForOwnMember() 2389 OTextCursorHelper *const pCursor = in copyText() 2390 ::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 | 316 OTextCursorHelper* pCursor = 0; in attach() 321 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attach() 1080 OTextCursorHelper *const pCursor( (pRange) ? 0 : in AttachImpl() 1081 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel)); in AttachImpl()
|
H A D | unoftn.cxx | 358 OTextCursorHelper *const pCursor = in attach() 359 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attach()
|
H A D | unobkm.cxx | 216 OTextCursorHelper* pCursor = 0; in attachToRangeEx() 221 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attachToRangeEx()
|
H A D | unoframe.cxx | 2686 OTextCursorHelper* pCursor = 0; in attachToRange() 2691 pCursor = reinterpret_cast< OTextCursorHelper * >( in attachToRange() 2692 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( OTextCursorHelper::getUnoTunnelId(… in attachToRange() 3030 OTextCursorHelper* pCursor = 0; in attach() 3035 pCursor = reinterpret_cast< OTextCursorHelper * >( in attach() 3036 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( OTextCursorHelper::getUnoTunnelId(… in attach()
|
H A D | unoobj2.cxx | 1086 OTextCursorHelper* pCursor = 0; in XTextRangeToSwPaM() 1094 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in XTextRangeToSwPaM() 1112 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xCrsrTunnel); in XTextRangeToSwPaM()
|
H A D | unoidx.cxx | 1357 OTextCursorHelper *const pCursor = in attach() 1358 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attach() 1918 OTextCursorHelper *const pCursor = in attach() 1919 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attach()
|
H A D | unoobj.cxx | 1088 return (nRet) ? nRet : OTextCursorHelper::getSomething(rId); in getSomething() 1290 OTextCursorHelper* pCursor = 0; in gotoRange() 1295 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in gotoRange() 3257 ? OTextCursorHelper::queryInterface(rType) in IMPLEMENT_FORWARD_REFCOUNT()
|
H A D | unosect.cxx | 308 OTextCursorHelper* pCursor = 0; in attach() 313 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attach()
|
H A D | unofield.cxx | 1224 OTextCursorHelper* pCursor = 0; in attachToRange() 1229 pCursor = reinterpret_cast< OTextCursorHelper * >( in attachToRange() 1230 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( OTextCursorHelper::getUnoTunnelId(… in attachToRange()
|
H A D | unodraw.cxx | 2020 OTextCursorHelper* pCursor = 0; in attach() 2029 pCursor = reinterpret_cast< OTextCursorHelper * >( in attach() 2030 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( OTextCursorHelper::getUnoTunnelId(… in attach()
|
H A D | unotbl.cxx | 1457 IMPLEMENT_FORWARD_XINTERFACE2(SwXTextTableCursor,SwXTextTableCursor_Base,OTextCursorHelper) in IMPLEMENT_FORWARD_XINTERFACE2() 2251 OTextCursorHelper* pCursor = 0; in attachToRange() 2256 pCursor = reinterpret_cast< OTextCursorHelper * >( in attachToRange() 2257 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( OTextCursorHelper::getUnoTunnelId(… in attachToRange()
|
/aoo42x/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;
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | unotxvw.hxx | 175 public OTextCursorHelper
|