Searched refs:SdStyleSheet (Results 1 – 17 of 17) sorted by relevance
118 SdStyleSheet* mpStyleSheet;146 SdStyleSheet::SdStyleSheet( const SdStyleSheet & r ) in SdStyleSheet() function in SdStyleSheet155 SdStyleSheet::~SdStyleSheet() in ~SdStyleSheet()351 sal_Bool SdStyleSheet::IsUsed() const in IsUsed()405 SdStyleSheet* SdStyleSheet::GetRealStyleSheet() const in GetRealStyleSheet()409 SdStyleSheet* pRealStyle = NULL; in GetRealStyleSheet()508 SdStyleSheet* SdStyleSheet::GetPseudoStyleSheet() const in GetPseudoStyleSheet()510 SdStyleSheet* pPseudoStyle = NULL; in GetPseudoStyleSheet()882 void SdStyleSheet::disposing() in disposing()1045 SdStyleSheet* pParentStyle = static_cast< SdStyleSheet* >( mxPool->Find( GetParent(), nFamily ) ); in getParentStyle()[all …]
89 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( (*iter).get() ); in getStyleSheets()140 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( xStyle.get() ); in GetValidNewSheet()152 SdStyleSheet* pRet = 0; in GetSheetByName()167 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( (*iter).get() ); in GetSheetByName()227 return SdStyleSheet::GetFamilyString( mnFamily ); in getName()287 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( (*iter).get() ); in getElementNames()315 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( (*iter).get() ); in hasByName()350 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( (*iter).get() ); in hasElements()378 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( (*iter).get() ); in getCount()414 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( (*iter).get() ); in getByIndex()[all …]
123 return new SdStyleSheet(rName, *this, eFamily, _nMask); in Create()128 SfxStyleSheetBase* SdStyleSheetPool::Create(const SdStyleSheet& rStyle) in Create()130 return new SdStyleSheet( rStyle ); in Create()702 rCreatedSheets.push_back( SdStyleSheetRef( static_cast< SdStyleSheet* >( &rNewSheet ) ) ); in CopyLayoutSheets()794 rLayoutSheets.push_back( SdStyleSheetRef( static_cast< SdStyleSheet* >( pSheet ) ) ); in CreateLayoutSheetList()1408 SdStyleSheetVector SdStyleSheetPool::CreateChildList( SdStyleSheet* pSheet ) in CreateChildList()1417 SdStyleSheet* pChild = dynamic_cast< SdStyleSheet* >( pSheet->GetListener(n) ); in CreateChildList()
647 SdStyleSheet* SdPage::getPresentationStyle( sal_uInt32 nHelpId ) const in getPresentationStyle()684 return dynamic_cast<SdStyleSheet*>(pResult); in getPresentationStyle()2023 ((SdStyleSheet*) pOutlineSheet)->AdjustToFontHeight(aTempSet, sal_False); in ScaleObjects()
1765 aCreatedStyles.push_back( SdStyleSheetRef( static_cast< SdStyleSheet* >( pMySheet ) ) ); in SetMasterPage()
55 class SdStyleSheet : public SdStyleSheetBase, private ::cppu::BaseMutex class58 …SdStyleSheet( const rtl::OUString& rDisplayName, SfxStyleSheetBasePool& rPool, SfxStyleFamily eFam…59 SdStyleSheet( const SdStyleSheet& );72 SdStyleSheet* GetRealStyleSheet() const;73 SdStyleSheet* GetPseudoStyleSheet() const;80 static SdStyleSheet* CreateEmptyUserStyle( SfxStyleSheetBasePool& rPool, SfxStyleFamily eFamily );133 virtual ~SdStyleSheet();148 SdStyleSheet& operator=( const SdStyleSheet& ); // not implemented151 typedef rtl::Reference< SdStyleSheet > SdStyleSheetRef;
45 class SdStyleSheet;94 static SdStyleSheetVector CreateChildList( SdStyleSheet* pSheet );129 virtual SfxStyleSheetBase* Create(const SdStyleSheet& rStyle);
46 class SdStyleSheet;112 …SdStyleSheet* GetValidNewSheet( const css::uno::Any& rElement ) throw(css::lang::IllegalArgumentEx…113 …SdStyleSheet* GetSheetByName( const ::rtl::OUString& rName ) throw(css::container::NoSuchElementEx…
69 class SdStyleSheet;369 SdStyleSheet* getPresentationStyle( sal_uInt32 nHelpId ) const;
420 ((SdStyleSheet*)pStyleSheet)->AdjustToFontHeight(aTempSet); in DoExecute()442 SdStyleSheet* pRealSheet = ((SdStyleSheet*)pFirstStyleSheet)->GetRealStyleSheet(); in DoExecute()455 SdStyleSheet* pRealSheet =((SdStyleSheet*)pStyleSheet)->GetRealStyleSheet(); in DoExecute()469 SdStyleSheet* pRealStyleSheet = ((SdStyleSheet*)pSheet)->GetRealStyleSheet(); in DoExecute()
259 SdStyleSheet* pStyleSheet = mpPage->getPresentationStyle(HID_PSEUDOSHEET_BACKGROUND); in ExecuteDialog()423 SdStyleSheet *pStyle = in ExecuteDialog()
130 …( (SdStyleSheet*)pStyleSheet )->GetRealStyleSheet()->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)… in Undo()148 …( (SdStyleSheet*)pStyleSheet )->GetRealStyleSheet()->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)… in Redo()
569 pStyleSheet = ((SdStyleSheet*)pStyleSheet)->GetPseudoStyleSheet(); in FuTemp03()577 pStyleSheet = ((SdStyleSheet*)pStyleSheet)->GetPseudoStyleSheet(); in FuTemp03()
116 pStyleSheet = ((SdStyleSheet*)pStyleSheet)->GetPseudoStyleSheet(); in GetMenuState()
2101 SdStyleSheet* pStyleSheet = dynamic_cast< SdStyleSheet* >( mpOutliner->GetStyleSheet( nPara ) ); in OnEndPasteOrDrop()
475 pStyleSheet = ((SdStyleSheet*)pStyleSheet)->GetPseudoStyleSheet(); in GetAttrState()
1691 pStyleSheet = ((SdStyleSheet*)pStyleSheet)->GetPseudoStyleSheet(); in GetAttrState()
Completed in 99 milliseconds