Searched refs:pSwpHints (Results 1 – 3 of 3) sorted by relevance
1030 SwpHints *pSwpHints; in lcl_InsAttr() local1034 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()
298 SwpHints *pSwpHints = rNode.GetpSwpHints(); in lcl_ChangeFtnRef() local299 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() argument1240 sal_uInt16 const nSize = (pSwpHints) ? pSwpHints->Count() : 0; in lcl_GetTxtAttrs()1253 SwTxtAttr *const pHint = pSwpHints->GetTextHint(i); in lcl_GetTxtAttrs()
1646 const SwpHints* pSwpHints = GetTxtNode()->GetpSwpHints(); in GetFieldTypeNameAtIndex() local1647 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 73 milliseconds