Home
last modified time | relevance | path

Searched refs:xRangeTunnel (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunotextmarkup.cxx79 uno::Reference<lang::XUnoTunnel> xRangeTunnel( xRange, uno::UNO_QUERY); in commitTextRangeMarkup() local
81 if(!xRangeTunnel.is()) return; in commitTextRangeMarkup()
86 if(xRangeTunnel.is()) in commitTextRangeMarkup()
88 …pRange = reinterpret_cast<SwXTextRange*>( sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSo… in commitTextRangeMarkup()
89 …terpret_cast<OTextCursorHelper*>( sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething(O… in commitTextRangeMarkup()
H A Dunorefmk.cxx314 uno::Reference<lang::XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); in attach() local
317 if(xRangeTunnel.is()) in attach()
319 pRange = ::sw::UnoTunnelGetImplementation<SwXTextRange>(xRangeTunnel); in attach()
321 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attach()
1071 uno::Reference<lang::XUnoTunnel> xRangeTunnel(i_xTextRange, uno::UNO_QUERY); in AttachImpl() local
1072 if (!xRangeTunnel.is()) in AttachImpl()
1079 ::sw::UnoTunnelGetImplementation<SwXTextRange>(xRangeTunnel)); in AttachImpl()
1081 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel)); in AttachImpl()
H A Dunotext.cxx321 const uno::Reference<lang::XUnoTunnel> xRangeTunnel(xTextRange, in insertString() local
324 ::sw::UnoTunnelGetImplementation<SwXTextRange>(xRangeTunnel); in insertString()
326 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in insertString()
463 const uno::Reference<lang::XUnoTunnel> xRangeTunnel( in insertControlCharacter() local
466 ::sw::UnoTunnelGetImplementation<SwXTextRange>(xRangeTunnel); in insertControlCharacter()
469 xRangeTunnel); in insertControlCharacter()
494 const uno::Reference<lang::XUnoTunnel> xRangeTunnel( in insertControlCharacter() local
497 ::sw::UnoTunnelGetImplementation<SwXTextRange>(xRangeTunnel); in insertControlCharacter()
499 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in insertControlCharacter()
1478 const uno::Reference< lang::XUnoTunnel > xRangeTunnel( in appendTextPortion() local
[all …]
H A Dunobkm.cxx213 const uno::Reference<lang::XUnoTunnel> xRangeTunnel( in attachToRangeEx() local
217 if(xRangeTunnel.is()) in attachToRangeEx()
219 pRange = ::sw::UnoTunnelGetImplementation<SwXTextRange>(xRangeTunnel); in attachToRangeEx()
221 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attachToRangeEx()
H A Dunoobj2.cxx1084 uno::Reference<lang::XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); in XTextRangeToSwPaM() local
1090 if(xRangeTunnel.is()) in XTextRangeToSwPaM()
1092 pRange = ::sw::UnoTunnelGetImplementation<SwXTextRange>(xRangeTunnel); in XTextRangeToSwPaM()
1094 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in XTextRangeToSwPaM()
1096 ::sw::UnoTunnelGetImplementation<SwXTextPortion>(xRangeTunnel); in XTextRangeToSwPaM()
1097 pText = ::sw::UnoTunnelGetImplementation<SwXText>(xRangeTunnel); in XTextRangeToSwPaM()
1098 pPara = ::sw::UnoTunnelGetImplementation<SwXParagraph>(xRangeTunnel); in XTextRangeToSwPaM()
H A Dunoftn.cxx354 const uno::Reference<lang::XUnoTunnel> xRangeTunnel( in attach() local
357 ::sw::UnoTunnelGetImplementation<SwXTextRange>(xRangeTunnel); in attach()
359 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attach()
H A Dunodraw.cxx2016 uno::Reference<lang::XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); in attach() local
2017 if(xRangeTunnel.is()) in attach()
2026 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( SwXTextRange::getUnoTunnelId()) )); in attach()
2028 sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( SwXText::getUnoTunnelId()) )); in attach()
2030 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( OTextCursorHelper::getUnoTunnelId(… in attach()
2032 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( SwXTextPortion::getUnoTunnelId()) … in attach()
2034 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( SwXParagraph::getUnoTunnelId( ) ) … in attach()
H A Dunosect.cxx306 uno::Reference<lang::XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); in attach() local
309 if(xRangeTunnel.is()) in attach()
311 pRange = ::sw::UnoTunnelGetImplementation<SwXTextRange>(xRangeTunnel); in attach()
313 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attach()
H A Dunoframe.cxx2684 uno::Reference<lang::XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); in attachToRange() local
2687 if(xRangeTunnel.is()) in attachToRange()
2690 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( SwXTextRange::getUnoTunnelId()) )); in attachToRange()
2692 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( OTextCursorHelper::getUnoTunnelId(… in attachToRange()
3028 uno::Reference<lang::XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); in attach() local
3031 if(xRangeTunnel.is()) in attach()
3034 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( SwXTextRange::getUnoTunnelId()) )); in attach()
3036 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( OTextCursorHelper::getUnoTunnelId(… in attach()
H A Dunoidx.cxx1354 const uno::Reference<XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); in attach() local
1356 ::sw::UnoTunnelGetImplementation<SwXTextRange>(xRangeTunnel); in attach()
1358 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attach()
1915 const uno::Reference<XUnoTunnel> xRangeTunnel(xTextRange, uno::UNO_QUERY); in attach() local
1917 ::sw::UnoTunnelGetImplementation<SwXTextRange>(xRangeTunnel); in attach()
1919 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in attach()
H A Dunofield.cxx1222 uno::Reference<lang::XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); in attachToRange() local
1225 if(xRangeTunnel.is()) in attachToRange()
1228 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( SwXTextRange::getUnoTunnelId()) )); in attachToRange()
1230 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( OTextCursorHelper::getUnoTunnelId(… in attachToRange()
H A Dunoobj.cxx1288 uno::Reference<lang::XUnoTunnel> xRangeTunnel( xRange, uno::UNO_QUERY); in gotoRange() local
1291 if(xRangeTunnel.is()) in gotoRange()
1293 pRange = ::sw::UnoTunnelGetImplementation<SwXTextRange>(xRangeTunnel); in gotoRange()
1295 ::sw::UnoTunnelGetImplementation<OTextCursorHelper>(xRangeTunnel); in gotoRange()
H A Dunotbl.cxx2249 uno::Reference<XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); in attachToRange() local
2252 if(xRangeTunnel.is()) in attachToRange()
2255 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( SwXTextRange::getUnoTunnelId()) )); in attachToRange()
2257 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( OTextCursorHelper::getUnoTunnelId(… in attachToRange()
/trunk/main/sw/source/ui/uno/
H A Dunoatxt.cxx456 uno::Reference<lang::XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); in insertNewByName() local
459 if(xRangeTunnel.is()) in insertNewByName()
461 pxRange = reinterpret_cast<SwXTextRange*>(xRangeTunnel->getSomething( in insertNewByName()
463 pxCursor = reinterpret_cast<OTextCursorHelper*>(xRangeTunnel->getSomething( in insertNewByName()
H A Dunotxvw.cxx1390 uno::Reference<lang::XUnoTunnel> xRangeTunnel( xRange, uno::UNO_QUERY); in gotoRange() local
1394 if(xRangeTunnel.is()) in gotoRange()
1396 pRange = reinterpret_cast<SwXTextRange*>(xRangeTunnel->getSomething( in gotoRange()
1398 pCursor = reinterpret_cast<OTextCursorHelper*>(xRangeTunnel->getSomething( in gotoRange()
1400 pPara = reinterpret_cast<SwXParagraph*>(xRangeTunnel->getSomething( in gotoRange()

Completed in 193 milliseconds