/trunk/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 288 return *(new OReportController(xContext)); in create() 295 OReportController::OReportController(Reference< XComponentContext > const & xContext) in DBG_NAME() 327 OReportController::~OReportController() in ~OReportController() 335 void OReportController::disposing() in IMPLEMENT_FORWARD_XTYPEPROVIDER2() 1665 short OReportController::saveModified() in saveModified() 1671 void OReportController::impl_initialize( ) in impl_initialize() 1795 void OReportController::doOpenHelpAgent() in doOpenHelpAgent() 2855 void OReportController::updateFloater() in updateFloater() 3030 void OReportController::insertGraphic() in insertGraphic() 4029 void OReportController::checkChartEnabled() in checkChartEnabled() [all …]
|
H A D | DesignView.cxx | 142 OReportController& _rController) : in DBG_NAME() 562 OReportController& rReportController = getController(); in toggleReportExplorer() 567 m_pReportExplorer->AddEventListener(LINK(&rReportController,OReportController,EventLstHdl)); in toggleReportExplorer() 585 OReportController& rReportController = getController(); in toggleAddField() 600 m_pAddField->SetCreateHdl(LINK( &rReportController, OReportController, OnCreateHdl ) ); in toggleAddField() 605 m_pAddField->AddEventListener(LINK(&rReportController,OReportController,EventLstHdl)); in toggleAddField()
|
H A D | ReportControllerObserver.cxx | 58 const OReportController& m_rReportController; 64 OXReportControllerObserverImpl(const OReportController& _rController); 70 …OXReportControllerObserverImpl::OXReportControllerObserverImpl(const OReportController& _rControll… in OXReportControllerObserverImpl() 87 OXReportControllerObserver::OXReportControllerObserver(const OReportController& _rController) in DBG_NAME()
|
H A D | FixedTextColor.cxx | 60 FixedTextColor::FixedTextColor(const OReportController& _aController) in DBG_NAME() 237 OReportController *pController = (OReportController *)&m_rReportController; in getXControl()
|
H A D | FormattedFieldBeautifier.cxx | 59 FormattedFieldBeautifier::FormattedFieldBeautifier(const OReportController& _aController) in DBG_NAME() 172 …::boost::shared_ptr<OReportModel> pModel = const_cast< OReportController& >( m_rReportController )… in getVclWindowPeer()
|
H A D | dlgedfunc.cxx | 436 …OReportController& rController = m_pParent->getSectionWindow()->getViewsWindow()->getView()->getRe… in activateOle() 454 …OReportController& rController = m_pParent->getSectionWindow()->getViewsWindow()->getView()->getRe… in deactivateOle() 769 …OReportController& rController = m_pParent->getSectionWindow()->getViewsWindow()->getView()->getRe… in MouseButtonUp()
|
H A D | ReportSection.cxx | 448 void lcl_insertMenuItemImages(PopupMenu& rContextMenu,OReportController& rController,const uno::Ref… in lcl_insertMenuItemImages() 491 …OReportController& rController = m_pParent->getViewsWindow()->getView()->getReportView()->getContr… in Command() 856 …OReportController& rController = m_pParent->getViewsWindow()->getView()->getReportView()->getContr… in ExecuteDrop()
|
/trunk/main/reportdesign/source/ui/dlg/ |
H A D | Condition.hxx | 51 class OReportController; 74 ::rptui::OReportController& m_rController; 105 …Condition( Window* _pParent, IConditionalFormatAction& _rAction, ::rptui::OReportController& _rCon… 149 inline ::rptui::OReportController& getController() const { return m_rController; } in getController()
|
H A D | Navigator.cxx | 155 OReportController& m_rController; 188 NavigatorTree(Window* pParent,OReportController& _rController ); 219 NavigatorTree::NavigatorTree( Window* pParent,OReportController& _rController ) in DBG_NAME() 896 ONavigatorImpl(OReportController& _rController,ONavigator* _pParent); 900 ::rptui::OReportController& m_rController; 904 ONavigatorImpl::ONavigatorImpl(OReportController& _rController,ONavigator* _pParent) in ONavigatorImpl() 928 ,OReportController& _rController) in ONavigator()
|
H A D | PageNumber.cxx | 71 ,OReportController* _pController) in DBG_NAME()
|
H A D | DateTime.cxx | 79 ,OReportController* _pController) in DBG_NAME()
|
H A D | CondFormat.cxx | 99 …nst Reference< XReportControlModel >& _rxFormatConditions, ::rptui::OReportController& _rControlle… in DBG_NAME()
|
H A D | Condition.cxx | 234 …ion( Window* _pParent, IConditionalFormatAction& _rAction, ::rptui::OReportController& _rControlle… in Condition()
|
H A D | GroupsSorting.cxx | 977 ,OReportController* _pController) in DBG_NAME()
|
/trunk/main/reportdesign/source/ui/inc/ |
H A D | DesignView.hxx | 59 class OReportController; 72 OReportController& m_rReportController; 108 OReportController& _rController); 121 inline OReportController& getController() const { return m_rReportController; } in getController()
|
H A D | PageNumber.hxx | 42 class OReportController; 68 ::rptui::OReportController* m_pController; 77 ,::rptui::OReportController* _pController);
|
H A D | FormattedFieldBeautifier.hxx | 40 class OReportController; 44 const OReportController& m_rReportController; 55 FormattedFieldBeautifier(const OReportController & _aObserver);
|
H A D | DateTime.hxx | 45 class OReportController; 70 ::rptui::OReportController* m_pController; 98 ,::rptui::OReportController* _pController);
|
H A D | FixedTextColor.hxx | 43 class OReportController; 47 const OReportController& m_rReportController; 57 FixedTextColor(const OReportController & _aObserver);
|
H A D | CondFormat.hxx | 48 class OReportController; 86 ::rptui::OReportController& m_rController; 98 ::rptui::OReportController& _rController
|
H A D | GroupsSorting.hxx | 57 class OReportController; 96 ::rptui::OReportController* m_pController; 167 ,::rptui::OReportController* _pController);
|
H A D | Navigator.hxx | 31 class OReportController; 41 ,OReportController& _rController);
|
H A D | ReportControllerObserver.hxx | 44 class OReportController; 66 OXReportControllerObserver(const OReportController& _rController);
|
H A D | ReportController.hxx | 89 class OReportController : public OReportController_BASE class 343 virtual ~OReportController(); 346 …OReportController(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > con…
|
/trunk/main/reportdesign/source/ui/misc/ |
H A D | rptuiservices.cxx | 49 …{ &OReportController::create, &OReportController::getImplementationName_Static, &OReportController…
|