Searched refs:PageStyleModified (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | styleuno.cxx | 899 pDocShell->PageStyleModified( ScGlobal::GetRscString(STR_STYLENAME_STANDARD), sal_True ); in removeByName() 1253 pDocShell->PageStyleModified( aStyleName, sal_True ); in setParentStyle() 1628 pDocShell->PageStyleModified( aStyleName, sal_True ); in setAllPropertiesToDefault() 1962 pDocShell->PageStyleModified( aStyleName, sal_True ); in SetOnePropertyValueWithoutUpdate()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undostyl.cxx | 211 pDocSh->PageStyleModified( aNewName, sal_True ); in DoChange()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh4.cxx | 1333 aDocument.PageStyleModified( nTab, aNewName ); in NotifyStyle() 1490 void ScDocShell::PageStyleModified( const String& rStyleName, sal_Bool bApi ) in PageStyleModified() function in ScDocShell 1606 PageStyleModified( aNewName, sal_False ); in ExecutePageStyle()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | docsh.hxx | 276 void PageStyleModified( const String& rStyleName, sal_Bool bApi );
|
/aoo41x/main/sc/source/core/data/ |
H A D | table5.cxx | 1115 void ScTable::PageStyleModified( const String& rNewName ) in PageStyleModified() function in ScTable
|
H A D | document.cxx | 5131 void ScDocument::PageStyleModified( SCTAB nTab, const String& rNewName ) in PageStyleModified() function in ScDocument 5134 pTab[nTab]->PageStyleModified( rNewName ); in PageStyleModified()
|
/aoo41x/main/sc/inc/ |
H A D | table.hxx | 280 void PageStyleModified( const String& rNewName );
|
H A D | document.hxx | 1466 void PageStyleModified( SCTAB nTab, const String& rNewName );
|
Completed in 97 milliseconds