Home
last modified time | relevance | path

Searched refs:SwAttrPool (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/sw/source/core/bastyp/
H A Dinit.cxx442 sal_uInt16* SwAttrPool::pVersionMap1 = 0;
686 SwAttrPool::pVersionMap1[ i-1 ] = i; in _InitCore()
700 SwAttrPool::pVersionMap2[ i-1 ] = i; in _InitCore()
709 SwAttrPool::pVersionMap3[ i-1 ] = i; in _InitCore()
720 SwAttrPool::pVersionMap4[ i-1 ] = i; in _InitCore()
844 delete[] SwAttrPool::pVersionMap1; in _FinitCore()
845 delete[] SwAttrPool::pVersionMap2; in _FinitCore()
846 delete[] SwAttrPool::pVersionMap3; in _FinitCore()
847 delete[] SwAttrPool::pVersionMap4; in _FinitCore()
849 delete[] SwAttrPool::pVersionMap5; in _FinitCore()
[all …]
/trunk/main/sw/source/core/attr/
H A Dswatrset.cxx50 SwAttrPool::SwAttrPool( SwDoc* pD ) in SwAttrPool() function in SwAttrPool
69 SwAttrPool::~SwAttrPool() in ~SwAttrPool()
76 void SwAttrPool::createAndAddSecondaryPools() in createAndAddSecondaryPools()
123 void SwAttrPool::removeAndDeleteSecondaryPools() in removeAndDeleteSecondaryPools()
152 SwAttrSet::SwAttrSet( SwAttrPool& rPool, sal_uInt16 nWh1, sal_uInt16 nWh2 ) in SwAttrSet()
158 SwAttrSet::SwAttrSet( SwAttrPool& rPool, const sal_uInt16* nWhichPairTable ) in SwAttrSet()
173 SwAttrPool* pAttrPool = dynamic_cast< SwAttrPool* >(pToPool); in Clone()
H A Dformat.cxx47 SwFmt::SwFmt( SwAttrPool& rPool, const sal_Char* pFmtNm, in SwFmt()
66 SwFmt::SwFmt( SwAttrPool& rPool, const String &rFmtNm, in SwFmt()
/trunk/main/sw/inc/
H A Dfmtcol.hxx36 SwFmtColl( SwAttrPool& rPool, const sal_Char* pFmtName, in SwFmtColl()
42 SwFmtColl( SwAttrPool& rPool, const String &rFmtName, in SwFmtColl()
73 SwAttrPool& rPool, in SwTxtFmtColl()
86 SwAttrPool& rPool, in SwTxtFmtColl()
180 SwGrfFmtColl( SwAttrPool& rPool, const sal_Char* pFmtCollName, in SwGrfFmtColl()
186 SwGrfFmtColl( SwAttrPool& rPool, const String &rFmtCollName, in SwGrfFmtColl()
271 SwConditionTxtFmtColl( SwAttrPool& rPool, const sal_Char* pFmtCollName, in SwConditionTxtFmtColl()
275 SwConditionTxtFmtColl( SwAttrPool& rPool, const String &rFmtCollName, in SwConditionTxtFmtColl()
H A Dswtblfmt.hxx36 SwTableFmt(SwAttrPool& rPool,const sal_Char* pFmtNm, SwFrmFmt *pDrvdFrm);
37 SwTableFmt(SwAttrPool& rPool,const String &rFmtNm, SwFrmFmt *pDrvdFrm);
56 SwTableLineFmt(SwAttrPool& rPool,const sal_Char* pFmtNm, SwFrmFmt *pDrvdFrm);
57 SwTableLineFmt(SwAttrPool& rPool,const String &rFmtNm, SwFrmFmt *pDrvdFrm);
76 SwTableBoxFmt(SwAttrPool& rPool,const sal_Char* pFmtNm, SwFrmFmt *pDrvdFrm);
77 SwTableBoxFmt(SwAttrPool& rPool,const String &rFmtNm, SwFrmFmt *pDrvdFrm);
H A Dfrmfmt.hxx57 SwAttrPool& rPool,
64 SwAttrPool& rPool,
175 SwFlyFrmFmt( SwAttrPool& rPool, const sal_Char* pFmtNm, in SwFlyFrmFmt()
179 SwFlyFrmFmt( SwAttrPool& rPool, const String &rFmtNm, in SwFlyFrmFmt()
265 SwDrawFrmFmt( SwAttrPool& rPool, const sal_Char* pFmtNm, in SwDrawFrmFmt()
281 SwDrawFrmFmt( SwAttrPool& rPool, const String &rFmtNm, in SwDrawFrmFmt()
H A Dswatrset.hxx141 class SwAttrPool : public SfxItemPool class
165 SwAttrPool( SwDoc* pDoc );
167 virtual ~SwAttrPool();
190 SwAttrSet( SwAttrPool&, sal_uInt16 nWhich1, sal_uInt16 nWhich2 );
191 SwAttrSet( SwAttrPool&, const sal_uInt16* nWhichPairTable );
209 SwAttrPool* GetPool() const { return (SwAttrPool*)SfxItemSet::GetPool(); } in GetPool()
H A Dredlnaut.hxx32 class SwAttrPool;
42 SwRedlineAuthor( SwAttrPool& rPool, const String& );
H A Dcharfmt.hxx33 SwCharFmt( SwAttrPool& rPool, const sal_Char* pFmtName, in SwCharFmt()
37 SwCharFmt( SwAttrPool& rPool, const String &rFmtName, in SwCharFmt()
H A Dswmodule.hxx57 class SwAttrPool;
98 SwAttrPool *pAttrPool;
H A Dformat.hxx66 SwFmt( SwAttrPool& rPool, const sal_Char* pFmtNm,
68 SwFmt( SwAttrPool& rPool, const String &rFmtNm, const sal_uInt16* pWhichRanges,
H A Dndnotxt.hxx50 virtual void NewAttrSet( SwAttrPool& );
H A Ddoc.hxx287 SwAttrPool* mpAttrPool; // der Attribut Pool
1807 const SwAttrPool& GetAttrPool() const { return *mpAttrPool; } in GetAttrPool()
1808 SwAttrPool& GetAttrPool() { return *mpAttrPool; } in GetAttrPool()
H A Dnode.hxx396 virtual void NewAttrSet( SwAttrPool& ) = 0;
H A Dndtxt.hxx150 SW_DLLPRIVATE virtual void NewAttrSet( SwAttrPool& );
/trunk/main/sw/source/core/table/
H A Dswtable.cxx86 SwTableFmt::SwTableFmt(SwAttrPool& rPool,const sal_Char* pFmtNm, SwFrmFmt *pDrvdFrm) in SwTableFmt()
91 SwTableFmt::SwTableFmt(SwAttrPool& rPool,const String &rFmtNm, SwFrmFmt *pDrvdFrm) in SwTableFmt()
109 SwTableBoxFmt::SwTableBoxFmt(SwAttrPool& rPool,const sal_Char* pFmtNm, SwFrmFmt *pDrvdFrm) in SwTableBoxFmt()
114 SwTableBoxFmt::SwTableBoxFmt(SwAttrPool& rPool,const String &rFmtNm, SwFrmFmt *pDrvdFrm) in SwTableBoxFmt()
132 SwTableLineFmt::SwTableLineFmt(SwAttrPool& rPool,const sal_Char* pFmtNm, SwFrmFmt *pDrvdFrm) in SwTableLineFmt()
137 SwTableLineFmt::SwTableLineFmt(SwAttrPool& rPool,const String &rFmtNm, SwFrmFmt *pDrvdFrm) in SwTableLineFmt()
/trunk/main/sw/source/core/docnode/
H A Dndnotxt.cxx72 void SwNoTxtNode::NewAttrSet( SwAttrPool& rPool ) in NewAttrSet()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1976 pSet.reset( new SfxItemSet( const_cast<SwAttrPool&>(pTxtNode->GetDoc()->GetAttrPool()), in _getDefaultAttributesImpl()
1984 pSet.reset( new SfxItemSet( const_cast<SwAttrPool&>(pTxtNode->GetDoc()->GetAttrPool()), in _getDefaultAttributesImpl()
1997 SfxItemSet aParaSet( const_cast<SwAttrPool&>(pTxtNode->GetDoc()->GetAttrPool()), in _getDefaultAttributesImpl()
2009 SfxItemSet aCharSet( const_cast<SwAttrPool&>(pTxtNode->GetDoc()->GetAttrPool()), in _getDefaultAttributesImpl()
2355 pSet.reset( new SfxItemSet( const_cast<SwAttrPool&>(pTxtNode->GetDoc()->GetAttrPool()), in _getSupplementalAttributesImpl()
/trunk/main/sw/source/ui/app/
H A Dswmodule.cxx486 pAttrPool = new SwAttrPool(0); in InitAttrPool()
/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx256 SwAttrPool& rPool = in _Seek()
H A Dtxtfld.cxx327 SwAttrPool* pPool = pChFmt->GetAttrSet().GetPool(); in NewFldPortion()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmmgr.cxx71 aSet( (SwAttrPool&)pSh->GetAttrPool(), aFrmMgrRange ), in SwFlyFrmAttrMgr()
/trunk/main/sw/source/core/doc/
H A Ddocnew.cxx223 mpAttrPool(new SwAttrPool(this)), in SwDoc()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx2494 SwAttrPool& rPool, in SwFrmFmt()
2507 SwAttrPool& rPool, in SwFrmFmt()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx2861 const SwAttrPool * pPool = pFmt->GetAttrSet().GetPool(); in GetPropertyValues_Impl()
4641 SwAttrPool& rAttrPool = pDoc->GetAttrPool(); in SwAutoStylesEnumImpl()

Completed in 185 milliseconds

12