Searched refs:SdStyleSheet (Results 1 – 17 of 17) sorted by relevance
| /trunk/main/sd/source/core/ |
| H A D | stlsheet.cxx | 113 ModifyListenerForewarder( SdStyleSheet* pStyleSheet ); 118 SdStyleSheet* mpStyleSheet; 121 ModifyListenerForewarder::ModifyListenerForewarder( SdStyleSheet* pStyleSheet ) in ModifyListenerForewarder() 137 SdStyleSheet::SdStyleSheet(const OUString& rDisplayName, SfxStyleSheetBasePool& _rPool, SfxStyleFam… in SdStyleSheet() function in SdStyleSheet 146 SdStyleSheet::SdStyleSheet( const SdStyleSheet & r ) in SdStyleSheet() function in SdStyleSheet 155 SdStyleSheet::~SdStyleSheet() in ~SdStyleSheet() 161 void SdStyleSheet::SetApiName( const OUString& rApiName ) in SetApiName() 166 rtl::OUString SdStyleSheet::GetApiName() const in GetApiName() 175 void SdStyleSheet::Load (SvStream& rIn, sal_uInt16 nVersion) in Load() 194 void SdStyleSheet::Store(SvStream& rOut) in Store() [all …]
|
| H A D | stlfamily.cxx | 58 typedef std::map< rtl::OUString, rtl::Reference< SdStyleSheet > > PresStyleMap; 89 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( (*iter).get() ); in getStyleSheets() 91 … maStyleSheets[ pStyle->GetApiName() ] = rtl::Reference< SdStyleSheet >( pStyle ); in getStyleSheets() 137 SdStyleSheet* SdStyleFamily::GetValidNewSheet( const Any& rElement ) throw(IllegalArgumentException) in GetValidNewSheet() 140 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( xStyle.get() ); in GetValidNewSheet() 150 SdStyleSheet* SdStyleFamily::GetSheetByName( const OUString& rName ) throw(NoSuchElementException, … in GetSheetByName() 152 SdStyleSheet* pRet = 0; in GetSheetByName() 167 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( (*iter).get() ); in GetSheetByName() 227 return SdStyleSheet::GetFamilyString( mnFamily ); in getName() 266 rtl::Reference< SdStyleSheet > xStyle( (*iter++).second ); in getElementNames() [all …]
|
| H A D | stlpool.cxx | 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()
|
| H A D | sdpage.cxx | 641 SdStyleSheet* SdPage::getPresentationStyle( sal_uInt32 nHelpId ) const in getPresentationStyle() 678 return dynamic_cast<SdStyleSheet*>(pResult); in getPresentationStyle() 1985 … ((SdStyleSheet*) pOutlineSheet)->AdjustToFontHeight(aTempSet, sal_False); in ScaleObjects()
|
| H A D | drawdoc3.cxx | 1765 … aCreatedStyles.push_back( SdStyleSheetRef( static_cast< SdStyleSheet* >( pMySheet ) ) ); in SetMasterPage()
|
| /trunk/main/sd/inc/ |
| H A D | stlsheet.hxx | 55 class SdStyleSheet : public SdStyleSheetBase, private ::cppu::BaseMutex class 58 …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 implemented 151 typedef rtl::Reference< SdStyleSheet > SdStyleSheetRef;
|
| H A D | stlpool.hxx | 45 class SdStyleSheet; 94 static SdStyleSheetVector CreateChildList( SdStyleSheet* pSheet ); 129 virtual SfxStyleSheetBase* Create(const SdStyleSheet& rStyle);
|
| H A D | stlfamily.hxx | 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…
|
| H A D | sdpage.hxx | 69 class SdStyleSheet; 369 SdStyleSheet* getPresentationStyle( sal_uInt32 nHelpId ) const;
|
| /trunk/main/sd/source/ui/func/ |
| H A D | futempl.cxx | 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()
|
| H A D | fupage.cxx | 259 SdStyleSheet* pStyleSheet = mpPage->getPresentationStyle(HID_PSEUDOSHEET_BACKGROUND); in ExecuteDialog() 423 SdStyleSheet *pStyle = in ExecuteDialog()
|
| /trunk/main/sd/source/ui/dlg/ |
| H A D | unchss.cxx | 130 …( (SdStyleSheet*)pStyleSheet )->GetRealStyleSheet()->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)… in Undo() 148 …( (SdStyleSheet*)pStyleSheet )->GetRealStyleSheet()->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)… in Redo()
|
| /trunk/main/sd/source/ui/view/ |
| H A D | drviewsc.cxx | 569 pStyleSheet = ((SdStyleSheet*)pStyleSheet)->GetPseudoStyleSheet(); in FuTemp03() 577 pStyleSheet = ((SdStyleSheet*)pStyleSheet)->GetPseudoStyleSheet(); in FuTemp03()
|
| H A D | viewshe3.cxx | 116 pStyleSheet = ((SdStyleSheet*)pStyleSheet)->GetPseudoStyleSheet(); in GetMenuState()
|
| H A D | outlview.cxx | 2101 … SdStyleSheet* pStyleSheet = dynamic_cast< SdStyleSheet* >( mpOutliner->GetStyleSheet( nPara ) ); in OnEndPasteOrDrop()
|
| H A D | drviewsf.cxx | 475 pStyleSheet = ((SdStyleSheet*)pStyleSheet)->GetPseudoStyleSheet(); in GetAttrState()
|
| H A D | outlnvsh.cxx | 1691 pStyleSheet = ((SdStyleSheet*)pStyleSheet)->GetPseudoStyleSheet(); in GetAttrState()
|