Searched refs:ApplyStyleEntry (Results 1 – 2 of 2) sorted by relevance
99 struct ApplyStyleEntry struct in ScUndoApplyPageStyle103 explicit ApplyStyleEntry( SCTAB nTab, const String& rOldStyle );105 typedef ::std::vector< ApplyStyleEntry > ApplyStyleVec;
249 ScUndoApplyPageStyle::ApplyStyleEntry::ApplyStyleEntry( SCTAB nTab, const String& rOldStyle ) : in ApplyStyleEntry() function in ScUndoApplyPageStyle::ApplyStyleEntry267 maEntries.push_back( ApplyStyleEntry( nTab, rOldStyle ) ); in AddSheetAction()
Completed in 11 milliseconds