Home
last modified time | relevance | path

Searched refs:rAttrValue (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/xmloff/source/transform/ !
H A DStyleOASISTContext.cxx175 const OUString& rAttrValue = rAttrList->getValueByIndex( i ); in StartElement() local
191 pAttrList->AddAttribute( rAttrName, rAttrValue ); in StartElement()
200 pAttrList->AddAttribute( aNewAttrQName, rAttrValue ); in StartElement()
205 OUString aAttrValue( rAttrValue ); in StartElement()
213 OUString aAttrValue( rAttrValue ); in StartElement()
221 OUString aAttrValue( rAttrValue ); in StartElement()
233 OUString aAttrValue( rAttrValue ); in StartElement()
240 OUString aAttrValue( rAttrValue ); in StartElement()
252 OUString aAttrValue( rAttrValue ); in StartElement()
260 IsXMLToken( rAttrValue, XML_SKIP_WHITE_SPACE ); in StartElement()
[all …]
H A DEventOASISTContext.cxx145 const OUString& rAttrValue, in ParseURLAsString() argument
150 sal_Int32 params = rAttrValue.indexOf( '?' ); in ParseURLAsString()
151 if ( rAttrValue.indexOf( SCHEME ) != 0 || params < 0 ) in ParseURLAsString()
157 *pName = rAttrValue.copy( start, params - start ); in ParseURLAsString()
164 aToken = rAttrValue.getToken( 0, '&', params ); in ParseURLAsString()
193 const OUString& rAttrValue, in ParseURL() argument
197 return ParseURLAsString( rAttrValue, pName, pLocation ); in ParseURL()
209 xFactory->parse( rAttrValue ), UNO_QUERY ); in ParseURL()
243 return ParseURLAsString( rAttrValue, pName, pLocation ); in ParseURL()
278 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement() local
[all …]
H A DTransformerBase.cxx267 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in startElement() local
273 sal_uInt16 nKey = m_pNamespaceMap->AddIfKnown( aPrefix, rAttrValue ); in startElement()
278 OUString aTestName( rAttrValue ); in startElement()
284 nKey = m_pNamespaceMap->Add( aPrefix, rAttrValue ); in startElement()
537 const OUString& rAttrValue = rAttrList->getValueByIndex( i ); in ProcessAttrList() local
573 OUString aAttrValue( rAttrValue ); in ProcessAttrList()
580 OUString aAttrValue( rAttrValue ); in ProcessAttrList()
589 OUString aAttrValue( rAttrValue ); in ProcessAttrList()
596 OUString aAttrValue( rAttrValue ); in ProcessAttrList()
603 OUString aAttrValue( rAttrValue ); in ProcessAttrList()
[all …]
H A DChartOOoTContext.cxx89 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement() local
94 OUString aAttrValue( rAttrValue ); in StartElement()
102 OUString aAttrValue( rAttrValue ); in StartElement()
110 if( ::xmloff::token::IsXMLToken( rAttrValue, XML_ADD_IN ) ) in StartElement()
116 OUString aAttrValue( rAttrValue ); in StartElement()
127 aAddInName = rAttrValue; in StartElement()
H A DChartPlotAreaOOoTContext.cxx93 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement() local
95 if( IsXMLToken( rAttrValue, XML_DOMAIN ) || in StartElement()
96 IsXMLToken( rAttrValue, XML_CATEGORY )) in StartElement()
99 if( IsXMLToken( rAttrValue, XML_CATEGORY ) ) in StartElement()
102 else if( IsXMLToken( rAttrValue, XML_VALUE )) in StartElement()
106 else if( IsXMLToken( rAttrValue, XML_SERIES )) in StartElement()
H A DFrameOASISTContext.cxx107 const OUString& rAttrValue = rAttrList->getValueByIndex( i ); in StartElement() local
108 if( IsXMLToken( rAttrValue, XML_HEADER ) || IsXMLToken( rAttrValue, XML_FOOTER ) || in StartElement()
109 … IsXMLToken( rAttrValue, XML_PAGE_NUMBER ) || IsXMLToken( rAttrValue, XML_DATE_TIME ) ) in StartElement()
H A DEventOOoTContext.cxx181 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement() local
189 GetTransformer().GetEventName( rAttrValue ) ); in StartElement()
193 OUString aAttrValue( rAttrValue ); in StartElement()
202 aLocation = rAttrValue; in StartElement()
208 aMacroName = rAttrValue; in StartElement()
H A DChartOASISTContext.cxx86 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement() local
91 OUString aAttrValue( rAttrValue ); in StartElement()
99 OUString aAttrValue( rAttrValue ); in StartElement()
111 rAttrValue, in StartElement()
H A DControlOASISTContext.cxx95 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement() local
102 rAttrValue ); in StartElement()
110 OUString aAttrValue( rAttrValue ); in StartElement()
137 OUString aAttrValue( rAttrValue ); in StartElement()
H A DNotesTContext.cxx92 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement() local
104 if( IsXMLToken( rAttrValue, XML_FOOTNOTE ) ) in StartElement()
107 else if( IsXMLToken( rAttrValue, XML_ENDNOTE ) ) in StartElement()
119 OUString aAttrValue( rAttrValue ); in StartElement()
H A DFormPropOASISTContext.cxx138 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement() local
144 if( IsXMLToken( rAttrValue, XML_FLOAT ) ) in StartElement()
148 else if( IsXMLToken( rAttrValue, XML_VOID ) ) in StartElement()
166 aValue = rAttrValue; in StartElement()
H A DChartPlotAreaOASISTContext.cxx129 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement() local
131 if( IsXMLToken( rAttrValue, XML_X )) in StartElement()
138 else if( IsXMLToken( rAttrValue, XML_Y )) in StartElement()
142 else if( IsXMLToken( rAttrValue, XML_Z )) in StartElement()
H A DOOo2Oasis.cxx1183 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement() local
1184 if( IsXMLToken( rAttrValue, XML_N_OOO ) ) in StartElement()
1186 else if( IsXMLToken( rAttrValue, XML_N_OOOW ) ) in StartElement()
1188 else if( IsXMLToken( rAttrValue, XML_N_OOOC ) ) in StartElement()
1190 else if( IsXMLToken( rAttrValue, XML_N_DOM ) ) in StartElement()
1192 else if( IsXMLToken( rAttrValue, XML_N_DC ) ) in StartElement()
1194 else if( IsXMLToken( rAttrValue, XML_N_SVG_COMPAT ) ) in StartElement()
1375 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement() local
1389 rAttrValue.getLength() > 0 && in StartElement()
1390 rAttrValue[0] != ' ' ) in StartElement()
[all …]
H A DDlgOASISTContext.cxx88 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement() local
93 OUString aAttrValue( rAttrValue ); in StartElement()
H A DCreateElemTContext.cxx74 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement() local
103 pContext->Characters( rAttrValue ); in StartElement()
H A DFrameOOoTContext.cxx92 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement() local
96 pFrameMutableAttrList->AddAttribute( rAttrName, rAttrValue ); in StartElement()
H A DFormPropOOoTContext.cxx231 const OUString& rAttrValue = rAttrList->getValueByIndex( i ); in StartElement() local
237 aValueType = rAttrValue; in StartElement()
H A DOasis2OOo.cxx1395 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in StartElement() local
1401 if( IsXMLToken( rAttrValue, XML_NONE ) ) in StartElement()
1403 else if( IsXMLToken( rAttrValue, XML_DOTTED ) ) in StartElement()
1424 if( rAttrValue.getLength() > 1 ) in StartElement()
1426 OUString aAttrValue( rAttrValue.copy( 0, 1 ) ); in StartElement()
1434 OUString aAttrValue( rAttrValue ); in StartElement()
/trunk/main/sw/source/core/swg/ !
H A DSwXMLBlockListContext.cxx54 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in SwXMLBlockListContext() local
59 rImport.getBlockList().SetName(rAttrValue); in SwXMLBlockListContext()
103 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in SwXMLBlockContext() local
108 aShort = rCC.upper(rAttrValue); in SwXMLBlockContext()
112 aLong = rAttrValue; in SwXMLBlockContext()
116 aPackageName = rAttrValue; in SwXMLBlockContext()
120 if ( IsXMLToken ( rAttrValue, XML_TRUE ) ) in SwXMLBlockContext()
H A DSwXMLSectionList.cxx116 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in CreateChildContext() local
118 sName = rAttrValue; in CreateChildContext()
/trunk/main/xmloff/source/meta/ !
H A Dxmlversion.cxx215 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in XMLVersionContext() local
216 aInfo.Identifier = rAttrValue; in XMLVersionContext()
220 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in XMLVersionContext() local
221 aInfo.Comment = rAttrValue; in XMLVersionContext()
225 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in XMLVersionContext() local
226 aInfo.Author = rAttrValue; in XMLVersionContext()
232 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in XMLVersionContext() local
234 if ( ParseISODateTimeString( rAttrValue, aTime ) ) in XMLVersionContext()
/trunk/main/editeng/source/misc/ !
H A DSvXMLAutoCorrectImport.cxx125 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in SvXMLWordContext() local
130 sWrong = rAttrValue; in SvXMLWordContext()
134 sRight = rAttrValue; in SvXMLWordContext()
242 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in SvXMLExceptionContext() local
247 sWord = rAttrValue; in SvXMLExceptionContext()
/trunk/main/sc/source/filter/xml/ !
H A Dxmldpimp.cxx760 const OUString& rAttrValue = xAttrList->getValueByIndex(i); in ScXMLDataPilotGrandTotalContext() local
767 mbVisible = IsXMLToken(rAttrValue, XML_TRUE); in ScXMLDataPilotGrandTotalContext()
770 if (IsXMLToken(rAttrValue, XML_BOTH)) in ScXMLDataPilotGrandTotalContext()
772 else if (IsXMLToken(rAttrValue, XML_ROW)) in ScXMLDataPilotGrandTotalContext()
774 else if (IsXMLToken(rAttrValue, XML_COLUMN)) in ScXMLDataPilotGrandTotalContext()
779 maDisplayName = rAttrValue; in ScXMLDataPilotGrandTotalContext()
H A Dxmlimprt.cxx2996 const OUString& rAttrValue, bool bRestrictToExternalNmsp ) const in ExtractFormulaNamespaceGrammar() argument
3000 …sal_uInt16 nNsId = GetNamespaceMap()._GetKeyByAttrName( rAttrValue, 0, &rFormula, &rFormulaNmsp, s… in ExtractFormulaNamespaceGrammar()
3027 …if( (nNsId == XML_NAMESPACE_NONE) || ((nNsId == XML_NAMESPACE_UNKNOWN) && (rAttrValue.toChar() == … in ExtractFormulaNamespaceGrammar()
3029 rFormula = rAttrValue; // return entire string as formula in ExtractFormulaNamespaceGrammar()
3048 rFormula = rAttrValue; in ExtractFormulaNamespaceGrammar()
/trunk/main/xmloff/source/core/ !
H A Dxmlimp.cxx759 const OUString& rAttrValue = xAttrList->getValueByIndex( i ); in startElement() local
765 sal_uInt16 nKey = mpNamespaceMap->AddIfKnown( aPrefix, rAttrValue ); in startElement()
770 OUString aTestName( rAttrValue ); in startElement()
776 mpNamespaceMap->Add( aPrefix, rAttrValue ); in startElement()

12