xref: /trunk/main/unoxml/source/rdf/CNodes.hxx (revision 7f654276)
1*7f654276SAndrew Rist /**************************************************************
2cdf0e10cSrcweir  *
3*7f654276SAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4*7f654276SAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5*7f654276SAndrew Rist  * distributed with this work for additional information
6*7f654276SAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7*7f654276SAndrew Rist  * to you under the Apache License, Version 2.0 (the
8*7f654276SAndrew Rist  * "License"); you may not use this file except in compliance
9*7f654276SAndrew Rist  * with the License.  You may obtain a copy of the License at
10*7f654276SAndrew Rist  *
11*7f654276SAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12*7f654276SAndrew Rist  *
13*7f654276SAndrew Rist  * Unless required by applicable law or agreed to in writing,
14*7f654276SAndrew Rist  * software distributed under the License is distributed on an
15*7f654276SAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*7f654276SAndrew Rist  * KIND, either express or implied.  See the License for the
17*7f654276SAndrew Rist  * specific language governing permissions and limitations
18*7f654276SAndrew Rist  * under the License.
19*7f654276SAndrew Rist  *
20*7f654276SAndrew Rist  *************************************************************/
21*7f654276SAndrew Rist 
22*7f654276SAndrew Rist 
23cdf0e10cSrcweir 
24cdf0e10cSrcweir #ifndef _CNODES_HXX
25cdf0e10cSrcweir #define _CNODES_HXX
26cdf0e10cSrcweir 
27cdf0e10cSrcweir #include <sal/config.h>
28cdf0e10cSrcweir #include <cppuhelper/factory.hxx>
29cdf0e10cSrcweir 
30cdf0e10cSrcweir 
31cdf0e10cSrcweir // component helper namespace
32cdf0e10cSrcweir namespace comp_CBlankNode {
33cdf0e10cSrcweir 
34cdf0e10cSrcweir namespace css = ::com::sun::star;
35cdf0e10cSrcweir 
36cdf0e10cSrcweir // component and service helper functions:
37cdf0e10cSrcweir ::rtl::OUString SAL_CALL _getImplementationName();
38cdf0e10cSrcweir css::uno::Sequence< ::rtl::OUString > SAL_CALL _getSupportedServiceNames();
39cdf0e10cSrcweir css::uno::Reference< css::uno::XInterface > SAL_CALL _create( css::uno::Reference< css::uno::XComponentContext > const & context );
40cdf0e10cSrcweir 
41cdf0e10cSrcweir } // closing component helper namespace
42cdf0e10cSrcweir 
43cdf0e10cSrcweir 
44cdf0e10cSrcweir // component helper namespace
45cdf0e10cSrcweir namespace comp_CURI {
46cdf0e10cSrcweir 
47cdf0e10cSrcweir namespace css = ::com::sun::star;
48cdf0e10cSrcweir 
49cdf0e10cSrcweir // component and service helper functions:
50cdf0e10cSrcweir ::rtl::OUString SAL_CALL _getImplementationName();
51cdf0e10cSrcweir css::uno::Sequence< ::rtl::OUString > SAL_CALL _getSupportedServiceNames();
52cdf0e10cSrcweir css::uno::Reference< css::uno::XInterface > SAL_CALL _create( css::uno::Reference< css::uno::XComponentContext > const & context );
53cdf0e10cSrcweir 
54cdf0e10cSrcweir } // closing component helper namespace
55cdf0e10cSrcweir 
56cdf0e10cSrcweir 
57cdf0e10cSrcweir // component helper namespace
58cdf0e10cSrcweir namespace comp_CLiteral {
59cdf0e10cSrcweir 
60cdf0e10cSrcweir namespace css = ::com::sun::star;
61cdf0e10cSrcweir 
62cdf0e10cSrcweir // component and service helper functions:
63cdf0e10cSrcweir ::rtl::OUString SAL_CALL _getImplementationName();
64cdf0e10cSrcweir css::uno::Sequence< ::rtl::OUString > SAL_CALL _getSupportedServiceNames();
65cdf0e10cSrcweir css::uno::Reference< css::uno::XInterface > SAL_CALL _create( css::uno::Reference< css::uno::XComponentContext > const & context );
66cdf0e10cSrcweir 
67cdf0e10cSrcweir } // closing component helper namespace
68cdf0e10cSrcweir 
69cdf0e10cSrcweir #endif
70cdf0e10cSrcweir 
71