Home
last modified time | relevance | path

Searched refs:sValue (Results 26 – 50 of 405) sorted by relevance

12345678910>>...17

/aoo41x/main/sfx2/source/appl/
H A Dappcfg.cxx848 String sValue = pEnumItem->GetValueTextByPos((sal_uInt16)nPath); in SetOptions() local
849 if ( sValue != aNoChangeStr ) in SetOptions()
863 case SvtPathOptions::PATH_BACKUP: aPathOptions.SetBackupPath( sValue );break; in SetOptions()
864 case SvtPathOptions::PATH_BASIC: aPathOptions.SetBasicPath( sValue );break; in SetOptions()
865 case SvtPathOptions::PATH_BITMAP: aPathOptions.SetBitmapPath( sValue );break; in SetOptions()
866 case SvtPathOptions::PATH_CONFIG: aPathOptions.SetConfigPath( sValue );break; in SetOptions()
876 case SvtPathOptions::PATH_GALLERY: aPathOptions.SetGalleryPath( sValue );break; in SetOptions()
877 case SvtPathOptions::PATH_GRAPHIC: aPathOptions.SetGraphicPath( sValue );break; in SetOptions()
895 case SvtPathOptions::PATH_PALETTE: aPathOptions.SetPalettePath( sValue );break; in SetOptions()
912 case SvtPathOptions::PATH_TEMP: aPathOptions.SetTempPath( sValue );break; in SetOptions()
[all …]
/aoo41x/main/sc/source/filter/xml/
H A Dxmlsceni.cxx73 const rtl::OUString& sValue(xAttrList->getValueByIndex( i )); in ScXMLTableScenarioContext() local
79 bDisplayBorder = IsXMLToken(sValue, XML_TRUE); in ScXMLTableScenarioContext()
84 SvXMLUnitConverter::convertColor(aBorderColor, sValue); in ScXMLTableScenarioContext()
89 bCopyBack = IsXMLToken(sValue, XML_TRUE); in ScXMLTableScenarioContext()
94 bCopyStyles = IsXMLToken(sValue, XML_TRUE); in ScXMLTableScenarioContext()
99 bCopyFormulas = IsXMLToken(sValue, XML_TRUE); in ScXMLTableScenarioContext()
104 bIsActive = IsXMLToken(sValue, XML_TRUE); in ScXMLTableScenarioContext()
110 aScenarioRanges, sValue, GetScImport().GetDocument(), ::formula::FormulaGrammar::CONV_OOO ); in ScXMLTableScenarioContext()
115 sComment = sValue; in ScXMLTableScenarioContext()
120 bProtected = IsXMLToken(sValue, XML_TRUE); in ScXMLTableScenarioContext()
H A DXMLDDELinksContext.cxx193 pMatrix->PutString( aItr->sValue, nScCol, nScRow ); in EndElement()
221 const rtl::OUString& sValue (xAttrList->getValueByIndex( nIndex )); in ScXMLDDESourceContext() local
228 pDDELink->SetApplication(sValue); in ScXMLDDESourceContext()
230 pDDELink->SetTopic(sValue); in ScXMLDDESourceContext()
232 pDDELink->SetItem(sValue); in ScXMLDDESourceContext()
236 if (IsXMLToken(sValue, XML_INTO_ENGLISH_NUMBER)) in ScXMLDDESourceContext()
238 else if (IsXMLToken(sValue, XML_KEEP_TEXT)) in ScXMLDDESourceContext()
323 const rtl::OUString& sValue (xAttrList->getValueByIndex( nIndex )); in ScXMLDDEColumnContext() local
413 sValue(), in ScXMLDDECellContext()
443 sValue = sTempValue; in ScXMLDDECellContext()
[all …]
H A Dxmlcvali.cxx249 sName = sValue; in ScXMLContentValidationContext()
252 sCondition = sValue; in ScXMLContentValidationContext()
255 sBaseCellAddress = sValue; in ScXMLContentValidationContext()
258 if (IsXMLToken(sValue, XML_FALSE)) in ScXMLContentValidationContext()
263 if (IsXMLToken(sValue, XML_NO)) in ScXMLContentValidationContext()
517 sTitle = sValue; in ScXMLHelpMessageContext()
520 bDisplay = IsXMLToken(sValue, XML_TRUE); in ScXMLHelpMessageContext()
588 sTitle = sValue; in ScXMLErrorMessageContext()
591 sMessageType = sValue; in ScXMLErrorMessageContext()
594 bDisplay = IsXMLToken(sValue, XML_TRUE); in ScXMLErrorMessageContext()
[all …]
H A DXMLChangeTrackingExportHelper.cxx157 String sValue; in WriteGenerated() local
176 String sValue; in WriteDeleted() local
177 pContentAction->GetNewString(sValue); in WriteDeleted()
178 WriteCell(pContentAction->GetNewCell(), sValue); in WriteDeleted()
278 if (sValue.Len()) in SetValueAttributes()
330 SetValueAttributes(pValueCell->GetValue(), sValue); in WriteValueCell()
428 SetValueAttributes(pFormulaCell->GetValue(), sValue); in WriteFormulaCell()
458 WriteValueCell(pCell, sValue); in WriteCell()
467 WriteFormulaCell(pCell, sValue); in WriteCell()
491 String sValue; in WriteContentChange() local
[all …]
H A Dxmlcelli.cxx143 pStyleName = new rtl::OUString(sValue); in ScXMLTableRowCellContext()
151 nMergedRows = sValue.toInt32(); in ScXMLTableRowCellContext()
155 nMergedCols = sValue.toInt32(); in ScXMLTableRowCellContext()
159 nMatrixCols = sValue.toInt32(); in ScXMLTableRowCellContext()
163 nMatrixRows = sValue.toInt32(); in ScXMLTableRowCellContext()
174 if (sValue.getLength()) in ScXMLTableRowCellContext()
192 if (sValue.getLength()) in ScXMLTableRowCellContext()
201 if (sValue.getLength()) in ScXMLTableRowCellContext()
204 pOUTextValue.reset(sValue); in ScXMLTableRowCellContext()
211 if (sValue.getLength()) in ScXMLTableRowCellContext()
[all …]
H A Dxmlsorti.cxx76 const rtl::OUString& sValue(xAttrList->getValueByIndex( i )); in ScXMLSortContext() local
82 bBindFormatsToContent = IsXMLToken(sValue, XML_TRUE); in ScXMLSortContext()
89 …if (ScRangeStringConverter::GetRangeFromString( aScRange, sValue, GetScImport().GetDocument(), ::f… in ScXMLSortContext()
98 bIsCaseSensitive = IsXMLToken(sValue, XML_TRUE); in ScXMLSortContext()
102 sLanguage = sValue; in ScXMLSortContext()
105 sCountry = sValue; in ScXMLSortContext()
108 sAlgorithm = sValue; in ScXMLSortContext()
236 const rtl::OUString& sValue(xAttrList->getValueByIndex( i )); in ScXMLSortByContext() local
242 sFieldNumber = sValue; in ScXMLSortByContext()
247 sDataType = sValue; in ScXMLSortByContext()
[all …]
H A DXMLCellRangeSourceContext.cxx67 const OUString& sValue(xAttrList->getValueByIndex( nIndex )); in ScXMLCellRangeSourceContext() local
74 pCellRangeSource->sSourceStr = sValue; in ScXMLCellRangeSourceContext()
77 pCellRangeSource->sFilterName = sValue; in ScXMLCellRangeSourceContext()
80 pCellRangeSource->sFilterOptions = sValue; in ScXMLCellRangeSourceContext()
83 pCellRangeSource->sURL = GetScImport().GetAbsoluteReference(sValue); in ScXMLCellRangeSourceContext()
88 if( SvXMLUnitConverter::convertNumber( nValue, sValue, 1 ) ) in ScXMLCellRangeSourceContext()
97 if( SvXMLUnitConverter::convertNumber( nValue, sValue, 1 ) ) in ScXMLCellRangeSourceContext()
106 if( SvXMLUnitConverter::convertTime( fTime, sValue ) ) in ScXMLCellRangeSourceContext()
H A Dxmlnexpi.cxx136 const rtl::OUString& sValue(xAttrList->getValueByIndex( i )); in ScXMLNamedRangeContext() local
142 pNamedExpression->sName = sValue; in ScXMLNamedRangeContext()
147 pNamedExpression->sContent = sValue; in ScXMLNamedRangeContext()
152 pNamedExpression->sBaseCellAddress = sValue; in ScXMLNamedRangeContext()
157 pNamedExpression->sRangeType = sValue; in ScXMLNamedRangeContext()
203 const rtl::OUString& sValue(xAttrList->getValueByIndex( i )); in ScXMLNamedExpressionContext() local
209 pNamedExpression->sName = sValue; in ScXMLNamedExpressionContext()
216 pNamedExpression->eGrammar, sValue ); in ScXMLNamedExpressionContext()
221 pNamedExpression->sBaseCellAddress = sValue; in ScXMLNamedExpressionContext()
/aoo41x/main/dbaccess/source/filter/xml/
H A DxmlColumn.cxx104 rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME() local
109 m_sName = sValue; in DBG_NAME()
112 m_sStyleName = sValue; in DBG_NAME()
115 m_sHelpMessage = sValue; in DBG_NAME()
118 m_bHidden = !sValue.equalsAscii("visible"); in DBG_NAME()
121 sType = sValue; in DBG_NAME()
125 if ( sValue.getLength() && sType.getLength() ) in DBG_NAME()
126 m_aDefaultValue <<= sValue; in DBG_NAME()
130 m_bHidden = sValue.equalsAscii("false"); in DBG_NAME()
133 m_sCellStyleName = sValue; in DBG_NAME()
/aoo41x/main/xmloff/source/style/
H A Dxmlnumfi.cxx650 sCondition = sValue; in SvXMLNumFmtMapContext()
652 sName = sValue; in SvXMLNumFmtMapContext()
983 if ( sValue.getLength() > 0 ) in SvXMLNumFmtElementContext()
1001 sLanguage = sValue; in SvXMLNumFmtElementContext()
1004 sCountry = sValue; in SvXMLNumFmtElementContext()
1015 sCalendar = sValue; in SvXMLNumFmtElementContext()
1417 sLanguage = sValue; in SvXMLNumFormatContext()
1420 sCountry = sValue; in SvXMLNumFormatContext()
1423 sFormatTitle = sValue; in SvXMLNumFormatContext()
2186 sal_Int32 nValLen = sValue.getLength(); in AddCondition()
[all …]
H A Dnumehelp.cxx149 rtl::OUString sValue( ::rtl::math::doubleToUString( rValue, in WriteAttributes() local
152 rXMLExport.AddAttribute(XML_NAMESPACE_OFFICE, XML_VALUE, sValue); in WriteAttributes()
212 rtl::OUString sValue( ::rtl::math::doubleToUString( in WriteAttributes() local
217 rXMLExport.AddAttribute(XML_NAMESPACE_OFFICE, XML_BOOLEAN_VALUE, sValue); in WriteAttributes()
231 rtl::OUString sValue( ::rtl::math::doubleToUString( rValue, in WriteAttributes() local
234 rXMLExport.AddAttribute(XML_NAMESPACE_OFFICE, XML_VALUE, sValue); in WriteAttributes()
432 rtl::OUString sValue( ::rtl::math::doubleToUString( rValue, in WriteAttributes() local
435 pExport->AddAttribute(sAttrValue, sValue); in WriteAttributes()
495 rtl::OUString sValue( ::rtl::math::doubleToUString( in WriteAttributes() local
500 pExport->AddAttribute(sAttrBooleanValue, sValue); in WriteAttributes()
[all …]
/aoo41x/main/xmloff/source/text/
H A DXMLLineNumberingImportContext.cxx135 OUString sValue) in ProcessAttribute() argument
143 sStyleName = sValue; in ProcessAttribute()
147 if (SvXMLUnitConverter::convertBool(bTmp, sValue)) in ProcessAttribute()
154 if (SvXMLUnitConverter::convertBool(bTmp, sValue)) in ProcessAttribute()
161 if (SvXMLUnitConverter::convertBool(bTmp, sValue)) in ProcessAttribute()
168 if (SvXMLUnitConverter::convertBool(bTmp, sValue)) in ProcessAttribute()
176 convertMeasure(nTmp, sValue)) in ProcessAttribute()
183 sNumFormat = sValue; in ProcessAttribute()
187 sNumLetterSync = sValue; in ProcessAttribute()
202 if (SvXMLUnitConverter::convertEnum(nTmp16, sValue, in ProcessAttribute()
[all …]
H A DXMLFootnoteConfigurationImportContext.cxx246 OUString sValue = xAttrList->getValueByIndex(nAttr); in StartElement() local
250 sCitationStyle = sValue; in StartElement()
253 sAnchorStyle = sValue; in StartElement()
256 sDefaultStyle = sValue; in StartElement()
259 sPageStyle = sValue; in StartElement()
271 sPrefix = sValue; in StartElement()
274 sSuffix = sValue; in StartElement()
277 sNumFormat = sValue; in StartElement()
280 sNumSync = sValue; in StartElement()
285 if (SvXMLUnitConverter::convertEnum(nTmp, sValue, in StartElement()
[all …]
/aoo41x/main/registry/test/
H A Dtestmerge.cxx46 sal_Char* sValue = (sal_Char*)"string Value"; variable
65 …REG_ENSURE(!key5.setValue(OUString(), RG_VALUETYPE_STRING, sValue, strlen(sValue)+1), "testGenerat… in test_generateMerge1()
90 …REG_ENSURE(!key5.setValue(OUString(), RG_VALUETYPE_STRING, sValue, strlen(sValue)+1), "testGenerat… in test_generateMerge1()
134 …REG_ENSURE(!key7.setValue(OUString(), RG_VALUETYPE_STRING, sValue, strlen(sValue)+1), "testGenerat… in test_generateMerge2()
158 …REG_ENSURE(!key7.setValue(OUString(), RG_VALUETYPE_STRING, sValue, strlen(sValue)+1), "testGenerat… in test_generateMerge2()
312 …REG_ENSURE(valueType == RG_VALUETYPE_STRING && valueSize == strlen(sValue)+1, "testMerge error 76"… in test_merge()
315 REG_ENSURE(strcmp((const sal_Char*)Value, sValue) == 0, "testMerge error 76.b)"); in test_merge()
347 …REG_ENSURE(valueType == RG_VALUETYPE_STRING && valueSize == strlen(sValue)+1, "testMerge error 86"… in test_merge()
350 REG_ENSURE(strcmp((const sal_Char*)Value, sValue) == 0, "testMerge error 86.b)"); in test_merge()
367 REG_ENSURE(strcmp((const sal_Char*)Value, sValue) == 0, "testMerge error 92.b)"); in test_merge()
[all …]
/aoo41x/main/xmloff/source/table/
H A DXMLTableImport.cxx353 nRepeated = sValue.toInt32(); in ImportColumn()
357 xInfo->msStyleName = sValue; in ImportColumn()
371 (void) sValue; in ImportColumn()
469 nRepeated = sValue.toInt32(); in ImportRow()
473 sStyleName = sValue; in ImportRow()
487 (void) sValue; in ImportRow()
641 mnRepeated = sValue.toInt32(); in XMLCellImportContext()
645 mnColSpan = sValue.toInt32(); in XMLCellImportContext()
649 mnRowSpan = sValue.toInt32(); in XMLCellImportContext()
653 sStyleName = sValue; in XMLCellImportContext()
[all …]
/aoo41x/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx1198 String sValue; in SetCellData() local
1204 sValue = ::comphelper::getString(_rNewData); in SetCellData()
1205 pFieldDescr->SetName( sValue ); in SetCellData()
1223 sValue = ::comphelper::getString(_rNewData); in SetCellData()
1251 pFieldDescr->SetScale(sValue.ToInt32()); in SetCellData()
1268 SetControlText(nRow,nColId,sValue); in SetCellData()
1287 ::rtl::OUString sValue; in GetCellData()
1293 sValue = pFieldDescr->GetName(); in GetCellData()
1302 sValue = pFieldDescr->GetDescription(); in GetCellData()
1305 sValue = pFieldDescr->GetHelpText(); in GetCellData()
[all …]
H A DTableRow.cxx175 String sValue; in operator >>() local
176 _rStr.ReadByteString(sValue); in operator >>()
177 pFieldDesc->SetName(sValue); in operator >>()
179 _rStr.ReadByteString(sValue); in operator >>()
180 pFieldDesc->SetDescription(sValue); in operator >>()
181 _rStr.ReadByteString(sValue); in operator >>()
182 pFieldDesc->SetHelpText(sValue); in operator >>()
196 _rStr.ReadByteString(sValue); in operator >>()
197 aControlDefault <<= ::rtl::OUString(sValue); in operator >>()
/aoo41x/main/sw/source/filter/xml/
H A Dxmlbrsh.cxx216 OUString sValue, sURL; in exportXML() local
221 sValue = GetExport().AddEmbeddedGraphicObject( sURL ); in exportXML()
222 if( sValue.getLength() ) in exportXML()
224 GetExport().AddAttribute( XML_NAMESPACE_XLINK, XML_HREF, sValue ); in exportXML()
231 rItem, sValue, MID_GRAPHIC_POSITION, rUnitConv ) ) in exportXML()
232 GetExport().AddAttribute( XML_NAMESPACE_STYLE, XML_POSITION, sValue ); in exportXML()
235 rItem, sValue, MID_GRAPHIC_REPEAT, rUnitConv ) ) in exportXML()
236 GetExport().AddAttribute( XML_NAMESPACE_STYLE, XML_REPEAT, sValue ); in exportXML()
239 rItem, sValue, MID_GRAPHIC_FILTER, rUnitConv ) ) in exportXML()
240 GetExport().AddAttribute( XML_NAMESPACE_STYLE, XML_FILTER_NAME, sValue ); in exportXML()
/aoo41x/main/xmloff/source/draw/
H A Dximpstyl.cxx380 if( IsXMLToken( sValue, XML_PORTRAIT ) ) in SdXMLPageMasterStyleContext()
425 msName = sValue; in SdXMLPageMasterContext()
788 msName = sValue; in SdXMLPresentationPlaceholderContext()
849 msName = sValue; in SdXMLMasterPageContext()
854 msDisplayName = sValue; in SdXMLMasterPageContext()
859 msPageMasterName = sValue; in SdXMLMasterPageContext()
864 msStyleName = sValue; in SdXMLMasterPageContext()
869 maPageLayoutName = sValue; in SdXMLMasterPageContext()
874 maUseHeaderDeclName = sValue; in SdXMLMasterPageContext()
879 maUseFooterDeclName = sValue; in SdXMLMasterPageContext()
[all …]
H A Dximpbody.cxx71 OUString sValue = xAttrList->getValueByIndex( i ); in SdXMLDrawPageContext() local
78 maName = sValue; in SdXMLDrawPageContext()
83 maStyleName = sValue; in SdXMLDrawPageContext()
88 maMasterPageName = sValue; in SdXMLDrawPageContext()
93 maPageLayoutName = sValue; in SdXMLDrawPageContext()
98 maUseHeaderDeclName = sValue; in SdXMLDrawPageContext()
103 maUseFooterDeclName = sValue; in SdXMLDrawPageContext()
108 maUseDateTimeDeclName = sValue; in SdXMLDrawPageContext()
113 if (!bHaveXmlId) { sXmlId = sValue; } in SdXMLDrawPageContext()
118 sXmlId = sValue; in SdXMLDrawPageContext()
[all …]
H A Dximp3dobject.cxx69 OUString sValue = xAttrList->getValueByIndex( i ); in SdXML3DObjectContext() local
76 maDrawStyleName = sValue; in SdXML3DObjectContext()
208 OUString sValue = xAttrList->getValueByIndex( i ); in SdXML3DCubeObjectShapeContext() local
216 GetImport().GetMM100UnitConverter().convertB3DVector(aNewVec, sValue); in SdXML3DCubeObjectShapeContext()
228 GetImport().GetMM100UnitConverter().convertB3DVector(aNewVec, sValue); in SdXML3DCubeObjectShapeContext()
319 OUString sValue = xAttrList->getValueByIndex( i ); in SdXML3DSphereObjectShapeContext() local
327 GetImport().GetMM100UnitConverter().convertB3DVector(aNewVec, sValue); in SdXML3DSphereObjectShapeContext()
339 GetImport().GetMM100UnitConverter().convertB3DVector(aNewVec, sValue); in SdXML3DSphereObjectShapeContext()
423 OUString sValue = xAttrList->getValueByIndex( i ); in SdXML3DPolygonBasedShapeContext() local
430 maViewBox = sValue; in SdXML3DPolygonBasedShapeContext()
[all …]
/aoo41x/main/oox/source/drawingml/
H A Dtextparagraphpropertiescontext.cxx56 OUString sValue; in TextParagraphPropertiesContext() local
97 sValue = xAttribs->getOptionalValue( XML_indent ); in TextParagraphPropertiesContext()
98 …tLineIndentation() = boost::optional< sal_Int32 >( sValue.getLength() == 0 ? 0 : GetCoordinate( sV… in TextParagraphPropertiesContext()
120 sValue = xAttribs->getOptionalValue( XML_marL ); in TextParagraphPropertiesContext()
121 …etParaLeftMargin() = boost::optional< sal_Int32 >( sValue.getLength() == 0 ? 0 : GetCoordinate( sV… in TextParagraphPropertiesContext()
127 sValue = xAttribs->getOptionalValue( XML_marR ); in TextParagraphPropertiesContext()
128 sal_Int32 nMarR = ( sValue.getLength() == 0 ? 0 : GetCoordinate( sValue ) ); in TextParagraphPropertiesContext()
/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlImage.cxx72 /* const */ rtl::OUString sValue = _xAttrList->getValueByIndex( i ); in DBG_NAME() local
79 sValue = aPathOptions.SubstituteVariable(sValue); in DBG_NAME()
80 _xComponent->setImageURL(rImport.GetAbsoluteReference( sValue )); in DBG_NAME()
85 _xComponent->setPreserveIRI(s_sTRUE == sValue); in DBG_NAME()
90 if ( s_sTRUE == sValue ) in DBG_NAME()
97 SvXMLUnitConverter::convertEnum( nRet, sValue, aXML_EnumMap ); in DBG_NAME()
103 _xComponent->setDataField(ORptFilter::convertFormula(sValue)); in DBG_NAME()
/aoo41x/main/connectivity/source/commontools/
H A Dpredicateinput.cxx294 ::rtl::OUString sValue( _rPredicateValue ); in getPredicateValue()
300 sal_Bool bValidQuotedText = ( sValue.getLength() >= 2 ) in getPredicateValue()
301 && ( sValue.getStr()[0] == '\'' ) in getPredicateValue()
302 && ( sValue.getStr()[ sValue.getLength() - 1 ] == '\'' ); in getPredicateValue()
308 sValue = sValue.copy( 1, sValue.getLength() - 2 ); in getPredicateValue()
314 while ( -1 != ( nIndex = sValue.indexOf( sDoubleQuote,nTemp ) ) ) in getPredicateValue()
316 sValue = sValue.replaceAt( nIndex, 2, sSingleQuote ); in getPredicateValue()
325 OSQLParseNode* pParseNode = implPredicateTree( sError, sValue, _rxField ); in getPredicateValue()

Completed in 286 milliseconds

12345678910>>...17