Home
last modified time | relevance | path

Searched refs:sValue (Results 51 – 75 of 405) sorted by relevance

12345678910>>...17

/aoo41x/main/cppu/source/LogBridge/
H A DLogBridge.cxx144 …const ::rtl::OString sValue( ::rtl::OUStringToOString(*static_cast< ::rtl::OUString*>(pArg),osl_ge… in traceValue() local
145 rtl_logfile_trace( "%s", sValue.getStr()); in traceValue()
178 …const ::rtl::OString sValue( ::rtl::OUStringToOString(((com::sun::star::uno::Type*)pArg)->getTypeN… in traceValue() local
179 rtl_logfile_trace( "%s", sValue.getStr()); in traceValue()
193 …const ::rtl::OString sValue( ::rtl::OUStringToOString(_pTypeRef->pTypeName,osl_getThreadTextEncodi… in traceValue() local
194 rtl_logfile_trace( "%s 0x%p", sValue.getStr(),pArg); in traceValue()
248 …const ::rtl::OString sValue( ::rtl::OUStringToOString(pElementTypeDescr->pTypeName,osl_getThreadTe… in LogProbe() local
249 rtl_logfile_trace( "%s", sValue.getStr()); in LogProbe()
/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlFunction.cxx71 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME() local
78 m_xFunction->setName(sValue); in DBG_NAME()
81 m_xFunction->setFormula(ORptFilter::convertFormula(sValue)); in DBG_NAME()
84 m_xFunction->setPreEvaluated(sValue == s_sTRUE); in DBG_NAME()
87 if ( sValue.getLength() ) in DBG_NAME()
88 …>setInitialFormula(beans::Optional< ::rtl::OUString>(sal_True,ORptFilter::convertFormula(sValue))); in DBG_NAME()
91 m_xFunction->setDeepTraversing(sValue == s_sTRUE); in DBG_NAME()
H A DxmlReport.cxx72 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME() local
80 SvXMLUnitConverter::convertEnum( nRet, sValue, aXML_EnumMap ); in DBG_NAME()
85 m_xComponent->setCommand(sValue); in DBG_NAME()
88 m_xComponent->setFilter(sValue); in DBG_NAME()
91 m_xComponent->setCaption(sValue); in DBG_NAME()
94 m_xComponent->setEscapeProcessing(sValue == s_sTRUE); in DBG_NAME()
97 m_xComponent->setMimeType(sValue); in DBG_NAME()
100 m_xComponent->setName(sValue); in DBG_NAME()
H A DxmlImportDocumentHandler.cxx162 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in startElement() local
170 SvXMLUnitConverter::convertEnum( nRet, sValue, aXML_EnumMap ); in startElement()
175 m_xDatabaseDataProvider->setCommand(sValue); in startElement()
178 m_xDatabaseDataProvider->setFilter(sValue); in startElement()
181 m_xDatabaseDataProvider->setEscapeProcessing(sValue == s_sTRUE); in startElement()
213 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in startElement() local
218 sMasterField = sValue; in startElement()
221 sDetailField = sValue; in startElement()
258 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in startElement() local
259 bHasCategories = sValue.equalsAscii("both"); in startElement()
/aoo41x/main/sw/source/ui/utlui/
H A Dnumfmtlb.cxx245 String sValue; in SetFormatType() local
262 || ((SvNumberformat*)pFmt)->GetOutputString( fVal, sValue, &pCol ) in SetFormatType()
264 sValue = pFmt->GetFormatstring(); in SetFormatType()
268 pFormatter->GetOutputString( sTxt, nFormat, sValue, &pCol); in SetFormatType()
275 nPos = InsertEntry( sValue ); in SetFormatType()
341 String sValue; in SetDefFormat() local
347 pFormatter->GetOutputString(sTxt, nDefFmt, sValue, &pCol); in SetDefFormat()
350 pFormatter->GetOutputString(fValue, nDefFmt, sValue, &pCol); in SetDefFormat()
381 sValue += String(SW_RES(RID_STR_SYSTEM)); in SetDefFormat()
384 nPos = InsertEntry(sValue, nPos); // Als ersten numerischen Eintrag einfuegen in SetDefFormat()
/aoo41x/main/xmloff/source/core/
H A Dattrlist.cxx47 sValue(rValue) in SvXMLTagAttribute_Impl()
53 sValue(r.sValue) in SvXMLTagAttribute_Impl()
58 OUString sValue; member
120 …::size_type >( i ) < m_pImpl->vecAttribute.size() ) ? m_pImpl->vecAttribute[i].sValue : OUString(); in getValueByIndex()
134 return (*ii).sValue; in getValueByName()
163 const OUString &sValue ) in AddAttribute() argument
165 m_pImpl->vecAttribute.push_back( SvXMLTagAttribute_Impl( sName , sValue ) ); in AddAttribute()
218 m_pImpl->vecAttribute[i].sValue = rValue; in SetValueByIndex()
/aoo41x/main/filter/source/config/cache/
H A Dfiltercache.cxx1696 ::rtl::OUString sValue; in impl_readPatchUINames()
1697 xUIName->getByName(sLocale) >>= sValue; in impl_readPatchUINames()
1700 sal_Int32 nIndex = sValue.indexOf(PRODUCTNAME_VAR); in impl_readPatchUINames()
1703 sValue = sValue.replaceAt(nIndex, PRODUCTNAME_VAR.getLength(), sProductName); in impl_readPatchUINames()
1707 nIndex = sValue.indexOf(FORMATNAME_VAR); in impl_readPatchUINames()
1710 sValue = sValue.replaceAt(nIndex, FORMATNAME_VAR.getLength(), sFormatName); in impl_readPatchUINames()
1711 nIndex = sValue.indexOf(FORMATNAME_VAR, nIndex); in impl_readPatchUINames()
1714 nIndex = sValue.indexOf(FORMATVERSION_VAR); in impl_readPatchUINames()
1717 sValue = sValue.replaceAt(nIndex, FORMATVERSION_VAR.getLength(), sFormatVersion); in impl_readPatchUINames()
1721 lUINames[sLocale] <<= sValue; in impl_readPatchUINames()
[all …]
/aoo41x/main/sc/source/filter/xml/
H A DXMLDetectiveContext.cxx143 const rtl::OUString& sValue (xAttrList->getValueByIndex( nIndex )); in ScXMLDetectiveHighlightedContext() local
153 …bValid = ScRangeStringConverter::GetRangeFromString( aDetectiveObj.aSourceRange, sValue, GetScImpo… in ScXMLDetectiveHighlightedContext()
158 aDetectiveObj.eObjType = ScXMLConverter::GetDetObjTypeFromString( sValue ); in ScXMLDetectiveHighlightedContext()
161 aDetectiveObj.bHasError = IsXMLToken(sValue, XML_TRUE); in ScXMLDetectiveHighlightedContext()
165 if (IsXMLToken(sValue, XML_TRUE)) in ScXMLDetectiveHighlightedContext()
223 const rtl::OUString& sValue (xAttrList->getValueByIndex( nIndex )); in ScXMLDetectiveOperationContext() local
230 bHasType = ScXMLConverter::GetDetOpTypeFromString( aDetectiveOp.eOpType, sValue ); in ScXMLDetectiveOperationContext()
235 if( SvXMLUnitConverter::convertNumber( nValue, sValue, 0 ) ) in ScXMLDetectiveOperationContext()
H A DXMLExportDDELinks.cxx56 const sal_Bool bEmpty, const sal_Bool bString, const String& sValue, const double& fValue) in CellsEqual() argument
63 return (sPrevValue == sValue); in CellsEqual()
72 …::WriteCell(const sal_Bool bEmpty, const sal_Bool bString, const String& sValue, const double& fVa… in WriteCell() argument
80 rExport.AddAttribute(XML_NAMESPACE_OFFICE, XML_STRING_VALUE, rtl::OUString(sValue)); in WriteCell()
145 String sValue; in WriteTable() local
149 sValue = pMatVal->GetString(); in WriteTable()
154 bEmpty, bString, sValue, fValue)) in WriteTable()
162 sPrevValue = sValue; in WriteTable()
H A Dxmldpimp.hxx145 void SetDatabaseName(const rtl::OUString& sValue) { sDatabaseName = sValue; } in SetDatabaseName() argument
146 void SetSourceObject(const rtl::OUString& sValue) { sSourceObject = sValue; } in SetSourceObject() argument
148 void SetServiceName(const rtl::OUString& sValue) { sServiceName = sValue; } in SetServiceName() argument
149 void SetServiceSourceName(const rtl::OUString& sValue) { sServiceSourceName = sValue; } in SetServiceSourceName() argument
150 void SetServiceSourceObject(const rtl::OUString& sValue) { sServiceSourceObject = sValue; } in SetServiceSourceObject() argument
151 void SetServiceUsername(const rtl::OUString& sValue) { sServiceUsername = sValue; } in SetServiceUsername() argument
152 void SetServicePassword(const rtl::OUString& sValue) { sServicePassword = sValue; } in SetServicePassword() argument
H A DXMLTableSourceContext.cxx66 const rtl::OUString& sValue(xAttrList->getValueByIndex( i )); in ScXMLTableSourceContext() local
70 sLink = GetScImport().GetAbsoluteReference(sValue); in ScXMLTableSourceContext()
75 sTableName = sValue; in ScXMLTableSourceContext()
77 sFilterName = sValue; in ScXMLTableSourceContext()
79 sFilterOptions = sValue; in ScXMLTableSourceContext()
82 if (IsXMLToken(sValue, XML_COPY_RESULTS_ONLY)) in ScXMLTableSourceContext()
88 if( SvXMLUnitConverter::convertTime( fTime, sValue ) ) in ScXMLTableSourceContext()
H A DXMLDDELinksContext.hxx55 rtl::OUString sValue; member
90 void SetApplication(const rtl::OUString& sValue) { sApplication = sValue; } in SetApplication() argument
91 void SetTopic(const rtl::OUString& sValue) { sTopic = sValue; } in SetTopic() argument
92 void SetItem(const rtl::OUString& sValue) { sItem = sValue; } in SetItem() argument
198 rtl::OUString sValue; member in ScXMLDDECellContext
/aoo41x/main/dbaccess/source/filter/xml/
H A DxmlFileBasedDatabase.cxx85 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME() local
95 rtl::OUString sFileName = aPathOptions.SubstituteVariable(sValue); in DBG_NAME()
96 if ( sValue == sFileName ) in DBG_NAME()
106 sLocation = sValue; in DBG_NAME()
110 sMediaType = sValue; in DBG_NAME()
114 sFileTypeExtension = sValue; in DBG_NAME()
120 aProperty.Value <<= sValue; in DBG_NAME()
/aoo41x/main/odk/examples/java/Inspector/
H A DUnoNode.java283 String sValue =""; in getDisplayValueOfPrimitiveType() local
286 sValue = AnyConverter.toString(_objectElement); in getDisplayValueOfPrimitiveType()
289 sValue += AnyConverter.toBoolean(_objectElement); in getDisplayValueOfPrimitiveType()
292 sValue += AnyConverter.toByte(_objectElement); in getDisplayValueOfPrimitiveType()
295 sValue += AnyConverter.toChar(_objectElement); in getDisplayValueOfPrimitiveType()
298 sValue += AnyConverter.toDouble(_objectElement); in getDisplayValueOfPrimitiveType()
301 sValue += AnyConverter.toFloat(_objectElement); in getDisplayValueOfPrimitiveType()
304 sValue += AnyConverter.toInt(_objectElement); in getDisplayValueOfPrimitiveType()
307 sValue += AnyConverter.toLong(_objectElement); in getDisplayValueOfPrimitiveType()
310 sValue += AnyConverter.toShort(_objectElement); in getDisplayValueOfPrimitiveType()
[all …]
/aoo41x/main/writerfilter/source/dmapper/
H A DNumberingManager.hxx80 void SetBulletChar( rtl::OUString sValue ) { m_sBulletChar = sValue; }; in SetBulletChar() argument
85 void AddRGBXchNums( rtl::OUString sValue ) { m_sRGBXchNums += sValue; }; in AddRGBXchNums() argument
143 void AddRGISTD( rtl::OUString sValue ) { m_sRGISTD += sValue; }; in AddRGISTD() argument
158 void SetNumStyleLink(rtl::OUString sValue) { m_sNumStyleLink = sValue; }; in SetNumStyleLink() argument
/aoo41x/main/xmloff/source/text/
H A DXMLIndexBibliographyConfigurationContext.cxx108 OUString sValue) in ProcessAttribute() argument
114 sPrefix = sValue; in ProcessAttribute()
118 sSuffix = sValue; in ProcessAttribute()
123 if( SvXMLUnitConverter::convertBool(bTmp, sValue) ) in ProcessAttribute()
131 if (SvXMLUnitConverter::convertBool(bTmp, sValue)) in ProcessAttribute()
138 sAlgorithm = sValue; in ProcessAttribute()
145 aLocale.Language = sValue; in ProcessAttribute()
149 aLocale.Country = sValue; in ProcessAttribute()
H A Dtxtparai.cxx1088 OUString sValue,
1220 OUString sValue, in ProcessAttribute() argument
1248 sID = sValue; in ProcessAttribute()
1352 OUString sValue,
1371 OUString sValue, in ProcessAttribute() argument
1394 nNamespace, sLocalName, sValue, rPropSet); in ProcessAttribute()
1418 OUString sValue,
1449 nTmp, sValue, 0, in ProcessAttribute()
1496 OUString sValue,
1555 nNamespace, sLocalName, sValue, rPropSet); in ProcessAttribute()
[all …]
/aoo41x/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java757 String sValue = (String.valueOf(oValue)); in isConditionComplete() local
758 return (!sValue.equals(PropertyNames.EMPTY_STRING)); in isConditionComplete()
782 String sValue = AnyConverter.toString(_filtercondition.Value); in setCondition() local
783 if (sValue.indexOf("{D '") > -1) in setCondition()
785sValue = JavaTools.replaceSubString(sValue, PropertyNames.EMPTY_STRING, "{D '"); in setCondition()
786sValue = JavaTools.replaceSubString(sValue, PropertyNames.EMPTY_STRING, "' }"); in setCondition()
789 … oQueryMetaData.getNumberFormatter().convertStringToNumber(iDateFormat, sValue); in setCondition()
796 else if (sValue.indexOf("{T '") > -1) in setCondition()
798sValue = JavaTools.replaceSubString(sValue, PropertyNames.EMPTY_STRING, "{T '"); in setCondition()
799sValue = JavaTools.replaceSubString(sValue, PropertyNames.EMPTY_STRING, "' }"); in setCondition()
[all …]
/aoo41x/main/xmloff/source/draw/
H A Danimimp.cxx439 OUString sValue = xAttrList->getValueByIndex( i ); in XMLAnimationsSoundContext() local
446 mpParent->maSoundURL = rImport.GetAbsoluteReference(sValue); in XMLAnimationsSoundContext()
452 mpParent->mbPlayFull = IsXMLToken( sValue, XML_TRUE ); in XMLAnimationsSoundContext()
512 OUString sValue = xAttrList->getValueByIndex( i ); in XMLAnimationsEffectContext() local
519 maShapeId = sValue; in XMLAnimationsEffectContext()
523 SvXMLUnitConverter::convertColor(maDimColor, sValue); in XMLAnimationsEffectContext()
531 if( SvXMLUnitConverter::convertEnum( eEnum, sValue, aXML_AnimationEffect_EnumMap ) ) in XMLAnimationsEffectContext()
537 if( SvXMLUnitConverter::convertEnum( eEnum, sValue, aXML_AnimationDirection_EnumMap ) ) in XMLAnimationsEffectContext()
543 if( SvXMLUnitConverter::convertPercent( nScale, sValue ) ) in XMLAnimationsEffectContext()
549 if( SvXMLUnitConverter::convertEnum( eEnum, sValue, aXML_AnimationSpeed_EnumMap ) ) in XMLAnimationsEffectContext()
[all …]
H A Dximpnote.cxx50 OUString sValue = xAttrList->getValueByIndex( i ); in SdXMLNotesContext() local
57 msPageMasterName = sValue; in SdXMLNotesContext()
62 sStyleName = sValue; in SdXMLNotesContext()
67 maUseHeaderDeclName = sValue; in SdXMLNotesContext()
72 maUseFooterDeclName = sValue; in SdXMLNotesContext()
77 maUseDateTimeDeclName = sValue; in SdXMLNotesContext()
/aoo41x/main/desktop/source/deployment/misc/
H A Ddp_dependencies.cxx131 ::rtl::OUString sValue; in getErrorText()
137sValue = dependency->getAttribute( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "value" ) ) ); in getErrorText()
143 sValue = dependency->getAttribute( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("value") ) ); in getErrorText()
149sValue = dependency->getAttributeNS( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( xmlNamespace ) … in getErrorText()
156 if ( sValue.getLength() == 0 ) in getErrorText()
157sValue = ::rtl::OUString( ::String(::dp_misc::getResId(RID_DEPLYOMENT_DEPENDENCIES_UNKNOWN)) ); in getErrorText()
161 sReason = sReason.replaceAt( nPos, sVersion.getLength(), sValue ); in getErrorText()
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_SheetSortDescriptor.java94 Object sValue = null; in changeProp() local
115 sValue = props[nr].Value; in changeProp()
117 sInt = ((CellAddress) sValue).Row; in changeProp()
119 sValue = new Integer(sInt); in changeProp()
123 if ( (gValue.equals(sValue)) || (sValue == null) ) { in changeProp()
/aoo41x/main/testgraphical/prechecks/
H A Dsoftwaretests.pl244 my $sValue = shift;
246 $sValue = convertCygwinPath($sValue);
251 print INIFILE "$sKey=$sValue\n";
259 my $sValue;
270 $sValue = $1;
276 return $sValue;
/aoo41x/main/qadevOOo/runner/graphical/
H A DIniFile.java320 String sValue = sLine.substring(nEqual + 1).trim(); in getValue() local
321 return sValue; in getValue()
335 String sValue = ""; in getValue() local
344 sValue = getValue(m_nCurrentPosition); in getValue()
346 return sValue; in getValue()
369 String sValue = getValue(_sSection, _sKey); in getIntValue() local
371 if (sValue.length() > 0) in getIntValue()
375 nValue = Integer.valueOf(sValue).intValue(); in getIntValue()
/aoo41x/main/sal/rtl/source/
H A Dbootstrap.cxx125 OUString sValue; member
132 sValue( value ) in rtl_bootstrap_NameValue()
145 *value = i->sValue; in find()
185 nameValue.sValue = OUString( &(pArg->buffer[nIndex+1]) ); in getFromCommandLineArgs()
187 nameValue.sValue.getLength() && in getFromCommandLineArgs()
188 nameValue.sValue[nameValue.sValue.getLength()-1] == 13 ) in getFromCommandLineArgs()
193 nameValue.sValue = nameValue.sValue.copy(0,nameValue.sValue.getLength()-1); in getFromCommandLineArgs()
211 *value = (*ii).sValue; in getFromCommandLineArgs()
383 nameValue.sValue = OStringToOUString( in Bootstrap_Impl()
388 OString value_tmp = OUStringToOString(nameValue.sValue, RTL_TEXTENCODING_UTF8); in Bootstrap_Impl()
[all …]

Completed in 206 milliseconds

12345678910>>...17