model.hxx (2d785d7e) | model.hxx (bfd87ff6) |
---|---|
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 --- 22 unchanged lines hidden (view full) --- 31#include <com/sun/star/xforms/XModel.hpp> 32#include <com/sun/star/xforms/XFormsUIHelper1.hpp> 33#include <com/sun/star/util/XUpdatable.hpp> 34#include <com/sun/star/lang/XUnoTunnel.hpp> 35 36 37// includes for member variables 38#include <com/sun/star/uno/Reference.hxx> | 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 --- 22 unchanged lines hidden (view full) --- 31#include <com/sun/star/xforms/XModel.hpp> 32#include <com/sun/star/xforms/XFormsUIHelper1.hpp> 33#include <com/sun/star/util/XUpdatable.hpp> 34#include <com/sun/star/lang/XUnoTunnel.hpp> 35 36 37// includes for member variables 38#include <com/sun/star/uno/Reference.hxx> |
39#include "mip.hxx" |
|
39#include <map> 40 41 42// forward declaractions 43namespace com { namespace sun { namespace star 44{ 45 namespace xml { namespace dom { class XDocument; } } 46 namespace xml { namespace dom { class XNode; } } --- 4 unchanged lines hidden (view full) --- 51 namespace container { class XSet; } 52 namespace container { class XNameContainer; } 53 namespace frame { class XModel; } 54} } } 55namespace rtl { class OUString; } 56namespace xforms 57{ 58 class Binding; | 40#include <map> 41 42 43// forward declaractions 44namespace com { namespace sun { namespace star 45{ 46 namespace xml { namespace dom { class XDocument; } } 47 namespace xml { namespace dom { class XNode; } } --- 4 unchanged lines hidden (view full) --- 52 namespace container { class XSet; } 53 namespace container { class XNameContainer; } 54 namespace frame { class XModel; } 55} } } 56namespace rtl { class OUString; } 57namespace xforms 58{ 59 class Binding; |
59 class MIP; | |
60 class BindingCollection; 61 class SubmissionCollection; 62 class InstanceCollection; 63 class EvaluationContext; 64} 65 66 67namespace xforms --- 364 unchanged lines hidden --- | 60 class BindingCollection; 61 class SubmissionCollection; 62 class InstanceCollection; 63 class EvaluationContext; 64} 65 66 67namespace xforms --- 364 unchanged lines hidden --- |