Lines Matching refs:xInterface
287 uno::Reference< uno::XInterface > xInterface; in select() local
288 if(GetView() && (aInterface >>= xInterface)) in select()
292 uno::Reference< lang::XUnoTunnel > xIfcTunnel(xInterface, uno::UNO_QUERY); in select()
293 uno::Reference< text::XTextCursor > xCrsr(xInterface, uno::UNO_QUERY); in select()
294 uno::Reference< container::XIndexAccess > xPosN(xInterface, uno::UNO_QUERY); in select()
295 uno::Reference< text::XTextRange > xPos(xInterface, uno::UNO_QUERY); in select()
361 uno::Reference< text::XTextTable > xTbl(xInterface, uno::UNO_QUERY);; in select()
410 uno::Reference< text::XTextContent > xBkm(xInterface, uno::UNO_QUERY);; in select()
428 uno::Reference< awt::XControlModel > xCtrlModel(xInterface, UNO_QUERY); in select()
447 uno::Reference< drawing::XShapes > xShapeColl( xInterface, uno::UNO_QUERY ); in select()
448 uno::Reference< beans::XPropertySet > xTmpProp(xInterface, uno::UNO_QUERY); in select()