Home
last modified time | relevance | path

Searched refs:addSection (Results 1 – 12 of 12) sorted by relevance

/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx2226 … getDesignView()->addSection(m_xReportDefinition->getReportHeader(),DBREPORTHEADER,nPosition); in propertyChange()
2253 … getDesignView()->addSection(m_xReportDefinition->getPageHeader(),DBPAGEHEADER,0); in propertyChange()
2265 getDesignView()->addSection(m_xReportDefinition->getPageFooter(),DBPAGEFOOTER); in propertyChange()
2367 getDesignView()->addSection(pMemFunSection(&aGroupHelper),sColor,nPosition); in groupChange()
3734 getDesignView()->addSection(m_xReportDefinition->getPageHeader(),DBPAGEHEADER); in listen()
3739 getDesignView()->addSection(m_xReportDefinition->getReportHeader(),DBREPORTHEADER); in listen()
3758 getDesignView()->addSection(xGroup->getHeader(),DBGROUPHEADER); in listen()
3765 getDesignView()->addSection(m_xReportDefinition->getDetail(),DBDETAIL); in listen()
3773 getDesignView()->addSection(xGroup->getFooter(),DBGROUPFOOTER); in listen()
3779 getDesignView()->addSection(m_xReportDefinition->getReportFooter(),DBREPORTFOOTER); in listen()
[all …]
H A DScrollHelper.cxx200 void OScrollWindowHelper::addSection(const uno::Reference< report::XSection >& _xSection in addSection() function in rptui::OScrollWindowHelper
204 m_aReportWindow.addSection(_xSection,_sColorEntry,_nPosition); in addSection()
H A DReportWindow.cxx128 void OReportWindow::addSection(const uno::Reference< report::XSection >& _xSection,const ::rtl::OUS… in addSection() function in rptui::OReportWindow
133 m_aViewsWindow.addSection(_xSection,_sColorEntry,_nPosition); in addSection()
H A DDesignView.cxx454 void ODesignView::addSection(const uno::Reference< report::XSection >& _xSection,const ::rtl::OUStr… in addSection() function in rptui::ODesignView
456 m_aScrollWindow.addSection(_xSection,_sColorEntry,_nPosition); in addSection()
H A DViewsWindow.cxx311 void OViewsWindow::addSection(const uno::Reference< report::XSection >& _xSection,const ::rtl::OUSt… in addSection() function in rptui::OViewsWindow
/trunk/main/sal/osl/unx/
H A Dprofile.c159 static sal_Bool addSection(osl_TProfileImpl* pProfile, int Line, const sal_Char* Section, sal_uInt3…
709 (! addSection(pProfile, pProfile->m_NoLines - 1, &pStr[1], strlen(pszSection)))) in osl_writeProfileString()
1737 static sal_Bool addSection(osl_TProfileImpl* pProfile, int Line, const sal_Char* Section, sal_uInt3… in addSection() function
1928 if (! addSection(pProfile, i, pStr + 1, pChar - pStr - 1)) in loadProfile()
/trunk/main/sal/osl/os2/
H A Dprofile.c171 static sal_Bool addSection(osl_TProfileImpl* pProfile, int Line, const sal_Char* Section, sal_uInt3…
590 (! addSection(pProfile, pProfile->m_NoLines - 1, &pStr[1], strlen(pszSection)))) in osl_writeProfileString()
1645 static sal_Bool addSection(osl_TProfileImpl* pProfile, int Line, const sal_Char* Section, sal_uInt3… in addSection() function
1803 if (! addSection(pProfile, i, pStr + 1, pChar - pStr - 1)) in loadProfile()
/trunk/main/sal/osl/w32/
H A Dprofile.cxx165 static sal_Bool addSection(osl_TProfileImpl* pProfile, int Line, const sal_Char* Sectio…
635 (! addSection(pProfile, pProfile->m_NoLines - 1, &pStr[1], strlen(pszSection)))) in osl_writeProfileString()
1795 static sal_Bool addSection(osl_TProfileImpl* pProfile, int Line, const sal_Char* Section, sal_uInt3… in addSection() function
1970 if (! addSection(pProfile, i, pStr + 1, pChar - pStr - 1)) in loadProfile()
/trunk/main/reportdesign/source/ui/inc/
H A DReportWindow.hxx136 …void addSection(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _x…
H A DScrollHelper.hxx139 …void addSection(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& …
H A DDesignView.hxx183 …void addSection(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _x…
H A DViewsWindow.hxx186 …void addSection(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _x…

Completed in 90 milliseconds