txtflde.cxx (3b32dd21) | txtflde.cxx (7cba280f) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 1750 unchanged lines hidden (view full) --- 1759 sal_True); 1760 SvXMLElementExport aDateElem( GetExport(), XML_NAMESPACE_DC, 1761 XML_DATE, sal_True, 1762 sal_False ); 1763 GetExport().Characters(aBuffer.makeStringAndClear()); 1764 } 1765 1766 // initials | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 1750 unchanged lines hidden (view full) --- 1759 sal_True); 1760 SvXMLElementExport aDateElem( GetExport(), XML_NAMESPACE_DC, 1761 XML_DATE, sal_True, 1762 sal_False ); 1763 GetExport().Characters(aBuffer.makeStringAndClear()); 1764 } 1765 1766 // initials |
1767 if ( GetExport().getDefaultVersion() > SvtSaveOptions::ODFVER_012 ) |
|
1767 { 1768 OUString aInitials( GetStringProperty(sPropertyInitials, rPropSet) ); 1769 if ( aInitials.getLength() > 0 ) 1770 { 1771 SvXMLElementExport aCreatorElem( 1772 GetExport(), | 1768 { 1769 OUString aInitials( GetStringProperty(sPropertyInitials, rPropSet) ); 1770 if ( aInitials.getLength() > 0 ) 1771 { 1772 SvXMLElementExport aCreatorElem( 1773 GetExport(), |
1773 XML_NAMESPACE_TEXT, | 1774 XML_NAMESPACE_TEXT_EXT, |
1774 XML_SENDER_INITIALS, 1775 sal_True, 1776 sal_False ); 1777 GetExport().Characters(aInitials); 1778 } 1779 } 1780 1781 com::sun::star::uno::Reference < com::sun::star::text::XText > xText; --- 1855 unchanged lines hidden --- | 1775 XML_SENDER_INITIALS, 1776 sal_True, 1777 sal_False ); 1778 GetExport().Characters(aInitials); 1779 } 1780 } 1781 1782 com::sun::star::uno::Reference < com::sun::star::text::XText > xText; --- 1855 unchanged lines hidden --- |