Home
last modified time | relevance | path

Searched refs:sValue (Results 101 – 125 of 404) sorted by relevance

12345678910>>...17

/aoo41x/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DOptions.java43 static public void SetString (String sName, String sValue) in SetString() argument
45 Instance().setProperty (sName, sValue); in SetString()
73 String sValue = Instance().getProperty (sName); in GetInteger() local
74 if (sValue == null) in GetInteger()
77 return Integer.parseInt (sValue); in GetInteger()
/aoo41x/main/extensions/test/sax/
H A Dtestwriter.cxx257 void addAttribute( const UString &sName , const UString &sType , const UString &sValue );
268 TagAttribute( const UString &sName, const UString &sType , const UString &sValue ) in TagAttribute()
272 this->sValue = sValue; in TagAttribute()
277 UString sValue; member
324 return m_pImpl->vecAttribute[i].sValue; in getValueByIndex()
348 return (*ii).sValue; in getValueByName()
382 const UString &sValue ) in addAttribute() argument
384 m_pImpl->vecAttribute.push_back( TagAttribute( sName , sType , sValue ) ); in addAttribute()
/aoo41x/main/unotools/source/config/
H A Dxmlaccelcfg.cxx67 …ute( const ::rtl::OUString &sName , const ::rtl::OUString &sType , const ::rtl::OUString &sValue );
81 sValue = aValue; in TagAttribute()
86 OUString sValue; member
134 return m_pImpl->vecAttribute[i].sValue; in getValueByIndex()
158 return (*ii).sValue; in getValueByName()
180 const OUString &sValue ) in addAttribute() argument
182 m_pImpl->vecAttribute.push_back( TagAttribute( sName , sType , sValue ) ); in addAttribute()
/aoo41x/main/dbaccess/source/filter/xml/
H A DxmlLogin.cxx84 rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME() local
96 xDataSource->setPropertyValue(PROPERTY_USER,makeAny(sValue)); in DBG_NAME()
107 …xDataSource->setPropertyValue(PROPERTY_ISPASSWORDREQUIRED,makeAny((sValue == s_sTRUE ? sal_True : … in DBG_NAME()
120 aProperty.Value <<= (sValue == s_sTRUE ? sal_True : sal_False); in DBG_NAME()
127 … Reference< XDataSource>(xDataSource,UNO_QUERY_THROW)->setLoginTimeout(sValue.toInt32()); in DBG_NAME()
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_FunctionDescription.java79 Object sValue = oObj.getPropertyValue("Arguments") ; in _Arguments() local
83 if (sValue.equals(nValue)) { in _Arguments()
117 Object sValue = null; in tryChangeProp() local
129 sValue = oObj.getPropertyValue( name ); in tryChangeProp()
132 if( gValue.equals( sValue ) ) { in tryChangeProp()
/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx411 ::rtl::OUStringBuffer sValue; in exportReport()
414 if ( SvXMLUnitConverter::convertEnum( sValue, nRet,aXML_EnumMap ) ) in exportReport()
425 ::rtl::OUStringBuffer sValue; in exportReport()
428 if ( SvXMLUnitConverter::convertEnum( sValue, nRet,aXML_EnumMap ) ) in exportReport()
730 ::rtl::OUStringBuffer sValue; in exportSection()
740 if ( SvXMLUnitConverter::convertEnum( sValue, nRet,aXML_EnumMap ) ) in exportSection()
744 if ( SvXMLUnitConverter::convertEnum( sValue, nRet,aXML_EnumMap ) ) in exportSection()
920 ::rtl::OUStringBuffer sValue; in exportContainer()
1131 ::rtl::OUStringBuffer sValue; in exportGroup()
1133 if ( SvXMLUnitConverter::convertEnum( sValue, nRet,aXML_KeepTogetherEnumMap ) ) in exportGroup()
[all …]
/aoo41x/main/sc/source/filter/xml/
H A Dxmltabi.cxx177 const rtl::OUString& sValue(xAttrList->getValueByIndex( i )); in ScXMLTableContext() local
182 sName = sValue; in ScXMLTableContext()
185 sStyleName = sValue; in ScXMLTableContext()
188 bProtection = IsXMLToken(sValue, XML_TRUE); in ScXMLTableContext()
191 sPrintRanges = sValue; in ScXMLTableContext()
194 sPassword = sValue; in ScXMLTableContext()
198 if (IsXMLToken(sValue, XML_FALSE)) in ScXMLTableContext()
H A Dxmlannoi.cxx87 const rtl::OUString& sValue(xAttrList->getValueByIndex( i )); in ScXMLAnnotationContext() local
93 maAuthorBuffer = sValue; in ScXMLAnnotationContext()
98 maCreateDateBuffer = sValue; in ScXMLAnnotationContext()
103 maCreateDateStringBuffer = sValue; in ScXMLAnnotationContext()
108 mrAnnotationData.mbShown = IsXMLToken(sValue, XML_TRUE); in ScXMLAnnotationContext()
/aoo41x/main/xmloff/source/meta/
H A Dxmlmetae.cxx101 rtl::OUString sValue = GetISODateTimeString( rDate ); in SimpleDateTimeElement() local
102 if ( sValue.getLength() ) { in SimpleDateTimeElement()
105 mrExport.Characters( sValue ); in SimpleDateTimeElement()
160 ::rtl::OUString sValue = aLocale.Language; in _MExport()
161 if (sValue.getLength()) { in _MExport()
164 sValue += rtl::OUString::valueOf((sal_Unicode)'-'); in _MExport()
165 sValue += aLocale.Country; in _MExport()
169 mrExport.Characters( sValue ); in _MExport()
/aoo41x/main/xmloff/source/style/
H A DVisAreaContext.cxx89 rtl::OUString sValue = xAttrList->getValueByIndex( i ); in process() local
95 SvXMLUnitConverter::convertMeasure(nX, sValue, aMapUnit); in process()
100 SvXMLUnitConverter::convertMeasure(nY, sValue, aMapUnit); in process()
105 SvXMLUnitConverter::convertMeasure(nWidth, sValue, aMapUnit); in process()
110 SvXMLUnitConverter::convertMeasure(nHeight, sValue, aMapUnit); in process()
/aoo41x/main/framework/qa/complex/framework/autosave/
H A DProtocol.java590 StringBuffer sValue = new StringBuffer(1000); in log() local
591 impl_logProperty(sValue, aProp); in log()
594 log(TYPE_SCOPE_CLOSE | TYPE_INFO, sValue.toString()); in log()
599 StringBuffer sValue = new StringBuffer(1000); in log() local
600 impl_logProperty(sValue, aProp); in log()
603 log(TYPE_SCOPE_CLOSE | TYPE_INFO, sValue.toString()); in log()
608 StringBuffer sValue = new StringBuffer(1000); in log() local
609 impl_logAny(sValue, aAny); in log()
612 log(TYPE_SCOPE_CLOSE | TYPE_INFO, sValue.toString()); in log()
/aoo41x/main/xmloff/source/core/
H A DSettingsExportHelper.cxx191 rtl::OUString sValue; in exportBool() local
193 sValue = GetXMLToken(XML_TRUE); in exportBool()
195 sValue = GetXMLToken(XML_FALSE); in exportBool()
196 m_rContext.Characters( sValue ); in exportBool()
249 rtl::OUString sValue(rtl::OUString::valueOf(nValue)); in exportLong() local
250 m_rContext.Characters( sValue ); in exportLong()
266 void XMLSettingsExportHelper::exportString(const rtl::OUString& sValue, const rtl::OUString& rName)… in exportString() argument
272 if (sValue.getLength()) in exportString()
273 m_rContext.Characters( sValue ); in exportString()
H A DDocumentSettingsContext.cxx292 rtl::OUString sValue = xAttrList->getValueByIndex( i ); in CreateSettingsContext() local
297 rProp.Name = sValue; in CreateSettingsContext()
378 rtl::OUString sValue = xAttrList->getValueByIndex( i ); in CreateChildContext() local
383 sName = sValue; in CreateChildContext()
572 rtl::OUString sValue = xAttrList->getValueByIndex( i ); in XMLConfigItemContext() local
577 msType = sValue; in XMLConfigItemContext()
708 rtl::OUString sValue; in ManipulateConfigItem() local
709 mrAny >>= sValue; in ManipulateConfigItem()
713 if( sValue.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("enabled")) || in ManipulateConfigItem()
714 sValue.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("low-resolution")) ) in ManipulateConfigItem()
[all …]
/aoo41x/main/connectivity/source/commontools/
H A DConnectionWrapper.cxx233 ::rtl::OUString sValue; in createUniqueId()
234 if ( pBegin->Value >>= sValue ) in createUniqueId()
240 sValue = ::rtl::OUString::valueOf(nValue); in createUniqueId()
253 if ( sValue.getLength() > 0 ) in createUniqueId()
256 aError = rtl_digest_update(aDigest,sValue.getStr(),sValue.getLength()*sizeof(sal_Unicode)); in createUniqueId()
/aoo41x/main/framework/source/application/
H A Dlogin.cxx258 OUString sValue ; in impl_parseCommandline() local
278 sValue = sArgument.copy( ARGUMENTLENGTH ); in impl_parseCommandline()
279 m_sTempFile = U2B(sValue); in impl_parseCommandline()
286 sValue = sArgument.copy( ARGUMENTLENGTH ); in impl_parseCommandline()
287 m_nParentHandle = sValue.toInt32(); in impl_parseCommandline()
/aoo41x/main/l10ntools/inc/
H A Dxmlparse.hxx70 String sValue; member in XMLAttribute
78 : String( rName ), sValue( rValue ) {} in XMLAttribute()
81 const String &GetValue() { return sValue; } in GetValue()
83 void setValue(const String &rValue){sValue=rValue;} in setValue()
90 return (( rAttribute == *this ) && ( rAttribute.sValue == sValue )); in IsEqual()
/aoo41x/main/framework/source/jobs/
H A Djobexecutor.cxx313 ::rtl::OUString sValue; in elementInserted()
314 if (aEvent.Accessor >>= sValue) in elementInserted()
316 ::rtl::OUString sEvent = ::utl::extractFirstFromConfigurationPath(sValue); in elementInserted()
328 ::rtl::OUString sValue; in elementRemoved()
329 if (aEvent.Accessor >>= sValue) in elementRemoved()
331 ::rtl::OUString sEvent = ::utl::extractFirstFromConfigurationPath(sValue); in elementRemoved()
/aoo41x/main/xmloff/source/draw/
H A Dximp3dscene.cxx63 OUString sValue = xAttrList->getValueByIndex( i ); in SdXML3DLightContext() local
70 GetImport().GetMM100UnitConverter().convertColor(maDiffuseColor, sValue); in SdXML3DLightContext()
75 GetImport().GetMM100UnitConverter().convertB3DVector(maDirection, sValue); in SdXML3DLightContext()
80 GetImport().GetMM100UnitConverter().convertBool(mbEnabled, sValue); in SdXML3DLightContext()
85 GetImport().GetMM100UnitConverter().convertBool(mbSpecular, sValue); in SdXML3DLightContext()
145 OUString sValue = xAttrList->getValueByIndex( i ); in StartElement() local
146 processSceneAttribute( nPrefix, aLocalName, sValue ); in StartElement()
/aoo41x/main/xmloff/source/forms/
H A Dpropertyexport.cxx107 ::rtl::OUString sValue; in exportRemainingProperties()
171 sValue = implConvertAny(aValue); in exportRemainingProperties()
172 AddAttribute(XML_NAMESPACE_OFFICE, eValueAttName, sValue ); in exportRemainingProperties()
219 sValue = in exportRemainingProperties()
221 AddAttribute(XML_NAMESPACE_OFFICE, eValueAttName, sValue ); in exportRemainingProperties()
480 ::rtl::OUString sValue = implConvertAny(aCurrentValue); in exportGenericPropertyAttribute()
481 if (!sValue.getLength() && (TypeClass_STRING == aCurrentValue.getValueTypeClass())) in exportGenericPropertyAttribute()
492 AddAttribute(_nAttributeNamespaceKey, _pAttributeName, sValue); in exportGenericPropertyAttribute()
/aoo41x/main/xmloff/source/text/
H A Dtxtparae.cxx406 OUString sValue; in Export() local
407 aValue >>= sValue; in Export()
2527 OUStringBuffer sValue; in addTextFrameAttributes() local
2548 sValue.makeStringAndClear() ); in addTextFrameAttributes()
2570 sValue.makeStringAndClear() ); in addTextFrameAttributes()
2587 sValue.makeStringAndClear() ); in addTextFrameAttributes()
2613 sValue.makeStringAndClear() ); in addTextFrameAttributes()
2637 sValue.makeStringAndClear() ); in addTextFrameAttributes()
2671 sValue.makeStringAndClear() ); in addTextFrameAttributes()
2685 sValue.makeStringAndClear() ); in addTextFrameAttributes()
[all …]
/aoo41x/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx100 sal_Int32 GetTextMargin( const ::rtl::OUString& sValue );
106 sal_Int32 GetCoordinate( const ::rtl::OUString& sValue );
109 sal_Int32 GetPercent( const ::rtl::OUString& sValue );
112 double GetPositiveFixedPercentage( const ::rtl::OUString& sValue );
118 sal_Int32 GetTextSpacingPoint( const ::rtl::OUString& sValue );
/aoo41x/main/oox/source/drawingml/
H A Dtexttabstoplistcontext.cxx65 OUString sValue; in createFastChildContext() local
67 sValue = xAttribs->getOptionalValue( XML_pos ); in createFastChildContext()
68 if( sValue.getLength() ) in createFastChildContext()
70 aTabStop.Position = GetCoordinate( sValue ); in createFastChildContext()
/aoo41x/main/starmath/source/
H A Dmathmlimport.cxx695 OUString sValue = xAttrList->getValueByIndex(i); in RetrieveAttrs() local
712 if (-1 == sValue.indexOf('%')) in RetrieveAttrs()
722 sFontFamily = sValue; in RetrieveAttrs()
725 sColor = sValue; in RetrieveAttrs()
955 if (-1 == sValue.indexOf('%')) in StartElement()
964 sFontFamily = sValue; in StartElement()
967 sColor = sValue; in StartElement()
1182 cBegin = sValue[0]; in StartElement()
1185 cEnd = sValue[0]; in StartElement()
1337 bIsStarMath= sValue.equals( in StartElement()
[all …]
/aoo41x/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx446 ::rtl::OUString sValue; in getPropertyValue()
659 ::rtl::OUString sValue; in setPropertyValue()
660 Value >>= sValue; in setPropertyValue()
1068 ::rtl::OUString sValue; in convertToPropertyValue()
1069 _rControlValue >>= sValue; in convertToPropertyValue()
1082 ::rtl::OUString sValue; in convertToPropertyValue()
1083 _rControlValue >>= sValue; in convertToPropertyValue()
1093 ::rtl::OUString sValue; in convertToPropertyValue()
1180 ::rtl::OUString sValue; in convertToControlValue()
1181 aControlValue >>= sValue; in convertToControlValue()
[all …]
/aoo41x/main/qadevOOo/tests/java/ifc/beans/
H A D_XFastPropertySet.java95 Object sValue = null; in _setFastPropertyValue() local
103 sValue = ValueChanger.changePValue(gValue); in _setFastPropertyValue()
104 oObj.setFastPropertyValue(handle, sValue); in _setFastPropertyValue()
105 sValue = oObj.getFastPropertyValue(handle); in _setFastPropertyValue()
120 tRes.tested("setFastPropertyValue()",(!gValue.equals(sValue))); in _setFastPropertyValue()

Completed in 160 milliseconds

12345678910>>...17