/aoo42x/main/ucb/source/ucp/webdav/ |
H A D | ContentProperties.cxx | 91 : 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 …]
|
/aoo42x/main/xmloff/source/forms/ |
H A D | elementexport.cxx | 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() 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 D | propertyexport.cxx | 69 ,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 …]
|
/aoo42x/main/vbahelper/source/msforms/ |
H A D | vbalistbox.cxx | 40 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 D | vbascrollbar.cxx | 45 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 D | vbacontrol.cxx | 138 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 D | vbatextbox.cxx | 57 aValue = m_xProps->getPropertyValue in getText() 69 uno::Reference< text::XTextRange > xTextRange( m_xProps, uno::UNO_QUERY_THROW ); in setText() 73 …m_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 D | vbacombobox.cxx | 47 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() 118 …m_xProps->setPropertyValue( sSourceName, uno::Any( extractStringFromAny( _value, ::rtl::OUString()… in setValue() 236 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
|
H A D | vbalistcontrolhelper.cxx | 36 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 D | vbaspinbutton.cxx | 43 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 D | vbatogglebutton.cxx | 37 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 D | vbacheckbox.cxx | 43 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 D | vbaradiobutton.cxx | 42 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 D | vbalabel.cxx | 41 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 D | vbaframe.cxx | 53 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 D | vbabutton.cxx | 41 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 D | vbamultipage.cxx | 86 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 D | vbauserform.cxx | 52 m_xProps.set( xControl->getModel(), uno::UNO_QUERY_THROW ); in ScVbaUserForm() 107 … m_xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Title") ) ) >>= sCaption; in getCaption() 113 …m_xProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Title") ), uno::makeAny( _… in setCaption()
|
H A D | vbalistcontrolhelper.hxx | 29 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 D | vbaprogressbar.cxx | 40 return m_xProps->getPropertyValue( SVALUE ); in getValue() 46 m_xProps->setPropertyValue( SVALUE, _value ); in setValue()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbainterior.cxx | 87 …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() 299 …m_xProps->setPropertyValue( rtl::OUString::createFromAscii( "UserDefinedAttributes" ), uno::makeAn… in SetUserDefinedAttributes() 337 aAny = OORGBToXLRGB( m_xProps->getPropertyValue( BACKCOLOR ) ); in GetBackColor()
|
H A D | vbaborders.cxx | 59 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 D | vbaformatconditions.cxx | 109 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()
|
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbaborders.cxx | 56 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() 348 …m_xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ShadowFormat") ) ) >>= aSh… in getShadow()
|
/aoo42x/main/forms/source/component/ |
H A D | Button.cxx | 565 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()
|