Searched refs:eElement (Results 1 – 10 of 10) sorted by relevance
/trunk/main/xmloff/source/text/ |
H A D | txtflde.cxx | 3092 return eElement; in MapCountFieldName() 3162 eElement = XML_PAGE; in MapReferenceType() 3165 eElement = XML_CHAPTER; in MapReferenceType() 3168 eElement = XML_TEXT; in MapReferenceType() 3177 eElement = XML_CAPTION; in MapReferenceType() 3180 eElement = XML_VALUE; in MapReferenceType() 3204 return eElement; in MapReferenceType() 3232 return eElement; in MapReferenceSource() 3328 eElement = XML_TITLE; in MapDocInfoFieldName() 3331 eElement = XML_SUBJECT; in MapDocInfoFieldName() [all …]
|
H A D | XMLSectionExport.cxx | 287 eElement = XML_TABLE_INDEX; in ExportSectionEnd() 291 eElement = XML_OBJECT_INDEX; in ExportSectionEnd() 295 eElement = XML_USER_INDEX; in ExportSectionEnd() 299 eElement = XML_BIBLIOGRAPHY; in ExportSectionEnd() 310 eElement = XML_INDEX_TITLE; in ExportSectionEnd() 315 eElement = XML_SECTION; in ExportSectionEnd() 318 if (XML_TOKEN_INVALID != eElement) in ExportSectionEnd() 783 XMLTokenEnum eElement, in ExportBaseIndexStart() argument 1355 eElement = XML_INDEX_ENTRY_TEXT; in ExportIndexTemplateElement() 1452 if (eElement != XML_TOKEN_INVALID) in ExportIndexTemplateElement() [all …]
|
H A D | txtftne.cxx | 240 enum XMLTokenEnum eElement, in lcl_exportString() argument 244 DBG_ASSERT( eElement != XML_TOKEN_INVALID, "need element token"); in lcl_exportString() 253 rExport.AddAttribute(nPrefix, eElement, sTmp); in lcl_exportString() 336 enum XMLTokenEnum eElement; in exportTextFootnoteConfigurationHelper() local 340 eElement = XML_PAGE; in exportTextFootnoteConfigurationHelper() 343 eElement = XML_CHAPTER; in exportTextFootnoteConfigurationHelper() 347 eElement = XML_DOCUMENT; in exportTextFootnoteConfigurationHelper() 351 XML_START_NUMBERING_AT, eElement); in exportTextFootnoteConfigurationHelper()
|
H A D | XMLRedlineExport.cxx | 341 enum XMLTokenEnum eElement = XML_TOKEN_INVALID; in ExportChangeInline() local 347 eElement = XML_CHANGE; in ExportChangeInline() 353 eElement = bStart ? XML_CHANGE_START : XML_CHANGE_END; in ExportChangeInline() 356 if (XML_TOKEN_INVALID != eElement) in ExportChangeInline() 364 eElement, sal_False, sal_False); in ExportChangeInline()
|
H A D | XMLSectionExport.hxx | 298 ::xmloff::token::XMLTokenEnum eElement,
|
/trunk/main/framework/source/xml/ |
H A D | acceleratorconfigurationreader.cxx | 127 EXMLElement eElement = AcceleratorConfigurationReader::implst_classifyElement(sElement); in startElement() local 131 if (eElement == E_ELEMENT_ITEM) in startElement() 208 if (eElement == E_ELEMENT_ACCELERATORLIST) in startElement() 222 EXMLElement eElement = AcceleratorConfigurationReader::implst_classifyElement(sElement); in endElement() local 226 if (eElement == E_ELEMENT_ITEM) in endElement() 233 if (eElement == E_ELEMENT_ACCELERATORLIST) in endElement() 274 AcceleratorConfigurationReader::EXMLElement eElement; in implst_classifyElement() local 277 eElement = E_ELEMENT_ACCELERATORLIST; in implst_classifyElement() 280 eElement = E_ELEMENT_ITEM; in implst_classifyElement() 286 return eElement; in implst_classifyElement()
|
/trunk/main/xmloff/inc/ |
H A D | txtflde.hxx | 241 void ExportElement(enum ::xmloff::token::XMLTokenEnum eElement, /// element token 246 void ExportElement(enum ::xmloff::token::XMLTokenEnum eElement, /// element token 400 enum ::xmloff::token::XMLTokenEnum eElement,
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | unomodel.cxx | 1759 vcl::PDFWriter::StructElement eElement(vcl::PDFWriter::NonStructElement); in ImplBegStructureTag() local 1770 eElement = vcl::PDFWriter::Section; in ImplBegStructureTag() 1772 eElement = vcl::PDFWriter::Heading; in ImplBegStructureTag() 1774 eElement = vcl::PDFWriter::Division; in ImplBegStructureTag() 1776 eElement = vcl::PDFWriter::Figure; in ImplBegStructureTag() 1780 return eElement; in ImplBegStructureTag() 1799 const vcl::PDFWriter::StructElement eElement(ImplBegStructureTag( *pObject )); in createRedirectedPrimitive2DSequence() local 1800 const bool bTagUsed(vcl::PDFWriter::NonStructElement != eElement); in createRedirectedPrimitive2DSequence() 1808 …e2DReference xReference(new drawinglayer::primitive2d::StructureTagPrimitive2D(eElement, xRetval)); in createRedirectedPrimitive2DSequence()
|
/trunk/main/writerfilter/source/dmapper/ |
H A D | DomainMapper_Impl.hxx | 592 void SetPageMarginTwip( PageMarElement eElement, sal_Int32 nValue );
|
H A D | DomainMapper_Impl.cxx | 3869 void DomainMapper_Impl::SetPageMarginTwip( PageMarElement eElement, sal_Int32 nValue ) in SetPageMarginTwip() argument 3872 switch(eElement) in SetPageMarginTwip()
|
Completed in 110 milliseconds