/aoo42x/main/extensions/source/propctrlr/ |
H A D | propertyeditor.cxx | 92 m_aTabControl.RemovePage(nID); in ClearAll() 252 void OPropertyEditor::RemovePage(sal_uInt16 nID) in RemovePage() function in pcr::OPropertyEditor 258 m_aTabControl.RemovePage(nID); in RemovePage() 461 m_aTabControl.RemovePage( _nPageId ); in ShowPropertyPage()
|
H A D | propertyeditor.hxx | 99 void RemovePage(sal_uInt16 nID);
|
H A D | propcontroller.cxx | 908 getPropertyBox().RemovePage( erase->second ); in stopInspection() 1303 getPropertyBox().RemovePage( pageId->second ); in UpdateUI()
|
/aoo42x/main/sd/source/core/ |
H A D | cusshow.cxx | 102 RemovePage( pOldPage ); in ReplacePage() 114 void SdCustomShow::RemovePage( const SdPage* pPage ) in RemovePage() function in SdCustomShow
|
H A D | drawdoc_animations.cxx | 44 pCustomShow->RemovePage(pOldPage); in ReplacePageInCustomShows()
|
H A D | drawdoc2.cxx | 464 SdrPage* SdDrawDocument::RemovePage(sal_uInt16 nPgNum) in RemovePage() function in SdDrawDocument 466 SdrPage* pPage = FmFormModel::RemovePage(nPgNum); in RemovePage()
|
/aoo42x/main/padmin/source/ |
H A D | prtsetup.cxx | 107 m_aTabControl.RemovePage( RID_RTS_OTHERPAGE ); in RTSDialog() 108 m_aTabControl.RemovePage( RID_RTS_FONTSUBSTPAGE ); in RTSDialog() 109 m_aTabControl.RemovePage( RID_RTS_COMMANDPAGE ); in RTSDialog() 114 m_aTabControl.RemovePage( RID_RTS_COMMANDPAGE ); in RTSDialog()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | wizardmachine.hxx | 152 SVT_DLLPRIVATE void RemovePage( TabPage* pPage ) { WizardDialog::RemovePage(pPage); } in RemovePage() function in svt::OWizardMachine
|
H A D | wizdlg.hxx | 278 void RemovePage( TabPage* pPage );
|
H A D | tabbar.hxx | 424 void RemovePage( sal_uInt16 nPageId );
|
/aoo42x/main/svx/source/form/ |
H A D | fmmodel.cxx | 176 SdrPage* FmFormModel::RemovePage(sal_uInt16 nPgNum) in RemovePage() function in FmFormModel 190 FmFormPage* pRemovedPage = (FmFormPage*)SdrModel::RemovePage(nPgNum); in RemovePage()
|
/aoo42x/main/reportdesign/source/core/sdr/ |
H A D | RptModel.cxx | 129 SdrPage* OReportModel::RemovePage(sal_uInt16 nPgNum) in RemovePage() function in rptui::OReportModel 131 OReportPage* pPage = dynamic_cast<OReportPage*>(SdrModel::RemovePage(nPgNum)); in RemovePage()
|
/aoo42x/main/framework/source/classes/ |
H A D | fwktabwindow.cxx | 390 void FwkTabWindow::RemovePage( sal_Int32 nIndex ) in RemovePage() function in framework::FwkTabWindow 395 m_aTabCtrl.RemovePage( static_cast< sal_uInt16 >( nIndex ) ); in RemovePage()
|
/aoo42x/main/svtools/source/dialogs/ |
H A D | wizdlg.cxx | 384 RemovePage( mpFirstPage->mpPage ); in ~WizardDialog() 572 void WizardDialog::RemovePage( TabPage* pPage ) in RemovePage() function in WizardDialog
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdmodel.cxx | 1448 SdrPage* pPg=RemovePage(nPgNum); in DeletePage() 1452 SdrPage* SdrModel::RemovePage(sal_uInt16 nPgNum) in RemovePage() function in SdrModel 1624 pPg=RemovePage(nPageNum2); in CopyPages() 1747 pPg=rSourceModel.RemovePage(nSourcePos); in Merge()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | outlview.cxx | 700 mpDoc->RemovePage(nAbsPos); in IMPL_LINK() 706 mpDoc->RemovePage(nAbsPos); in IMPL_LINK() 837 mpDoc->RemovePage(nAbsPos); in IMPL_LINK() 843 mpDoc->RemovePage(nAbsPos); in IMPL_LINK()
|
/aoo42x/main/sd/inc/ |
H A D | cusshow.hxx | 69 void RemovePage( const SdPage* pPage );
|
/aoo42x/main/svx/inc/svx/ |
H A D | fmmodel.hxx | 62 virtual SdrPage* RemovePage(sal_uInt16 nPgNum);
|
/aoo42x/main/reportdesign/inc/ |
H A D | RptModel.hxx | 71 virtual SdrPage* RemovePage(sal_uInt16 nPgNum);
|
/aoo42x/main/framework/inc/classes/ |
H A D | fwktabwindow.hxx | 124 void RemovePage( sal_Int32 nIndex );
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | tabctrl.hxx | 134 void RemovePage( sal_uInt16 nPageId );
|
/aoo42x/main/framework/source/tabwin/ |
H A D | tabwindow.cxx | 656 pTabControl->RemovePage( sal_uInt16( ID )); in removeTab() 704 pTabControl->RemovePage( sal_uInt16( ID )); in setTabProps()
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxtabpagecontainer.cxx | 224 pTabCtrl->RemovePage(xP->getTabPageID()); in elementRemoved()
|
/aoo42x/main/framework/source/services/ |
H A D | tabwindowservice.cxx | 180 pTabWin->RemovePage(nID); in removeTab()
|
/aoo42x/main/toolkit/source/layout/vcl/ |
H A D | wrapper.cxx | 1132 void TabControl::RemovePage (sal_uInt16 id) in RemovePage() function in layout::TabControl 1134 GetTabControl ()->RemovePage (id); in RemovePage()
|