Home
last modified time | relevance | path

Searched refs:m_xProps (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/ucb/source/ucp/webdav/
H A DContentProperties.cxx91 : m_xProps( new PropertyValueMap ), in ContentProperties()
103 (*m_xProps)[ rtl::OUString::createFromAscii( "Title" ) ] in ContentProperties()
136 : m_xProps( new PropertyValueMap ), in ContentProperties()
139 (*m_xProps)[ rtl::OUString::createFromAscii( "Title" ) ] in ContentProperties()
141 (*m_xProps)[ rtl::OUString::createFromAscii( "IsFolder" ) ] in ContentProperties()
149 : m_xProps( new PropertyValueMap ), in ContentProperties()
152 (*m_xProps)[ rtl::OUString::createFromAscii( "Title" ) ] in ContentProperties()
158 : m_xProps( new PropertyValueMap ), in ContentProperties()
166 m_xProps( rOther.m_xProps.get() in ContentProperties()
167 ? new PropertyValueMap( *rOther.m_xProps ) in ContentProperties()
[all …]
/trunk/main/xmloff/source/forms/
H A Delementexport.cxx175 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()
360 Reference< XText > xControlText( m_xProps, UNO_QUERY ); in exportSubTags()
1170 m_xProps->getPropertyValue(PROPERTY_ECHO_CHAR) >>= nValue; in exportSpecialAttributes()
1460 m_xProps->getPropertyValue(PROPERTY_CLASSID) >>= m_nClassId; in examine()
1745 FormCellBindingHelper aHelper( m_xProps, NULL ); in examine()
1763 if( getXFormsBindName( m_xProps ).getLength() > 0 ) in examine()
1786 FormCellBindingHelper aHelper( m_xProps, NULL ); in exportCellBindingAttributes()
2084 if ( m_bCreateConnectionResourceElement && m_xProps.is() ) in exportSubTags()
[all …]
H A Dpropertyexport.cxx69 ,m_xProps(_rxProps) in OPropertyExport()
70 ,m_xPropertyInfo( m_xProps->getPropertySetInfo() ) in OPropertyExport()
131 aValue = m_xProps->getPropertyValue(*aProperty); in exportRemainingProperties()
272 m_xProps->getPropertyValue( _rPropertyName ) >>= sPropValue; in exportStringPropertyAttribute()
295 Any aCurrentValue = m_xProps->getPropertyValue( _rPropertyName ); in exportBooleanPropertyAttribute()
329 m_xProps->getPropertyValue( _rPropertyName ) >>= nCurrentValue; in exportInt16PropertyAttribute()
353 m_xProps->getPropertyValue( _rPropertyName ) >>= nCurrentValue; in exportInt32PropertyAttribute()
378 Any aValue = m_xProps->getPropertyValue(sPropertyName); in exportEnumPropertyAttribute()
426 …::rtl::OUString sTargetLocation = comphelper::getString(m_xProps->getPropertyValue(_sPropertyName)… in exportRelativeTargetLocation()
475 Any aCurrentValue = m_xProps->getPropertyValue(sPropertyName); in exportGenericPropertyAttribute()
[all …]
/trunk/main/vbahelper/source/msforms/
H A Dvbalistbox.cxx40 mpListHelper.reset( new ListControlHelper( m_xProps ) ); in ScVbaListBox()
57 m_xProps->getPropertyValue( SELECTEDITEMS ) >>= sSelection; in getListIndex()
68 m_xProps->getPropertyValue( SELECTEDITEMS ) >>= sSelection; in getValue()
69 m_xProps->getPropertyValue( ITEMS ) >>= sItems; in getValue()
89 m_xProps->getPropertyValue( ITEMS ) >>= sList; in setValue()
109 m_xProps->setPropertyValue( TEXT, uno::makeAny( sValue ) ); in setValue()
144 m_xProps->getPropertyValue( ITEMS ) >>= sList; in Selected()
187 m_xProps->getPropertyValue( SELECTEDITEMS ) >>= nList; in setValueEvent()
204 m_xProps->setPropertyValue( SELECTEDITEMS, uno::makeAny( nList ) ); in setValueEvent()
222 m_xProps->setPropertyValue( SELECTEDITEMS, uno::makeAny( nList ) ); in setValueEvent()
[all …]
H A Dvbascrollbar.cxx45 return m_xProps->getPropertyValue( SCROLLVALUE ); in getValue()
51 m_xProps->setPropertyValue( SCROLLVALUE, _value ); in setValue()
58 m_xProps->getPropertyValue( SCROLLMAX ) >>= nMax; in getMax()
65 m_xProps->setPropertyValue( SCROLLMAX, uno::makeAny( nVal ) ); in setMax()
72 m_xProps->getPropertyValue( SCROLLMIN ) >>= nVal; in getMin()
79 m_xProps->setPropertyValue( SCROLLMIN, uno::makeAny( nVal ) ); in setMin()
85 m_xProps->setPropertyValue( LARGECHANGE, uno::makeAny( _largechange ) ); in setLargeChange()
92 m_xProps->getPropertyValue( LARGECHANGE ) >>= nVal; in getLargeChange()
100 m_xProps->getPropertyValue( SMALLCHANGE ) >>= nSmallChange; in getSmallChange()
107 m_xProps->setPropertyValue( SMALLCHANGE, uno::makeAny( _smallchange ) ); in setSmallChange()
H A Dvbacontrol.cxx138 m_xProps.set( xControlShape->getControl(), uno::UNO_QUERY_THROW ); in ScVbaControl()
140 m_xProps.set( xUserFormControl->getModel(), uno::UNO_QUERY_THROW ); in ScVbaControl()
163 m_xProps = NULL; in removeResouce()
169 uno::Any aValue = m_xProps->getPropertyValue in getEnabled()
179 m_xProps->setPropertyValue in setEnabled()
187 m_xProps->getPropertyValue in getVisible()
195 m_xProps->setPropertyValue in setVisible()
355 m_xProps->getPropertyValue in getName()
364 m_xProps->setPropertyValue in setName()
372 m_xProps->getPropertyValue in getControlTipText()
[all …]
H A Dvbatextbox.cxx57 aValue = m_xProps->getPropertyValue in getText()
69 uno::Reference< text::XTextRange > xTextRange( m_xProps, uno::UNO_QUERY_THROW ); in setText()
73m_xProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Text") ), uno::makeAny( _t… in setText()
80 aValue = m_xProps->getPropertyValue in getMaxLength()
91 m_xProps->setPropertyValue in setMaxLength()
99 aValue = m_xProps->getPropertyValue in getMultiline()
110 m_xProps->setPropertyValue in setMultiline()
139 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
H A Dvbacombobox.cxx47 mpListHelper.reset( new ListControlHelper( m_xProps ) ); in ScVbaComboBox()
51 m_xProps->getPropertyValue( CONTROLSOURCEPROP ) >>= sSourceName; in ScVbaComboBox()
68 return m_xProps->getPropertyValue( sSourceName ); in getValue()
78 m_xProps->getPropertyValue( ITEMS ) >>= sItems; in setListIndex()
82 m_xProps->setPropertyValue( TEXT, uno::makeAny( sText ) ); in setListIndex()
91 m_xProps->getPropertyValue( ITEMS ) >>= sItems; in getListIndex()
118m_xProps->setPropertyValue( sSourceName, uno::Any( extractStringFromAny( _value, ::rtl::OUString()… in setValue()
236 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
H A Dvbalistcontrolhelper.cxx36 m_xProps->getPropertyValue( ITEMS ) >>= sList; in AddItem()
80 m_xProps->setPropertyValue( ITEMS, uno::makeAny( sList ) ); in AddItem()
93 m_xProps->getPropertyValue( ITEMS ) >>= sList; in removeItem()
110 m_xProps->setPropertyValue( ITEMS, uno::makeAny( sList ) ); in removeItem()
119 m_xProps->setPropertyValue( ITEMS, uno::makeAny( uno::Sequence< rtl::OUString >() ) ); in Clear()
133 m_xProps->getPropertyValue( ITEMS ) >>= sList; in getListCount()
141 m_xProps->getPropertyValue( ITEMS ) >>= sList; in List()
H A Dvbaspinbutton.cxx43 return m_xProps->getPropertyValue( SPINVALUE ); in getValue()
49 m_xProps->setPropertyValue( SPINVALUE, _value ); in setValue()
56 m_xProps->getPropertyValue( SPINMAX ) >>= nMax; in getMax()
63 m_xProps->setPropertyValue( SPINMAX, uno::makeAny( nVal ) ); in setMax()
70 m_xProps->getPropertyValue( SPINMIN ) >>= nVal; in getMin()
77 m_xProps->setPropertyValue( SPINMIN, uno::makeAny( nVal ) ); in setMin()
H A Dvbatogglebutton.cxx37 m_xProps->setPropertyValue( TOGGLE, uno::makeAny( sal_True ) ); in ScVbaToggleButton()
50 m_xProps->getPropertyValue( LABEL ) >>= Label; in getCaption()
57 m_xProps->setPropertyValue( LABEL, uno::makeAny( _caption ) ); in setCaption()
64 m_xProps->getPropertyValue( STATE ) >>= nState; in getValue()
76 m_xProps->setPropertyValue( STATE, uno::makeAny( nState ) ); in setValue()
126 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
H A Dvbacheckbox.cxx43 m_xProps->getPropertyValue( LABEL ) >>= Label; in getCaption()
50 m_xProps->setPropertyValue( LABEL, uno::makeAny( _caption ) ); in setCaption()
57 m_xProps->getPropertyValue( STATE ) >>= nValue; in getValue()
81 m_xProps->setPropertyValue( STATE, uno::makeAny( nValue ) ); in setValue()
86 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
H A Dvbaradiobutton.cxx42 m_xProps->getPropertyValue( LABEL ) >>= Label; in getCaption()
49 m_xProps->setPropertyValue( LABEL, uno::makeAny( _caption ) ); in setCaption()
56 m_xProps->getPropertyValue( STATE ) >>= nValue; in getValue()
81 m_xProps->setPropertyValue( STATE, uno::makeAny( nValue ) ); in setValue()
86 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
H A Dvbalabel.cxx41 m_xProps->getPropertyValue( LABEL ) >>= Label; in getCaption()
48 m_xProps->setPropertyValue( LABEL, uno::makeAny( _caption ) ); in setCaption()
66 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
H A Dvbaframe.cxx53 m_xProps->getPropertyValue( LABEL ) >>= Label; in getCaption()
59 m_xProps->setPropertyValue( LABEL, uno::makeAny( _caption ) ); in setCaption()
82 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
H A Dvbabutton.cxx41 m_xProps->getPropertyValue( LABEL ) >>= Label; in getCaption()
48 m_xProps->setPropertyValue( LABEL, uno::makeAny( _caption ) ); in setCaption()
98 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
H A Dvbamultipage.cxx86 m_xProps->getPropertyValue( SVALUE ) >>= nValue; in getValue()
94 m_xProps->setPropertyValue( SVALUE, uno::makeAny( _value ) ); in setValue()
110 m_xProps->getPropertyValue( SVALUEMAX ) >>= nValue; in Pages()
H A Dvbauserform.cxx52 m_xProps.set( xControl->getModel(), uno::UNO_QUERY_THROW ); in ScVbaUserForm()
107m_xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Title") ) ) >>= sCaption; in getCaption()
113m_xProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Title") ), uno::makeAny( _… in setCaption()
H A Dvbalistcontrolhelper.hxx29 css::uno::Reference< css::beans::XPropertySet > m_xProps; member in ListControlHelper
32 …ListControlHelper( const css::uno::Reference< css::beans::XPropertySet >& rxControl ) : m_xProps( … in ListControlHelper()
H A Dvbaprogressbar.cxx40 return m_xProps->getPropertyValue( SVALUE ); in getValue()
46 m_xProps->setPropertyValue( SVALUE, _value ); in setValue()
/trunk/main/sc/source/ui/vba/
H A Dvbainterior.cxx87 …g::IllegalArgumentException) : ScVbaInterior_BASE( xParent, xContext ), m_xProps(xProps), m_pScDoc… in ScVbaInterior()
93 if ( !m_xProps.is() ) in ScVbaInterior()
143 m_xProps->setPropertyValue( BACKCOLOR , uno::makeAny( nMixedColor ) ); in SetMixedColor()
165 m_xProps->setPropertyValue( BACKCOLOR, uno::makeAny( sal_Int32( -1 ) ) ); in setColorIndex()
212 uno::Any aColor = m_xProps->getPropertyValue( BACKCOLOR ); in getColorIndex()
259 …return uno::Reference < container::XNameContainer > ( m_xProps->getPropertyValue( rtl::OUString::c… in GetAttributeContainer()
299m_xProps->setPropertyValue( rtl::OUString::createFromAscii( "UserDefinedAttributes" ), uno::makeAn… in SetUserDefinedAttributes()
337 aAny = OORGBToXLRGB( m_xProps->getPropertyValue( BACKCOLOR ) ); in GetBackColor()
H A Dvbaborders.cxx59 uno::Reference< beans::XPropertySet > m_xProps; member in ScVbaBorder
65 m_xProps->getPropertyValue( sTableBorder ) >>= aTableBorder; in setBorderLine()
102 m_xProps->setPropertyValue( sTableBorder, uno::makeAny(aTableBorder) ); in setBorderLine()
109 m_xProps->getPropertyValue( sTableBorder ) >>= aTableBorder; in getBorderLine()
166 …o::Reference< XHelperInterface >( xProps, uno::UNO_QUERY ), xContext ), m_xProps( xProps ), m_Line… in ScVbaBorder()
384 m_xProps.set( xRange, uno::UNO_QUERY_THROW ); in ScVbaBorders()
496 m_xProps->getPropertyValue( sTableBorder ) >>= maTableBorder; in getLineStyle()
H A Dvbaformatconditions.cxx109 uno::Reference<beans::XPropertySet > m_xProps; member in EnumWrapper
113 …( xContext ), m_xStyles( xStyles ), m_xParentCollection( xCollection ), m_xProps( xProps ), nIndex… in EnumWrapper()
122 …ge, uno::UNO_QUERY_THROW ), m_xContext, m_xStyles, m_xParentCollection, m_xProps, m_xIndexAccess->… in nextElement()
/trunk/main/sw/source/ui/vba/
H A Dvbaborders.cxx56 uno::Reference< beans::XPropertySet > m_xProps; member in SwVbaBorder
62 m_xProps->getPropertyValue( sTableBorder ) >>= aTableBorder; in setBorderLine()
99 m_xProps->setPropertyValue( sTableBorder, uno::makeAny(aTableBorder) ); in setBorderLine()
106 m_xProps->getPropertyValue( sTableBorder ) >>= aTableBorder; in getBorderLine()
162 …o::Reference< XHelperInterface >( xProps, uno::UNO_QUERY ), xContext ), m_xProps( xProps ), m_Line… in SwVbaBorder()
318 m_xProps.set( xRange, uno::UNO_QUERY_THROW ); in SwVbaBorders()
348m_xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ShadowFormat") ) ) >>= aSh… in getShadow()
/trunk/main/forms/source/component/
H A DButton.cxx565 Reference< XPropertySet > m_xProps; member in frm::DoPropertyListening
583 :m_xProps( _rxComponent, UNO_QUERY ) in DoPropertyListening()
587 …DBG_ASSERT( m_xProps.is() || !_rxComponent.is(), "DoPropertyListening::DoPropertyListening: valid … in DoPropertyListening()
594 if ( m_xProps.is() ) in handleListening()
597 m_xProps->addPropertyChangeListener( _rPropertyName, m_xListener ); in handleListening()
599 m_xProps->removePropertyChangeListener( _rPropertyName, m_xListener ); in handleListening()

Completed in 131 milliseconds

12