Lines Matching refs:_rxObject

250 …OUString OFormLayerXMLExport_Impl::getObjectStyleName( const Reference< XPropertySet >& _rxObject )  in getObjectStyleName()  argument
254 MapPropertySet2String::const_iterator aObjectStylePos = m_aGridColumnStyles.find( _rxObject ); in getObjectStyleName()
411 …ing OFormLayerXMLExport_Impl::getImmediateNumberStyle( const Reference< XPropertySet >& _rxObject ) in getImmediateNumberStyle() argument
415 sal_Int32 nOwnFormatKey = implExamineControlNumberFormat( _rxObject ); in getImmediateNumberStyle()
544 sal_Bool OFormLayerXMLExport_Impl::checkExamineControl(const Reference< XPropertySet >& _rxObject) in checkExamineControl() argument
546 Reference< XPropertySetInfo > xCurrentInfo = _rxObject->getPropertySetInfo(); in checkExamineControl()
558 m_aCurrentPageIds->second[_rxObject] = sCurrentId; in checkExamineControl()
564 …Reference< XPropertySet > xCurrentReference( _rxObject->getPropertyValue( PROPERTY_CONTROLLABEL ),… in checkExamineControl()
580 examineControlNumberFormat(_rxObject); in checkExamineControl()
585 Reference< XText > xControlText( _rxObject, UNO_QUERY ); in checkExamineControl()
594 _rxObject->getPropertyValue( PROPERTY_CLASSID ) >>= nControlType; in checkExamineControl()
597 collectGridColumnStylesAndIds( _rxObject ); in checkExamineControl()
683 …rmLayerXMLExport_Impl::implExamineControlNumberFormat( const Reference< XPropertySet >& _rxObject ) in implExamineControlNumberFormat() argument
686 sal_Int32 nOwnFormatKey = ensureTranslateFormat( _rxObject ); in implExamineControlNumberFormat()