Home
last modified time | relevance | path

Searched refs:_sPropertyName (Results 1 – 13 of 13) sorted by relevance

/trunk/main/reportdesign/inc/
H A DRptDef.hxx100 …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()
/trunk/main/comphelper/source/property/
H A Dpropmultiplex.cxx164 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()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DTimeStampControl.java107 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 DControl.java264 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()
/trunk/main/xmloff/source/forms/
H A Dpropertyexport.cxx422 …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 Dpropertyexport.hxx69 …void exportRelativeTargetLocation(const ConstAsciiString& _sPropertyName,sal_Int32 _nProperty,bool…
/trunk/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java1009 …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 DTDocSupplier.java95 private XRow getXRowOfTDocUrl(String _sTDocUrl, String _sPropertyName){ in getXRowOfTDocUrl() argument
107 aProperty.Name = _sPropertyName; // "DocumentModel"; //DocumentModel in getXRowOfTDocUrl()
H A DUnoPropertyNode.java121 protected boolean doesServiceSupportProperty(String _sServiceName, String _sPropertyName){ in doesServiceSupportProperty() argument
125 … if (xPropertyTypeDescriptions[i].getName().equals(_sServiceName + "." + _sPropertyName)){ in doesServiceSupportProperty()
H A DXLanguageSourceCodeGenerator.java48 …public String getPropertyValueGetterSourceCode(String _sPropertyName, String _sReturnVariableName,… in getPropertyValueGetterSourceCode() argument
/trunk/main/sc/source/ui/vba/
H A Dvbaformat.cxx761 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 Dvbaformat.hxx56 bool isAmbiguous(const rtl::OUString& _sPropertyName) throw ( css::script::BasicErrorException );
/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx184 …virtual ::com::sun::star::uno::Any operator() (const ::rtl::OUString& _sPropertyName,const ::com::… in operator ()() argument
187 if ( _sPropertyName.equalsAscii(PROPERTY_PARAADJUST) ) in operator ()()

Completed in 61 milliseconds