Searched refs:pSwpHints (Results 1 – 3 of 3) sorted by relevance
1042 SwpHints *pSwpHints; in lcl_InsAttr() local1046 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()
303 SwpHints *pSwpHints = rNode.GetpSwpHints(); in lcl_ChangeFtnRef() local304 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() argument1245 sal_uInt16 const nSize = (pSwpHints) ? pSwpHints->Count() : 0; in lcl_GetTxtAttrs()1258 SwTxtAttr *const pHint = pSwpHints->GetTextHint(i); in lcl_GetTxtAttrs()
1650 const SwpHints* pSwpHints = GetTxtNode()->GetpSwpHints(); in GetFieldTypeNameAtIndex() local1651 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 45 milliseconds