Searched refs:nFieldFl (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par.hxx | 297 SwWW8FltControlStack(SwDoc* pDo, sal_uLong nFieldFl, SwWW8ImplReader& rReader_ ) in SwWW8FltControlStack() argument 298 : SwFltControlStack( pDo, nFieldFl ), rReader( rReader_ ), in SwWW8FltControlStack() 343 SwWW8FltAnchorStack(SwDoc* pDo, sal_uLong nFieldFl) in SwWW8FltAnchorStack() argument 344 : SwFltControlStack( pDo, nFieldFl ) {} in SwWW8FltAnchorStack() 383 SwWW8ReferencedFltEndStack( SwDoc* pDo, sal_uLong nFieldFl ) in SwWW8ReferencedFltEndStack() argument 384 : SwFltEndStack( pDo, nFieldFl ) in SwWW8ReferencedFltEndStack() 399 SwWW8FltRefStack(SwDoc* pDo, sal_uLong nFieldFl) in SwWW8FltRefStack() argument 400 : SwFltEndStack( pDo, nFieldFl ) in SwWW8FltRefStack()
|
/aoo41x/main/sw/source/filter/inc/ |
H A D | fltshell.hxx | 147 SwFltControlStack(SwDoc* pDo, sal_uLong nFieldFl); 306 SwFltEndStack(SwDoc* pDo, sal_uLong nFieldFl) in SwFltEndStack() argument 307 :SwFltControlStack(pDo, nFieldFl) in SwFltEndStack()
|
/aoo41x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 200 SwFltControlStack::SwFltControlStack(SwDoc* pDo, sal_uLong nFieldFl) in SwFltControlStack() argument 201 : nFieldFlags(nFieldFl), bHasSdOD(true) in SwFltControlStack() 1024 …::SwFltShell(SwDoc* pDoc, SwPaM& rPaM, const String& rBaseURL, sal_Bool bNew, sal_uLong nFieldFl) : in SwFltShell() argument 1029 aStack(pDoc, nFieldFl), in SwFltShell() 1030 aEndStack(pDoc, nFieldFl), in SwFltShell()
|
Completed in 48 milliseconds