Home
last modified time | relevance | path

Searched refs:aCreatedStyles (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sd/source/core/
H A Ddrawdoc3.cxx565 SdStyleSheetVector aCreatedStyles; in InsertBookmarkAsPage() local
567 …eetPool*)GetStyleSheetPool())->CopyLayoutSheets(*pLayout, *pBookmarkStyleSheetPool,aCreatedStyles); in InsertBookmarkAsPage()
569 if(!aCreatedStyles.empty()) in InsertBookmarkAsPage()
573 …tyleSheetsUndoAction* pMovStyles = new SdMoveStyleSheetsUndoAction(this, aCreatedStyles, sal_True); in InsertBookmarkAsPage()
1718 SdStyleSheetVector aCreatedStyles; // Liste fuer erzeugte StyleSheets in SetMasterPage() local
1765aCreatedStyles.push_back( SdStyleSheetRef( static_cast< SdStyleSheet* >( pMySheet ) ) ); in SetMasterPage()
1790 if(!aCreatedStyles.empty()) in SetMasterPage()
1828 if( !aCreatedStyles.empty() ) in SetMasterPage()
1832 …yleSheetsUndoAction* pMovStyles = new SdMoveStyleSheetsUndoAction( this, aCreatedStyles, sal_True); in SetMasterPage()
2000 SdStyleSheetVector aCreatedStyles; in SetMasterPage() local
[all …]
/AOO41X/main/sd/source/ui/sidebar/
H A DDocumentHelper.cxx277 SdStyleSheetVector aCreatedStyles; in ProvideStyles() local
281 aCreatedStyles); in ProvideStyles()
284 if( !aCreatedStyles.empty() ) in ProvideStyles()
292 aCreatedStyles, in ProvideStyles()