Searched refs:getReportSection (Results 1 – 11 of 11) sorted by relevance
| /AOO41X/main/reportdesign/source/ui/report/ |
| H A D | ViewsWindow.cxx | 205 …const uno::Reference< report::XSection> xSection = _rSectionWindow.getReportSection().getSection(); in impl_resizeSectionWindow() 315 …m_pParent->setMarked(&pSectionWindow->getReportSection().getSectionView(),m_aSections.size() == 1); in addSection() 326 …m_pParent->getReportView()->UpdatePropertyBrowserDelayed((*aNew)->getReportSection().getSectionVie… in removeSection() 363 (*aIter)->getReportSection().getSectionView().SetCurrentObj( eObj, ReportInventor ); in SetInsertObj() 384 … for (;aIter != aEnd && !(*aIter)->getReportSection().getSectionView().AreObjectsMarked(); ++aIter) in HasSelection() 423 pMarkedSection->getReportSection().Paste(aCopies,true); in Paste() 436 if ((*aIter)->getReportSection().getSection() == _xSection) in getSectionWindow() 503 m_pParent->setMarked(m_aSections[_nPos]->getReportSection().getSection(),sal_True); in markSection() 529 if ( &(*aIter)->getReportSection().getSectionView() != _pSectionView ) in unmarkAllObjects() 531 (*aIter)->getReportSection().deactivateOle(); in unmarkAllObjects() [all …]
|
| H A D | DesignView.cxx | 595 … uno::Reference< report::XSection > xSection = m_pCurrentView->getReportSection()->getSection(); in toggleAddField() 617 xSection = m_pCurrentView->getReportSection()->getSection(); in getCurrentSection() 633 xModel = m_pCurrentView->getReportSection()->getCurrentControlModel(); in getCurrentControlModel() 683 …return pMarkedSection.get() && pMarkedSection->getReportSection().getSectionView().IsAlignPossible… 702 UpdatePropertyBrowserDelayed(getMarkedSection()->getReportSection().getSectionView()); in setMarked() 733 pSectionWindow->getReportSection().fillControlModelSelection(aSelection); in getCurrentlyShownProperty()
|
| H A D | ReportController.cxx | 376 pSectionWindow->getReportSection().deactivateOle(); in IMPLEMENT_FORWARD_XTYPEPROVIDER2() 595 aReturn.bEnabled = !pSectionWindow->getReportSection().isUiActive(); in GetState() 1146 pSection->getReportSection().deactivateOle(); in Execute() 2783 …aViewData.put( "MarkedSection", (sal_Int32)pSectionWindow->getReportSection().getPage()->GetPageNu… in getViewData() 3156 …OSL_ENSURE(pSectionWindow->getReportSection().getSection() == _xSection,"Invalid section after mar… in createControl() 3169 …Factory::MakeNewObject( ReportInventor, _nObjectId, pSectionWindow->getReportSection().getPage(),m… in createControl() 3174 pSectionWindow->getReportSection().createDefault(sCustomShapeType,pNewControl); in createControl() 3179 …Factory::MakeNewObject( ReportInventor, _nObjectId, pSectionWindow->getReportSection().getPage(),m… in createControl() 3196 NULL,pSectionWindow->getReportSection().getPage(),m_aReportModel.get(), in createControl() 3260 correctOverlapping(pNewControl,pSectionWindow->getReportSection()); in createControl() [all …]
|
| H A D | propbrw.cxx | 543 OViewsWindow* pViews = m_pView->getReportSection()->getSectionWindow()->getViewsWindow(); in Update() 550 …const SdrMarkList& rMarkList = pSectionWindow->getReportSection().getSectionView().GetMarkedObject… in Update() 560 else if ( m_xLastSection != m_pView->getReportSection()->getSection() ) in Update() 562 uno::Reference< uno::XInterface> xTemp(m_pView->getReportSection()->getSection()); in Update()
|
| H A D | FixedTextColor.cxx | 255 … OReportSection& aOutputDevice = pSectionWindow->getReportSection(); // OutputDevice in getXControl()
|
| H A D | FormattedFieldBeautifier.cxx | 189 … OReportSection& aOutputDevice = pSectionWindow->getReportSection(); // OutputDevice in getVclWindowPeer()
|
| H A D | ReportWindow.cxx | 308 m_pView->UpdatePropertyBrowserDelayed(pSectionWindow->getReportSection().getSectionView()); in showProperties()
|
| H A D | dlgedfunc.cxx | 811 …m_rView.SetOrtho(SdrObjCustomShape::doConstructOrthogonal(m_rView.getReportSection()->getSectionWi… in MouseMove()
|
| /AOO41X/main/reportdesign/source/ui/inc/ |
| H A D | SectionView.hxx | 57 inline OReportSection* getReportSection() const { return m_pSectionWindow; } in getReportSection() function in rptui::OSectionView
|
| H A D | SectionWindow.hxx | 108 inline OReportSection& getReportSection() { return m_aReportSection; } in getReportSection() function in rptui::OSectionWindow
|
| H A D | ViewsWindow.hxx | 124 return lhs->getReportSection(); in operator ()()
|