Lines Matching refs:pSectionWindow
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()
3152 ::boost::shared_ptr<OSectionWindow> pSectionWindow = getDesignView()->getMarkedSection(); in createControl()
3153 if ( !pSectionWindow ) in createControl()
3156 …OSL_ENSURE(pSectionWindow->getReportSection().getSection() == _xSection,"Invalid section after mar… in createControl()
3169 …pNewControl = SdrObjFactory::MakeNewObject( ReportInventor, _nObjectId, pSectionWindow->getReportS… in createControl()
3174 pSectionWindow->getReportSection().createDefault(sCustomShapeType,pNewControl); in createControl()
3179 …pNewControl = SdrObjFactory::MakeNewObject( ReportInventor, _nObjectId, pSectionWindow->getReportS… in createControl()
3196 NULL,pSectionWindow->getReportSection().getPage(),m_aReportModel.get(), in createControl()
3260 correctOverlapping(pNewControl,pSectionWindow->getReportSection()); in createControl()
3328 ::boost::shared_ptr<OSectionWindow> pSectionWindow[2]; in addPairControls()
3329 pSectionWindow[0] = getDesignView()->getMarkedSection(); in addPairControls()
3331 if ( !pSectionWindow[0] ) in addPairControls()
3334 pSectionWindow[0] = getDesignView()->getMarkedSection(); in addPairControls()
3335 if ( !pSectionWindow[0] ) in addPairControls()
3361 pSectionWindow[0] = getDesignView()->getMarkedSection(); in addPairControls()
3370 pSectionWindow[1] = pSectionWindow[0]; in addPairControls()
3376 … pSectionWindow[1] = getDesignView()->getMarkedSection(bLabelAboveTextField ? PREVIOUS : POST); in addPairControls()
3377 if (!pSectionWindow[1]) in addPairControls()
3380 pSectionWindow[1] = pSectionWindow[0]; in addPairControls()
3485 pSectionViews[0] = &pSectionWindow[1]->getReportSection().getSectionView(); in addPairControls()
3486 pSectionViews[1] = &pSectionWindow[0]->getReportSection().getSectionView(); in addPairControls()
3491 …pSectionWindow[1]->getReportSection().getPage(),pSectionWindow[0]->getReportSection().getPage(),m_… in addPairControls()
3572 …const uno::Reference<report::XSection> xLabelSection = pSectionWindow[1]->getReportSection().getSe… in addPairControls()
3588 correctOverlapping(pControl[i],pSectionWindow[1-i]->getReportSection()); in addPairControls()
3607 …const SdrObject* pOverlappedObj = isOver(aLabelAndTextfield, *pSectionWindow[0]->getReportSection(… in addPairControls()
3655 ::boost::shared_ptr<OSectionWindow> pSectionWindow = getDesignView()->getMarkedSection(); in getCurrentSectionView()
3656 if ( pSectionWindow.get() ) in getCurrentSectionView()
3657 pSectionView = &pSectionWindow->getReportSection().getSectionView(); in getCurrentSectionView()