Lines Matching refs:m_xProps

175 		Reference< XPersistObject > xPersistence(m_xProps, UNO_QUERY);  in exportServiceNameAttribute()
218 Reference< XServiceInfo > xSI(m_xProps, UNO_QUERY); in exportServiceNameAttribute()
223 Reference< XServiceInfo > xSI(m_xProps, UNO_QUERY); in exportServiceNameAttribute()
269 OSL_ENSURE(m_xProps.is(), "OControlExport::OControlExport: invalid arguments!"); in OControlExport()
360 Reference< XText > xControlText( m_xProps, UNO_QUERY ); in exportSubTags()
421 Reference< XIndexAccess > xColumnContainer(m_xProps, UNO_QUERY); in exportSubTags()
438 m_xProps->getPropertyValue(PROPERTY_STRING_ITEM_LIST) >>= aListItems; in exportSubTags()
462 … OSL_VERIFY(m_xProps->getPropertyValue( PROPERTY_RICH_TEXT ) >>= bActingAsRichText ); in exportSubTags()
511 const Any propValue = m_xProps->getPropertyValue( prop->Name ); in exportGenericHandlerAttributes()
531 const Any propValue = m_xProps->getPropertyValue( (*desc)->propertyName ); in exportGenericHandlerAttributes()
1146 m_xProps->getPropertyValue( PROPERTY_REPEAT_DELAY ) >>= nRepeatDelay; in exportSpecialAttributes()
1170 m_xProps->getPropertyValue(PROPERTY_ECHO_CHAR) >>= nValue; in exportSpecialAttributes()
1242 Any aListSource = m_xProps->getPropertyValue( PROPERTY_LISTSOURCE ); in getScalarListSourceValue()
1276 m_xProps->getPropertyValue(_rPropertyName) >>= aValueSequence; in getSequenceInt16PropertyAsSet()
1289 m_xProps->getPropertyValue(PROPERTY_STRING_ITEM_LIST) >>= aItems; in exportListSourceAsElements()
1293 m_xProps->getPropertyValue(PROPERTY_LISTSOURCE) >>= aValues; in exportListSourceAsElements()
1460 m_xProps->getPropertyValue(PROPERTY_CLASSID) >>= m_nClassId; in examine()
1504 m_xProps->getPropertyValue(PROPERTY_ECHOCHAR) >>= nEchoChar; in examine()
1516 bMultiLine = ::cppu::any2bool(m_xProps->getPropertyValue(PROPERTY_MULTILINE)); in examine()
1627 m_xProps->getPropertyValue(PROPERTY_LISTSOURCETYPE) >>= eListSourceType; in examine()
1743 if ( FormCellBindingHelper::livesInSpreadsheetDocument( m_xProps ) ) in examine()
1745 FormCellBindingHelper aHelper( m_xProps, NULL ); in examine()
1763 if( getXFormsBindName( m_xProps ).getLength() > 0 ) in examine()
1769 if( getXFormsListBindName( m_xProps ).getLength() > 0 ) in examine()
1775 if( getXFormsSubmissionName( m_xProps ).getLength() > 0 ) in examine()
1786 FormCellBindingHelper aHelper( m_xProps, NULL ); in exportCellBindingAttributes()
1828 rtl::OUString sBindName = getXFormsBindName( m_xProps ); in exportXFormsBindAttributes()
1834 rtl::OUString sBindName = getXFormsListBindName( m_xProps ); in exportXFormsListAttributes()
1840 rtl::OUString sSubmission = getXFormsSubmissionName( m_xProps ); in exportXFormsSubmissionAttributes()
1848 Reference< XListEntrySink > xSink( m_xProps, UNO_QUERY ); in exportCellListSourceRange()
1855 FormCellBindingHelper aHelper( m_xProps, NULL ); in exportCellListSourceRange()
1876 OSL_VERIFY( m_xProps->getPropertyValue( PROPERTY_IMAGE_POSITION ) >>= nImagePosition ); in exportImagePositionAttributes()
1928 m_xProps->getPropertyValue( sBoundFieldPropertyName ) >>= xBoundField; in controlHasActiveDataBinding()
1934 Reference< XBindableValue > xBindable( m_xProps, UNO_QUERY ); in controlHasActiveDataBinding()
1952 Reference< XListEntrySink > xEntrySink( m_xProps, UNO_QUERY ); in controlHasUserSuppliedListEntries()
1959 … OSL_VERIFY( m_xProps->getPropertyValue( PROPERTY_LISTSOURCETYPE ) >>= eListSourceType ); in controlHasUserSuppliedListEntries()
2001 m_xProps->getPropertyValue(PROPERTY_COLUMNSERVICENAME) >>= sColumnServiceName; in exportServiceNameAttribute()
2038 ::rtl::OUString sStyleName = m_rContext.getObjectStyleName( m_xProps ); in exportAttributes()
2072 OSL_ENSURE(m_xProps.is(), "OFormExport::OFormExport: invalid arguments!"); in OFormExport()
2084 if ( m_bCreateConnectionResourceElement && m_xProps.is() ) in exportSubTags()
2088 m_xProps->getPropertyValue( PROPERTY_DATASOURCENAME ) >>= sPropValue; // if set it is a file url in exportSubTags()
2090 m_xProps->getPropertyValue( PROPERTY_URL ) >>= sPropValue; in exportSubTags()
2105 Reference< XIndexAccess > xCollection(m_xProps, UNO_QUERY); in exportSubTags()
2144 m_xProps->getPropertyValue( PROPERTY_DATASOURCENAME ) >>= sPropValue; in exportAttributes()