Home
last modified time | relevance | path

Searched refs:removeSection (Results 1 – 15 of 15) sorted by relevance

/trunk/main/reportdesign/source/ui/report/
H A DScrollHelper.cxx207 void OScrollWindowHelper::removeSection(sal_uInt16 _nPosition) in removeSection() function in rptui::OScrollWindowHelper
209 m_aReportWindow.removeSection(_nPosition); in removeSection()
H A DReportWindow.cxx120 void OReportWindow::removeSection(sal_uInt16 _nPosition) in removeSection() function in rptui::OReportWindow
122 m_aViewsWindow.removeSection(_nPosition); in removeSection()
H A DDesignView.cxx449 void ODesignView::removeSection(sal_uInt16 _nPosition) in removeSection() function in rptui::ODesignView
451 m_aScrollWindow.removeSection(_nPosition); in removeSection()
H A DReportController.cxx2231 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 DViewsWindow.cxx319 void OViewsWindow::removeSection(sal_uInt16 _nPosition) in removeSection() function in rptui::OViewsWindow
/trunk/main/sal/osl/unx/
H A Dprofile.c160 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 Dprofile.c172 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 Dprofile.cxx166 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 DOffice.java96 aIniFile2.removeSection(sSection); in load()
H A DIniFile.java564 public void removeSection(String _sSectionToRemove) in removeSection() method in IniFile
/trunk/main/reportdesign/source/ui/inc/
H A DReportWindow.hxx130 void removeSection(sal_uInt16 _nPosition);
H A DScrollHelper.hxx133 void removeSection(sal_uInt16 _nPosition);
H A DDesignView.hxx177 void removeSection(sal_uInt16 _nPosition);
H A DViewsWindow.hxx180 void removeSection(sal_uInt16 _nPosition);
/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java589 public void removeSection(String _sSectionToRemove) in removeSection() method in IniFile

Completed in 103 milliseconds