/aoo42x/main/reportdesign/inc/ |
H A D | RptDef.hxx | 100 …ence< ::com::sun::star::report::XReportDefinition>& _xReport,const ::rtl::OUString& _sPropertyName) in getStyleProperty() argument 104 xProp->getPropertyValue(_sPropertyName) >>= nReturn; in getStyleProperty() 108 …n::star::report::XReportDefinition>& _xReport,const ::rtl::OUString& _sPropertyName,const T& _aVal… in setStyleProperty() argument 112 xProp->setPropertyValue(_sPropertyName,::com::sun::star::uno::makeAny(_aValue)); in setStyleProperty()
|
/aoo42x/main/comphelper/source/property/ |
H A D | propmultiplex.cxx | 164 void OPropertyChangeMultiplexer::addProperty(const ::rtl::OUString& _sPropertyName) in addProperty() argument 168 m_xSet->addPropertyChangeListener(_sPropertyName, static_cast< XPropertyChangeListener*>(this)); in addProperty() 170 m_aProperties.getArray()[m_aProperties.getLength()-1] = _sPropertyName; in addProperty()
|
/aoo42x/main/wizards/com/sun/star/wizards/document/ |
H A D | TimeStampControl.java | 107 public void setPropertyValue(String _sPropertyName, Object _aPropertyValue) throws Exception in setPropertyValue() argument 109 oDateControl.setPropertyValue(_sPropertyName, _aPropertyValue); in setPropertyValue() 110 oTimeControl.setPropertyValue(_sPropertyName, _aPropertyValue); in setPropertyValue()
|
H A D | Control.java | 264 public void setPropertyValue(String _sPropertyName, Object _aPropertyValue) throws Exception in setPropertyValue() argument 266 if (xPropertySet.getPropertySetInfo().hasPropertyByName(_sPropertyName)) in setPropertyValue() 268 xPropertySet.setPropertyValue(_sPropertyName, _aPropertyValue); in setPropertyValue()
|
/aoo42x/main/xmloff/source/forms/ |
H A D | propertyexport.cxx | 422 …void OPropertyExport::exportRelativeTargetLocation(const ConstAsciiString& _sPropertyName,sal_Int3… in exportRelativeTargetLocation() argument 424 DBG_CHECK_PROPERTY( _sPropertyName, ::rtl::OUString ); in exportRelativeTargetLocation() 426 …::rtl::OUString sTargetLocation = comphelper::getString(m_xProps->getPropertyValue(_sPropertyName)… in exportRelativeTargetLocation() 439 exportedProperty(_sPropertyName); in exportRelativeTargetLocation()
|
H A D | propertyexport.hxx | 69 …void exportRelativeTargetLocation(const ConstAsciiString& _sPropertyName,sal_Int32 _nProperty,bool…
|
/aoo42x/main/odk/examples/java/Inspector/ |
H A D | SourceCodeGenerator.java | 1009 …public String getPropertyValueGetterSourceCode(String _sPropertyName, String _sReturnVariableName,… in getPropertyValueGetterSourceCode() argument 1010 …String sObjectDescription = _sIncomingObjectName + ".getPropertyValue(\"" + _sPropertyName + "\")"; in getPropertyValueGetterSourceCode() 1244 …public String getPropertyValueGetterSourceCode(String _sPropertyName, String _sReturnVariableName,… in getPropertyValueGetterSourceCode() argument 1245 … return "\t" + _sReturnVariableName + " = " + _sIncomingObjectName + "." + _sPropertyName; in getPropertyValueGetterSourceCode() 1526 …public String getPropertyValueGetterSourceCode(String _sPropertyName, String _sReturnVariableName,… in getPropertyValueGetterSourceCode() argument 1539 …tDescription = _sIncomingObjectName + "->getPropertyValue(" + getStringValue(_sPropertyName) + ")"; in getPropertyValueGetterSourceCode()
|
H A D | UnoPropertyNode.java | 121 protected boolean doesServiceSupportProperty(String _sServiceName, String _sPropertyName){ in doesServiceSupportProperty() argument 125 … if (xPropertyTypeDescriptions[i].getName().equals(_sServiceName + "." + _sPropertyName)){ in doesServiceSupportProperty()
|
H A D | TDocSupplier.java | 95 private XRow getXRowOfTDocUrl(String _sTDocUrl, String _sPropertyName){ in getXRowOfTDocUrl() argument 107 aProperty.Name = _sPropertyName; // "DocumentModel"; //DocumentModel in getXRowOfTDocUrl()
|
H A D | XLanguageSourceCodeGenerator.java | 48 …public String getPropertyValueGetterSourceCode(String _sPropertyName, String _sReturnVariableName,… in getPropertyValueGetterSourceCode() argument
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbaformat.cxx | 761 ScVbaFormat<Ifc1>::isAmbiguous(const rtl::OUString& _sPropertyName) throw ( script::BasicErrorExcep… in isAmbiguous() argument 767 …bResult = ( getXPropertyState()->getPropertyState(_sPropertyName) == beans::PropertyState_AMBIGUOU… in isAmbiguous()
|
H A D | vbaformat.hxx | 56 bool isAmbiguous(const rtl::OUString& _sPropertyName) throw ( css::script::BasicErrorException );
|
/aoo42x/main/reportdesign/source/core/sdr/ |
H A D | RptObject.cxx | 184 …virtual ::com::sun::star::uno::Any operator() (const ::rtl::OUString& _sPropertyName,const ::com::… in operator ()() argument 187 if ( _sPropertyName.equalsAscii(PROPERTY_PARAADJUST) ) in operator ()()
|