Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx1042 SwpHints *pSwpHints; in lcl_InsAttr() local
1046 pSwpHints = bCreateSwpHints ? &pTNd->GetOrCreateSwpHints() in lcl_InsAttr()
1048 if( pSwpHints ) in lcl_InsAttr()
1049 pSwpHints->Register( &aRegH ); in lcl_InsAttr()
1052 if( pSwpHints ) in lcl_InsAttr()
1053 pSwpHints->DeRegister(); in lcl_InsAttr()
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx303 SwpHints *pSwpHints = rNode.GetpSwpHints(); in lcl_ChangeFtnRef() local
304 if( pSwpHints && rNode.GetDoc()->GetCurrentViewShell() ) //swmod 071108//swmod 071225 in lcl_ChangeFtnRef()
312 for( sal_uInt16 j = pSwpHints->Count(); j; ) in lcl_ChangeFtnRef()
314 pHt = pSwpHints->GetTextHint(--j); in lcl_ChangeFtnRef()
1240 SwpHints *const pSwpHints, in lcl_GetTxtAttrs() argument
1245 sal_uInt16 const nSize = (pSwpHints) ? pSwpHints->Count() : 0; in lcl_GetTxtAttrs()
1258 SwTxtAttr *const pHint = pSwpHints->GetTextHint(i); in lcl_GetTxtAttrs()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1650 const SwpHints* pSwpHints = GetTxtNode()->GetpSwpHints(); in GetFieldTypeNameAtIndex() local
1651 if (pSwpHints) in GetFieldTypeNameAtIndex()
1653 const sal_uInt16 nSize = pSwpHints ? pSwpHints->Count() : 0; in GetFieldTypeNameAtIndex()
1656 const SwTxtAttr* pHt = (*pSwpHints)[i]; in GetFieldTypeNameAtIndex()

Completed in 63 milliseconds