Lines Matching refs:xSelectionSupplier

299 …utable com::sun::star::uno::Reference<com::sun::star::view::XSelectionSupplier> xSelectionSupplier;  member in ScChildrenShapes
338 if (!xSelectionSupplier.is()) in ScChildrenShapes()
341 uno::Reference<drawing::XShapes> xShapes(xSelectionSupplier->getSelection(), uno::UNO_QUERY); in ScChildrenShapes()
625 if (!xSelectionSupplier.is()) in IsSelected()
638 xSelectionSupplier->getSelection() >>= xIndexAccess; in IsSelected()
670 if (!xSelectionSupplier.is()) in SelectionChanged()
673 uno::Reference<drawing::XShapes> xShapes(xSelectionSupplier->getSelection(), uno::UNO_QUERY); in SelectionChanged()
685 if (!xSelectionSupplier.is()) in Select()
695 xSelectionSupplier->getSelection() >>= xShapes; in Select()
704 xSelectionSupplier->select(uno::makeAny(xShapes)); in Select()
717 if (!xSelectionSupplier.is()) in DeselectAll()
723 xSelectionSupplier->select(uno::Any()); //deselects all in DeselectAll()
737 if (!xSelectionSupplier.is()) in SelectAll()
751 xSelectionSupplier->select(uno::makeAny(xShapes)); in SelectAll()
763 xSelectionSupplier->getSelection() >>= xIndexAccess; in FillShapes()
780 if (!xSelectionSupplier.is()) in GetSelectedCount()
848 xSelectionSupplier->getSelection() >>= xShapes; in Deselect()
854 xSelectionSupplier->select(uno::makeAny(xShapes)); in Deselect()
1140 if (!xSelectionSupplier.is() && mpViewShell) in FillSelectionSupplier()
1145xSelectionSupplier = uno::Reference<view::XSelectionSupplier>(pViewFrame->GetFrame().GetController… in FillSelectionSupplier()
1146 if (xSelectionSupplier.is()) in FillSelectionSupplier()
1149 xSelectionSupplier->addSelectionChangeListener(mpAccessibleDocument); in FillSelectionSupplier()
1150 uno::Reference<drawing::XShapes> xShapes (xSelectionSupplier->getSelection(), uno::UNO_QUERY); in FillSelectionSupplier()
1275 if (!xSelectionSupplier.is()) in AddShape()
1278 …uno::Reference<container::XEnumerationAccess> xEnumAcc(xSelectionSupplier->getSelection(), uno::UN… in AddShape()