xmlictxt.hxx (ecfe53c5) xmlictxt.hxx (f3b8b509)
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

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

89 // EndElement is called before a context will be destructed, but
90 // after a elements context has been parsed. It may be used for actions
91 // that require virtual methods. The default is to do nothing.
92 virtual void EndElement();
93
94 // This method is called for all characters that are contained in the
95 // current element. The default is to ignore them.
96 virtual void Characters( const ::rtl::OUString& rChars );
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

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

89 // EndElement is called before a context will be destructed, but
90 // after a elements context has been parsed. It may be used for actions
91 // that require virtual methods. The default is to do nothing.
92 virtual void EndElement();
93
94 // This method is called for all characters that are contained in the
95 // current element. The default is to ignore them.
96 virtual void Characters( const ::rtl::OUString& rChars );
97
98 // #124143# allow to copy evtl. useful data from another temporary import context, e.g. used to
99 // support multiple images and to rescue evtl. GluePoints imported with one of the
100 // to be deprecated contents
101 virtual void onDemandRescueUsefulDataFromTemporary( const SvXMLImportContext& rCandidate );
97};
98
99SV_DECL_REF( SvXMLImportContext )
100SV_IMPL_REF( SvXMLImportContext )
101
102
103#endif // _XMLOFF_XMLICTXT_HXX
104
102};
103
104SV_DECL_REF( SvXMLImportContext )
105SV_IMPL_REF( SvXMLImportContext )
106
107
108#endif // _XMLOFF_XMLICTXT_HXX
109