2000-12-02 20:43:40 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-09 14:03:09 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-12-02 20:43:40 +00:00
|
|
|
*
|
2005-09-09 14:03:09 +00:00
|
|
|
* $RCSfile: XMLIndexBibliographyConfigurationContext.cxx,v $
|
2000-12-02 20:43:40 +00:00
|
|
|
*
|
2007-06-27 14:56:17 +00:00
|
|
|
* $Revision: 1.12 $
|
2000-12-02 20:43:40 +00:00
|
|
|
*
|
2007-06-27 14:56:17 +00:00
|
|
|
* last change: $Author: hr $ $Date: 2007-06-27 15:56:17 $
|
2000-12-02 20:43:40 +00:00
|
|
|
*
|
2005-09-09 14:03:09 +00:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2000-12-02 20:43:40 +00:00
|
|
|
*
|
|
|
|
*
|
2005-09-09 14:03:09 +00:00
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2000-12-02 20:43:40 +00:00
|
|
|
*
|
2005-09-09 14:03:09 +00:00
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
2000-12-02 20:43:40 +00:00
|
|
|
*
|
2005-09-09 14:03:09 +00:00
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
2000-12-02 20:43:40 +00:00
|
|
|
*
|
2005-09-09 14:03:09 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
* MA 02111-1307 USA
|
2000-12-02 20:43:40 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
2006-09-17 10:05:00 +00:00
|
|
|
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
|
|
#include "precompiled_xmloff.hxx"
|
|
|
|
|
2000-12-02 20:43:40 +00:00
|
|
|
|
|
|
|
#ifndef _XMLOFF_XMLINDEXBIBLIOGRAPHYCONFIGURATIONCONTEXT_HXX_
|
|
|
|
#include "XMLIndexBibliographyConfigurationContext.hxx"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _XMLOFF_XMLINDEXBIBLIOGRAPHYENTRYCONTEXT_HXX_
|
|
|
|
#include "XMLIndexBibliographyEntryContext.hxx"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _XMLOFF_XMLICTXT_HXX
|
2007-06-27 14:56:17 +00:00
|
|
|
#include <xmloff/xmlictxt.hxx>
|
2000-12-02 20:43:40 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _XMLOFF_XMLIMP_HXX
|
2007-06-27 14:56:17 +00:00
|
|
|
#include <xmloff/xmlimp.hxx>
|
2000-12-02 20:43:40 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _XMLOFF_TEXTIMP_HXX_
|
2007-06-27 14:56:17 +00:00
|
|
|
#include <xmloff/txtimp.hxx>
|
2000-12-02 20:43:40 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _XMLOFF_NMSPMAP_HXX
|
2007-06-27 14:56:17 +00:00
|
|
|
#include <xmloff/nmspmap.hxx>
|
2000-12-02 20:43:40 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _XMLOFF_XMLNMSPE_HXX
|
|
|
|
#include "xmlnmspe.hxx"
|
|
|
|
#endif
|
|
|
|
|
2001-06-12 16:46:20 +00:00
|
|
|
#ifndef _XMLOFF_XMLTOKEN_HXX
|
2007-06-27 14:56:17 +00:00
|
|
|
#include <xmloff/xmltoken.hxx>
|
2001-06-12 16:46:20 +00:00
|
|
|
#endif
|
|
|
|
|
2000-12-02 20:43:40 +00:00
|
|
|
#ifndef _XMLOFF_XMLUCONV_HXX
|
2007-06-27 14:56:17 +00:00
|
|
|
#include <xmloff/xmluconv.hxx>
|
2000-12-02 20:43:40 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _TOOLS_DEBUG_HXX
|
|
|
|
#include <tools/debug.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _RTL_USTRING_HXX_
|
|
|
|
#include <rtl/ustring.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
|
|
|
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
|
|
|
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
using namespace ::com::sun::star::text;
|
|
|
|
using namespace ::com::sun::star::uno;
|
2001-06-12 16:46:20 +00:00
|
|
|
using namespace ::xmloff::token;
|
2000-12-02 20:43:40 +00:00
|
|
|
|
|
|
|
using ::rtl::OUString;
|
|
|
|
using ::com::sun::star::xml::sax::XAttributeList;
|
|
|
|
using ::com::sun::star::beans::PropertyValue;
|
|
|
|
using ::com::sun::star::beans::XPropertySet;
|
|
|
|
using ::com::sun::star::lang::XMultiServiceFactory;
|
|
|
|
|
|
|
|
const sal_Char sAPI_FieldMaster_Bibliography[] =
|
|
|
|
"com.sun.star.text.FieldMaster.Bibliography";
|
|
|
|
|
|
|
|
|
|
|
|
TYPEINIT1( XMLIndexBibliographyConfigurationContext, SvXMLStyleContext );
|
|
|
|
|
|
|
|
XMLIndexBibliographyConfigurationContext::XMLIndexBibliographyConfigurationContext(
|
|
|
|
SvXMLImport& rImport,
|
|
|
|
sal_uInt16 nPrfx,
|
|
|
|
const OUString& rLocalName,
|
|
|
|
const Reference<XAttributeList> & xAttrList) :
|
2001-01-16 21:19:14 +00:00
|
|
|
SvXMLStyleContext(rImport, nPrfx, rLocalName, xAttrList, XML_STYLE_FAMILY_TEXT_BIBLIOGRAPHYCONFIG),
|
2000-12-02 20:43:40 +00:00
|
|
|
sFieldMaster_Bibliography(
|
|
|
|
RTL_CONSTASCII_USTRINGPARAM(sAPI_FieldMaster_Bibliography)),
|
|
|
|
sBracketBefore(RTL_CONSTASCII_USTRINGPARAM("BracketBefore")),
|
|
|
|
sBracketAfter(RTL_CONSTASCII_USTRINGPARAM("BracketAfter")),
|
|
|
|
sIsNumberEntries(RTL_CONSTASCII_USTRINGPARAM("IsNumberEntries")),
|
|
|
|
sIsSortByPosition(RTL_CONSTASCII_USTRINGPARAM("IsSortByPosition")),
|
|
|
|
sSortKeys(RTL_CONSTASCII_USTRINGPARAM("SortKeys")),
|
|
|
|
sSortKey(RTL_CONSTASCII_USTRINGPARAM("SortKey")),
|
|
|
|
sIsSortAscending(RTL_CONSTASCII_USTRINGPARAM("IsSortAscending")),
|
2001-06-12 16:46:20 +00:00
|
|
|
sSortAlgorithm(RTL_CONSTASCII_USTRINGPARAM("SortAlgorithm")),
|
|
|
|
sLocale(RTL_CONSTASCII_USTRINGPARAM("Locale")),
|
2000-12-02 20:43:40 +00:00
|
|
|
sSuffix(),
|
|
|
|
sPrefix(),
|
2001-06-12 16:46:20 +00:00
|
|
|
sAlgorithm(),
|
|
|
|
aLocale(),
|
2000-12-02 20:43:40 +00:00
|
|
|
bNumberedEntries(sal_False),
|
|
|
|
bSortByPosition(sal_True)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
XMLIndexBibliographyConfigurationContext::~XMLIndexBibliographyConfigurationContext()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
void XMLIndexBibliographyConfigurationContext::StartElement(
|
|
|
|
const Reference<XAttributeList> & xAttrList)
|
|
|
|
{
|
2001-01-02 13:41:38 +00:00
|
|
|
sal_Int16 nLength = xAttrList->getLength();
|
|
|
|
for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++)
|
2000-12-02 20:43:40 +00:00
|
|
|
{
|
|
|
|
OUString sLocalName;
|
|
|
|
sal_uInt16 nPrefix = GetImport().GetNamespaceMap().
|
|
|
|
GetKeyByAttrName( xAttrList->getNameByIndex(nAttr),
|
|
|
|
&sLocalName );
|
|
|
|
|
2001-06-12 16:46:20 +00:00
|
|
|
ProcessAttribute(nPrefix, sLocalName,
|
|
|
|
xAttrList->getValueByIndex(nAttr));
|
2000-12-02 20:43:40 +00:00
|
|
|
// else: ignore
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void XMLIndexBibliographyConfigurationContext::ProcessAttribute(
|
2001-06-12 16:46:20 +00:00
|
|
|
sal_uInt16 nPrefix,
|
2000-12-02 20:43:40 +00:00
|
|
|
OUString sLocalName,
|
|
|
|
OUString sValue)
|
|
|
|
{
|
2001-06-12 16:46:20 +00:00
|
|
|
if( XML_NAMESPACE_TEXT == nPrefix )
|
2000-12-02 20:43:40 +00:00
|
|
|
{
|
2001-06-12 16:46:20 +00:00
|
|
|
if( IsXMLToken(sLocalName, XML_PREFIX) )
|
|
|
|
{
|
|
|
|
sPrefix = sValue;
|
|
|
|
}
|
|
|
|
else if( IsXMLToken(sLocalName, XML_SUFFIX) )
|
2000-12-02 20:43:40 +00:00
|
|
|
{
|
2001-06-12 16:46:20 +00:00
|
|
|
sSuffix = sValue;
|
|
|
|
}
|
|
|
|
else if( IsXMLToken(sLocalName, XML_NUMBERED_ENTRIES) )
|
|
|
|
{
|
|
|
|
sal_Bool bTmp;
|
|
|
|
if( SvXMLUnitConverter::convertBool(bTmp, sValue) )
|
|
|
|
{
|
|
|
|
bNumberedEntries = bTmp;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if( IsXMLToken(sLocalName, XML_SORT_BY_POSITION) )
|
|
|
|
{
|
|
|
|
sal_Bool bTmp;
|
|
|
|
if (SvXMLUnitConverter::convertBool(bTmp, sValue))
|
|
|
|
{
|
|
|
|
bSortByPosition = bTmp;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if( IsXMLToken(sLocalName, XML_SORT_ALGORITHM) )
|
|
|
|
{
|
|
|
|
sAlgorithm = sValue;
|
2000-12-02 20:43:40 +00:00
|
|
|
}
|
|
|
|
}
|
2001-06-12 16:46:20 +00:00
|
|
|
else if( XML_NAMESPACE_FO == nPrefix )
|
2000-12-02 20:43:40 +00:00
|
|
|
{
|
2001-06-12 16:46:20 +00:00
|
|
|
if( IsXMLToken(sLocalName, XML_LANGUAGE) )
|
|
|
|
{
|
|
|
|
aLocale.Language = sValue;
|
|
|
|
}
|
|
|
|
else if( IsXMLToken(sLocalName, XML_COUNTRY) )
|
2000-12-02 20:43:40 +00:00
|
|
|
{
|
2001-06-12 16:46:20 +00:00
|
|
|
aLocale.Country = sValue;
|
2000-12-02 20:43:40 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
SvXMLImportContext *XMLIndexBibliographyConfigurationContext::CreateChildContext(
|
|
|
|
sal_uInt16 nPrefix,
|
|
|
|
const OUString& rLocalName,
|
|
|
|
const Reference<XAttributeList> & xAttrList )
|
|
|
|
{
|
|
|
|
OUString sKey;
|
|
|
|
sal_Bool bSort(sal_True);
|
|
|
|
|
|
|
|
// process children here and use default context!
|
2001-06-29 20:07:26 +00:00
|
|
|
if ( ( nPrefix == XML_NAMESPACE_TEXT ) &&
|
|
|
|
IsXMLToken( rLocalName, XML_SORT_KEY ) )
|
2000-12-02 20:43:40 +00:00
|
|
|
{
|
2001-01-02 13:41:38 +00:00
|
|
|
sal_Int16 nLength = xAttrList->getLength();
|
|
|
|
for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++)
|
2000-12-02 20:43:40 +00:00
|
|
|
{
|
|
|
|
OUString sLocalName;
|
|
|
|
sal_uInt16 nPrfx = GetImport().GetNamespaceMap().
|
|
|
|
GetKeyByAttrName( xAttrList->getNameByIndex(nAttr),
|
|
|
|
&sLocalName );
|
|
|
|
|
|
|
|
if (nPrfx == XML_NAMESPACE_TEXT)
|
|
|
|
{
|
2001-06-29 20:07:26 +00:00
|
|
|
if ( IsXMLToken( sLocalName, XML_KEY ) )
|
2000-12-02 20:43:40 +00:00
|
|
|
{
|
|
|
|
sKey = xAttrList->getValueByIndex(nAttr);
|
|
|
|
}
|
2001-06-29 20:07:26 +00:00
|
|
|
else if ( IsXMLToken( sLocalName, XML_SORT_ASCENDING ) )
|
2000-12-02 20:43:40 +00:00
|
|
|
{
|
|
|
|
sal_Bool bTmp;
|
|
|
|
if (SvXMLUnitConverter::convertBool(
|
|
|
|
bTmp, xAttrList->getValueByIndex(nAttr)))
|
|
|
|
{
|
|
|
|
bSort = bTmp;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// valid data?
|
|
|
|
sal_uInt16 nKey;
|
|
|
|
if (SvXMLUnitConverter::convertEnum(nKey, sKey,
|
|
|
|
aBibliographyDataFieldMap))
|
|
|
|
{
|
|
|
|
|
|
|
|
Any aAny;
|
|
|
|
Sequence<PropertyValue> aKey(2);
|
|
|
|
|
|
|
|
PropertyValue aNameValue;
|
|
|
|
aNameValue.Name = sSortKey;
|
|
|
|
aAny <<= (sal_Int16)nKey;
|
|
|
|
aNameValue.Value = aAny;
|
|
|
|
aKey[0] = aNameValue;
|
|
|
|
|
|
|
|
PropertyValue aSortValue;
|
|
|
|
aSortValue.Name = sIsSortAscending;
|
|
|
|
aAny.setValue(&bSort, ::getBooleanCppuType());
|
|
|
|
aSortValue.Value = aAny;
|
|
|
|
aKey[1] = aSortValue;
|
|
|
|
|
|
|
|
aSortKeys.push_back(aKey);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return SvXMLImportContext::CreateChildContext(nPrefix, rLocalName,
|
|
|
|
xAttrList);
|
|
|
|
}
|
|
|
|
|
2006-06-19 17:39:55 +00:00
|
|
|
void XMLIndexBibliographyConfigurationContext::CreateAndInsert(sal_Bool)
|
2000-12-02 20:43:40 +00:00
|
|
|
{
|
|
|
|
// (code almost the same as export...)
|
|
|
|
|
2001-01-25 10:35:25 +00:00
|
|
|
// insert and block mode is handled in insertStyleFamily
|
|
|
|
|
2000-12-02 20:43:40 +00:00
|
|
|
// first: get field master
|
|
|
|
// (we'll create one, and get the only master for this type)
|
|
|
|
Reference<XMultiServiceFactory> xFactory(GetImport().GetModel(),UNO_QUERY);
|
|
|
|
if( xFactory.is() )
|
|
|
|
{
|
2001-03-21 09:52:49 +00:00
|
|
|
Sequence<rtl::OUString> aServices = xFactory->getAvailableServiceNames();
|
|
|
|
sal_Bool bFound(sal_False);
|
|
|
|
sal_Int32 i(0);
|
2006-06-19 17:39:55 +00:00
|
|
|
sal_Int32 nServiceCount(aServices.getLength());
|
|
|
|
while (i < nServiceCount && !bFound)
|
2000-12-02 20:43:40 +00:00
|
|
|
{
|
2001-03-21 09:52:49 +00:00
|
|
|
if (aServices[i].equals(sFieldMaster_Bibliography))
|
|
|
|
// here we should use a methode which compares in reverse order if available
|
|
|
|
// #85282#
|
|
|
|
bFound = sal_True;
|
|
|
|
else
|
|
|
|
i++;
|
|
|
|
}
|
|
|
|
if (bFound)
|
|
|
|
{
|
|
|
|
Reference<XInterface> xIfc =
|
|
|
|
xFactory->createInstance(sFieldMaster_Bibliography);
|
|
|
|
if( xIfc.is() )
|
2000-12-02 20:43:40 +00:00
|
|
|
{
|
2001-03-21 09:52:49 +00:00
|
|
|
Reference<XPropertySet> xPropSet( xIfc, UNO_QUERY );
|
|
|
|
Any aAny;
|
2000-12-02 20:43:40 +00:00
|
|
|
|
2002-10-30 09:17:55 +00:00
|
|
|
aAny <<= sSuffix;
|
|
|
|
xPropSet->setPropertyValue(sBracketAfter, aAny);
|
2000-12-02 20:43:40 +00:00
|
|
|
|
2002-10-30 09:17:55 +00:00
|
|
|
aAny <<= sPrefix;
|
|
|
|
xPropSet->setPropertyValue(sBracketBefore, aAny);
|
2000-12-02 20:43:40 +00:00
|
|
|
|
2001-03-21 09:52:49 +00:00
|
|
|
aAny.setValue(&bNumberedEntries, ::getBooleanCppuType());
|
|
|
|
xPropSet->setPropertyValue(sIsNumberEntries, aAny);
|
2000-12-02 20:43:40 +00:00
|
|
|
|
2001-03-21 09:52:49 +00:00
|
|
|
aAny.setValue(&bSortByPosition, ::getBooleanCppuType());
|
|
|
|
xPropSet->setPropertyValue(sIsSortByPosition, aAny);
|
|
|
|
|
2001-06-12 16:46:20 +00:00
|
|
|
if( (aLocale.Language.getLength() > 0) &&
|
|
|
|
(aLocale.Country.getLength() > 0) )
|
|
|
|
{
|
|
|
|
aAny <<= aLocale;
|
|
|
|
xPropSet->setPropertyValue(sLocale, aAny);
|
|
|
|
}
|
|
|
|
|
|
|
|
if( sAlgorithm.getLength() > 0 )
|
|
|
|
{
|
|
|
|
aAny <<= sAlgorithm;
|
|
|
|
xPropSet->setPropertyValue(sSortAlgorithm, aAny);
|
|
|
|
}
|
|
|
|
|
2001-03-21 09:52:49 +00:00
|
|
|
sal_Int32 nCount = aSortKeys.size();
|
|
|
|
Sequence<Sequence<PropertyValue> > aKeysSeq(nCount);
|
2006-06-19 17:39:55 +00:00
|
|
|
for(i = 0; i < nCount; i++)
|
2001-03-21 09:52:49 +00:00
|
|
|
{
|
|
|
|
aKeysSeq[i] = aSortKeys[i];
|
|
|
|
}
|
|
|
|
aAny <<= aKeysSeq;
|
|
|
|
xPropSet->setPropertyValue(sSortKeys, aAny);
|
2000-12-02 20:43:40 +00:00
|
|
|
}
|
2001-03-21 09:52:49 +00:00
|
|
|
// else: can't get FieldMaster -> ignore
|
2000-12-02 20:43:40 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
// else: can't even get Factory -> ignore
|
|
|
|
}
|