Lines Matching refs:xSelection
2339 Reference < XIndexAccess > xSelection; in getCursor() local
2340 if ( aAny >>= xSelection ) in getCursor()
2342 if ( xSelection->getCount() == 1 ) in getCursor()
2344 aAny = xSelection->getByIndex(0); in getCursor()
2405 Reference< XIndexAccess > xSelection = xSearchable->findAll( xSrchDesc ); in IMPL_LINK() local
2412 aAny <<= xSelection; in IMPL_LINK()
2463 Reference< XInterface > xSelection; in IMPL_LINK() local
2470 xSelection = xSearchable->findNext( xCursor, xSrchDesc ); in IMPL_LINK()
2473 xSelection = xSearchable->findFirst( xSrchDesc ); in IMPL_LINK()
2476 if ( xSelection.is() ) in IMPL_LINK()
2482 aAny <<= xSelection; in IMPL_LINK()
2760 Reference < XIndexAccess > xSelection; in SetPageStyleHeaderOff() local
2761 if ( xSelSup->getSelection() >>= xSelection ) in SetPageStyleHeaderOff()
2764 if ( xSelection->getByIndex(0) >>= xRange ) in SetPageStyleHeaderOff()