LibreOffice Module sdext (master) 1
|
#include "unodialog.hxx"
#include "configurationaccess.hxx"
#include <com/sun/star/awt/XItemListener.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/implbase.hxx>
Go to the source code of this file.
Classes | |
class | InformationDialog |
class | OKActionListener |
Functions | |
OUString | InsertFixedText (UnoDialog &rInformationDialog, const OUString &rControlName, const OUString &rLabel, sal_Int32 nXPos, sal_Int32 nYPos, sal_Int32 nWidth, sal_Int32 nHeight, bool bMultiLine, sal_Int16 nTabIndex) |
OUString | InsertImage (UnoDialog &rInformationDialog, const OUString &rControlName, const OUString &rURL, sal_Int32 nPosX, sal_Int32 nPosY, sal_Int32 nWidth, sal_Int32 nHeight, bool bScale) |
OUString | InsertCheckBox (UnoDialog &rInformationDialog, const OUString &rControlName, const css::uno::Reference< css::awt::XItemListener > &rItemListener, const OUString &rLabel, sal_Int32 nXPos, sal_Int32 nYPos, sal_Int32 nWidth, sal_Int16 nTabIndex) |
OUString | InsertButton (UnoDialog &rInformationDialog, const OUString &rControlName, css::uno::Reference< css::awt::XActionListener > const &xActionListener, sal_Int32 nXPos, sal_Int32 nYPos, sal_Int32 nWidth, sal_Int16 nTabIndex, const OUString &rText) |
OUString InsertButton | ( | UnoDialog & | rInformationDialog, |
const OUString & | rControlName, | ||
css::uno::Reference< css::awt::XActionListener > const & | xActionListener, | ||
sal_Int32 | nXPos, | ||
sal_Int32 | nYPos, | ||
sal_Int32 | nWidth, | ||
sal_Int16 | nTabIndex, | ||
const OUString & | rText | ||
) |
OUString InsertCheckBox | ( | UnoDialog & | rInformationDialog, |
const OUString & | rControlName, | ||
const css::uno::Reference< css::awt::XItemListener > & | rItemListener, | ||
const OUString & | rLabel, | ||
sal_Int32 | nXPos, | ||
sal_Int32 | nYPos, | ||
sal_Int32 | nWidth, | ||
sal_Int16 | nTabIndex | ||
) |
OUString InsertFixedText | ( | UnoDialog & | rInformationDialog, |
const OUString & | rControlName, | ||
const OUString & | rLabel, | ||
sal_Int32 | nXPos, | ||
sal_Int32 | nYPos, | ||
sal_Int32 | nWidth, | ||
sal_Int32 | nHeight, | ||
bool | bMultiLine, | ||
sal_Int16 | nTabIndex | ||
) |
Definition at line 47 of file informationdialog.cxx.
References Any, UnoDialog::insertFixedText(), nCount, pValues, and SAL_N_ELEMENTS.
Referenced by InformationDialog::InitDialog().
OUString InsertImage | ( | UnoDialog & | rInformationDialog, |
const OUString & | rControlName, | ||
const OUString & | rURL, | ||
sal_Int32 | nPosX, | ||
sal_Int32 | nPosY, | ||
sal_Int32 | nWidth, | ||
sal_Int32 | nHeight, | ||
bool | bScale | ||
) |
Definition at line 79 of file informationdialog.cxx.
References Any, UnoDialog::insertImage(), nCount, pValues, and SAL_N_ELEMENTS.
Referenced by InformationDialog::InitDialog().