Home
last modified time | relevance | path

Searched refs:getReportSection (Results 1 – 11 of 11) sorted by relevance

/AOO41X/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx205 …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 DDesignView.cxx595 … 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 DReportController.cxx376 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 Dpropbrw.cxx543 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 DFixedTextColor.cxx255 … OReportSection& aOutputDevice = pSectionWindow->getReportSection(); // OutputDevice in getXControl()
H A DFormattedFieldBeautifier.cxx189 … OReportSection& aOutputDevice = pSectionWindow->getReportSection(); // OutputDevice in getVclWindowPeer()
H A DReportWindow.cxx308 m_pView->UpdatePropertyBrowserDelayed(pSectionWindow->getReportSection().getSectionView()); in showProperties()
H A Ddlgedfunc.cxx811 …m_rView.SetOrtho(SdrObjCustomShape::doConstructOrthogonal(m_rView.getReportSection()->getSectionWi… in MouseMove()
/AOO41X/main/reportdesign/source/ui/inc/
H A DSectionView.hxx57 inline OReportSection* getReportSection() const { return m_pSectionWindow; } in getReportSection() function in rptui::OSectionView
H A DSectionWindow.hxx108 inline OReportSection& getReportSection() { return m_aReportSection; } in getReportSection() function in rptui::OSectionWindow
H A DViewsWindow.hxx124 return lhs->getReportSection(); in operator ()()