/aoo41x/main/svtools/workben/ |
H A D | svdem.cxx | 838 aTabBar.InsertPage( 1, XubString( RTL_CONSTASCII_USTRINGPARAM( "Page 1" ) ) ); in MyWin() 839 aTabBar.InsertPage( 2, XubString( RTL_CONSTASCII_USTRINGPARAM( "Page 2" ) ) ); in MyWin() 840 aTabBar.InsertPage( 3, XubString( RTL_CONSTASCII_USTRINGPARAM( "Page 3" ) ) ); in MyWin() 841 aTabBar.InsertPage( 4, XubString( RTL_CONSTASCII_USTRINGPARAM( "Page 4" ) ) ); in MyWin() 842 aTabBar.InsertPage( 5, XubString( RTL_CONSTASCII_USTRINGPARAM( "Page 5" ) ) ); in MyWin() 843 aTabBar.InsertPage( 6, XubString( RTL_CONSTASCII_USTRINGPARAM( "Page 6" ) ) ); in MyWin() 844 aTabBar.InsertPage( 7, XubString( RTL_CONSTASCII_USTRINGPARAM( "Page 7" ) ) ); in MyWin() 845 aTabBar.InsertPage( 8, XubString( RTL_CONSTASCII_USTRINGPARAM( "Page 8" ) ) ); in MyWin() 846 aTabBar.InsertPage( 9, XubString( RTL_CONSTASCII_USTRINGPARAM( "Page 9" ) ) ); in MyWin() 847 aTabBar.InsertPage( 10, XubString( RTL_CONSTASCII_USTRINGPARAM( "Page 10" ) ) ); in MyWin() [all …]
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | dlg_View3D.cxx | 76 m_aTabControl.InsertPage( TP_3D_SCENEGEOMETRY, String(SchResId(STR_PAGE_PERSPECTIVE)) ); in View3DDialog() 77 m_aTabControl.InsertPage( TP_3D_SCENEAPPEARANCE, String(SchResId(STR_PAGE_APPEARANCE)) ); in View3DDialog() 78 m_aTabControl.InsertPage( TP_3D_SCENEILLUMINATION, String(SchResId(STR_PAGE_ILLUMINATION)) ); in View3DDialog()
|
H A D | dlg_DataSource.cxx | 177 m_pTabControl->InsertPage( TP_RANGECHOOSER, String( SchResId( STR_PAGE_DATA_RANGE ))); in DataSourceDialog() 178 m_pTabControl->InsertPage( TP_DATA_SOURCE, String( SchResId( STR_OBJECT_DATASERIES_PLURAL ))); in DataSourceDialog()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drviews1.cxx | 437 maTabControl.InsertPage(i + 1, aPageName); in ChangeEditMode() 473 maTabControl.InsertPage(i + 1, aLayoutName); in ChangeEditMode() 749 maTabControl.InsertPage(i + 1, aPageName); in ResetActualPage() 769 maTabControl.InsertPage(i + 1, aLayoutName); in ResetActualPage() 1331 pLayerBar->InsertPage(nLayer+1, aName); in ResetActualLayer() 1350 pLayerBar->InsertPage(nLayer+1, aName); in ResetActualLayer()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabcont.cxx | 74 InsertPage( static_cast<sal_uInt16>(i)+1, aString, TPB_SPECIAL ); in ScTabControl() 76 InsertPage( static_cast<sal_uInt16>(i)+1, aString ); in ScTabControl() 323 InsertPage( static_cast<sal_uInt16>(i)+1, aString, TPB_SPECIAL ); in UpdateStatus() 325 InsertPage( static_cast<sal_uInt16>(i)+1, aString ); in UpdateStatus()
|
H A D | notemark.cxx | 110 pModel->InsertPage( pPage ); in IMPL_LINK()
|
/aoo41x/main/sd/source/core/ |
H A D | drawdoc2.cxx | 430 void SdDrawDocument::InsertPage(SdrPage* pPage, sal_uInt16 nPos) in InsertPage() function in SdDrawDocument 434 FmFormModel::InsertPage(pPage, nPos); in InsertPage() 588 InsertPage(pHandoutPage, 0); in CreateFirstPages() 661 InsertPage(pPage, 1); in CreateFirstPages() 711 InsertPage(pNotesPage, 2); in CreateFirstPages() 1617 InsertPage(pPage, nInsertionPoint); in SetupNewPage()
|
/aoo41x/main/filter/source/graphicfilter/icgm/ |
H A D | outact.hxx | 71 virtual void InsertPage() { mnCurrentPage++; } ; in InsertPage() function in CGMOutAct 123 virtual void InsertPage() ;
|
H A D | class0.cxx | 69 mpOutAct->InsertPage(); // as the next slide in ImplDoClass0()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | dlgassim.cxx | 88 SvLBoxEntry* SdPageListControl::InsertPage( const String& rPageName ) in InsertPage() function in SdPageListControl 122 SvLBoxEntry* pEntry = InsertPage( pPage->GetName() ); in Fill()
|
H A D | dlgassim.hxx | 36 SvLBoxEntry* InsertPage( const String& rPageName );
|
/aoo41x/main/svx/source/form/ |
H A D | fmmodel.cxx | 141 void FmFormModel::InsertPage(SdrPage* pPage, sal_uInt16 nPos) in InsertPage() function in FmFormModel 149 SdrModel::InsertPage( pPage, nPos ); in InsertPage()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | tabctrl.hxx | 130 void InsertPage( const ResId& rResId, 132 void InsertPage( sal_uInt16 nPageId, const XubString& rText,
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fusumry.cxx | 145 mpDoc->InsertPage(pSummaryPage, nCount * 2 + 1); in DoExecute() 166 mpDoc->InsertPage(pNotesPage, nCount * 2 + 2); in DoExecute()
|
H A D | fuexpand.cxx | 159 mpDoc->InsertPage(pPage, nActualPageNum + nPos); in DoExecute() 182 mpDoc->InsertPage(pNotesPage, nActualPageNum + nPos); in DoExecute()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | svxcss1.hxx | 339 inline void InsertPage( const String& rPage, sal_Bool bPseudo, 396 inline void SvxCSS1Parser::InsertPage( const String& rPage, in InsertPage() function in SvxCSS1Parser
|
/aoo41x/main/svx/source/dialog/ |
H A D | ctredlin.cxx | 1433 aTCAccept.InsertPage( TP_VIEW, pTPView->GetMyName()); in SvxAcceptChgCtr() 1434 aTCAccept.InsertPage( TP_FILTER, pTPFilter->GetMyName()); in SvxAcceptChgCtr() 1460 aTCAccept.InsertPage( TP_VIEW, pTPView->GetMyName()); in SvxAcceptChgCtr() 1461 aTCAccept.InsertPage( TP_FILTER, pTPFilter->GetMyName()); in SvxAcceptChgCtr()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdmodel.cxx | 1429 void SdrModel::InsertPage(SdrPage* pPage, sal_uInt16 nPos) in InsertPage() function in SdrModel 1475 InsertPage(pPg,nNewPos); in MovePage() 1610 InsertPage(pPg,nDestNum); in CopyPages() 1625 InsertPage(pPg,nDestNum); in CopyPages() 1750 InsertPage(pPg,nDestPos); in Merge()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | propertyeditor.cxx | 224 m_aTabControl.InsertPage(nId, _rText); in AppendPage() 470 …m_aTabControl.InsertPage( aPagePos->first, aPagePos->second.pPage->GetText(), aPagePos->second.nPo… in ShowPropertyPage()
|
/aoo41x/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 913 pSdrModel->InsertPage( pHandoutPage ); in Import() 936 … pSdrModel->InsertPage( pPage ); // SJ: #i29625# because of form controls, the in Import() 1024 … pSdrModel->InsertPage( pNotesPage ); // SJ: #i29625# because of form controls, the in Import() 1034 pSdrModel->InsertPage( pNotesPage ); in Import() 1050 pSdrModel->InsertPage( pPage ); in Import() 1078 pSdrModel->InsertPage( pNPage ); in Import()
|
/aoo41x/main/svx/inc/svx/ |
H A D | fmmodel.hxx | 61 virtual void InsertPage(SdrPage* pPage, sal_uInt16 nPos=0xFFFF);
|
/aoo41x/main/vcl/source/control/ |
H A D | tabctrl.cxx | 245 InsertPage( ResId( (RSHEADER_TYPE *)GetClassRes(), *rResId.GetResMgr() ) ); in ImplLoadRes() 1627 void TabControl::InsertPage( const ResId& rResId, sal_uInt16 nPos ) in InsertPage() function in TabControl 1642 InsertPage( nItemId, aTmpStr, nPos ); in InsertPage() 1654 void TabControl::InsertPage( sal_uInt16 nPageId, const XubString& rText, in InsertPage() function in TabControl
|
/aoo41x/main/chart2/source/controller/drawinglayer/ |
H A D | ViewElementListProvider.cxx | 182 pModel->InsertPage( pPage, 0 ); in GetSymbolGraphic()
|
/aoo41x/main/basctl/source/basicide/ |
H A D | basides3.cxx | 124 pTabBar->InsertPage( (sal_uInt16)nKey, aDlgName ); in CreateDlgWin()
|
/aoo41x/main/reportdesign/source/core/sdr/ |
H A D | RptModel.cxx | 142 InsertPage(pPage); in createNewPage()
|