LibreOffice Module extensions (master) 1
|
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/frame/XDispatchInformationProvider.hpp>
#include <cppuhelper/implbase.hxx>
#include <rtl/ref.hxx>
#include <tools/link.hxx>
#include <utility>
#include <vcl/window.hxx>
#include <vector>
#include <memory>
#include "bibmod.hxx"
Go to the source code of this file.
Classes | |
class | BibStatusDispatch |
class | BibFrameController_Impl |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::form |
namespace | com::sun::star::form::runtime |
Typedefs | |
typedef std::vector< std::unique_ptr< BibStatusDispatch > > | BibStatusDispatchArr |
typedef std::vector<std::unique_ptr<BibStatusDispatch> > BibStatusDispatchArr |
Definition at line 54 of file framectr.hxx.