Searched refs:pCurField (Results 1 – 4 of 4) sorted by relevance
132 const SwField* pCurField = GetCurField(); in Reset() local133 nSubType = ((SwDocInfoField*)pCurField)->GetSubType() & 0xff; in Reset()136 m_sOldCustomFieldName = static_cast<const SwDocInfoField*>(pCurField)->GetName(); in Reset()138 aFormatLB.SetAutomaticLanguage(pCurField->IsAutomaticLanguage()); in Reset()142 … const SvNumberformat* pFormat = pSh->GetNumberFormatter()->GetEntry(pCurField->GetFormat()); in Reset()
153 const SwField* pCurField = GetCurField(); in Reset() local154 nTypeId = pCurField->GetTypeId(); in Reset()161 aNumFormatLB.SetAutomaticLanguage(pCurField->IsAutomaticLanguage()); in Reset()167 … const SvNumberformat* pFormat = pSh->GetNumberFormatter()->GetEntry(pCurField->GetFormat()); in Reset()
135 const SwField* pCurField = GetCurField(); in Reset() local136 ASSERT( pCurField != NULL, in Reset()138 nTypeId = pCurField->GetTypeId(); in Reset()143 aNumFormatLB.SetAutomaticLanguage( pCurField->IsAutomaticLanguage() ); in Reset()149 … const SvNumberformat* pFormat = pSh->GetNumberFormatter()->GetEntry( pCurField->GetFormat() ); in Reset()
705 SwField* pCurField = bRet ? rSh.GetCurFld() : 0; in Execute() local706 if (pCurField) in Execute()707 rSh.ClickToField(*pCurField); in Execute()
Completed in 50 milliseconds