/aoo41x/main/xmloff/source/script/ |
H A D | xmlbasici.cxx | 109 GetImport().GetNamespaceMap().GetQNameByKey( GetPrefix(), GetLocalName() ), in StartElement() 121 GetImport().GetNamespaceMap().GetQNameByKey( GetPrefix(), GetLocalName() ) ); in EndElement() 169 GetImport().GetNamespaceMap().GetQNameByKey( GetPrefix(), GetLocalName() ), in StartElement() 181 GetImport().GetNamespaceMap().GetQNameByKey( GetPrefix(), GetLocalName() ) ); in EndElement()
|
/aoo41x/main/xmloff/source/core/ |
H A D | XMLEmbeddedObjectImportContext.cxx | 138 GetPrefix(), GetLocalName() ), in StartElement() 145 GetPrefix(), GetLocalName() ) ); in EndElement() 318 GetPrefix(), GetLocalName() ), in StartElement() 328 GetPrefix(), GetLocalName() ) ); in EndElement()
|
H A D | xmlimp.cxx | 864 DBG_ASSERT( pContext->GetLocalName() == aLocalName, in endElement()
|
/aoo41x/main/xmloff/source/text/ |
H A D | XMLTextMarkImportContext.cxx | 173 if (IsXMLToken(GetLocalName(), XML_FIELDMARK_END)) in StartElement() 178 … if (IsXMLToken(GetLocalName(), XML_FIELDMARK_START) || IsXMLToken(GetLocalName(), XML_FIELDMARK)) in StartElement() 204 if (SvXMLUnitConverter::convertEnum(nTmp, GetLocalName(), in EndElement()
|
H A D | XMLSectionImportContext.cxx | 134 sal_Bool bIsIndexHeader = IsXMLToken( GetLocalName(), XML_INDEX_TITLE ); in StartElement() 202 IsXMLToken(GetLocalName(), XML_SECTION) ) in StartElement()
|
H A D | XMLStringBufferImportContext.cxx | 74 (IsXMLToken(GetLocalName(), XML_P)) ) in EndElement()
|
H A D | XMLChangeElementImportContext.cxx | 68 rChangedRegion, GetLocalName()); in CreateChildContext()
|
H A D | XMLIndexTOCContext.cxx | 226 aSeq[0] = GetLocalName(); in StartElement()
|
/aoo41x/main/xmloff/source/meta/ |
H A D | xmlmetai.cxx | 106 GetImport().GetNamespaceMap().GetQNameByKey(GetPrefix(), GetLocalName()), in StartElement() 118 GetImport().GetNamespaceMap().GetQNameByKey(GetPrefix(), GetLocalName())); in EndElement()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | descriptionimp.cxx | 69 if(IsXMLToken(GetLocalName(),XML_TITLE)) in EndElement()
|
H A D | ximpstyl.cxx | 1670 if( IsXMLToken( GetLocalName(), XML_HEADER_DECL ) ) in EndElement() 1674 else if( IsXMLToken( GetLocalName(), XML_FOOTER_DECL ) ) in EndElement() 1678 else if( IsXMLToken( GetLocalName(), XML_DATE_TIME_DECL ) ) in EndElement()
|
H A D | ximpshap.cxx | 4043 …mxTableImportContext = xTableImport->CreateTableContext( GetPrefix(), GetLocalName(), xColumnRowRa… in StartElement()
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | xmlictxt.hxx | 63 const ::rtl::OUString& GetLocalName() const { return maLocalName; } in GetLocalName() function in SvXMLImportContext
|
/aoo41x/main/sc/inc/ |
H A D | addincol.hxx | 115 const String& GetLocalName() const { return aLocalName; } in GetLocalName() function in ScUnoAddInFuncData
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | xmlimp.cxx | 232 if ( ! IsXMLToken( GetLocalName(), XML_DOCUMENT_STYLES ) ) in CreateChildContext()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | addincol.cxx | 1341 aDesc = rFuncData.GetLocalName(); // use name if no description is available in FillFunctionDescFromData()
|