Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/bastyp/
H A Dinit.cxx429 sal_uInt16* SwAttrPool::pVersionMap1 = 0;
673 SwAttrPool::pVersionMap1[ i-1 ] = i; in _InitCore()
687 SwAttrPool::pVersionMap2[ i-1 ] = i; in _InitCore()
696 SwAttrPool::pVersionMap3[ i-1 ] = i; in _InitCore()
707 SwAttrPool::pVersionMap4[ i-1 ] = i; in _InitCore()
831 delete[] SwAttrPool::pVersionMap1; in _FinitCore()
832 delete[] SwAttrPool::pVersionMap2; in _FinitCore()
833 delete[] SwAttrPool::pVersionMap3; in _FinitCore()
834 delete[] SwAttrPool::pVersionMap4; in _FinitCore()
836 delete[] SwAttrPool::pVersionMap5; in _FinitCore()
[all …]
/aoo4110/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.hxx35 SwTableFmt( SwAttrPool& rPool, const sal_Char* pFmtNm, in SwTableFmt()
39 SwTableFmt( SwAttrPool& rPool, const String &rFmtNm, in SwTableFmt()
56 SwTableLineFmt( SwAttrPool& rPool, const sal_Char* pFmtNm, in SwTableLineFmt()
60 SwTableLineFmt( SwAttrPool& rPool, const String &rFmtNm, in SwTableLineFmt()
76 SwTableBoxFmt( SwAttrPool& rPool, const sal_Char* pFmtNm, in SwTableBoxFmt()
80 SwTableBoxFmt( SwAttrPool& rPool, const String &rFmtNm, in SwTableBoxFmt()
H A Dfrmfmt.hxx52 SwFrmFmt( SwAttrPool& rPool, const sal_Char* pFmtNm, in SwFrmFmt()
60 SwFrmFmt( SwAttrPool& rPool, const String &rFmtNm, in SwFrmFmt()
168 SwFlyFrmFmt( SwAttrPool& rPool, const sal_Char* pFmtNm, in SwFlyFrmFmt()
172 SwFlyFrmFmt( SwAttrPool& rPool, const String &rFmtNm, in SwFlyFrmFmt()
258 SwDrawFrmFmt( SwAttrPool& rPool, const sal_Char* pFmtNm, in SwDrawFrmFmt()
274 SwDrawFrmFmt( SwAttrPool& rPool, const String &rFmtNm, in SwDrawFrmFmt()
H A Dswatrset.hxx141 class SwAttrPool : public SfxItemPool class
157 SwAttrPool( SwDoc* pDoc );
159 virtual ~SwAttrPool();
182 SwAttrSet( SwAttrPool&, sal_uInt16 nWhich1, sal_uInt16 nWhich2 );
183 SwAttrSet( SwAttrPool&, const sal_uInt16* nWhichPairTable );
201 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.hxx61 SwFmt( SwAttrPool& rPool, const sal_Char* pFmtNm,
63 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
1815 const SwAttrPool& GetAttrPool() const { return *mpAttrPool; } in GetAttrPool()
1816 SwAttrPool& GetAttrPool() { return *mpAttrPool; } in GetAttrPool()
H A Dndtxt.hxx146 SW_DLLPRIVATE virtual void NewAttrSet( SwAttrPool& );
H A Dnode.hxx390 virtual void NewAttrSet( SwAttrPool& ) = 0;
/aoo4110/main/sw/source/core/attr/
H A Dswatrset.cxx52 SwAttrPool::SwAttrPool( SwDoc* pD ) in SwAttrPool() function in SwAttrPool
68 SwAttrPool::~SwAttrPool() in ~SwAttrPool()
72 SwAttrSet::SwAttrSet( SwAttrPool& rPool, sal_uInt16 nWh1, sal_uInt16 nWh2 ) in SwAttrSet()
78 SwAttrSet::SwAttrSet( SwAttrPool& rPool, const sal_uInt16* nWhichPairTable ) in SwAttrSet()
93 SwAttrPool* pAttrPool = dynamic_cast< SwAttrPool* >(pToPool); in Clone()
H A Dformat.cxx44 SwFmt::SwFmt( SwAttrPool& rPool, const sal_Char* pFmtNm, in SwFmt()
63 SwFmt::SwFmt( SwAttrPool& rPool, const String &rFmtNm, in SwFmt()
/aoo4110/main/sw/source/core/docnode/
H A Dndnotxt.cxx72 void SwNoTxtNode::NewAttrSet( SwAttrPool& rPool ) in NewAttrSet()
/aoo4110/main/sw/source/core/access/
H A Daccpara.cxx1972 pSet.reset( new SfxItemSet( const_cast<SwAttrPool&>(pTxtNode->GetDoc()->GetAttrPool()), in _getDefaultAttributesImpl()
1980 pSet.reset( new SfxItemSet( const_cast<SwAttrPool&>(pTxtNode->GetDoc()->GetAttrPool()), in _getDefaultAttributesImpl()
1993 SfxItemSet aParaSet( const_cast<SwAttrPool&>(pTxtNode->GetDoc()->GetAttrPool()), in _getDefaultAttributesImpl()
2005 SfxItemSet aCharSet( const_cast<SwAttrPool&>(pTxtNode->GetDoc()->GetAttrPool()), in _getDefaultAttributesImpl()
2351 pSet.reset( new SfxItemSet( const_cast<SwAttrPool&>(pTxtNode->GetDoc()->GetAttrPool()), in _getSupplementalAttributesImpl()
/aoo4110/main/sw/source/ui/app/
H A Dswmodule.cxx486 pAttrPool = new SwAttrPool(0); in InitAttrPool()
/aoo4110/main/sw/source/core/text/
H A Dredlnitr.cxx259 SwAttrPool& rPool = in _Seek()
H A Dtxtfld.cxx325 SwAttrPool* pPool = pChFmt->GetAttrSet().GetPool(); in NewFldPortion()
/aoo4110/main/sw/source/ui/frmdlg/
H A Dfrmmgr.cxx66 aSet( (SwAttrPool&)pSh->GetAttrPool(), aFrmMgrRange ), in SwFlyFrmAttrMgr()
/aoo4110/main/sw/source/core/doc/
H A Ddocnew.cxx221 mpAttrPool(new SwAttrPool(this)), in SwDoc()
/aoo4110/main/sw/source/core/unocore/
H A Dunostyle.cxx2575 const SwAttrPool * pPool = pFmt->GetAttrSet().GetPool(); in GetPropertyValues_Impl()
3982 SwAttrPool& rAttrPool = pDoc->GetAttrPool(); in SwAutoStylesEnumImpl()
/aoo4110/main/sw/source/core/txtnode/
H A Dthints.cxx108 SwAttrPool & m_rPool;
H A Dndtxt.cxx834 void SwTxtNode::NewAttrSet( SwAttrPool& rPool ) in NewAttrSet()

Completed in 164 milliseconds