Lines Matching refs:getSomething
297 xIfcTunnel->getSomething(SwXFrame::getUnoTunnelId())) : 0; in select()
300 xIfcTunnel->getSomething(SwXCell::getUnoTunnelId())) : 0; in select()
309 …reinterpret_cast<OTextCursorHelper*>(xIfcTunnel->getSomething(OTextCursorHelper::getUnoTunnelId())) in select()
319 …0 != (pPosN = reinterpret_cast<SwXTextRanges*>(xIfcTunnel->getSomething(SwXTextRanges::getUnoTunne… in select()
366 xIfcTunnel->getSomething(SwXTextTable::getUnoTunnelId())); in select()
398 xIfcTunnel->getSomething(SwXCellRange::getUnoTunnelId())) : 0; in select()
451 … pSwXShape = reinterpret_cast<SwXShape*>(xIfcTunnel->getSomething(SwXShape::getUnoTunnelId())); in select()
458 … pSvxShape = reinterpret_cast<SvxShape*>(xIfcTunnel->getSomething(SvxShape::getUnoTunnelId())); in select()
499 … reinterpret_cast<SvxShape*>(xShapeTunnel->getSomething(SvxShape::getUnoTunnelId())) : 0; in select()
610 getSomething(SwXTextDocument::getUnoTunnelId())); in getSelection()
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()
2124 sal_Int64 SAL_CALL SwXTextViewCursor::getSomething( in getSomething() function in SwXTextViewCursor
2134 return OTextCursorHelper::getSomething(rId);; in getSomething()