txtparai.cxx (870262e3) txtparai.cxx (82c29545)
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

--- 1034 unchanged lines hidden (view full) ---

1043// ---------------------------------------------------------------------
1044
1045
1046/**
1047 * Process index marks.
1048 *
1049 * All *-mark-end index marks should instantiate *this* class (because
1050 * it doesn't process attributes other than ID), while the *-mark and
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

--- 1034 unchanged lines hidden (view full) ---

1043// ---------------------------------------------------------------------
1044
1045
1046/**
1047 * Process index marks.
1048 *
1049 * All *-mark-end index marks should instantiate *this* class (because
1050 * it doesn't process attributes other than ID), while the *-mark and
1051 * *-mark-start classes should instantiate the apporpiate subclasses.
1051 * *-mark-start classes should instantiate the appropriate subclasses.
1052 */
1053class XMLIndexMarkImportContext_Impl : public SvXMLImportContext
1054{
1055 const OUString sAlternativeText;
1056
1057 XMLHints_Impl& rHints;
1058 const enum XMLTextPElemTokens eToken;
1059 OUString sID;

--- 1388 unchanged lines hidden ---
1052 */
1053class XMLIndexMarkImportContext_Impl : public SvXMLImportContext
1054{
1055 const OUString sAlternativeText;
1056
1057 XMLHints_Impl& rHints;
1058 const enum XMLTextPElemTokens eToken;
1059 OUString sID;

--- 1388 unchanged lines hidden ---