| /trunk/main/svl/source/items/ |
| H A D | style.cxx | 72 TYPEINIT0(SfxStyleSheetBase) 74 TYPEINIT3(SfxStyleSheet, SfxStyleSheetBase, SfxListener, SfxBroadcaster) 95 SfxStyleSheetBase& rStyleSheet // geh"ort weiterhin dem Aufrufer in SfxStyleSheetHintExtended() 106 SfxStyleSheetBase& rStyleSheet // geh"ort weiterhin dem Aufrufer in SfxStyleSheetHint() 134 SfxStyleSheetBase::SfxStyleSheetBase( const XubString& rName, SfxStyleSheetBasePool& r, SfxStyleFam… in SfxStyleSheetBase() function in SfxStyleSheetBase 150 SfxStyleSheetBase::SfxStyleSheetBase( const SfxStyleSheetBase& r ) in SfxStyleSheetBase() function in SfxStyleSheetBase 184 SfxStyleSheetBase::SfxStyleSheetBase() in SfxStyleSheetBase() function in SfxStyleSheetBase 190 SfxStyleSheetBase::~SfxStyleSheetBase() in ~SfxStyleSheetBase() 203 sal_uInt16 SfxStyleSheetBase::GetVersion() const in GetVersion() 210 const XubString& SfxStyleSheetBase::GetName() const in GetName() [all …]
|
| /trunk/main/svl/inc/svl/ |
| H A D | style.hxx | 81 class SVL_DLLPUBLIC SfxStyleSheetBase : public comphelper::OWeakTypeObject class 99 SfxStyleSheetBase(); // do not use! 100 …SfxStyleSheetBase( const UniString&, SfxStyleSheetBasePool&, SfxStyleFamily eFam, sal_uInt16 mask … 101 SfxStyleSheetBase( const SfxStyleSheetBase& ); 102 virtual ~SfxStyleSheetBase(); 151 typedef std::vector< rtl::Reference< SfxStyleSheetBase > > SfxStyles; 170 virtual SfxStyleSheetBase *operator[](sal_uInt16 nIdx); 171 virtual SfxStyleSheetBase* First(); 172 virtual SfxStyleSheetBase* Next(); 173 virtual SfxStyleSheetBase* Find(const UniString& rStr); [all …]
|
| /trunk/main/sw/inc/ |
| H A D | docstyle.hxx | 59 class SW_DLLPUBLIC SwDocStyleSheet : public SfxStyleSheetBase 180 virtual SfxStyleSheetBase *operator[](sal_uInt16 nIdx); 181 virtual SfxStyleSheetBase* First(); 182 virtual SfxStyleSheetBase* Next(); 183 virtual SfxStyleSheetBase* Find(const UniString& rStr); 199 virtual SfxStyleSheetBase* Create( const String&, SfxStyleFamily, sal_uInt16 nMask); 200 virtual SfxStyleSheetBase* Create( const SfxStyleSheetBase& ); 207 virtual void Replace( SfxStyleSheetBase& rSource, 208 SfxStyleSheetBase& rTarget ); 209 …virtual SfxStyleSheetBase& Make(const String&, SfxStyleFamily, sal_uInt16 nMask, sal_uInt16 nPos =… [all …]
|
| /trunk/main/sd/source/core/ |
| H A D | stlpool.cxx | 121 SfxStyleSheetBase* SdStyleSheetPool::Create(const String& rName, SfxStyleFamily eFamily, sal_uInt16… in Create() 128 SfxStyleSheetBase* SdStyleSheetPool::Create(const SdStyleSheet& rStyle) in Create() 135 SfxStyleSheetBase* SdStyleSheetPool::GetTitleSheet(const String& rLayoutName) in GetTitleSheet() 140 SfxStyleSheetBase* pResult = Find(aName, SD_STYLE_FAMILY_MASTERPAGE); in GetTitleSheet() 162 SfxStyleSheetBase* pSheet = Find(aFullName, SD_STYLE_FAMILY_MASTERPAGE); in CreateOutlineSheetList() 181 SfxStyleSheetBase* pSheet = NULL; in CreateLayoutStyleSheets() 209 SfxStyleSheetBase* pParent = NULL; in CreateLayoutStyleSheets() 630 std::vector< std::pair< rtl::Reference< SfxStyleSheetBase >, String > > aNewStyles; in CopySheets() 634 …rtl::Reference< SfxStyleSheetBase > xSheet( rSourcePool.aStyles[sal::static_int_cast<sal_uInt16>(n… in CopySheets() 641 rtl::Reference< SfxStyleSheetBase > xNewSheet( &Make( aName, eFamily ) ); in CopySheets() [all …]
|
| /trunk/main/sc/inc/ |
| H A D | stlpool.hxx | 42 virtual void Remove( SfxStyleSheetBase* pStyle ); 44 void SetActualStyleSheet ( SfxStyleSheetBase* pActStyleSheet ) in SetActualStyleSheet() 47 SfxStyleSheetBase* GetActualStyleSheet () in GetActualStyleSheet() 62 virtual SfxStyleSheetBase& Make( const String&, SfxStyleFamily eFam, 70 virtual SfxStyleSheetBase* Create( const String& rName, 73 virtual SfxStyleSheetBase* Create( const SfxStyleSheetBase& rStyle ); 76 SfxStyleSheetBase* pActualStyleSheet;
|
| /trunk/main/sfx2/source/doc/ |
| H A D | objcont.cxx | 472 SfxStyleSheetBase *pStyle = (*pStylePool)[i]; in GetContent() 558 SfxStyleSheetBase* pHisSheet = NULL; in Insert() 577 SfxStyleSheetBase* pExist = pMyPool->Find(aOldName, eOldFamily); in Insert() 597 SfxStyleSheetBase& rNewSheet = pMyPool->Make( in Insert() 605 SfxStyleSheetBase* pTestSheet = pMyPool->First(); in Insert() 636 SfxStyleSheetBase* pParentOfNew = in Insert() 650 SfxStyleSheetBase* pFollowOfNew = in Insert() 708 SfxStyleSheetBase* pMySheet = (*pMyPool)[nIdx2]; in Remove() 715 SfxStyleSheetBase* pTestSheet = pMyPool->First(); in Remove() 764 SfxStyleSheetBase *pStyle = pIter->First(); in Print() [all …]
|
| /trunk/main/sd/inc/ |
| H A D | stlpool.hxx | 63 …void SetActualStyleSheet(SfxStyleSheetBase* pActStyleSheet) { mpActualStyleSheet =… in SetActualStyleSheet() 64 …SfxStyleSheetBase* GetActualStyleSheet() { return mpActualStyle… in GetActualStyleSheet() 66 SfxStyleSheetBase* GetTitleSheet(const String& rLayoutName); 89 static void PutNumBulletItem( SfxStyleSheetBase* pSheet, Font& rBulletFont ); 128 … virtual SfxStyleSheetBase* Create(const String& rName, SfxStyleFamily eFamily, sal_uInt16 nMask); 129 virtual SfxStyleSheetBase* Create(const SdStyleSheet& rStyle); 138 SfxStyleSheetBase* mpActualStyleSheet;
|
| H A D | sdabstdlg.hxx | 58 class SfxStyleSheetBase; 200 …plateDlg( SfxObjectShell* pDocSh, ::Window* pParent, SdResId DlgId, SfxStyleSheetBase& rStyleBase,… 202 …TabTemplateDlg( ::Window* pParent, const SfxObjectShell* pDocShell, SfxStyleSheetBase& rStyleBase,…
|
| /trunk/main/sfx2/inc/sfx2/ |
| H A D | styledlg.hxx | 31 class SfxStyleSheetBase; 36 SfxStyleSheetBase* pStyle; 45 SfxStyleDialog( Window* pParent, const ResId& rResId, SfxStyleSheetBase&, 50 SfxStyleSheetBase& GetStyleSheet() { return *pStyle; } in GetStyleSheet() 51 const SfxStyleSheetBase& GetStyleSheet() const { return *pStyle; } in GetStyleSheet()
|
| H A D | mgetempl.hxx | 46 class SfxStyleSheetBase; 73 SfxStyleSheetBase *pStyle;
|
| /trunk/main/svx/source/sdr/properties/ |
| H A D | attributeproperties.cxx | 343 SfxStyleSheetBase* pSheet = pOldStyleSheet; in SetModel() 352 SfxStyleSheetBase* pAnchor = 0L; in SetModel() 371 pSheet = (SfxStyleSheetBase*)aList.First(); in SetModel() 372 SfxStyleSheetBase* pNewSheet = 0L; in SetModel() 373 SfxStyleSheetBase* pLastSheet = 0L; in SetModel() 374 SfxStyleSheetBase* pForThisObject = 0L; in SetModel() 397 pSheet = (SfxStyleSheetBase*)aList.Next(); in SetModel()
|
| /trunk/main/sc/source/core/data/ |
| H A D | stlpool.cxx | 98 SfxStyleSheetBase& ScStyleSheetPool::Make( const String& rName, in Make() 125 SfxStyleSheetBase* __EXPORT ScStyleSheetPool::Create( in Create() 139 SfxStyleSheetBase* __EXPORT ScStyleSheetPool::Create( const SfxStyleSheetBase& rStyle ) in Create() 147 void __EXPORT ScStyleSheetPool::Remove( SfxStyleSheetBase* pStyle ) in Remove() 166 SfxStyleSheetBase* pStyleSheet = pSrcPool->Find( rName, eFamily ); in CopyStyleFrom() 170 SfxStyleSheetBase* pDestSheet = Find( rName, eFamily ); in CopyStyleFrom() 625 SfxStyleSheetBase* pStyle = aStyles[n].get(); in FindCaseIns()
|
| /trunk/main/sw/source/ui/app/ |
| H A D | docstyle.cxx | 404 SfxStyleSheetBase( rName, _rPool, eFam, _nMask ), in SwDocStyleSheet() 450 SfxStyleSheetBase(rOrg), in SwDocStyleSheet() 814 return SfxStyleSheetBase::GetDescription(eUnit); in GetDescription() 835 if( !SfxStyleSheetBase::SetName( rStr )) in SetName() 1015 if( rStr.Len() && !SfxStyleSheetBase::SetFollow( rStr )) in SetFollow() 2174 SfxStyleSheetBase& SwDocStyleSheetPool::Make( in Make() 2192 SfxStyleSheetBase* SwDocStyleSheetPool::Create( const SfxStyleSheetBase& /*rOrg*/) in Create() argument 2199 SfxStyleSheetBase* SwDocStyleSheetPool::Create( const String &, in Create() 2206 void SwDocStyleSheetPool::Replace( SfxStyleSheetBase& rSource, in Replace() 2207 SfxStyleSheetBase& rTarget ) in Replace() [all …]
|
| H A D | docsh2.cxx | 383 SfxStyleSheetBase* pHisSheet = (*pHisPool)[nSourceIdx2]; in Insert() 401 SfxStyleSheetBase* pExist; in Insert() 485 SfxStyleSheetBase* pTestSheet = pMyPool->First(); in Insert() 512 SfxStyleSheetBase* pParentOfNew = pMyPool->Find(rParentName, in Insert() 528 SfxStyleSheetBase* pFollowOfNew = pMyPool->Find(rFollowName, in Insert() 583 SfxStyleSheetBase* pMySheet = (*pMyPool)[nIdx2]; in Remove() 602 SfxStyleSheetBase* pTestSheet = pMyPool->First(); in Remove()
|
| /trunk/main/sc/source/filter/inc/ |
| H A D | xestyle.hxx | 465 class SfxStyleSheetBase; 482 const SfxStyleSheetBase& rStyleSheet ); 503 bool Equals( const SfxStyleSheetBase& rStyleSheet ) const; 678 sal_uInt32 InsertStyle( const SfxStyleSheetBase* pStyleSheet ); 713 sal_uInt32 FindXF( const SfxStyleSheetBase& rStyleSheet ) const; 725 sal_uInt32 InsertStyleXF( const SfxStyleSheetBase& rStyleSheet );
|
| /trunk/main/sd/source/filter/xml/ |
| H A D | sdtransform.cxx | 58 void transformStyle( SfxStyleSheetBase& rSheet ); 65 bool getBulletState( const SfxItemSet& rSet, SfxStyleSheetBase* pSheet, bool& rState ); 143 SfxStyleSheetBase* pSheet = aIter.First(); in transformStyles() 151 void SdTransformOOo2xDocument::transformStyle( SfxStyleSheetBase& rSheet ) in transformStyle() 281 bool SdTransformOOo2xDocument::getBulletState( const SfxItemSet& rSet, SfxStyleSheetBase* pSheet, b… in getBulletState()
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | unostyle.cxx | 759 SfxStyleSheetBase* pBase = pBasePool->Find( sStyleName, eFamily ); in getByIndex() 800 SfxStyleSheetBase* pBase = pBasePool->Find(sStyleName); in getByName() 858 SfxStyleSheetBase* pBase = pBasePool->Find(sStyleName); in hasByName() 895 SfxStyleSheetBase* pBase = pBasePool->Find(sStyleName); in insertByName() 896 SfxStyleSheetBase* pUINameBase = pBasePool->Find( sStyleName ); in insertByName() 924 SfxStyleSheetBase& rNewBase = in insertByName() 933 SfxStyleSheetBase* pParentBase = pBasePool->Find(sParentStyleName); in insertByName() 965 SfxStyleSheetBase* pBase = pBasePool->Find(rName); in replaceByName() 1002 SfxStyleSheetBase* pBase = pBasePool->Find( aString ); in removeByName() 1420 SfxStyleSheetBase* pBase = pBasePool->Find(sStyleName); in SwXStyle() [all …]
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | styleuno.cxx | 780 SfxStyleSheetBase* pStyle = aIter[(sal_uInt16)nIndex]; in GetObjectByIndex_Impl() 876 SfxStyleSheetBase* pStyle = pStylePool->Find( aString, eFamily ); in removeByName() 987 SfxStyleSheetBase* pStyle = aIter.First(); in getElementNames() 1174 SfxStyleSheetBase* ScStyleObj::GetStyle_Impl() in GetStyle_Impl() 1190 SfxStyleSheetBase* pStyle = GetStyle_Impl(); in isUserDefined() 1199 SfxStyleSheetBase* pStyle = GetStyle_Impl(); in isInUse() 1208 SfxStyleSheetBase* pStyle = GetStyle_Impl(); in getParentStyle() 1218 SfxStyleSheetBase* pStyle = GetStyle_Impl(); in setParentStyle() 1264 SfxStyleSheetBase* pStyle = GetStyle_Impl(); in getName() 1274 SfxStyleSheetBase* pStyle = GetStyle_Impl(); in setName() [all …]
|
| /trunk/main/sc/source/ui/docshell/ |
| H A D | docsh6.cxx | 55 SfxStyleSheetBase *pSource; 56 SfxStyleSheetBase *pDest; 241 SfxStyleSheetBase *pStyle = pStylePool->First(); in lcl_AdjustPool() 305 SfxStyleSheetBase* pSourceStyle = aIter.First(); in LoadStylesArgs() 309 …SfxStyleSheetBase* pDestStyle = pDestPool->Find( pSourceStyle->GetName(), pSourceStyle->GetFamily(… in LoadStylesArgs()
|
| /trunk/main/sc/source/ui/undo/ |
| H A D | undostyl.cxx | 87 void ScStyleSaveData::InitFromStyle( const SfxStyleSheetBase* pSource ) in InitFromStyle() 94 pItems = new SfxItemSet( ((SfxStyleSheetBase*)pSource)->GetItemSet() ); in InitFromStyle() 123 void lcl_DocStyleChanged( ScDocument* pDoc, SfxStyleSheetBase* pStyle, sal_Bool bRemoved ) in lcl_DocStyleChanged() 149 SfxStyleSheetBase* pStyle = NULL; in DoChange()
|
| /trunk/main/sd/source/ui/func/ |
| H A D | futempl.cxx | 120 SfxStyleSheetBase* pStyleSheet = NULL; in DoExecute() 181 … SfxStyleSheetBase *p = pSSPool->Find(aStyleName, (SfxStyleFamily) nFamily, SFXSTYLEBIT_ALL ); in DoExecute() 207 … SfxStyleSheetBase *p = pSSPool->Find(aStyleName, (SfxStyleFamily) nFamily, SFXSTYLEBIT_ALL ); in DoExecute() 437 … SfxStyleSheetBase* pFirstStyleSheet = pSSPool->Find( sStyleName, SD_STYLE_FAMILY_PSEUDO); in DoExecute() 465 … SfxStyleSheetBase* pSheet = pSSPool->Find( aName, SD_STYLE_FAMILY_PSEUDO); in DoExecute()
|
| /trunk/main/sc/source/ui/inc/ |
| H A D | styledlg.hxx | 34 class SfxStyleSheetBase; 40 SfxStyleSheetBase& rStyleBase,
|
| H A D | undostyl.hxx | 31 class SfxStyleSheetBase; 48 void InitFromStyle( const SfxStyleSheetBase* pSource );
|
| /trunk/main/sd/source/ui/inc/ |
| H A D | prltempl.hxx | 38 class SfxStyleSheetBase; 83 …emplateDlg( SfxObjectShell* pDocSh, Window* pParent, SdResId DlgId, SfxStyleSheetBase& rStyleBase,…
|
| /trunk/main/sfx2/source/dialog/ |
| H A D | newstyle.cxx | 43 SfxStyleSheetBase* pStyle = rPool.Find( aName, rPool.GetSearchFamily(), SFXSTYLEBIT_ALL ); in IMPL_LINK() 92 SfxStyleSheetBase *pStyle = rPool.First(); in IMPL_LINK_INLINE_END()
|