Lines Matching refs:_rContext
71 …void OOptionGroupLayouter::doLayout(const OControlWizardContext& _rContext, const OOptionGroupSett… in doLayout() argument
73 Reference< XShapes > xPageShapes(_rContext.xDrawPage, UNO_QUERY); in doLayout()
80 Reference< XMultiServiceFactory > xDocFactory(_rContext.xDocumentModel, UNO_QUERY); in doLayout()
93 ::com::sun::star::awt::Size aControlShapeSize = _rContext.xObjectShape->getSize(); in doLayout()
100 _rContext.xObjectShape->setSize(aControlShapeSize); in doLayout()
103 implAnchorShape(Reference< XPropertySet >(_rContext.xObjectShape, UNO_QUERY)); in doLayout()
110 xButtonCollection->add(_rContext.xObjectShape.get()); in doLayout()
114 ::com::sun::star::awt::Point aShapePosition = _rContext.xObjectShape->getPosition(); in doLayout()
123 disambiguateName(Reference< XNameAccess >(_rContext.xForm, UNO_QUERY), sElementsName); in doLayout()
177 …etPropertyValue(::rtl::OUString::createFromAscii("LabelControl"), makeAny(_rContext.xObjectModel)); in doLayout()
183 Reference< XShapeGrouper > xGrouper(_rContext.xDrawPage, UNO_QUERY); in doLayout()
187 …Reference< XSelectionSupplier > xSelector(_rContext.xDocumentModel->getCurrentController(), UNO_QU… in doLayout()