LibreOffice Module sfx2 (master) 1
Namespaces | Typedefs | Functions
classificationcontroller.cxx File Reference
#include <cppuhelper/implbase.hxx>
#include <svtools/toolboxcontroller.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <toolkit/helper/vclunohelper.hxx>
#include <vcl/InterimItemWindow.hxx>
#include <sfx2/classificationhelper.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/strings.hrc>
#include <sfx2/sfxresid.hxx>
#include <vcl/event.hxx>
#include <vcl/toolbox.hxx>
#include <vcl/svapp.hxx>
#include <vcl/vclptr.hxx>
#include <vcl/weld.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <comphelper/propertysequence.hxx>
#include <comphelper/dispatchcommand.hxx>
#include <comphelper/configurationlistener.hxx>
Include dependency graph for classificationcontroller.cxx:

Go to the source code of this file.

Namespaces

namespace  sfx2
 

Typedefs

using sfx2::ClassificationPropertyListenerBase = comphelper::ConfigurationListenerProperty< OUString >
 
using sfx2::ClassificationCategoriesControllerBase = cppu::ImplInheritanceHelper< svt::ToolboxController, lang::XServiceInfo >
 

Functions

 sfx2::IMPL_LINK (ClassificationCategoriesController, SelectHdl, weld::ComboBox &, rCategory, void)
 
 sfx2::IMPL_LINK (ClassificationControl, KeyInputHdl, const KeyEvent &, rKEvt, bool)
 
SAL_DLLPUBLIC_EXPORT uno::XInterface * com_sun_star_sfx2_ClassificationCategoriesController_get_implementation (uno::XComponentContext *pContext, const uno::Sequence< uno::Any > &)
 

Function Documentation

◆ com_sun_star_sfx2_ClassificationCategoriesController_get_implementation()

SAL_DLLPUBLIC_EXPORT uno::XInterface * com_sun_star_sfx2_ClassificationCategoriesController_get_implementation ( uno::XComponentContext *  pContext,
const uno::Sequence< uno::Any > &   
)

Definition at line 359 of file classificationcontroller.cxx.

Variable Documentation

◆ m_aPropertyListener

ClassificationPropertyListener m_aPropertyListener
private

Definition at line 73 of file classificationcontroller.cxx.

◆ m_pClassification

VclPtr<ClassificationControl> m_pClassification
private

Definition at line 71 of file classificationcontroller.cxx.

Referenced by sfx2::IMPL_LINK().

◆ m_rController

ClassificationCategoriesController& m_rController
private

Definition at line 53 of file classificationcontroller.cxx.

◆ m_xCategory

std::unique_ptr<weld::ComboBox> m_xCategory
private

Definition at line 101 of file classificationcontroller.cxx.

◆ m_xLabel

std::unique_ptr<weld::Label> m_xLabel
private

Definition at line 100 of file classificationcontroller.cxx.

◆ m_xListener

Definition at line 72 of file classificationcontroller.cxx.