Searched refs:removeSection (Results 1 – 15 of 15) sorted by relevance
/trunk/main/reportdesign/source/ui/report/ |
H A D | ScrollHelper.cxx | 207 void OScrollWindowHelper::removeSection(sal_uInt16 _nPosition) in removeSection() function in rptui::OScrollWindowHelper 209 m_aReportWindow.removeSection(_nPosition); in removeSection()
|
H A D | ReportWindow.cxx | 120 void OReportWindow::removeSection(sal_uInt16 _nPosition) in removeSection() function in rptui::OReportWindow 122 m_aViewsWindow.removeSection(_nPosition); in removeSection()
|
H A D | DesignView.cxx | 449 void ODesignView::removeSection(sal_uInt16 _nPosition) in removeSection() function in rptui::ODesignView 451 m_aScrollWindow.removeSection(_nPosition); in removeSection()
|
H A D | ReportController.cxx | 2231 getDesignView()->removeSection(nPosition); in propertyChange() 2246 getDesignView()->removeSection(nPosition - 1); in propertyChange() 2258 getDesignView()->removeSection(sal_uInt16(0)); in propertyChange() 2270 getDesignView()->removeSection(getDesignView()->getSectionCount() - 1); in propertyChange() 2371 getDesignView()->removeSection(nPosition); in groupChange()
|
H A D | ViewsWindow.cxx | 319 void OViewsWindow::removeSection(sal_uInt16 _nPosition) in removeSection() function in rptui::OViewsWindow
|
/trunk/main/sal/osl/unx/ |
H A D | profile.c | 160 static void removeSection(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection); 900 removeSection(pProfile, pSec); in osl_removeProfileEntry() 1785 static void removeSection(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection) in removeSection() function 2007 removeSection(pProfile, &pProfile->m_Sections[pProfile->m_NoSections - 1]); in storeProfile()
|
/trunk/main/sal/osl/os2/ |
H A D | profile.c | 172 static void removeSection(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection); 738 removeSection(pProfile, pSec); in osl_removeProfileEntry() 1683 static void removeSection(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection) in removeSection() function 1837 removeSection(pProfile, &pProfile->m_Sections[pProfile->m_NoSections - 1]); in storeProfile()
|
/trunk/main/sal/osl/w32/ |
H A D | profile.cxx | 166 static void removeSection(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection… 787 removeSection(pProfile, pSec); in osl_removeProfileEntry() 1844 static void removeSection(osl_TProfileImpl* pProfile, osl_TProfileSection *pSection) in removeSection() function 2051 removeSection(pProfile, &pProfile->m_Sections[pProfile->m_NoSections - 1]); in storeProfile()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/ |
H A D | Office.java | 96 aIniFile2.removeSection(sSection); in load()
|
H A D | IniFile.java | 564 public void removeSection(String _sSectionToRemove) in removeSection() method in IniFile
|
/trunk/main/reportdesign/source/ui/inc/ |
H A D | ReportWindow.hxx | 130 void removeSection(sal_uInt16 _nPosition);
|
H A D | ScrollHelper.hxx | 133 void removeSection(sal_uInt16 _nPosition);
|
H A D | DesignView.hxx | 177 void removeSection(sal_uInt16 _nPosition);
|
H A D | ViewsWindow.hxx | 180 void removeSection(sal_uInt16 _nPosition);
|
/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/src/ |
H A D | IniFile.java | 589 public void removeSection(String _sSectionToRemove) in removeSection() method in IniFile
|
Completed in 105 milliseconds