/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlCell.cxx | 164 m_nCurrentCount = m_pContainer->getSection()->getCount(); in CreateChildContext() 178 m_nCurrentCount = m_pContainer->getSection()->getCount(); in CreateChildContext() 180 uno::Reference< drawing::XShapes > xShapes = m_pContainer->getSection().get(); in CreateChildContext() 202 const sal_Int32 nCount = m_pContainer->getSection()->getCount(); in EndElement() 205 … uno::Reference<report::XShape> xShape(m_pContainer->getSection()->getByIndex(i),uno::UNO_QUERY); in EndElement() 221 m_pContainer->getSection()->add(m_xComponent.get()); in EndElement() 231 m_pContainer->getSection()->add(m_xComponent.get()); in EndElement()
|
H A D | xmlSubDocument.cxx | 89 m_nCurrentCount = m_pContainer->getSection()->getCount(); in _CreateChildContext() 91 uno::Reference< drawing::XShapes > xShapes = m_pContainer->getSection().get(); in _CreateChildContext() 115 m_xComponent.set(m_pContainer->getSection()->getByIndex(m_nCurrentCount),uno::UNO_QUERY); in EndElement()
|
H A D | xmlReportElementBase.cxx | 101 if ( m_pContainer && m_pContainer->getSection().is() && m_xComponent.is() ) in EndElement() 102 m_pContainer->getSection()->add(m_xComponent.get()); in EndElement()
|
H A D | xmlTable.hxx | 89 …inline ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > getSection() const {… in getSection() function in rptxml::OXMLTable
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | SectionWindow.cxx | 130 const uno::Reference< report::XSection> xCurrentSection = m_aReportSection.getSection(); in _propertyChanged() 174 …t = _pIsSectionOn(&aReportHelper) && _pGetSection(&aReportHelper) == m_aReportSection.getSection(); in setReportSectionTitle() 187 …et = _pIsSectionOn(&aGroupHelper) && _pGetSection(&aGroupHelper) == m_aReportSection.getSection() ; in setGroupSectionTitle() 257 const uno::Reference< report::XSection> xSection = m_aReportSection.getSection(); in Resize() 290 m_pParent->getView()->showProperties( m_aReportSection.getSection().get() ); in showProperties() 349 const uno::Reference< report::XSection> xSection = m_aReportSection.getSection(); in IMPL_LINK()
|
H A D | ViewsWindow.cxx | 205 const uno::Reference< report::XSection> xSection = _rSectionWindow.getReportSection().getSection(); in impl_resizeSectionWindow() 436 if ((*aIter)->getReportSection().getSection() == _xSection) in getSectionWindow() 503 m_pParent->setMarked(m_aSections[_nPos]->getReportSection().getSection(),sal_True); in markSection() 634 setMarked(_pSectionView->getReportSection()->getSection(),_bMark); in setMarked() 643 if ( (*aIter)->getReportSection().getSection() != _xSection ) in setMarked() 661 const uno::Reference< report::XSection> xSection = (*pIter)->getSection(); in setMarked() 748 const uno::Reference< report::XSection> xSection = pReportSection->getSection(); in collectBoundResizeRect() 787 …no::Reference<report::XSection> xSection = (*m_aSections.begin())->getReportSection().getSection(); in alignMarkedObjects()
|
H A D | DesignView.cxx | 589 xReport = xReportComponent->getSection()->getReportDefinition(); in toggleAddField() 595 … uno::Reference< report::XSection > xSection = m_pCurrentView->getReportSection()->getSection(); in toggleAddField() 617 xSection = m_pCurrentView->getReportSection()->getSection(); in getCurrentSection()
|
H A D | ReportControllerObserver.cxx | 397 …ence< container::XChild> >::const_iterator OXReportControllerObserver::getSection(const uno::Refer… in getSection() function in rptui::OXReportControllerObserver 407 aFind = getSection(xParent); in getSection()
|
H A D | propbrw.cxx | 560 else if ( m_xLastSection != m_pView->getReportSection()->getSection() ) in Update() 562 uno::Reference< uno::XInterface> xTemp(m_pView->getReportSection()->getSection()); in Update()
|
H A D | FixedTextColor.cxx | 241 uno::Reference<report::XSection> xSection(_xFixedText->getSection()); in getXControl()
|
H A D | FormattedFieldBeautifier.cxx | 174 uno::Reference<report::XSection> xSection(_xComponent->getSection()); in getVclWindowPeer()
|
/aoo41x/main/reportdesign/source/core/sdr/ |
H A D | UndoEnv.cxx | 165 Reference< XInterface > xSection(_pPage->getSection()); in RemoveSection() 383 ::std::vector< uno::Reference< container::XChild> >::const_iterator OXUndoEnvironment::getSection(c… in getSection() function in rptui::OXUndoEnvironment 393 aFind = getSection(xParent); in getSection() 414 …::std::vector< uno::Reference< container::XChild> >::const_iterator aFind = getSection(xContainer.… in elementInserted() 483 …::std::vector< uno::Reference< container::XChild> >::const_iterator aFind = getSection(xContainer.… in elementRemoved()
|
H A D | RptObject.cxx | 341 uno::Reference< report::XSection> OObjectBase::getSection() const in getSection() function in rptui::OObjectBase 346 xSection = pPage->getSection(); in getSection() 410 uno::Reference<report::XSection> xSection = pPage->getSection(); in SetPropsFromRect()
|
H A D | ReportUndoFactory.cxx | 38 uno::Reference< report::XSection> xSection = pObj->getSection(); in lcl_createUndo()
|
H A D | RptModel.cxx | 154 if ( pRptPage && pRptPage->getSection() == _xSection ) in getPage()
|
H A D | RptPage.cxx | 162 uno::Reference< report::XSection > OReportPage::getSection() const in getSection() function in rptui::OReportPage
|
/aoo41x/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaTemplate.java | 589 itemsTables[i] = new ItemsTable(getSection(sections[i]), getTable(sections[i])); in initializeItemsSections() 607 Object getSection(String name) throws NoSuchElementException, WrappedTargetException in getSection() method in AgendaTemplate 723 Object section = getSection(allSections[i]); in deleteHiddenSections() 753 Object minutesAllSection = getSection(SECTION_MINUTES_ALL); in createMinutes() 1009 section = getSection(name); in write()
|
/aoo41x/main/reportdesign/source/ui/inspection/ |
H A D | GeometryHandler.cxx | 353 xSection = xReportComponent->getSection(); in inspect() 872 if ( xComp.is() && xComp->getSection().is() ) in describePropertyLine() 874 … uno::Reference< report::XReportDefinition > xReport = xComp->getSection()->getReportDefinition(); in describePropertyLine() 1053 if ( xSourceReportComponent->getSection().is() ) in convertToPropertyValue() 1054 …nPosX += getStyleProperty<sal_Int32>(xSourceReportComponent->getSection()->getReportDefinition(),P… in convertToPropertyValue() 1196 if ( xSourceReportComponent->getSection().is() ) in convertToControlValue() 1197 …nPosX -= getStyleProperty<sal_Int32>(xSourceReportComponent->getSection()->getReportDefinition(),P… in convertToControlValue()
|
H A D | DataProviderHandler.cxx | 462 …uno::Reference< report::XReportDefinition> xReport = m_xReportComponent->getSection()->getReportDe… in actuatingPropertyChanged() 517 aParam.Value <<= m_xReportComponent->getSection()->getReportDefinition(); in impl_dialogLinkedFields_nothrow()
|
/aoo41x/main/reportdesign/source/ui/inc/ |
H A D | ReportRuler.hxx | 47 inline OReportSection* getSection() const { return m_pSection; } in getSection() function in rptui::OReportRuler
|
H A D | ReportSection.hxx | 125 …inline ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > getSection() const {… in getSection() function in rptui::OReportSection
|
H A D | ReportControllerObserver.hxx | 120 …uno::Reference< ::com::sun::star::container::XChild> >::const_iterator getSection(const ::com::sun…
|
/aoo41x/main/reportdesign/inc/ |
H A D | RptPage.hxx | 91 ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > getSection() const;
|
H A D | UndoEnv.hxx | 141 …getSection(const ::com::sun::star::uno::Reference< ::com::sun::star::container::XChild>& _xContain…
|
/aoo41x/main/connectivity/workben/iniParser/ |
H A D | main.cxx | 68 ini_Section * getSection(OUString const & secName) in getSection() function in IniParser
|