Home
last modified time | relevance | path

Searched refs:SwWW8FltControlStack (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8par.hxx271 class SwWW8FltControlStack : public SwFltControlStack class
278 SwWW8FltControlStack(const SwWW8FltControlStack&);
279 SwWW8FltControlStack& operator=(const SwWW8FltControlStack&);
296 SwWW8FltControlStack(SwDoc* pDo, sal_uLong nFieldFl, SwWW8ImplReader& rReader_ ) in SwWW8FltControlStack() function in SwWW8FltControlStack
516 SwWW8FltControlStack* mpOldStck;
932 friend class SwWW8FltControlStack;
952 SwWW8FltControlStack* pCtrlStck; // Stack fuer die Attribute
H A Dww8par2.hxx47 WW8DupProperties(SwDoc &rDoc, SwWW8FltControlStack *pStk);
53 SwWW8FltControlStack* pCtrlStck;
H A Dww8par.cxx1072 void SwWW8FltControlStack::NewAttr(const SwPosition& rPos, in NewAttr()
1086 void SwWW8FltControlStack::SetAttr(const SwPosition& rPos, sal_uInt16 nAttrId, in SetAttr()
1180 const SwNumFmt* SwWW8FltControlStack::GetNumFmtFromStack(const SwPosition &rPos, in GetNumFmtFromStack()
1199 sal_Int32 SwWW8FltControlStack::GetCurrAttrCP() const in GetCurrAttrCP()
1203 bool SwWW8FltControlStack::IsParaEndInCPs(sal_Int32 nStart,sal_Int32 nEnd,bool bSdOD) const in IsParaEndInCPs()
1210 void SwWW8FltControlStack::ClearParaEndPosition() in ClearParaEndPosition()
1217 bool SwWW8FltControlStack::CheckSdOD(sal_Int32 nStart,sal_Int32 nEnd) in CheckSdOD()
1257 void SwWW8FltControlStack::SetAttrInDoc(const SwPosition& rTmpPos, in SetAttrInDoc()
1365 const SfxPoolItem* SwWW8FltControlStack::GetFmtAttr(const SwPosition& rPos, in GetFmtAttr()
1398 const SfxPoolItem* SwWW8FltControlStack::GetStackAttr(const SwPosition& rPos, in GetStackAttr()
[all …]
H A Dww8scan.hxx930 friend class SwWW8FltControlStack;
H A Dww8par6.cxx2310 WW8DupProperties::WW8DupProperties(SwDoc &rDoc, SwWW8FltControlStack *pStk) in WW8DupProperties()