Lines Matching refs:aCreatedStyles
565 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
1765 aCreatedStyles.push_back( SdStyleSheetRef( static_cast< SdStyleSheet* >( pMySheet ) ) ); in SetMasterPage()
1790 if(!aCreatedStyles.empty()) in SetMasterPage()
1828 if( !aCreatedStyles.empty() ) in SetMasterPage()
1832 …SdMoveStyleSheetsUndoAction* pMovStyles = new SdMoveStyleSheetsUndoAction( this, aCreatedStyles, s… in SetMasterPage()
2000 SdStyleSheetVector aCreatedStyles; in SetMasterPage() local
2001 …tic_cast<SdStyleSheetPool*>( mxStyleSheetPool.get())->CreateLayoutSheetList(aName, aCreatedStyles); in SetMasterPage()
2005 …SdMoveStyleSheetsUndoAction* pMovStyles = new SdMoveStyleSheetsUndoAction(this, aCreatedStyles, sa… in SetMasterPage()