Searched refs:pSectionWindow (Results 1 – 7 of 7) sorted by relevance
372 ::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 …]
233 const ::boost::shared_ptr<OSectionWindow> pSectionWindow = (*aIter); in resize() local234 if ( pSectionWindow.get() == &_rSectionWindow ) in resize()236 aStartPoint = pSectionWindow->GetPosPixel(); in resize()242 impl_resizeSectionWindow(*pSectionWindow.get(),aStartPoint,bSet); in resize()244 …pSectionWindow->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() local270 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 …]
465 ::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()
252 … ::boost::shared_ptr<OSectionWindow> pSectionWindow = pController->getSectionWindow(xSection); in getXControl()253 if( bool(pSectionWindow) ) in getXControl() local255 … OReportSection& aOutputDevice = pSectionWindow->getReportSection(); // OutputDevice in getXControl()
186 …::boost::shared_ptr<OSectionWindow> pSectionWindow = m_rReportController.getSectionWindow(xSection… in getVclWindowPeer()187 if( bool(pSectionWindow)) in getVclWindowPeer() local189 … OReportSection& aOutputDevice = pSectionWindow->getReportSection(); // OutputDevice in getVclWindowPeer()
547 ::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()
307 …::boost::shared_ptr<OSectionWindow> pSectionWindow = m_aViewsWindow.getSectionWindow( _xReportComp… in showProperties()308 m_pView->UpdatePropertyBrowserDelayed(pSectionWindow->getReportSection().getSectionView()); in showProperties()