LibreOffice Module svx (master) 1
Classes | Namespaces | Enumerations
datanavi.hxx File Reference
#include <config_options.h>
#include <o3tl/sorted_vector.hxx>
#include <vcl/builderpage.hxx>
#include <vcl/idle.hxx>
#include <vcl/transfer.hxx>
#include <vcl/weld.hxx>
#include <svtools/inettbc.hxx>
#include <sfx2/dockwin.hxx>
#include <sfx2/childwin.hxx>
#include <sfx2/ctrlitem.hxx>
#include <svx/dialmgr.hxx>
#include <svx/strings.hrc>
#include <svx/svxdllapi.h>
#include <rtl/ref.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/XContainer.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/xforms/XFormsUIHelper1.hpp>
#include <com/sun/star/xforms/XModel.hpp>
#include <com/sun/star/xforms/XSubmission.hpp>
#include <com/sun/star/xml/dom/XNode.hpp>
#include <com/sun/star/xml/dom/events/XEventTarget.hpp>
#include "datalistener.hxx"
#include <memory>
#include <string_view>
#include <vector>
Include dependency graph for datanavi.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  svxform::ReplaceString
 
class  svxform::MethodString
 
class  svxform::DataTreeDropTarget
 
class  svxform::XFormsPage
 
class  svxform::DataNavigatorWindow
 
class  svxform::DataNavigator
 
class  svxform::AddDataItemDialog
 
class  svxform::AddConditionDialog
 
class  svxform::NamespaceItemDialog
 
class  svxform::ManageNamespaceDialog
 
class  svxform::AddSubmissionDialog
 
class  svxform::AddModelDialog
 
class  svxform::AddInstanceDialog
 
class  svxform::LinkedInstanceWarningBox
 

Namespaces

namespace  svxform
 class FmSearchEngine - Impl class for FmSearchDialog
 

Enumerations

enum  svxform::DataGroupType {
  svxform::DGTUnknown = 0 ,
  svxform::DGTInstance ,
  svxform::DGTSubmission ,
  svxform::DGTBinding
}
 
enum  svxform::DataItemType {
  svxform::DITNone = 0 ,
  svxform::DITText ,
  svxform::DITAttribute ,
  svxform::DITElement ,
  svxform::DITBinding
}