Searched refs:SetPageStyle (Results 1 – 18 of 18) sorted by relevance
/aoo42x/main/sc/source/ui/undo/ |
H A D | undostyl.cxx | 280 pDocShell->GetDocument()->SetPageStyle( aIt->mnTab, aIt->maOldStyle ); in Undo() 291 pDocShell->GetDocument()->SetPageStyle( aIt->mnTab, maNewStyle ); in Redo()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | tphf.hxx | 42 void SetPageStyle( const String& rName ) { aStrPageStyle = rName; } in SetPageStyle() function in ScHFPage
|
/aoo42x/main/sc/source/ui/styleui/ |
H A D | styledlg.cxx | 199 ((ScHFPage&)rTabPage).SetPageStyle( GetStyleSheet().GetName() ); in PageCreated()
|
/aoo42x/main/sc/source/core/data/ |
H A D | documen8.cxx | 369 pTab[i]->SetPageStyle( ScGlobal::GetRscString(STR_STYLENAME_STANDARD) ); in RemovePageStyleInUse() 384 pTab[i]->SetPageStyle( rNew ); in RenamePageStyleInUse()
|
H A D | table5.cxx | 1075 void ScTable::SetPageStyle( const String& rName ) in SetPageStyle() function in ScTable
|
H A D | documen2.cxx | 929 pTab[nNewPos]->SetPageStyle( pTab[nOldPos]->GetPageStyle() ); in CopyTab()
|
H A D | document.cxx | 5138 void ScDocument::SetPageStyle( SCTAB nTab, const String& rName ) in SetPageStyle() function in ScDocument 5141 pTab[nTab]->SetPageStyle( rName ); in SetPageStyle()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xipage.cxx | 364 rDoc.SetPageStyle( nScTab, rStyleSheet.GetName() ); in Finalize()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | wrtsh.hxx | 364 void SetPageStyle(const String &rCollName);
|
/aoo42x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 740 pDoc->SetPageStyle( static_cast< SCTAB >( i ), aName ); in PutToDoc() 1525 pDoc->SetPageStyle( static_cast<SCTAB>(Tab), aPageName ); in LoadTables()
|
/aoo42x/main/sw/source/ui/app/ |
H A D | docst.cxx | 922 pSh->SetPageStyle( pStyle->GetPageDesc()->GetName() ); in ApplyStyles()
|
/aoo42x/main/sw/source/ui/wrtsh/ |
H A D | wrtsh1.cxx | 1637 void SwWrtShell::SetPageStyle(const String &rCollName) in SetPageStyle() function in SwWrtShell
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | dbmgr.cxx | 1140 pTargetShell->SetPageStyle(sModifiedStartingPageDesc); in MergeMailFiles() 3015 pTargetShell->SetPageStyle(sModifiedStartingPageDesc); in MergeDocuments()
|
/aoo42x/main/sc/inc/ |
H A D | table.hxx | 279 void SetPageStyle( const String& rName );
|
H A D | document.hxx | 1451 SC_DLLPUBLIC void SetPageStyle( SCTAB nTab, const String& rName );
|
/aoo42x/main/sc/source/ui/view/ |
H A D | formatsh.cxx | 631 pDoc->SetPageStyle( nTab, aStyleName ); in ExecuteStyle()
|
H A D | gridwin.cxx | 2080 pViewData->GetDocument()->SetPageStyle( pViewData->GetTabNo(), in MouseButtonUp()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 8288 pDoc->SetPageStyle( nTab, aNewStr ); in SetOnePropertyValue()
|
Completed in 233 milliseconds