LibreOffice Module reportdesign (master) 1
|
#include <ReportController.hxx>
Public Member Functions | |
void | shrinkSection (TranslateId pUndoStrId, const css::uno::Reference< css::report::XSection > &_xSection, sal_Int32 _nShrinkId) |
void | insertGraphic () |
opens the file open dialog to allow the user to select an image which will be bound to a newly created image button. More... | |
void | createNewFunction (const css::uno::Any &_aValue) |
creates a new function in the given value context More... | |
void | addPairControls (const css::uno::Sequence< css::beans::PropertyValue > &aArgs) |
inserts a label - field pair into the current selected section More... | |
void | createPageNumber (const css::uno::Sequence< css::beans::PropertyValue > &_aArgs) |
inserts a label - field combination to show the page number and/or page count More... | |
void | createDateTime (const css::uno::Sequence< css::beans::PropertyValue > &_aArgs) |
creates a formatted field with TODAY() function and if set also a NOW() function More... | |
OSectionView * | getCurrentSectionView () const |
gets the current section (SdrView) More... | |
void | changeZOrder (sal_Int32 _nId) |
change the ZOrder of a current select object. More... | |
void | markSection (const bool _bNext) |
marks the next or previous section, when the first/last section was already selected then the report will be selected. More... | |
void | collapseSection (const bool _bCollapse) |
collapse or expand the currently selected section. More... | |
void | checkChartEnabled () |
fills the member that chart is enabled or not More... | |
void | impl_zoom_nothrow () |
set the zoom factor at the design view More... | |
virtual void | impl_onModifyChanged () override |
virtual void | onLoadedMenu (const css::uno::Reference< css::frame::XLayoutManager > &_xLayoutManager) override |
virtual void | impl_initialize () override |
bool | isUiVisible () const |
void | createDefaultControl (const css::uno::Sequence< css::beans::PropertyValue > &_aArgs) |
creates a new default control for the currently set type when the modifier KEY_MOD1 was pressed More... | |
void | impl_fillState_nothrow (const OUString &_sProperty, dbaui::FeatureState &_rState) const |
fills the state for the feature request. More... | |
void | impl_fillCustomShapeState_nothrow (const char *_pCustomShapeType, dbaui::FeatureState &_rState) const |
bool | impl_setPropertyAtControls_throw (TranslateId pUndoResId, const OUString &_sProperty, const css::uno::Any &_aValue, const css::uno::Sequence< css::beans::PropertyValue > &_aArgs) |
set the property at all selected controls. More... | |
void | OnInvalidateClipboard () |
DECL_LINK (OnClipboardChanged, TransferableDataHelper *, void) | |
DECL_LINK (OnExecuteReport, void *, void) | |
virtual void | describeSupportedFeatures () override |
virtual dbaui::FeatureState | GetState (sal_uInt16 nId) const override |
virtual void | Execute (sal_uInt16 nId, const css::uno::Sequence< css::beans::PropertyValue > &aArgs) override |
virtual void | getPropertyDefaultByHandle (sal_Int32 _nHandle, css::uno::Any &_rDefault) const override |
virtual void SAL_CALL | setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue) override |
OReportController (css::uno::Reference< css::uno::XComponentContext > const &the_context) | |
OReportController (const OReportController &)=delete | |
OReportController & | operator= (const OReportController &)=delete |
DECL_LINK (OnCreateHdl, OAddFieldWindow &, void) | |
virtual void | Notify (SfxBroadcaster &rBc, SfxHint const &rHint) override |
virtual bool | Construct (vcl::Window *pParent) override |
virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
virtual sal_Bool SAL_CALL | suspend (sal_Bool bSuspend) override |
virtual void SAL_CALL | disposing () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
virtual void SAL_CALL | elementInserted (const css::container::ContainerEvent &Event) override |
virtual void SAL_CALL | elementRemoved (const css::container::ContainerEvent &Event) override |
virtual void SAL_CALL | elementReplaced (const css::container::ContainerEvent &Event) override |
virtual void SAL_CALL | propertyChange (const css::beans::PropertyChangeEvent &evt) override |
virtual sal_Bool SAL_CALL | select (const css::uno::Any &xSelection) override |
virtual css::uno::Any SAL_CALL | getSelection () override |
virtual void SAL_CALL | addSelectionChangeListener (const css::uno::Reference< css::view::XSelectionChangeListener > &xListener) override |
virtual void SAL_CALL | removeSelectionChangeListener (const css::uno::Reference< css::view::XSelectionChangeListener > &xListener) override |
virtual sal_Bool SAL_CALL | attachModel (const css::uno::Reference< css::frame::XModel > &xModel) override |
virtual css::uno::Any SAL_CALL | getViewData () override |
virtual void SAL_CALL | restoreViewData (const css::uno::Any &Data) override |
const css::uno::Reference< css::report::XReportDefinition > & | getReportDefinition () const |
gives access to the report definition More... | |
virtual css::uno::Reference< css::frame::XModel > SAL_CALL | getModel () override |
virtual OUString SAL_CALL | getTitle () override |
virtual void SAL_CALL | setMode (const OUString &aMode) override |
virtual OUString SAL_CALL | getMode () override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedModes () override |
virtual sal_Bool SAL_CALL | supportsMode (const OUString &aMode) override |
virtual void SAL_CALL | setVisualAreaSize (::sal_Int64 nAspect, const css::awt::Size &aSize) override |
virtual css::awt::Size SAL_CALL | getVisualAreaSize (::sal_Int64 nAspect) override |
virtual css::embed::VisualRepresentation SAL_CALL | getPreferredVisualRepresentation (::sal_Int64 nAspect) override |
virtual ::sal_Int32 SAL_CALL | getMapUnit (::sal_Int64 nAspect) override |
sal_Int32 | getSplitPos () const |
returns the current position of the splitter More... | |
void | setSplitPos (sal_Int32 _nSplitPos) |
css::uno::Reference< css::frame::XModel > | executeReport () |
creates a new report from the report definition. More... | |
css::uno::Reference< css::sdbc::XRowSet > const & | getRowSet () |
returns the RowSet which reflects the current settings of the report definition More... | |
const css::uno::Reference< css::util::XNumberFormatter > & | getReportNumberFormatter () const |
returns the number formatter More... | |
const std::shared_ptr< rptui::OReportModel > & | getSdrModel () const |
return the SdrModel of the real model More... | |
const css::uno::Reference< css::uno::XComponentContext > & | getContext () const |
sal_Int16 | getZoomValue () const |
void | resetZoomType () |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual ::cppu::IPropertyArrayHelper * | createArrayHelper () const override |
virtual ::cppu::IPropertyArrayHelper &SAL_CALL | getInfoHelper () override |
OSectionWindow * | getSectionWindow (const css::uno::Reference< css::report::XSection > &_xSection) const |
css::uno::Reference< css::container::XNameAccess > const & | getColumns () const |
OUString | getColumnLabel_throw (const OUString &i_sColumnName) const |
SfxUndoManager & | getUndoManager () const |
void | clearUndoManager () const |
void | addUndoAction (std::unique_ptr< SfxUndoAction > i_pAction) |
Public Member Functions inherited from dbaui::DBSubComponentController | |
bool | isReadOnly () const |
bool | isEditable () const |
void | setEditable (bool _bEditable) |
bool | isConnected () const |
css::uno::Reference< css::sdbc::XDatabaseMetaData > | getMetaData () const |
OUString | getDataSourceName () const |
const css::uno::Reference< css::beans::XPropertySet > & | getDataSource () const |
bool | haveDataSource () const |
css::uno::Reference< css::frame::XModel > | getDatabaseDocument () const |
const ::dbtools::DatabaseMetaData & | getSdbMetaData () const |
void | appendError (const OUString &_rErrorMessage) |
void | clearError () |
bool | hasError () const |
const ::dbtools::SQLExceptionInfo & | getError () const |
void | displayError () |
void | connectionLostMessage () const |
const css::uno::Reference< css::sdbc::XConnection > & | getConnection () const |
css::uno::Reference< css::util::XNumberFormatter > const & | getNumberFormatter () const |
virtual sal_Bool SAL_CALL | suspend (sal_Bool bSuspend) override |
virtual sal_Bool SAL_CALL | attachModel (const css::uno::Reference< css::frame::XModel > &xModel) override |
virtual css::uno::Reference< css::document::XEmbeddedScripts > SAL_CALL | getScriptContainer () override |
virtual sal_Bool SAL_CALL | isModified () override |
virtual void SAL_CALL | setModified (sal_Bool bModified) override |
virtual void SAL_CALL | addModifyListener (const css::uno::Reference< css::util::XModifyListener > &aListener) override |
virtual void SAL_CALL | removeModifyListener (const css::uno::Reference< css::util::XModifyListener > &aListener) override |
virtual OUString SAL_CALL | getTitle () override |
Public Member Functions inherited from cppu::ImplHelper5< class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5 > | |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) SAL_OVERRIDE |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () SAL_OVERRIDE |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () SAL_OVERRIDE |
Public Member Functions inherited from SfxListener | |
SfxListener () | |
SfxListener (const SfxListener &rCopy) | |
virtual | ~SfxListener () COVERITY_NOEXCEPT_FALSE |
void | StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected) |
void | EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false) |
void | EndListeningAll () |
bool | IsListening (SfxBroadcaster &rBroadcaster) const |
sal_uInt16 | GetBroadcasterCount () const |
SfxBroadcaster * | GetBroadcasterJOE (sal_uInt16 nNo) const |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) |
void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
virtual bool | IsSdrView () const |
Public Member Functions inherited from comphelper::OPropertyContainer | |
virtual | ~OPropertyContainer () |
Public Member Functions inherited from comphelper::OPropertyArrayUsageHelper< OReportController_BASE > | |
OPropertyArrayUsageHelper () | |
virtual | ~OPropertyArrayUsageHelper () |
::cppu::IPropertyArrayHelper * | getArrayHelper () |
Static Public Member Functions | |
static bool | isFormatCommandEnabled (sal_uInt16 _nCommand, const css::uno::Reference< css::report::XReportControlFormat > &_xControlFormat) |
returns <TRUE> when the command is enabled More... | |
Private Member Functions | |
ODesignView * | getDesignView () const |
void | createControl (const css::uno::Sequence< css::beans::PropertyValue > &_aArgs, const css::uno::Reference< css::report::XSection > &_xSection, const OUString &_sFunction, SdrObjKind _nObjectId=SdrObjKind::ReportDesignFormattedField) |
creates a formatted field in the given section with the given formula as data field More... | |
void | switchReportSection (const sal_Int16 _nId) |
switch the report header/footer sectionon off with undo or without depending on the given id. More... | |
void | switchPageSection (const sal_Int16 _nId) |
switch the report header/footer sectionon off with undo or without depending on the given id. More... | |
void | modifyGroup (const bool _bAppend, const css::uno::Sequence< css::beans::PropertyValue > &_aArgs) |
append a new group or remove it with undo. More... | |
void | createGroupSection (const bool _bUndo, const bool _bHeader, const css::uno::Sequence< css::beans::PropertyValue > &_aArgs) |
creates a group section. More... | |
void | listen (const bool _bAdd) |
add or remove me as listener at the report definition More... | |
void | openPageDialog (const css::uno::Reference< css::report::XSection > &_xSection) |
opens the common page dialog More... | |
void | openSortingAndGroupingDialog () |
opens or hides the sorting and grouping dialog More... | |
void | openZoomDialog () |
opens the zoom dialog More... | |
sal_Int32 | getGroupPosition (const css::uno::Reference< css::report::XGroup > &_xGroup) |
returns the position of the group inside the groups collection More... | |
void | notifyGroupSections (const css::container::ContainerEvent &_rEvent, bool _bShow) |
calls propertyChanged when the header or footer is really turned on. More... | |
void | groupChange (const css::uno::Reference< css::report::XGroup > &_xGroup, std::u16string_view _sPropName, sal_Int32 _nGroupPos, bool _bShow) |
change the sections for a group More... | |
void | executeMethodWithUndo (TranslateId pUndoStrId, const ::std::function< void(ODesignView *)> &_pMemfun) |
void | alignControlsWithUndo (TranslateId pUndoStrId, ControlModification _nControlModification, bool _bAlignAtSection=false) |
css::uno::Reference< css::frame::XFrame > | getXFrame () |
virtual | ~OReportController () override |
Static Private Member Functions | |
static void | shrinkSectionBottom (const css::uno::Reference< css::report::XSection > &_xSection) |
shrink a section More... | |
static void | shrinkSectionTop (const css::uno::Reference< css::report::XSection > &_xSection) |
Private Attributes | |
::comphelper::OInterfaceContainerHelper3< css::view::XSelectionChangeListener > | m_aSelectionListeners |
css::uno::Sequence< css::beans::PropertyValue > | m_aCollapsedSections |
TransferableDataHelper | m_aSystemClipboard |
rtl::Reference< TransferableClipboardListener > | m_pClipboardNotifier |
std::shared_ptr< OGroupsSortingDialog > | m_xGroupsFloater |
notifier for changes in the clipboard More... | |
rtl::Reference< OXReportControllerObserver > | m_pReportControllerObserver |
css::uno::Reference< css::report::XReportDefinition > | m_xReportDefinition |
css::uno::Reference< css::report::XReportEngine > | m_xReportEngine |
css::uno::Reference< css::frame::XDesktop2 > | m_xFrameLoader |
css::uno::Reference< css::sdbc::XRowSet > | m_xRowSet |
css::uno::Reference< css::beans::XPropertyChangeListener > | m_xRowSetMediator |
css::uno::Reference< css::util::XNumberFormatter > | m_xFormatter |
css::uno::Reference< css::lang::XComponent > | m_xHoldAlive |
css::uno::Reference< css::container::XNameAccess > | m_xColumns |
css::awt::Size | m_aVisualAreaSize |
std::shared_ptr< rptui::OReportModel > | m_aReportModel |
OUString | m_sName |
OUString | m_sLastActivePage |
name for the report definition More... | |
OUString | m_sMode |
last active property browser page More... | |
sal_Int32 | m_nSplitPos |
the current mode of the controller More... | |
sal_Int32 | m_nPageNum |
the position of the splitter More... | |
sal_Int32 | m_nSelectionCount |
the page number from the restoreView call More... | |
::sal_Int64 | m_nAspect |
sal_Int16 | m_nZoomValue |
SvxZoomType | m_eZoomType |
bool | m_bShowRuler |
bool | m_bGridVisible |
bool | m_bGridUse |
bool | m_bShowProperties |
bool | m_bHelplinesMove |
bool | m_bChartEnabled |
bool | m_bChartEnabledAsked |
bool | m_bInGeneratePreview |
Additional Inherited Members | |
Protected Member Functions inherited from dbaui::DBSubComponentController | |
virtual void | impl_initialize () override |
virtual void | Execute (sal_uInt16 nId, const css::uno::Sequence< css::beans::PropertyValue > &aArgs) override |
virtual css::uno::Reference< css::frame::XModel > | getPrivateModel () const override |
bool | impl_isModified () const |
virtual void | impl_onModifyChanged () |
DBSubComponentController (const css::uno::Reference< css::uno::XComponentContext > &_rxORB) | |
virtual | ~DBSubComponentController () override |
void | disconnect () |
virtual void | reconnect (bool _bUI) |
bool | ensureConnected () |
virtual void | losingConnection () |
virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
virtual void SAL_CALL | disposing () override |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &_rType) override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
sal_Int32 | getCurrentStartNumber () const |
Protected Member Functions inherited from cppu::ImplHelper5< class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5 > | |
~ImplHelper5 () SAL_NOEXCEPT | |
Protected Member Functions inherited from comphelper::OPropertyStateContainer | |
OPropertyStateContainer (::cppu::OBroadcastHelper &_rBHelper) | |
virtual css::beans::PropertyState SAL_CALL | getPropertyState (const OUString &PropertyName) override |
virtual css::uno::Sequence< css::beans::PropertyState > SAL_CALL | getPropertyStates (const css::uno::Sequence< OUString > &aPropertyName) override |
virtual void SAL_CALL | setPropertyToDefault (const OUString &PropertyName) override |
virtual css::uno::Any SAL_CALL | getPropertyDefault (const OUString &aPropertyName) override |
css::beans::PropertyState | getPropertyStateByHandle (sal_Int32 _nHandle) const |
void | setPropertyToDefaultByHandle (sal_Int32 _nHandle) |
virtual void | getPropertyDefaultByHandle (sal_Int32 _nHandle, css::uno::Any &_rDefault) const=0 |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &_rType) override |
sal_Int32 | getHandleForName (const OUString &_rPropertyName) |
Protected Member Functions inherited from comphelper::OPropertyContainer | |
OPropertyContainer (::cppu::OBroadcastHelper &_rBHelper) | |
virtual sal_Bool SAL_CALL | convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue) override |
virtual void SAL_CALL | setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue) override |
virtual void SAL_CALL | getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const override |
virtual css::uno::Any SAL_CALL | getFastPropertyValue (sal_Int32 nHandle) override final |
virtual void | getFastPropertyValue (std::unique_lock< std::mutex > &rGuard, css::uno::Any &rValue, sal_Int32 nHandle) const =0 |
virtual void SAL_CALL | setFastPropertyValue (sal_Int32 nHandle, const css::uno::Any &rValue) override final |
Protected Member Functions inherited from comphelper::OPropertyContainerHelper | |
OPropertyContainerHelper () | |
~OPropertyContainerHelper () | |
void | registerProperty (const OUString &_rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, void *_pPointerToMember, const css::uno::Type &_rMemberType) |
void | registerMayBeVoidProperty (const OUString &_rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, css::uno::Any *_pPointerToMember, const css::uno::Type &_rExpectedType) |
void | registerPropertyNoMember (const OUString &_rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, const css::uno::Type &_rType, css::uno::Any const &_pInitialValue) |
void | revokeProperty (sal_Int32 _nHandle) |
bool | isRegisteredProperty (sal_Int32 _nHandle) const |
bool | isRegisteredProperty (const OUString &_rName) const |
bool | convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue) |
void | setFastPropertyValue (sal_Int32 nHandle, const css::uno::Any &rValue) |
void | getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const |
void | describeProperties (css::uno::Sequence< css::beans::Property > &_rProps) const |
const css::beans::Property & | getProperty (const OUString &_rName) const |
virtual ::cppu::IPropertyArrayHelper * | createArrayHelper () const =0 |
Static Protected Member Functions inherited from comphelper::OPropertyContainer | |
static css::uno::Sequence< css::uno::Type > | getBaseTypes () |
Static Protected Member Functions inherited from comphelper::OPropertyArrayUsageHelper< OReportController_BASE > | |
static std::mutex & | theMutex () |
Static Protected Attributes inherited from comphelper::OPropertyArrayUsageHelper< OReportController_BASE > | |
static sal_Int32 | s_nRefCount |
::cppu::IPropertyArrayHelper * | s_pProps |
Definition at line 73 of file ReportController.hxx.
|
overrideprivatevirtual |
Definition at line 282 of file ReportController.cxx.
|
explicit |
|
delete |
void OReportController::addPairControls | ( | const css::uno::Sequence< css::beans::PropertyValue > & | aArgs | ) |
inserts a label - field pair into the current selected section
aArgs |
Definition at line 3290 of file ReportController.cxx.
References aLabel, aMap, svx::ColumnName, svx::ColumnObject, svx::Command, svx::CommandType, rptui::correctOverlapping(), FmFormView::createControlLabelPair(), DBG_UNHANDLED_EXCEPTION, DND_ACTION_COPY, DND_ACTION_LINK, Exception, get(), rptui::ReportFormula::getCompleteFormula(), getConnection(), dbtools::getFieldsByCommandDescriptor(), SdrObject::GetLogicRect(), tools::Rectangle::getOpenHeight(), rptui::getRectangleFromControl(), rptui::OSectionWindow::getReportSection(), SdrPaintView::GetSdrPageView(), rptui::OReportSection::getSection(), rptui::OReportSection::getSectionView(), i, rptui::isOver(), tools::Rectangle::Move(), nDataType, nLeftMargin, nRightMargin, rptui::POST, rptui::PREVIOUS, PROPERTY_BACKGROUNDCOLOR, PROPERTY_BORDER, PROPERTY_COMMAND, PROPERTY_COMMANDTYPE, PROPERTY_CONTROLBORDER, PROPERTY_DATAFIELD, PROPERTY_FONTDESCRIPTOR, PROPERTY_FONTDESCRIPTORASIAN, PROPERTY_FONTDESCRIPTORCOMPLEX, PROPERTY_LABEL, PROPERTY_LEFTMARGIN, PROPERTY_NAME, PROPERTY_PAPERSIZE, PROPERTY_POSITION, PROPERTY_RIGHTMARGIN, PROPERTY_TYPE, RptResId(), SAL_N_ELEMENTS, sName, tools::Rectangle::Top(), and tools::Rectangle::Union().
|
overridevirtual |
Definition at line 3068 of file ReportController.cxx.
void OReportController::addUndoAction | ( | std::unique_ptr< SfxUndoAction > | i_pAction | ) |
Definition at line 4347 of file ReportController.cxx.
|
private |
Definition at line 2590 of file ReportController.cxx.
References RptResId().
|
overridevirtual |
Reimplemented from dbaui::DBSubComponentController.
Definition at line 2520 of file ReportController.cxx.
References getMutex(), and xModel.
void OReportController::changeZOrder | ( | sal_Int32 | _nId | ) |
change the ZOrder of a current select object.
_nId | The command ID about what to do. |
Definition at line 3624 of file ReportController.cxx.
References SdrEditView::MovMarkedToBtm(), SdrEditView::MovMarkedToTop(), SdrEditView::PutMarkedToBtm(), SdrEditView::PutMarkedToTop(), rptui::RPT_LAYER_BACK(), rptui::RPT_LAYER_FRONT(), and rptui::OSectionView::SetMarkedToLayer().
void OReportController::checkChartEnabled | ( | ) |
fills the member that chart is enabled or not
Definition at line 3979 of file ReportController.cxx.
References utl::OConfigurationTreeRoot::createWithComponentContext(), Exception, utl::OConfigurationNode::getNodeValue(), utl::OConfigurationNode::hasByHierarchicalName(), m_xContext, and u.
void OReportController::clearUndoManager | ( | ) | const |
Definition at line 4341 of file ReportController.cxx.
References SfxUndoManager::Clear().
void OReportController::collapseSection | ( | const bool | _bCollapse | ) |
collapse or expand the currently selected section.
_bCollapse | collapse if sal_True otherwise expand |
Definition at line 3925 of file ReportController.cxx.
References rptui::OSectionWindow::setCollapsed().
|
overridevirtual |
Definition at line 1744 of file ReportController.cxx.
References TransferableDataHelper::CreateFromSystemClipboard(), getView(), LINK, m_xContext, and StartListening.
|
overridevirtual |
Implements comphelper::OPropertyArrayUsageHelper< OReportController_BASE >.
Definition at line 4020 of file ReportController.cxx.
|
private |
creates a formatted field in the given section with the given formula as data field
_aArgs | |
_xSection | the section where to create the formatted field |
_sFunction | the function which will be set at the data field. |
Definition at line 3093 of file ReportController.cxx.
References aMap, rptui::correctOverlapping(), FmFormView::createControlLabelPair(), rptui::OUnoObject::CreateMediator(), rptui::ReportFormula::getCompleteFormula(), rptui::OSectionWindow::getReportSection(), rptui::OReportSection::getSection(), SdrUnoObj::GetUnoControlModel(), rptui::OUnoObject::getUnoShape(), rptui::OOle2Obj::initializeChart(), SdrOle2Obj::IsEmpty(), SdrObjFactory::MakeNewObject(), nLeftMargin, nRightMargin, PROPERTY_BACKGROUNDCOLOR, PROPERTY_BORDER, PROPERTY_CONTROLBORDER, PROPERTY_DATAFIELD, PROPERTY_FONTDESCRIPTOR, PROPERTY_FONTDESCRIPTORASIAN, PROPERTY_FONTDESCRIPTORCOMPLEX, PROPERTY_FORMATKEY, PROPERTY_FORMATSSUPPLIER, PROPERTY_IMAGEURL, PROPERTY_LABEL, PROPERTY_LEFTMARGIN, PROPERTY_NAME, PROPERTY_ORIENTATION, PROPERTY_PAPERSIZE, PROPERTY_POSITION, PROPERTY_RIGHTMARGIN, and PROPERTY_WIDTH.
void OReportController::createDateTime | ( | const css::uno::Sequence< css::beans::PropertyValue > & | _aArgs | ) |
creates a formatted field with TODAY() function and if set also a NOW() function
_aArgs |
Definition at line 3232 of file ReportController.cxx.
References aMap, PROPERTY_DATE_STATE, PROPERTY_FORMATKEY, PROPERTY_FORMATKEYDATE, PROPERTY_FORMATKEYTIME, PROPERTY_SECTION, PROPERTY_TIME_STATE, and RptResId().
void OReportController::createDefaultControl | ( | const css::uno::Sequence< css::beans::PropertyValue > & | _aArgs | ) |
creates a new default control for the currently set type when the modifier KEY_MOD1 was pressed
_aArgs | must contain a propertyvalue with name "KeyModifier" and value KEY_MOD1 when control should be created. |
Definition at line 3954 of file ReportController.cxx.
|
private |
creates a group section.
_bUndo | true when undo action should be created |
_bHeader | true when it is a header otherwise it is a footer |
_aArgs | The args which contains an element named PROPERTY_GROUP of type report::XGroup. |
Definition at line 3895 of file ReportController.cxx.
References aMap, rptui::Inserted, PROPERTY_FOOTERON, PROPERTY_GROUP, PROPERTY_HEADERON, and rptui::Removed.
void OReportController::createNewFunction | ( | const css::uno::Any & | _aValue | ) |
creates a new function in the given value context
_aValue | contains a XNameContainer |
Definition at line 3078 of file ReportController.cxx.
References m_xContext, and RptResId().
void OReportController::createPageNumber | ( | const css::uno::Sequence< css::beans::PropertyValue > & | _aArgs | ) |
inserts a label - field combination to show the page number and/or page count
_aArgs |
Definition at line 3260 of file ReportController.cxx.
References aMap, PROPERTY_PAGEHEADERON, PROPERTY_STATE, and RptResId().
rptui::OReportController::DECL_LINK | ( | OnClipboardChanged | , |
TransferableDataHelper * | , | ||
void | |||
) |
rptui::OReportController::DECL_LINK | ( | OnCreateHdl | , |
OAddFieldWindow & | , | ||
void | |||
) |
References DECLARE_XINTERFACE.
rptui::OReportController::DECL_LINK | ( | OnExecuteReport | , |
void * | , | ||
void | |||
) |
|
overridevirtual |
Definition at line 1775 of file ReportController.cxx.
|
overridevirtual |
Reimplemented from dbaui::DBSubComponentController.
|
overridevirtual |
Reimplemented from dbaui::DBSubComponentController.
|
overridevirtual |
Definition at line 2133 of file ReportController.cxx.
|
overridevirtual |
Definition at line 2138 of file ReportController.cxx.
|
overridevirtual |
Definition at line 2143 of file ReportController.cxx.
References getMutex().
|
overridevirtual |
Reimplemented from dbaui::DBSubComponentController.
Definition at line 973 of file ReportController.cxx.
References rptui::applyCharacterSettings(), rptui::OReportSection::deactivateOle(), SdrEditView::DistributeMarkedObjects(), getMutex(), rptui::getPositionInIndexAccess(), rptui::OSectionWindow::getReportSection(), o3tl::getToken(), SvxZoomItem::GetType(), getView(), lcl_getReportControlFormat(), LINK, SdrView::MarkAll(), MIMETYPE_OASIS_OPENDOCUMENT_SPREADSHEET_ASCII, MIMETYPE_OASIS_OPENDOCUMENT_TEXT_ASCII, nCount, nIndex, rptui::openCharDialog(), PROPERTY_CHARCOLOR, PROPERTY_CHARFONTNAME, PROPERTY_CHARHEIGHT, PROPERTY_CONTROLBACKGROUND, PROPERTY_PARAADJUST, SvxZoomItem::PutValue(), SvxZoomSliderItem::PutValue(), SfxUndoManager::Redo(), RptResId(), rptui::ConditionalFormattingDialog::run(), rptui::ODateTimeDialog::run(), rptui::OPageNumberDialog::run(), sType, u, SfxUndoManager::Undo(), URL, and Value.
|
private |
Definition at line 2582 of file ReportController.cxx.
References RptResId().
uno::Reference< frame::XModel > OReportController::executeReport | ( | ) |
creates a new report from the report definition.
Definition at line 2828 of file ReportController.cxx.
References getConnection(), SdrObjList::GetObjCount(), i, dbtools::SQLExceptionInfo::isValid(), m_xContext, nCount, dbtools::SQLExceptionInfo::prepend(), RptResId(), showError(), xFrame, and xModel.
OUString OReportController::getColumnLabel_throw | ( | const OUString & | i_sColumnName | ) | const |
Definition at line 4312 of file ReportController.cxx.
References PROPERTY_LABEL, and xColumn.
uno::Reference< container::XNameAccess > const & OReportController::getColumns | ( | ) | const |
Definition at line 4303 of file ReportController.cxx.
References getConnection(), and dbtools::getFieldsByCommandDescriptor().
Referenced by rptui::OGroupsSortingDialog::fillColumns().
|
inline |
Definition at line 423 of file ReportController.hxx.
References m_xContext.
OSectionView * OReportController::getCurrentSectionView | ( | ) | const |
gets the current section (SdrView)
Definition at line 3615 of file ReportController.cxx.
References rptui::OSectionWindow::getReportSection(), and rptui::OReportSection::getSectionView().
|
inlineprivate |
Definition at line 91 of file ReportController.hxx.
References getView().
|
private |
returns the position of the group inside the groups collection
Definition at line 2557 of file ReportController.cxx.
References rptui::getPositionInIndexAccess().
|
overridevirtual |
Definition at line 241 of file ReportController.cxx.
|
override |
Definition at line 4029 of file ReportController.cxx.
References comphelper::OPropertyArrayUsageHelper< class TYPE >::getArrayHelper().
Referenced by getPropertySetInfo().
|
override |
Definition at line 4298 of file ReportController.cxx.
|
overridevirtual |
Definition at line 4047 of file ReportController.cxx.
References getMutex().
|
overridevirtual |
Definition at line 2943 of file ReportController.cxx.
Referenced by rptui::DlgEdFuncInsert::MouseButtonUp().
|
overridevirtual |
Definition at line 4260 of file ReportController.cxx.
References getConnection(), getMutex(), m_xContext, and MAX_ROWS_FOR_PREVIEW.
|
overridevirtual |
Implements comphelper::OPropertyStateContainer.
Definition at line 4014 of file ReportController.cxx.
|
inlineoverridevirtual |
Definition at line 428 of file ReportController.hxx.
References getInfoHelper().
|
inline |
gives access to the report definition
Definition at line 372 of file ReportController.hxx.
References m_xReportDefinition.
Referenced by rptui::OViewsWindow::EndDragObj(), rptui::NavigatorTree::NavigatorTree(), rptui::OReportWindow::OReportWindow(), rptui::OReportWindow::Resize(), and rptui::ODesignView::toggleAddField().
|
inline |
returns the number formatter
Definition at line 415 of file ReportController.hxx.
References m_xFormatter.
uno::Reference< sdbc::XRowSet > const & OReportController::getRowSet | ( | ) |
returns the RowSet which reflects the current settings of the report definition
The caller is allowed to hold a reference to the RowSet - it is kept alive as long as the controller lives, and it's settings will follow the report definition's settings.
Definition at line 2948 of file ReportController.cxx.
References DBG_UNHANDLED_EXCEPTION, getConnection(), PROPERTY_ACTIVECONNECTION, PROPERTY_APPLYFILTER, PROPERTY_COMMAND, PROPERTY_COMMANDTYPE, PROPERTY_ESCAPEPROCESSING, and PROPERTY_FILTER.
Referenced by rptui::ODesignView::toggleAddField().
|
inline |
return the SdrModel of the real model
Definition at line 421 of file ReportController.hxx.
References m_aReportModel.
Referenced by rptui::FormattedFieldBeautifier::getVclWindowPeer(), and rptui::FixedTextColor::getXControl().
OSectionWindow * OReportController::getSectionWindow | ( | const css::uno::Reference< css::report::XSection > & | _xSection | ) | const |
Definition at line 4180 of file ReportController.cxx.
Referenced by rptui::FormattedFieldBeautifier::getVclWindowPeer(), and rptui::FixedTextColor::getXControl().
|
overridevirtual |
Definition at line 3055 of file ReportController.cxx.
References getMutex(), and uno::Any::hasValue().
|
inline |
returns the current position of the splitter
Definition at line 397 of file ReportController.hxx.
References m_nSplitPos.
|
overridevirtual |
Definition at line 366 of file ReportController.cxx.
References SvxZoomSliderItem::AddSnappingPoint(), aSeq, rptui::OSectionView::GetLayerIdOfMarkedObjects(), SdrMarkView::GetMarkedObjectCount(), SfxUndoManager::GetRedoActionComment(), SfxUndoManager::GetRedoActionCount(), rptui::OSectionWindow::getReportSection(), SfxUndoManager::GetUndoActionComment(), SfxUndoManager::GetUndoActionCount(), getView(), rptui::OReportSection::isUiActive(), MIMETYPE_OASIS_OPENDOCUMENT_SPREADSHEET_ASCII, MIMETYPE_OASIS_OPENDOCUMENT_TEXT_ASCII, n, nCount, rptui::OSectionView::OnlyShapesMarked(), PROPERTY_CHARCOLOR, PROPERTY_CHARHEIGHT, PROPERTY_CONTROLBACKGROUND, PROPERTY_FONTDESCRIPTOR, PROPERTY_PARAADJUST, SvxZoomItem::QueryValue(), SvxZoomSliderItem::QueryValue(), rptui::RPT_LAYER_BACK(), rptui::RPT_LAYER_FRONT(), RptResId(), SvxZoomItem::SetValueSet(), and SfxUndoManager::TopLevel.
|
overridevirtual |
Definition at line 4052 of file ReportController.cxx.
|
overridevirtual |
Definition at line 246 of file ReportController.cxx.
|
overridevirtual |
Reimplemented from dbaui::DBSubComponentController.
Definition at line 4004 of file ReportController.cxx.
References getMutex().
SfxUndoManager & OReportController::getUndoManager | ( | ) | const |
Definition at line 4326 of file ReportController.cxx.
References DBG_TESTSOLARMUTEX, and ENSURE_OR_THROW.
Referenced by rptui::OFieldExpressionControl::DeleteRows(), rptui::OFieldExpressionControl::moveGroups(), rptui::ConditionalFormattingDialog::run(), and rptui::OFieldExpressionControl::SaveModified().
|
overridevirtual |
Definition at line 2692 of file ReportController.cxx.
References getMutex(), rptui::OReportSection::getPage(), SdrPage::GetPageNum(), comphelper::NamedValueCollection::getPropertyValues(), rptui::OSectionWindow::getReportSection(), GetState(), i, PROPERTY_SECTION, and comphelper::NamedValueCollection::put().
|
overridevirtual |
Definition at line 4254 of file ReportController.cxx.
References getMutex().
|
private |
Definition at line 2816 of file ReportController.cxx.
References m_xContext, m_xFrameLoader, and xFrame.
|
inline |
Definition at line 424 of file ReportController.hxx.
References m_nZoomValue.
|
private |
change the sections for a group
_sPropName | the header or footer |
_xGroup | the group |
_nGroupPos | the position of the group inside the groups collection or the previous index when it was removed |
_bShow | when <TRUE> the header and footer will be shown otherwise not |
Definition at line 2271 of file ReportController.cxx.
References DBGROUPFOOTER, DBGROUPHEADER, lcl_getNonVisibleGroupsBefore(), PROPERTY_FOOTERON, PROPERTY_HEADERON, and sColor.
void OReportController::impl_fillCustomShapeState_nothrow | ( | const char * | _pCustomShapeType, |
dbaui::FeatureState & | _rState | ||
) | const |
Definition at line 4173 of file ReportController.cxx.
References dbaui::FeatureState::bChecked, and dbaui::FeatureState::bEnabled.
void OReportController::impl_fillState_nothrow | ( | const OUString & | _sProperty, |
dbaui::FeatureState & | _rState | ||
) | const |
fills the state for the feature request.
_sProperty | the property which should be filled in the value |
_rState | the state to fill |
Definition at line 4067 of file ReportController.cxx.
References dbaui::FeatureState::aValue, and dbaui::FeatureState::bEnabled.
|
overridevirtual |
Reimplemented from dbaui::DBSubComponentController.
Definition at line 1639 of file ReportController.cxx.
References DBG_UNHANDLED_EXCEPTION, getConnection(), comphelper::NamedValueCollection::getOrDefault(), reportdesign::OReportDefinition::getSdrModel(), rptui::OReportPage::getSection(), getView(), m_sName, m_xContext, comphelper::makePropertyValue(), PROPERTY_REPORTNAME, sHierarchicalDocumentName, and u.
|
overridevirtual |
Reimplemented from dbaui::DBSubComponentController.
Definition at line 2048 of file ReportController.cxx.
References DBG_UNHANDLED_EXCEPTION.
bool OReportController::impl_setPropertyAtControls_throw | ( | TranslateId | pUndoResId, |
const OUString & | _sProperty, | ||
const css::uno::Any & | _aValue, | ||
const css::uno::Sequence< css::beans::PropertyValue > & | _aArgs | ||
) |
set the property at all selected controls.
Definition at line 4143 of file ReportController.cxx.
References lcl_getReportControlFormat(), RptResId(), and TOOLS_WARN_EXCEPTION.
void OReportController::impl_zoom_nothrow | ( | ) |
set the zoom factor at the design view
Definition at line 4103 of file ReportController.cxx.
References rptui::setZoomFactor().
void OReportController::insertGraphic | ( | ) |
opens the file open dialog to allow the user to select an image which will be bound to a newly created image button.
Definition at line 2983 of file ReportController.cxx.
References DBG_UNHANDLED_EXCEPTION, ERRCODE_NONE, Exception, sfx2::FileDialogHelper::Execute(), sfx2::FileDialogHelper::GetFilePicker(), sfx2::FileDialogHelper::GetPath(), comphelper::InitPropertySequence(), PROPERTY_IMAGEURL, PROPERTY_PRESERVEIRI, sfx2::FileDialogHelper::ReportInsertImage, RptResId(), sfx2::FileDialogHelper::SetContext(), sfx2::FileDialogHelper::SetTitle(), and xController.
|
static |
returns <TRUE> when the command is enabled
_nCommand | the command id |
_xControlFormat | the report control format |
Definition at line 4112 of file ReportController.cxx.
Referenced by rptui::Condition::updateToolbar().
bool OReportController::isUiVisible | ( | ) | const |
Definition at line 4062 of file ReportController.cxx.
|
private |
add or remove me as listener at the report definition
_bAdd |
Definition at line 3654 of file ReportController.cxx.
References rptui::OXReportControllerObserver::AddSection(), aSeq, DBDETAIL, DBGROUPFOOTER, DBGROUPHEADER, DBPAGEFOOTER, DBPAGEHEADER, DBREPORTFOOTER, DBREPORTHEADER, i, nCount, PROPERTY_CAPTION, PROPERTY_COMMAND, PROPERTY_COMMANDTYPE, PROPERTY_FOOTERON, PROPERTY_HEADERON, PROPERTY_PAGEFOOTERON, PROPERTY_PAGEHEADERON, PROPERTY_REPORTFOOTERON, PROPERTY_REPORTHEADERON, rptui::OXReportControllerObserver::RemoveSection(), SAL_N_ELEMENTS, and XPropertySet.
void OReportController::markSection | ( | const bool | _bNext | ) |
marks the next or previous section, when the first/last section was already selected then the report will be selected.
_bNext |
Definition at line 3934 of file ReportController.cxx.
References rptui::OSectionWindow::getReportSection(), rptui::OReportSection::getSection(), rptui::POST, and rptui::PREVIOUS.
|
private |
append a new group or remove it with undo.
_bAppend | |
_aArgs | The args which contains an element named PROPERTY_GROUP of type report::XGroup. |
Definition at line 3851 of file ReportController.cxx.
References rptui::OXUndoEnvironment::AddElement(), aMap, DBG_UNHANDLED_EXCEPTION, Exception, rptui::Inserted, nPos, PROPERTY_GROUP, PROPERTY_POSITIONY, rptui::Removed, and rptui::OXUndoEnvironment::RemoveElement().
|
overridevirtual |
Reimplemented from SfxListener.
Definition at line 2563 of file ReportController.cxx.
References aEvent, rptui::DlgEdHint::GetKind(), and rptui::RPTUI_HINT_SELECTIONCHANGED.
|
private |
calls propertyChanged when the header or footer is really turned on.
_rEvent | the group |
_bShow | when <TRUE> the header and footer will be shown otherwise not |
Definition at line 2084 of file ReportController.cxx.
References getMutex(), PROPERTY_FOOTERON, and PROPERTY_HEADERON.
void OReportController::OnInvalidateClipboard | ( | ) |
Definition at line 2319 of file ReportController.cxx.
|
overridevirtual |
Definition at line 2062 of file ReportController.cxx.
|
private |
opens the common page dialog
Definition at line 2326 of file ReportController.cxx.
References aItemInfos, COL_DEFAULT_SHAPE_FILLING, COL_DEFAULT_SHAPE_STROKE, COL_TRANSPARENT(), ColorTransparency, DBG_UNHANDLED_EXCEPTION, Exception, SfxItemSet::GetItemIfSet(), SvtSysLocale::GetLocaleData(), LocaleDataWrapper::getMeasurementSystemEnum(), SfxTabDialogController::GetOutputItemSet(), rptui::getUsedStyle(), svl::Items, MID_L_MARGIN, MID_PAGE_LAYOUT, MID_R_MARGIN, PAPER_A4, PAPER_E, PROPERTY_BACKCOLOR, PROPERTY_BACKTRANSPARENT, PROPERTY_BOTTOMMARGIN, PROPERTY_ISLANDSCAPE, PROPERTY_LEFTMARGIN, PROPERTY_NUMBERINGTYPE, PROPERTY_PAGESTYLELAYOUT, PROPERTY_PAPERSIZE, PROPERTY_RIGHTMARGIN, PROPERTY_TOPMARGIN, SfxItemSet::Put(), SvxPageItem::PutValue(), RET_OK, RptResId(), RPTUI_ID_BRUSH, RPTUI_ID_END, RPTUI_ID_LRSPACE, RPTUI_ID_METRIC, RPTUI_ID_PAGE, RPTUI_ID_PAGE_MODE, RPTUI_ID_SIZE, RPTUI_ID_START, RPTUI_ID_ULSPACE, SfxTabDialogController::run(), SvxPageItem::SetDescName(), SvxPageItem::SetLandscape(), SvxPageItem::SetNumType(), SVX_PAGE_MODE_STANDARD, VCLSize(), and XATTR_FILL_LAST().
|
private |
opens or hides the sorting and grouping dialog
Definition at line 2537 of file ReportController.cxx.
References SvtViewOptions::Exists(), SvtViewOptions::GetWindowState(), RET_CANCEL, and weld::DialogController::runAsync().
|
private |
opens the zoom dialog
Definition at line 4192 of file ReportController.cxx.
References aItemInfos, SvxAbstractDialogFactory::Create(), SvxAbstractDialogFactory::CreateSvxZoomDialog(), DBG_UNHANDLED_EXCEPTION, SvxZoomItem::GetType(), SfxItemSet::Put(), RET_CANCEL, and SvxZoomItem::SetValueSet().
|
delete |
|
overridevirtual |
TODO: check what we need to notify here TitleHelper
Definition at line 2150 of file ReportController.cxx.
References DBG_UNHANDLED_EXCEPTION, DBPAGEFOOTER, DBPAGEHEADER, DBREPORTFOOTER, DBREPORTHEADER, getMutex(), PROPERTY_COMMAND, PROPERTY_COMMANDTYPE, PROPERTY_ESCAPEPROCESSING, PROPERTY_FILTER, PROPERTY_PAGEFOOTERON, PROPERTY_PAGEHEADERON, PROPERTY_REPORTFOOTERON, and PROPERTY_REPORTHEADERON.
|
overridevirtual |
Definition at line 3073 of file ReportController.cxx.
|
inline |
Definition at line 425 of file ReportController.hxx.
References m_eZoomType.
|
overridevirtual |
Definition at line 2759 of file ReportController.cxx.
References aCommand, DBG_UNHANDLED_EXCEPTION, comphelper::NamedValueCollection::get(), getMutex(), comphelper::NamedValueCollection::getNames(), getView(), uno::Any::hasValue(), and comphelper::makePropertyValue().
|
overridevirtual |
Definition at line 3017 of file ReportController.cxx.
References getMutex().
|
overridevirtual |
Reimplemented from comphelper::OPropertyContainer.
Definition at line 4034 of file ReportController.cxx.
References PROPERTY_ID_ZOOMVALUE.
|
overridevirtual |
Definition at line 4042 of file ReportController.cxx.
References getMutex().
|
inline |
Definition at line 398 of file ReportController.hxx.
References m_nSplitPos.
|
overridevirtual |
Definition at line 4242 of file ReportController.cxx.
References getMutex().
void OReportController::shrinkSection | ( | TranslateId | pUndoStrId, |
const css::uno::Reference< css::report::XSection > & | _xSection, | ||
sal_Int32 | _nShrinkId | ||
) |
Definition at line 2666 of file ReportController.cxx.
References RptResId().
|
staticprivate |
shrink a section
pUndoStrId | the string id of the string which is shown in undo menu |
_nShrinkId | ID of what you would like to shrink. |
Definition at line 2598 of file ReportController.cxx.
|
staticprivate |
Definition at line 2629 of file ReportController.cxx.
|
overridevirtual |
Definition at line 4056 of file ReportController.cxx.
References comphelper::findValue().
Reimplemented from dbaui::DBSubComponentController.
Definition at line 1760 of file ReportController.cxx.
References getMutex(), and getView().
|
private |
switch the report header/footer sectionon off with undo or without depending on the given id.
_nId | Can either be SID_PAGEHEADER_WITHOUT_UNDO or SID_PAGEFOOTER_WITHOUT_UNDO or SID_PAGEHEADERFOOTER. |
Definition at line 3804 of file ReportController.cxx.
References getView(), rptui::Inserted, rptui::Removed, and RptResId().
|
private |
switch the report header/footer sectionon off with undo or without depending on the given id.
_nId | Can either be SID_REPORTHEADER_WITHOUT_UNDO or SID_REPORTFOOTER_WITHOUT_UNDO or SID_REPORTHEADERFOOTER. |
Definition at line 3756 of file ReportController.cxx.
References getView(), rptui::Inserted, rptui::Removed, and RptResId().
|
private |
Definition at line 83 of file ReportController.hxx.
|
private |
Definition at line 104 of file ReportController.hxx.
Referenced by getSdrModel().
|
private |
Definition at line 81 of file ReportController.hxx.
|
private |
Definition at line 84 of file ReportController.hxx.
|
private |
Definition at line 101 of file ReportController.hxx.
|
private |
Definition at line 119 of file ReportController.hxx.
|
private |
Definition at line 120 of file ReportController.hxx.
|
private |
Definition at line 116 of file ReportController.hxx.
|
private |
Definition at line 115 of file ReportController.hxx.
|
private |
Definition at line 118 of file ReportController.hxx.
|
private |
Definition at line 121 of file ReportController.hxx.
|
private |
Definition at line 117 of file ReportController.hxx.
|
private |
Definition at line 114 of file ReportController.hxx.
|
private |
Definition at line 113 of file ReportController.hxx.
Referenced by resetZoomType().
|
private |
Definition at line 111 of file ReportController.hxx.
|
private |
the position of the splitter
Definition at line 109 of file ReportController.hxx.
|
private |
the page number from the restoreView call
Definition at line 110 of file ReportController.hxx.
|
private |
the current mode of the controller
Definition at line 108 of file ReportController.hxx.
Referenced by getSplitPos(), and setSplitPos().
|
private |
Definition at line 112 of file ReportController.hxx.
Referenced by getZoomValue().
|
private |
Definition at line 86 of file ReportController.hxx.
|
private |
Definition at line 89 of file ReportController.hxx.
|
private |
name for the report definition
Definition at line 106 of file ReportController.hxx.
|
private |
last active property browser page
Definition at line 107 of file ReportController.hxx.
|
private |
Definition at line 105 of file ReportController.hxx.
|
mutableprivate |
Definition at line 100 of file ReportController.hxx.
|
private |
Definition at line 98 of file ReportController.hxx.
Referenced by getReportNumberFormatter().
|
private |
Definition at line 95 of file ReportController.hxx.
|
private |
notifier for changes in the clipboard
Definition at line 87 of file ReportController.hxx.
|
mutableprivate |
Definition at line 99 of file ReportController.hxx.
|
private |
Definition at line 93 of file ReportController.hxx.
Referenced by getReportDefinition().
|
private |
Definition at line 94 of file ReportController.hxx.
|
private |
Definition at line 96 of file ReportController.hxx.
|
private |
Definition at line 97 of file ReportController.hxx.