Lines Matching refs:_rxControl

155 	void OFormLayerXMLExport_Impl::exportControl(const Reference< XPropertySet >& _rxControl,  in exportControl()  argument
160 …apPropertySet2String::const_iterator aReferring = m_aCurrentPageReferring->second.find(_rxControl); in exportControl()
165 ::rtl::OUString sControlId( getControlId( _rxControl ) ); in exportControl()
168 OControlExport aExportImpl(*this, _rxControl, sControlId, sReferringControls, _rEvents); in exportControl()
402 ::rtl::OUString OFormLayerXMLExport_Impl::getControlId(const Reference< XPropertySet >& _rxControl) in getControlId() argument
405 OSL_ENSURE(m_aCurrentPageIds->second.end() != m_aCurrentPageIds->second.find(_rxControl), in getControlId()
407 return m_aCurrentPageIds->second[_rxControl]; in getControlId()
423 …ring OFormLayerXMLExport_Impl::getControlNumberStyle( const Reference< XPropertySet >& _rxControl ) in getControlNumberStyle() argument
427 ConstMapPropertySet2IntIterator aControlFormatPos = m_aControlNumberFormats.find(_rxControl); in getControlNumberStyle()
605 …rmLayerXMLExport_Impl::collectGridColumnStylesAndIds( const Reference< XPropertySet >& _rxControl ) in collectGridColumnStylesAndIds() argument
610 Reference< XIndexAccess > xContainer( _rxControl, UNO_QUERY ); in collectGridColumnStylesAndIds()
696 …OFormLayerXMLExport_Impl::examineControlNumberFormat( const Reference< XPropertySet >& _rxControl ) in examineControlNumberFormat() argument
698 sal_Int32 nOwnFormatKey = implExamineControlNumberFormat( _rxControl ); in examineControlNumberFormat()
705 OSL_ENSURE(m_aControlNumberFormats.end() == m_aControlNumberFormats.find(_rxControl), in examineControlNumberFormat()
707 m_aControlNumberFormats[_rxControl] = nOwnFormatKey; in examineControlNumberFormat()
814 void OFormLayerXMLExport_Impl::excludeFromExport( const Reference< XControlModel > _rxControl ) in excludeFromExport() argument
816 Reference< XPropertySet > xProps( _rxControl, UNO_QUERY ); in excludeFromExport()