Home
last modified time | relevance | path

Searched refs:pSectionWindow (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/reportdesign/source/ui/report/
H A DReportController.cxx372 ::boost::shared_ptr<OSectionWindow> pSectionWindow; in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
374 pSectionWindow = getDesignView()->getMarkedSection(); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
375 if ( pSectionWindow ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
376 pSectionWindow->getReportSection().deactivateOle(); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
593 … ::boost::shared_ptr<OSectionWindow> pSectionWindow = getDesignView()->getMarkedSection(); in GetState()
594 if ( pSectionWindow ) in GetState()
595 aReturn.bEnabled = !pSectionWindow->getReportSection().isUiActive(); in GetState()
2780 ::boost::shared_ptr<OSectionWindow> pSectionWindow = getDesignView()->getMarkedSection(); in getViewData()
2781 if ( pSectionWindow.get() ) in getViewData()
2783 …aViewData.put( "MarkedSection", (sal_Int32)pSectionWindow->getReportSection().getPage()->GetPageNu… in getViewData()
[all …]
H A DViewsWindow.cxx233 const ::boost::shared_ptr<OSectionWindow> pSectionWindow = (*aIter); in resize() local
234 if ( pSectionWindow.get() == &_rSectionWindow ) in resize()
236 aStartPoint = pSectionWindow->GetPosPixel(); in resize()
242 impl_resizeSectionWindow(*pSectionWindow.get(),aStartPoint,bSet); in resize()
244pSectionWindow->getStartMarker().Invalidate( nIn ); // INVALIDATE_NOERASE |INVALIDATE_NOCHILDREN| … in resize()
245 pSectionWindow->getEndMarker().Invalidate( nIn ); in resize()
269 const ::boost::shared_ptr<OSectionWindow> pSectionWindow = (*aIter); in Resize() local
270 impl_resizeSectionWindow(*pSectionWindow.get(),aStartPoint,true); in Resize()
313 …::boost::shared_ptr<OSectionWindow> pSectionWindow( new OSectionWindow(this,_xSection,_sColorEntry… in addSection()
314 m_aSections.insert(getIteratorAtPos(_nPosition) , TSectionsMap::value_type(pSectionWindow)); in addSection()
[all …]
H A DDesignView.cxx465 ::boost::shared_ptr<OSectionWindow> pSectionWindow = m_aScrollWindow.getMarkedSection(); in GetFocus()
466 if ( pSectionWindow ) in GetFocus()
467 pSectionWindow->GrabFocus(); in GetFocus()
729 ::boost::shared_ptr<OSectionWindow> pSectionWindow = getMarkedSection(); in getCurrentlyShownProperty()
730 if ( pSectionWindow ) in getCurrentlyShownProperty()
733 pSectionWindow->getReportSection().fillControlModelSelection(aSelection); in getCurrentlyShownProperty()
H A DFixedTextColor.cxx252 … ::boost::shared_ptr<OSectionWindow> pSectionWindow = pController->getSectionWindow(xSection); in getXControl()
253 if( bool(pSectionWindow) ) in getXControl() local
255 … OReportSection& aOutputDevice = pSectionWindow->getReportSection(); // OutputDevice in getXControl()
H A DFormattedFieldBeautifier.cxx186 …::boost::shared_ptr<OSectionWindow> pSectionWindow = m_rReportController.getSectionWindow(xSection… in getVclWindowPeer()
187 if( bool(pSectionWindow)) in getVclWindowPeer() local
189 … OReportSection& aOutputDevice = pSectionWindow->getReportSection(); // OutputDevice in getVclWindowPeer()
H A Dpropbrw.cxx547 ::boost::shared_ptr<OSectionWindow> pSectionWindow = pViews->getSectionWindow(i); in Update()
548 if ( pSectionWindow ) in Update()
550 …const SdrMarkList& rMarkList = pSectionWindow->getReportSection().getSectionView().GetMarkedObject… in Update()
H A DReportWindow.cxx307 …::boost::shared_ptr<OSectionWindow> pSectionWindow = m_aViewsWindow.getSectionWindow( _xReportComp… in showProperties()
308 m_pView->UpdatePropertyBrowserDelayed(pSectionWindow->getReportSection().getSectionView()); in showProperties()