Home
last modified time | relevance | path

Searched refs:pSwpHints (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sw/source/core/doc/
H A Ddocfmt.cxx1030 SwpHints *pSwpHints; in lcl_InsAttr() local
1034 pSwpHints = bCreateSwpHints ? &pTNd->GetOrCreateSwpHints() in lcl_InsAttr()
1036 if( pSwpHints ) in lcl_InsAttr()
1037 pSwpHints->Register( &aRegH ); in lcl_InsAttr()
1040 if( pSwpHints ) in lcl_InsAttr()
1041 pSwpHints->DeRegister(); in lcl_InsAttr()
/aoo41x/main/sw/source/core/txtnode/
H A Dndtxt.cxx298 SwpHints *pSwpHints = rNode.GetpSwpHints(); in lcl_ChangeFtnRef() local
299 if( pSwpHints && rNode.GetDoc()->GetCurrentViewShell() ) //swmod 071108//swmod 071225 in lcl_ChangeFtnRef()
307 for( sal_uInt16 j = pSwpHints->Count(); j; ) in lcl_ChangeFtnRef()
309 pHt = pSwpHints->GetTextHint(--j); in lcl_ChangeFtnRef()
1235 SwpHints *const pSwpHints, in lcl_GetTxtAttrs() argument
1240 sal_uInt16 const nSize = (pSwpHints) ? pSwpHints->Count() : 0; in lcl_GetTxtAttrs()
1253 SwTxtAttr *const pHint = pSwpHints->GetTextHint(i); in lcl_GetTxtAttrs()
/aoo41x/main/sw/source/core/access/
H A Daccpara.cxx1646 const SwpHints* pSwpHints = GetTxtNode()->GetpSwpHints(); in GetFieldTypeNameAtIndex() local
1647 if (pSwpHints) in GetFieldTypeNameAtIndex()
1649 const sal_uInt16 nSize = pSwpHints ? pSwpHints->Count() : 0; in GetFieldTypeNameAtIndex()
1652 const SwTxtAttr* pHt = (*pSwpHints)[i]; in GetFieldTypeNameAtIndex()

Completed in 69 milliseconds