Home
last modified time | relevance | path

Searched refs:sValue (Results 76 – 100 of 405) sorted by relevance

12345678910>>...17

/aoo41x/main/tools/bootstrp/
H A Diserver.cxx105 ByteString sValue( pInfo->GetValue()); in main() local
107 fprintf( stdout, "%s %s\n", pInfo->GetBuffer(), sValue.GetBuffer()); in main()
114 ByteString sValue( pInfo->GetValue()); in main() local
115 fprintf( stdout, " %s %s\n", pInfo->GetBuffer(), sValue.GetBuffer()); in main()
134 ByteString sValue( pInfo->GetValue()); in main() local
135 fprintf( stdout, " %s %s\n", pInfo->GetBuffer(), sValue.GetBuffer()); in main()
/aoo41x/main/sax/source/expatwrap/
H A Dattrlistimpl.cxx47 this->sValue = aValue; in TagAttribute()
52 OUString sValue; member
100 return m_pImpl->vecAttribute[i].sValue; in getValueByIndex()
124 return (*ii).sValue; in getValueByName()
154 const OUString &sValue ) in addAttribute() argument
156 m_pImpl->vecAttribute.push_back( TagAttribute( sName , sType , sValue ) ); in addAttribute()
/aoo41x/main/connectivity/source/commontools/
H A DDateConversion.cxx136 ::rtl::OUString sValue; in toSQLString()
137 _rVal >>= sValue; in toSQLString()
138 aDateTime = DBTypeConversion::toDateTime(sValue); in toSQLString()
170 ::rtl::OUString sValue; in toSQLString()
171 _rVal >>= sValue; in toSQLString()
172 aDate = DBTypeConversion::toDate(sValue); in toSQLString()
197 ::rtl::OUString sValue; in toSQLString()
198 _rVal >>= sValue; in toSQLString()
199 aTime = DBTypeConversion::toTime(sValue); in toSQLString()
/aoo41x/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java341 String sValue = sLine.substring(nEqual + 1).trim(); in getValue() local
342 return sValue; in getValue()
356 String sValue = ""; in getValue() local
365 sValue = getValue(m_nCurrentPosition); in getValue()
367 return sValue; in getValue()
390 String sValue = getValue(_sSection, _sKey); in getIntValue() local
392 if (sValue.length() > 0) in getIntValue()
396 nValue = Integer.valueOf(sValue).intValue(); in getIntValue()
/aoo41x/main/xml2cmp/source/support/
H A Dheap.cxx156 : sValue(i_sValue), in HeapItem()
173 ret = stricmp(sValue.str(), i_rOther.sValue.str()); in operator <()
175 ret = strcmp(sValue.str(), i_rOther.sValue.str()); in operator <()
182 return sValue; in Value()
/aoo41x/main/sc/source/filter/xml/
H A DXMLConsolidationContext.cxx64 const rtl::OUString& sValue (xAttrList->getValueByIndex( nIndex )); in ScXMLConsolidationContext() local
71 eFunction = ScXMLConverter::GetSubTotalFuncFromString( sValue ); in ScXMLConsolidationContext()
74 sSourceList = sValue; in ScXMLConsolidationContext()
80 … aTargetAddr, sValue, GetScImport().GetDocument(), ::formula::FormulaGrammar::CONV_OOO, nOffset ); in ScXMLConsolidationContext()
84 sUseLabel = sValue; in ScXMLConsolidationContext()
87 bLinkToSource = IsXMLToken(sValue, XML_TRUE); in ScXMLConsolidationContext()
H A Dxmlcoli.cxx74 const rtl::OUString& sValue(xAttrList->getValueByIndex( i )); in ScXMLTableColContext() local
80 nColCount = sValue.toInt32(); in ScXMLTableColContext()
85 sStyleName = sValue; in ScXMLTableColContext()
90 sVisibility = sValue; in ScXMLTableColContext()
95 sCellStyleName = sValue; in ScXMLTableColContext()
224 const rtl::OUString& sValue(xAttrList->getValueByIndex( i )); in ScXMLTableColsContext() local
228 if (IsXMLToken(sValue, XML_FALSE)) in ScXMLTableColsContext()
H A Dxmlrowi.cxx81 const rtl::OUString& sValue(xAttrList->getValueByIndex( i )); in ScXMLTableRowContext() local
87 sStyleName = sValue; in ScXMLTableRowContext()
92 sVisibility = sValue; in ScXMLTableRowContext()
97 nRepeatedRows = std::max( sValue.toInt32(), (sal_Int32) 1 ); in ScXMLTableRowContext()
102 sCellStyleName = sValue; in ScXMLTableRowContext()
268 const rtl::OUString& sValue(xAttrList->getValueByIndex( i )); in ScXMLTableRowsContext() local
271 bGroupDisplay = IsXMLToken(sValue, XML_TRUE); in ScXMLTableRowsContext()
/aoo41x/main/dbaccess/source/filter/xml/
H A DxmlServerDatabase.cxx82 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME() local
87 sType = sValue; in DBG_NAME()
90 sHostName = sValue; in DBG_NAME()
93 sPortNumber = sValue; in DBG_NAME()
97 aProperty.Value <<= sValue; in DBG_NAME()
101 sDatabaseName = sValue; in DBG_NAME()
/aoo41x/main/sd/res/webview/
H A Dcommon.pl58 ( $name, $sValue ) = split( /=/, $Feld );
59 $sValue =~ tr/+/ /;
60 $sValue =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg;
61 $sValue =~ s/<!--(.|\n)*-->//g;
62 $aRequestMap{ $name } = $sValue;
/aoo41x/main/framework/qa/complex/path_settings/
H A DPathSettingsTest.java147 String sValue = convertToString(o); in before() local
148 aPathSettingValues[i] = sValue; in before()
166 String sValue = ""; in convertToString() local
171 sValue = AnyConverter.toString(o); in convertToString()
186 sValue = sValues; in convertToString()
197 return sValue; in convertToString()
259 String sValue = ""; in getPropertyValueAsString() local
265 sValue = convertToString(o); in getPropertyValueAsString()
274 return sValue; in getPropertyValueAsString()
300 final String sValue = AnyConverter.toString(o); in showPathSettings() local
/aoo41x/main/sax/test/
H A Dsaxdemo.cxx277 const OUString &sValue );
290 const OUString &sValue ) in TagAttribute()
294 this->sValue = sValue; in TagAttribute()
299 OUString sValue; member
346 return m_pImpl->vecAttribute[i].sValue; in getValueByIndex()
370 return (*ii).sValue; in getValueByName()
393 const OUString &sValue ) in addAttribute() argument
395 m_pImpl->vecAttribute.push_back( TagAttribute( sName , sType , sValue ) ); in addAttribute()
/aoo41x/main/writerfilter/source/dmapper/
H A DFontTable.cxx70 ::rtl::OUString sValue = val.getString(); in lcl_attribute()
106 m_pImpl->pCurrentEntry->sFontName1 = sValue; in lcl_attribute()
136 m_pImpl->pCurrentEntry->sPanose += sValue; in lcl_attribute()
140 m_pImpl->pCurrentEntry->sFontSignature += sValue; in lcl_attribute()
499 m_pImpl->pCurrentEntry->sAlternativeFont = sValue; in lcl_attribute()
505 m_pImpl->pCurrentEntry->sFontName = sValue; in lcl_attribute()
/aoo41x/main/soltools/giparser/
H A Dgen_info.cxx35 sValue(i_sValue), in GenericInfo()
43 sValue(i_rInfo.sValue), in GenericInfo()
63 sValue = i_rInfo.sValue; in operator =()
/aoo41x/main/sw/source/filter/xml/
H A Dxmliteme.cxx157 OUString sValue; in handleSpecialItem() local
159 rItem, sValue, nMemberId, rUnitConverter ) ) in handleSpecialItem()
161 AddAttribute( rEntry.nNameSpace, rEntry.eLocalName, sValue, in handleSpecialItem()
186 OUString sValue; in handleSpecialItem() local
188 rItem, sValue, nMemberId, rUnitConverter ) ) in handleSpecialItem()
191 sValue, rNamespaceMap, rAttrList ); in handleSpecialItem()
/aoo41x/main/comphelper/source/xml/
H A Dattributelist.cxx45 this->sValue = aValue; in TagAttribute_Impl()
50 OUString sValue; member
83 …ast < sal_Int16 > (m_pImpl->vecAttribute.size() ) ) ? m_pImpl->vecAttribute[i].sValue : OUString(); in getValueByIndex()
104 return (*ii).sValue; in getValueByName()
125 const OUString &sValue ) in AddAttribute() argument
127 m_pImpl->vecAttribute.push_back( TagAttribute_Impl( sName , sType , sValue ) ); in AddAttribute()
/aoo41x/main/autodoc/source/parser_i/idoc/
H A Ddocu_pe2.cxx539 sValue = pCurAtTag->Access_Text().Access_TextOfFirstToken(); in SetCurSinceAtTagVersion_Number() local
542 sValue = sHelp() << sValue << " " << c_str; in SetCurSinceAtTagVersion_Number()
592 sValue = pCurAtTag->Access_Text().Access_TextOfFirstToken(); in AddDocuToken2SinceAtTag() local
600 sValue = sHelp() << sValue << pToken->GetText() << c_str; in AddDocuToken2SinceAtTag()
604 sValue = sHelp() << sValue << " " << c_str; in AddDocuToken2SinceAtTag()
/aoo41x/main/qadevOOo/runner/org/openoffice/
H A DRunner.java143 String sValue = System.getProperty(sKey); in checkAllVariablesForCygwinPath() local
145 if (checkVariableForCygwin(sValue)) in checkAllVariablesForCygwinPath()
147 … System.err.println("ERROR: OOoRunner detect cygwin path in '" + sKey + ":=" + sValue + "'"); in checkAllVariablesForCygwinPath()
165 String sValue = (String) _aParams.get(sKey); in checkAllVariablesForCygwinPath() local
167 if (checkVariableForCygwin(sValue)) in checkAllVariablesForCygwinPath()
169 … System.err.println("ERROR: OOoRunner detect cygwin path in '" + sKey + ":=" + sValue + "'"); in checkAllVariablesForCygwinPath()
/aoo41x/main/connectivity/source/drivers/kab/
H A Dkcondition.cxx126 ::rtl::OUString sValue((const sal_Unicode *) aQtName.ucs2()); in eval()
127 return sValue == m_sMatchString; in eval()
141 ::rtl::OUString sValue((const sal_Unicode *) aQtName.ucs2()); in eval()
142 return sValue != m_sMatchString; in eval()
156 ::rtl::OUString sValue((const sal_Unicode *) aQtName.ucs2()); in eval()
157 return match(m_sMatchString, sValue, '\0'); in eval()
/aoo41x/main/xmloff/source/text/
H A Dtxtdrope.cxx59 OUString sValue; in exportXML() local
73 sValue = GetXMLToken(XML_WORD); in exportXML()
78 sValue = sBuffer.makeStringAndClear(); in exportXML()
80 if( sValue.getLength() ) in exportXML()
81 rExport.AddAttribute( XML_NAMESPACE_STYLE, XML_LENGTH, sValue ); in exportXML()
/aoo41x/main/tools/source/communi/
H A Dparser.cxx158 ByteString sValue; in ReadKey() local
171 sValue = sLine.Copy( sKey.Len() + 1 ); in ReadKey()
172 while (( sValue.Search( ' ' ) == 0 ) || ( sValue.Search( '\t' ) == 0 )) { in ReadKey()
173 sValue.Erase( 0, 1 ); in ReadKey()
192 pInfo = new GenericInformation( sKey, sValue, in ReadKey()
200 pInfo = new GenericInformation( sKey, sValue, pExistingList ); in ReadKey()
/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlTable.cxx95 const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME() local
100 m_xSection->setVisible(sValue == s_sTRUE); in DBG_NAME()
103 m_xSection->setForceNewPage(lcl_getForceNewPageOption(sValue)); in DBG_NAME()
106 m_xSection->setNewRowOrCol(lcl_getForceNewPageOption(sValue)); in DBG_NAME()
109 m_xSection->setKeepTogether(sValue == s_sTRUE); in DBG_NAME()
112 m_xSection->setName(sValue); in DBG_NAME()
115 m_sStyleName = sValue; in DBG_NAME()
/aoo41x/main/toolkit/test/accessibility/
H A DOptions.java40 static public void SetString (String sName, String sValue) in SetString() argument
42 Instance().setProperty (sName, sValue); in SetString()
67 String sValue = Instance().getProperty (sName); in GetInteger() local
68 if (sValue == null) in GetInteger()
71 return Integer.parseInt (sValue); in GetInteger()
/aoo41x/main/sax/test/sax/
H A Dtestwriter.cxx172 const OUString &sValue );
185 const OUString &sValue ) in TagAttribute()
189 this->sValue = sValue; in TagAttribute()
194 OUString sValue; member
241 return m_pImpl->vecAttribute[i].sValue; in getValueByIndex()
265 return (*ii).sValue; in getValueByName()
288 const OUString &sValue ) in addAttribute() argument
290 m_pImpl->vecAttribute.push_back( TagAttribute( sName , sType , sValue ) ); in addAttribute()
/aoo41x/main/forms/source/xforms/
H A Ddatatypes.cxx178 sal_Bool OXSDDataType::validate( const ::rtl::OUString& sValue ) throw( RuntimeException ) in validate() argument
180 return ( _validate( sValue ) == 0 ); in validate()
184 …::rtl::OUString OXSDDataType::explainInvalid( const ::rtl::OUString& sValue ) throw( RuntimeExcept… in explainInvalid() argument
187 sal_uInt16 nReason = _validate( sValue ); in explainInvalid()
192 : getResource( nReason, sValue, in explainInvalid()
646 sal_uInt16 OBooleanType::_validate( const ::rtl::OUString& sValue ) in _validate() argument
648 sal_uInt16 nInvalidityReason = OBooleanType_Base::_validate( sValue ); in _validate()
653 sValue.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("0")) || in _validate()
654 sValue.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("1")) || in _validate()
655 sValue.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("true")) || in _validate()
[all …]

Completed in 187 milliseconds

12345678910>>...17