/trunk/main/reportdesign/inc/ |
H A D | UndoActions.hxx | 93 …n::star::report::XSection> , OGroupHelper> getMemberFunction(const ::com::sun::star::uno::Referenc… 96 typedef com::sun::star::uno::Reference< ::com::sun::star::report::XSection > TSection; 197 ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > 223 ::std::mem_fun_t< ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > 228 ,::std::mem_fun_t< ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > 245 ::std::mem_fun_t< ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > 250 ,::std::mem_fun_t< ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > 294 ::std::mem_fun_t< ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > 301 ,::std::mem_fun_t< ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > 313 ::std::mem_fun_t< ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > [all …]
|
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 | RptPage.hxx | 43 ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > m_xSection; 61 … ,const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection 91 ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > getSection() const;
|
H A D | RptObject.hxx | 88 ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection> m_xSection; 126 …arent(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) { m_… in setOldParent() 127 …inline ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection> getOldParent() const … in getOldParent() 128 ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection> getSection() const;
|
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | ReportBuilderLayouter.java | 51 import com.sun.star.report.XSection; 196 private void emptySection(XSection _xSectionToClear) in emptySection() 221 final XSection xSection = getReportDefinition().getDetail(); in clearDetails() 385 XSection xGroupSection = xGroup.getHeader(); in copyGroupProperties() 914 XSection xSection; in clearReportHeader() 964 XSection xSection; in clearReportFooter() 1015 XSection xSection; in clearPageHeader() 1072 XSection xSection; in clearPageFooter() 1244 private void copySection(XSection _xFromSection, XSection _xToSection) in copySection() 1337 XSection xSection = null; in insertPageHeader() [all …]
|
H A D | DesignTemplate.java | 35 import com.sun.star.report.XSection; 62 XSection getDetail() in getDetail() 72 XSection getReportHeader() throws com.sun.star.container.NoSuchElementException in getReportHeader() 82 XSection getReportFooter() throws com.sun.star.container.NoSuchElementException in getReportFooter() 92 XSection getPageHeader() throws com.sun.star.container.NoSuchElementException in getPageHeader() 102 XSection getPageFooter() throws com.sun.star.container.NoSuchElementException in getPageFooter() 167 final XSection xDetailSection = m_xReportDefinition.getDetail(); in analyseReportDefinition() 216 XSection xGroupSection = xGroup.getHeader(); in analyseReportDefinition()
|
/trunk/main/reportdesign/source/core/sdr/ |
H A D | UndoActions.cxx | 67 …::mem_fun_t<uno::Reference<report::XSection> , OGroupHelper> OGroupHelper::getMemberFunction(const… in getMemberFunction() 69 …::std::mem_fun_t<uno::Reference<report::XSection> , OGroupHelper> pMemFunSection = ::std::mem_fun(… in getMemberFunction() 76 …:mem_fun_t<uno::Reference<report::XSection> , OReportHelper> OReportHelper::getMemberFunction(cons… in getMemberFunction() 263 ,::std::mem_fun_t< uno::Reference< report::XSection > in OUndoGroupSectionAction() 280 uno::Reference< report::XSection> xSection = m_pMemberFunction(&m_aGroupHelper); in implReInsert() 297 uno::Reference< report::XSection> xSection = m_pMemberFunction(&m_aGroupHelper); in implReRemove() 309 ,::std::mem_fun_t< uno::Reference< report::XSection > in OUndoReportSectionAction() 326 uno::Reference< report::XSection> xSection = m_pMemberFunction(&m_aReportHelper); in implReInsert() 349 uno::Reference< report::XSection> xSection = m_pMemberFunction(&m_aReportHelper); in implReRemove() 411 ,::std::mem_fun_t< uno::Reference< report::XSection > in OUndoPropertyGroupSectionAction() [all …]
|
H A D | UndoEnv.cxx | 238 uno::Reference< report::XSection> xSection(xSourceSet,uno::UNO_QUERY); in disposing() 361 uno::Reference< report::XSection> xSection( xSet, uno::UNO_QUERY ); in propertyChange() 412 Reference< report::XSection > xContainer(evt.Source,uno::UNO_QUERY); in elementInserted() 421 …OReportPage* pPage = m_pImpl->m_rModel.getPage(uno::Reference< report::XSection>(*aFind,uno::UNO_Q… in elementInserted() 482 Reference< report::XSection > xContainer(evt.Source,uno::UNO_QUERY); in elementRemoved() 491 …OReportPage* pPage = m_pImpl->m_rModel.getPage(uno::Reference< report::XSection >( *aFind, uno::UN… in elementRemoved() 525 void OXUndoEnvironment::AddSection(const Reference< report::XSection > & _xSection) in AddSection() 543 void OXUndoEnvironment::RemoveSection(const Reference< report::XSection > & _xSection) in RemoveSection()
|
/trunk/main/reportdesign/source/ui/misc/ |
H A D | RptUndo.cxx | 57 …void lcl_collectElements(const uno::Reference< report::XSection >& _xSection,::std::vector< uno::R… in lcl_collectElements() 73 …void lcl_insertElements(const uno::Reference< report::XSection >& _xSection,const ::std::vector< u… in lcl_insertElements() 97 …void lcl_setValues(const uno::Reference< report::XSection >& _xSection,const ::std::vector< ::std:… in lcl_setValues() 163 void OSectionUndo::collectControls(const uno::Reference< report::XSection >& _xSection) in collectControls() 230 ,::std::mem_fun_t< uno::Reference< report::XSection > in OReportSectionUndo() 251 uno::Reference< report::XSection > xSection = m_pMemberFunction(&m_aReportHelper); in implReInsert() 269 ,::std::mem_fun_t< uno::Reference< report::XSection > in OGroupSectionUndo() 280 uno::Reference< report::XSection > xSection = m_pMemberFunction(&m_aGroupHelper); in OGroupSectionUndo() 293 …uno::Reference< report::XSection > xSection = const_cast<OGroupSectionUndo*>(this)->m_pMemberFunct… in GetComment() 314 uno::Reference< report::XSection > xSection = m_pMemberFunction(&m_aGroupHelper); in implReInsert()
|
/trunk/main/reportdesign/source/ui/dlg/ |
H A D | Navigator.cxx | 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); 614 void NavigatorTree::traversePageHeader(const uno::Reference< report::XSection>& _xSection) in traversePageHeader() 620 void NavigatorTree::traversePageFooter(const uno::Reference< report::XSection>& _xSection) in traversePageFooter() 646 void NavigatorTree::traverseGroupHeader(const uno::Reference< report::XSection>& _xSection) in traverseGroupHeader() [all …]
|
/trunk/main/offapi/com/sun/star/report/ |
H A D | XReportDefinition.idl | 91 published interface XSection; 307 @see XSection 309 [attribute,readonly] com::sun::star::report::XSection ReportHeader 317 @see XSection 319 [attribute,readonly] com::sun::star::report::XSection PageHeader 325 @see XSection 327 [attribute,readonly] com::sun::star::report::XSection Detail; 332 @see XSection 334 [attribute,readonly] com::sun::star::report::XSection PageFooter 342 @see XSection [all …]
|
H A D | XGroup.idl | 30 #include <com/sun/star/report/XSection.idl> 81 @see XSection 84 [attribute,readonly] XSection Header 92 @see XSection 94 [attribute,readonly,bound] XSection Footer
|
/trunk/main/reportdesign/source/filter/xml/ |
H A D | xmlExport.hxx | 156 void exportSection(const Reference<XSection>& _xProp,bool bHeader = false); 157 void exportContainer(const Reference< XSection>& _xSection); 158 …void exportShapes(const Reference< XSection>& _xSection,bool _bAddParagraph = t… 159 void exportTableColumns(const Reference< XSection>& _xSection); 160 void exportSectionAutoStyle(const Reference<XSection>& _xProp); 164 void exportAutoStyle(const Reference<XSection>& _xProp); 165 void exportReportComponentAutoStyles(const Reference<XSection>& _xProp);
|
H A D | xmlExport.cxx | 500 uno::Reference< report::XSection> xParent(_xReportElement->getParent(),uno::UNO_QUERY); in exportReportElement() 536 void ORptExport::exportSectionAutoStyle(const Reference<XSection>& _xProp) in exportSectionAutoStyle() 688 void ORptExport::exportReportComponentAutoStyles(const Reference<XSection>& _xProp) in exportReportComponentAutoStyles() 727 void ORptExport::exportSection(const Reference<XSection>& _xSection,bool bHeader) in exportSection() 765 void ORptExport::exportTableColumns(const Reference< XSection>& _xSection) in exportTableColumns() 782 void ORptExport::exportContainer(const Reference< XSection>& _xSection) in exportContainer() 897 Reference<XSection> xSection(xElement,uno::UNO_QUERY); in exportContainer() 1140 Reference<XSection> xSection = xGroup->getHeader(); in exportGroup() 1149 Reference<XSection> xSection = xGroup->getFooter(); in exportGroup() 1309 void ORptExport::exportAutoStyle(const Reference<XSection>& _xProp) in exportAutoStyle() [all …]
|
H A D | xmlTable.hxx | 49 … ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > m_xSection; 65 ,const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection 89 …inline ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > getSection() const {… in getSection()
|
/trunk/main/reportdesign/source/ui/inc/ |
H A D | RptUndo.hxx | 60 …tControls(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection); 78 ::std::mem_fun_t< ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > 90 ,::std::mem_fun_t< ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > 103 ::std::mem_fun_t< ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > 117 ,::std::mem_fun_t< ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >
|
H A D | ReportWindow.hxx | 136 …void addSection(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _x… 179 …void showProperties( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>… 192 …void setMarked(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSe… 197 …indow(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) cons…
|
H A D | DesignView.hxx | 183 …void addSection(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _x… 224 ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > getCurrentSection() const; 232 …indow(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) cons… 260 …void setMarked(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSe…
|
H A D | ReportController.hxx | 149 …aArgs,const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection,const… 185 …void openPageDialog(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _… 229 …inkSectionBottom(::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > _xSection); 230 …void shrinkSectionTop(::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > _xSec… 233 …nUndoStrId, ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > _xSection, sal_… 471 …indow(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) cons…
|
H A D | SectionWindow.hxx | 76 …:mem_fun_t< ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection> , OGroupHelper> … 86 …:mem_fun_t< ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection> , OReportHelper>… 103 … ,const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | SectionWindow.cxx | 55 OSectionWindow::OSectionWindow( OViewsWindow* _pParent,const uno::Reference< report::XSection >& _x… in DBG_NAME() 127 const uno::Reference< report::XSection > xSection(_rEvent.Source,uno::UNO_QUERY); in _propertyChanged() 130 const uno::Reference< report::XSection> xCurrentSection = m_aReportSection.getSection(); in _propertyChanged() 171 …n>& _xReport,sal_uInt16 _nResId,::std::mem_fun_t<uno::Reference<report::XSection> , OReportHelper>… in setReportSectionTitle() argument 184 …up>& _xGroup,sal_uInt16 _nResId,::std::mem_fun_t<uno::Reference<report::XSection> , OGroupHelper> … in setGroupSectionTitle() argument 257 const uno::Reference< report::XSection> xSection = m_aReportSection.getSection(); in Resize() 349 const uno::Reference< report::XSection> xSection = m_aReportSection.getSection(); in IMPL_LINK()
|
H A D | DesignView.cxx | 454 void ODesignView::addSection(const uno::Reference< report::XSection >& _xSection,const ::rtl::OUStr… in addSection() 595 … uno::Reference< report::XSection > xSection = m_pCurrentView->getReportSection()->getSection(); in toggleAddField() 613 uno::Reference< report::XSection > ODesignView::getCurrentSection() const in getCurrentSection() 615 uno::Reference< report::XSection > xSection; in getCurrentSection() 643 …indow(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) const in getSectionWindow() 698 void ODesignView::setMarked(const uno::Reference< report::XSection>& _xSection,sal_Bool _bMark) in setMarked()
|
/trunk/main/sw/source/ui/vba/ |
H A D | vbasections.cxx | 99 …return uno::makeAny( uno::Reference< word::XSection >( new SwVbaSection( mxParent, mxContext, mxM… in getByIndex() 103 return word::XSection::static_type(0); in getElementType() 125 …return uno::makeAny( uno::Reference< word::XSection > ( new SwVbaSection( m_xParent, m_xContext, m… in nextElement() 139 …uno::Reference< word::XSection > xSection( m_xIndexAccess->getByIndex( 0 ), uno::UNO_QUERY_THROW ); in PageSetup() 149 return word::XSection::static_type(0); in getElementType()
|
/trunk/main/reportdesign/source/core/api/ |
H A D | Group.cxx | 176 uno::Reference< report::XSection > SAL_CALL OGroup::getHeader() throw (container::NoSuchElementExce… in getHeader() 178 uno::Reference< report::XSection > xRet; in getHeader() 189 uno::Reference< report::XSection > SAL_CALL OGroup::getFooter() throw (container::NoSuchElementExce… in getFooter() 191 uno::Reference< report::XSection > xRet; in getFooter() 334 ,uno::Reference< report::XSection>& _member) in setSection()
|
/trunk/main/reportdesign/source/core/inc/ |
H A D | Group.hxx | 52 ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection> m_xHeader; 53 ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection> m_xFooter; 79 ,::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _member); 120 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > SAL_CALL getHeader(… 121 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > SAL_CALL getFooter(…
|