Home
last modified time | relevance | path

Searched refs:OTextCursorHelper (Results 1 – 25 of 27) sorted by relevance

12

/aoo4110/main/sw/source/filter/xml/
H A Dxmltexti.cxx201 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 Dxmlimp.cxx559 OTextCursorHelper *lcl_xml_GetSwXTextCursor( const Reference < XTextCursor >& rTextCursor ) in lcl_xml_GetSwXTextCursor()
565 OTextCursorHelper *pTxtCrsr = reinterpret_cast< OTextCursorHelper *>( in lcl_xml_GetSwXTextCursor()
566 …sal::static_int_cast< sal_IntPtr >( xCrsrTunnel->getSomething( OTextCursorHelper::getUnoTunnelId()… in lcl_xml_GetSwXTextCursor()
678 OTextCursorHelper *pTxtCrsr = 0; in startDocument()
814 OTextCursorHelper *pTxtCrsr = reinterpret_cast< OTextCursorHelper *>( in endDocument()
815 …sal::static_int_cast< sal_IntPtr >( xCrsrTunnel->getSomething( OTextCursorHelper::getUnoTunnelId()… in endDocument()
H A Dxmltbli.cxx675 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 DXMLRedlineImportHelper.cxx70 OTextCursorHelper *const pXCursor = in lcl_GetDocViaTunnel()
71 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xTunnel); in lcl_GetDocViaTunnel()
/aoo4110/main/sw/source/ui/utlui/
H A Dunotools.cxx344 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()
/aoo4110/main/sw/source/ui/uno/
H A Dunoatxt.cxx397 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 Dunotxvw.cxx307 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()
H A Dunotxdoc.cxx890 OTextCursorHelper* pPosCrsr = 0; in FindAny()
893 pPosCrsr = reinterpret_cast<OTextCursorHelper*>(xCursorTunnel->getSomething( in FindAny()
894 OTextCursorHelper::getUnoTunnelId())); in FindAny()
/aoo4110/main/sw/source/core/unocore/
H A DTextCursorHelper.cxx35 const uno::Sequence< sal_Int8 > & OTextCursorHelper::getUnoTunnelId() in getUnoTunnelId()
44 sal_Int64 SAL_CALL OTextCursorHelper::getSomething( in getSomething()
H A Dunotext.cxx325 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()
2385 OTextCursorHelper *const pCursor = in copyText()
2386 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xCursorTunnel); in copyText()
H A Dunotextmarkup.cxx84 OTextCursorHelper* pCursor = 0; in commitTextRangeMarkup()
89 …Cursor = reinterpret_cast<OTextCursorHelper*>( sal::static_int_cast< sal_IntPtr >( xRangeTunnel->g… in commitTextRangeMarkup()
H A Dunorefmk.cxx316 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 Dunoftn.cxx358 OTextCursorHelper *const pCursor = in attach()
359 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attach()
H A Dunobkm.cxx216 OTextCursorHelper* pCursor = 0; in attachToRangeEx()
221 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attachToRangeEx()
H A Dunoframe.cxx2051 OTextCursorHelper* pCursor = 0; in attachToRange()
2056 pCursor = reinterpret_cast< OTextCursorHelper * >( in attachToRange()
2057 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( OTextCursorHelper::getUnoTunnelId(… in attachToRange()
2387 OTextCursorHelper* pCursor = 0; in attach()
2392 pCursor = reinterpret_cast< OTextCursorHelper * >( in attach()
2393 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( OTextCursorHelper::getUnoTunnelId(… in attach()
H A Dunoobj2.cxx1086 OTextCursorHelper* pCursor = 0; in XTextRangeToSwPaM()
1094 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in XTextRangeToSwPaM()
1112 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xCrsrTunnel); in XTextRangeToSwPaM()
H A Dunoidx.cxx1357 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 Dunoobj.cxx1088 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 Dunosect.cxx308 OTextCursorHelper* pCursor = 0; in attach()
313 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attach()
H A Dunodraw.cxx2022 OTextCursorHelper* pCursor = 0; in attach()
2031 pCursor = reinterpret_cast< OTextCursorHelper * >( in attach()
2032 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( OTextCursorHelper::getUnoTunnelId(… in attach()
H A Dunofield.cxx1224 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()
/aoo4110/main/sw/inc/
H A DTextCursorHelper.hxx32 class OTextCursorHelper : public ::cppu::ImplHelper1< ::com::sun::star::lang::XUnoTunnel> class
36 OTextCursorHelper(){} in OTextCursorHelper() function in OTextCursorHelper
H A Dunotextcursor.hxx78 , public OTextCursorHelper
H A Dunotext.hxx49 class OTextCursorHelper;
/aoo4110/main/sw/source/ui/inc/
H A Dunotxvw.hxx175 public OTextCursorHelper

Completed in 185 milliseconds

12