Searched refs:rOldStyle (Results 1 – 2 of 2) sorted by relevance
249 ScUndoApplyPageStyle::ApplyStyleEntry::ApplyStyleEntry( SCTAB nTab, const String& rOldStyle ) : in ApplyStyleEntry() argument251 maOldStyle( rOldStyle ) in ApplyStyleEntry()265 void ScUndoApplyPageStyle::AddSheetAction( SCTAB nTab, const String& rOldStyle ) in AddSheetAction() argument267 maEntries.push_back( ApplyStyleEntry( nTab, rOldStyle ) ); in AddSheetAction()
103 explicit ApplyStyleEntry( SCTAB nTab, const String& rOldStyle );
Completed in 21 milliseconds