| /AOO41X/main/reportdesign/source/ui/dlg/ |
| H A D | Navigator.cxx | 163 …void traverseSection(const uno::Reference< report::XSection>& _xSection,SvLBoxEntry* _pParent,sal_… 199 virtual void traverseReportHeader(const uno::Reference< report::XSection>& _xSection); 200 virtual void traverseReportFooter(const uno::Reference< report::XSection>& _xSection); 201 virtual void traversePageHeader(const uno::Reference< report::XSection>& _xSection); 202 virtual void traversePageFooter(const uno::Reference< report::XSection>& _xSection); 207 virtual void traverseGroupHeader(const uno::Reference< report::XSection>& _xSection); 208 virtual void traverseGroupFooter(const uno::Reference< report::XSection>& _xSection); 210 virtual void traverseDetail(const uno::Reference< report::XSection>& _xSection); 538 void NavigatorTree::traverseSection(const uno::Reference< report::XSection>& _xSection,SvLBoxEntry*… in traverseSection() argument 540 …SvLBoxEntry* pSection = insertEntry(_xSection->getName(),_pParent,_nImageId,_nPosition,new UserDat… in traverseSection() [all …]
|
| /AOO41X/main/reportdesign/source/ui/misc/ |
| H A D | RptUndo.cxx | 56 …void lcl_collectElements(const uno::Reference< report::XSection >& _xSection,::std::vector< uno::R… in lcl_collectElements() argument 58 if ( _xSection.is() ) in lcl_collectElements() 60 sal_Int32 nCount = _xSection->getCount(); in lcl_collectElements() 64 … uno::Reference< drawing::XShape> xShape(_xSection->getByIndex(nCount-1),uno::UNO_QUERY); in lcl_collectElements() 66 _xSection->remove(xShape); in lcl_collectElements() 72 …void lcl_insertElements(const uno::Reference< report::XSection >& _xSection,const ::std::vector< u… in lcl_insertElements() argument 74 if ( _xSection.is() ) in lcl_insertElements() 84 _xSection->add(*aIter); in lcl_insertElements() 96 …void lcl_setValues(const uno::Reference< report::XSection >& _xSection,const ::std::vector< ::std:… in lcl_setValues() argument 98 if ( _xSection.is() ) in lcl_setValues() [all …]
|
| /AOO41X/main/reportdesign/inc/ |
| H A D | ReportVisitor.hxx | 37 …Header(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) = 0; 38 …Footer(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) = 0; 39 …Header(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) = 0; 40 …Footer(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) = 0; 45 …Header(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) = 0; 46 …Footer(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) = 0; 48 …Detail(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) = 0;
|
| H A D | RptModel.hxx | 82 …teNewPage(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection); 89 …* getPage(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection);
|
| /AOO41X/main/reportdesign/source/filter/xml/ |
| H A D | xmlExport.cxx | 727 void ORptExport::exportSection(const Reference<XSection>& _xSection,bool bHeader) in exportSection() argument 729 OSL_ENSURE(_xSection.is(),"Section is NULL -> GPF"); in exportSection() 731 AddAttribute(XML_NAMESPACE_TABLE, XML_NAME,_xSection->getName()); in exportSection() 733 if ( !_xSection->getVisible() ) in exportSection() 738 sal_uInt16 nRet = _xSection->getForceNewPage(); in exportSection() 743 nRet = _xSection->getNewRowOrCol(); in exportSection() 746 if ( _xSection->getKeepTogether() ) in exportSection() 750 exportStyleName(_xSection.get(),GetAttrList(),m_sTableStyle); in exportSection() 755 ::rtl::OUString sExpr = _xSection->getConditionalPrintExpression(); in exportSection() 762 exportContainer(_xSection); in exportSection() [all …]
|
| H A D | xmlExport.hxx | 157 void exportContainer(const Reference< XSection>& _xSection); 158 …void exportShapes(const Reference< XSection>& _xSection,bool _bAddParagraph = t… 159 void exportTableColumns(const Reference< XSection>& _xSection);
|
| H A D | xmlSection.cxx | 69 ,const uno::Reference< report::XSection >& _xSection in DBG_NAME() 72 ,m_xSection(_xSection) in DBG_NAME()
|
| /AOO41X/main/reportdesign/source/core/sdr/ |
| H A D | UndoActions.cxx | 67 …::XSection> , OGroupHelper> OGroupHelper::getMemberFunction(const Reference< XSection >& _xSection) in getMemberFunction() argument 70 uno::Reference< report::XGroup> xGroup = _xSection->getGroup(); in getMemberFunction() 71 if ( xGroup->getHeaderOn() && xGroup->getHeader() == _xSection ) in getMemberFunction() 76 …XSection> , OReportHelper> OReportHelper::getMemberFunction(const Reference< XSection >& _xSection) in getMemberFunction() argument 78 uno::Reference< report::XReportDefinition> xReportDefinition(_xSection->getReportDefinition()); in getMemberFunction() 80 … if ( xReportDefinition->getReportHeaderOn() && xReportDefinition->getReportHeader() == _xSection ) in getMemberFunction() 82 …else if ( xReportDefinition->getPageHeaderOn() && xReportDefinition->getPageHeader() == _xSection ) in getMemberFunction() 84 …else if ( xReportDefinition->getPageFooterOn() && xReportDefinition->getPageFooter() == _xSection ) in getMemberFunction() 86 else if ( xReportDefinition->getDetail() == _xSection ) in getMemberFunction()
|
| H A D | RptModel.cxx | 139 OReportPage* OReportModel::createNewPage(const uno::Reference< report::XSection >& _xSection) in createNewPage() argument 141 OReportPage* pPage = new OReportPage( *this ,_xSection); in createNewPage() 143 m_pUndoEnv->AddSection(_xSection); in createNewPage() 147 OReportPage* OReportModel::getPage(const uno::Reference< report::XSection >& _xSection) in getPage() argument 154 if ( pRptPage && pRptPage->getSection() == _xSection ) in getPage()
|
| H A D | UndoEnv.cxx | 525 void OXUndoEnvironment::AddSection(const Reference< report::XSection > & _xSection) in AddSection() argument 530 uno::Reference<container::XChild> xChild = _xSection.get(); in AddSection() 533 Reference< XInterface > xInt(_xSection); in AddSection() 543 void OXUndoEnvironment::RemoveSection(const Reference< report::XSection > & _xSection) in RemoveSection() argument 548 uno::Reference<container::XChild> xChild(_xSection.get()); in RemoveSection() 551 Reference< XInterface > xInt(_xSection); in RemoveSection()
|
| H A D | ReportDrawPage.cxx | 47 ,const uno::Reference< report::XSection >& _xSection) in OReportDrawPage() 49 ,m_xSection(_xSection) in OReportDrawPage()
|
| /AOO41X/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
| H A D | ReportBuilderLayouter.java | 653 …protected Rectangle insertLabel(XSection _xSection, String _sLabel, Rectangle _aRect, int _nWidth,… in insertLabel() argument 655 if (_xSection != null) in insertLabel() 696 _xSection.add(xFixedText); in insertLabel() 738 …protected Rectangle insertFormattedField(XSection _xSection, String _sFormattedfield, Rectangle _a… in insertFormattedField() argument 740 …return insertFormattedField(_xSection, _sFormattedfield, _aRect, _nWidth, _aSO, (short) com.sun.st… in insertFormattedField() 743 …protected Rectangle insertFormattedField(XSection _xSection, String _sFormattedfield, Rectangle _a… in insertFormattedField() argument 745 if (_xSection != null) in insertFormattedField() 838 _xSection.add(xReportControlModel); in insertFormattedField() 872 …protected Rectangle insertVerticalLine(XSection _xSection, Rectangle _aRect, int _nWidth, int _nHe… in insertVerticalLine() argument 874 return insertLine(_xSection, _aRect, _nWidth, _nHeight, 1); in insertVerticalLine() [all …]
|
| /AOO41X/main/reportdesign/source/ui/report/ |
| H A D | ReportWindow.cxx | 128 void OReportWindow::addSection(const uno::Reference< report::XSection >& _xSection,const ::rtl::OUS… in addSection() argument 130 if ( !_xSection.is() ) in addSection() 133 m_aViewsWindow.addSection(_xSection,_sColorEntry,_nPosition); in addSection() 322 void OReportWindow::setMarked(const uno::Reference< report::XSection>& _xSection,sal_Bool _bMark) in setMarked() argument 325 m_aViewsWindow.setMarked(_xSection,_bMark); in setMarked() 339 …indow(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) const in getSectionWindow() 341 return m_aViewsWindow.getSectionWindow(_xSection); in getSectionWindow()
|
| H A D | ScrollHelper.cxx | 200 void OScrollWindowHelper::addSection(const uno::Reference< report::XSection >& _xSection in addSection() argument 204 m_aReportWindow.addSection(_xSection,_sColorEntry,_nPosition); in addSection() 292 void OScrollWindowHelper::setMarked(const uno::Reference< report::XSection>& _xSection,sal_Bool _bM… in setMarked() argument 294 m_aReportWindow.setMarked(_xSection,_bMark); in setMarked() 307 …indow(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) const in getSectionWindow() 309 return m_aReportWindow.getSectionWindow(_xSection); in getSectionWindow()
|
| H A D | ReportControllerObserver.cxx | 230 void OXReportControllerObserver::AddSection(const uno::Reference< report::XSection > & _xSection) in AddSection() argument 235 uno::Reference<container::XChild> xChild = _xSection.get(); in AddSection() 237 uno::Reference< uno::XInterface > xInt(_xSection); in AddSection() 247 void OXReportControllerObserver::RemoveSection(const uno::Reference< report::XSection > & _xSection) in RemoveSection() argument 252 uno::Reference<container::XChild> xChild(_xSection.get()); in RemoveSection() 255 uno::Reference< uno::XInterface > xInt(_xSection); in RemoveSection()
|
| H A D | SectionWindow.cxx | 55 …indow( OViewsWindow* _pParent,const uno::Reference< report::XSection >& _xSection,const ::rtl::OUS… in DBG_NAME() 60 ,m_aReportSection( this,_xSection) in DBG_NAME() 75 m_aSplitter.SetSplitPosPixel(m_aSplitter.LogicToPixel(Size(0,_xSection->getHeight())).Height()); in DBG_NAME() 91 m_pSectionMulti = new OPropertyChangeMultiplexer(this,_xSection.get()); in DBG_NAME() 96 aEvent.Source = _xSection; in DBG_NAME() 98 uno::Reference< report::XGroup > xGroup(_xSection->getGroup()); in DBG_NAME()
|
| H A D | ReportController.cxx | 2389 void OReportController::openPageDialog(const uno::Reference<report::XSection>& _xSection) in openPageDialog() argument 2438 if ( _xSection.is() ) in openPageDialog() 2439 pDescriptor->Put(SvxBrushItem(::Color(_xSection->getBackColor()),ITEMID_BRUSH)); in openPageDialog() 2464 …ORptPageDialog aDlg(getView(), pDescriptor.get(),_xSection.is() ? RID_PAGEDIALOG_BACKGROUND : RID_… in openPageDialog() 2471 if ( _xSection.is() ) in openPageDialog() 2475 … _xSection->setBackColor(static_cast<const SvxBrushItem*>(pItem)->GetColor().GetColor()); in openPageDialog() 2624 void OReportController::shrinkSectionBottom(uno::Reference<report::XSection> _xSection) in shrinkSectionBottom() argument 2626 const sal_Int32 nElements = _xSection->getCount(); in shrinkSectionBottom() 2632 const sal_Int32 nSectionHeight = _xSection->getHeight(); in shrinkSectionBottom() 2640 xReportComponent.set(_xSection->getByIndex(i), uno::UNO_QUERY); in shrinkSectionBottom() [all …]
|
| H A D | DesignView.cxx | 454 void ODesignView::addSection(const uno::Reference< report::XSection >& _xSection,const ::rtl::OUStr… in addSection() argument 456 m_aScrollWindow.addSection(_xSection,_sColorEntry,_nPosition); in addSection() 643 …indow(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) const in getSectionWindow() 645 return m_aScrollWindow.getSectionWindow(_xSection); in getSectionWindow() 698 void ODesignView::setMarked(const uno::Reference< report::XSection>& _xSection,sal_Bool _bMark) in setMarked() argument 700 m_aScrollWindow.setMarked(_xSection,_bMark); in setMarked()
|
| /AOO41X/main/reportdesign/source/ui/inc/ |
| H A D | ReportController.hxx | 149 … ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection,const ::rtl::OUS… 185 …PageDialog(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection); 229 …inkSectionBottom(::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > _xSection); 230 …shrinkSectionTop(::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > _xSection); 233 … ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > _xSection, sal_Int32 _nShr… 471 …ndow(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) const;
|
| H A D | ScrollHelper.hxx | 139 … addSection(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection 179 … ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection,sal_Bool _bMark); 184 …ndow(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) const;
|
| H A D | ReportWindow.hxx | 136 … addSection(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection 192 … ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection,sal_Bool _bMark); 197 …ndow(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) const;
|
| H A D | DesignView.hxx | 183 … addSection(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection 232 …ndow(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) const; 260 … ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection,sal_Bool _bMark);
|
| H A D | ViewsWindow.hxx | 186 … addSection(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection 251 …ndow(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) const; 264 … ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection,sal_Bool _bMark);
|
| H A D | ReportControllerObserver.hxx | 87 …ddSection( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection); 88 …eSection( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection );
|
| /AOO41X/main/reportdesign/source/core/inc/ |
| H A D | Tools.hxx | 42 …,::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection/*in/out*/,bool _… in lcl_createSectionIfNeeded() argument 44 if ( _bOn && !_xSection.is() ) in lcl_createSectionIfNeeded() 45 _xSection = new OSection(_xParent,_xParent->getContext(),_bPageSection); in lcl_createSectionIfNeeded() 48 ::comphelper::disposeComponent(_xSection); in lcl_createSectionIfNeeded()
|