Searched refs:pCurrentFields (Results 1 – 1 of 1) sorted by relevance
995 WW8_WrPlcFld* pCurrentFields = m_rWW8Export.CurrentFieldPlc(); in StartRunProperties() local996 m_nFieldResults = pCurrentFields ? pCurrentFields->ResultCount() : 0; in StartRunProperties()1026 WW8_WrPlcFld* pCurrentFields = m_rWW8Export.CurrentFieldPlc(); in EndRunProperties() local1027 sal_uInt16 nNewFieldResults = pCurrentFields ? pCurrentFields->ResultCount() : 0; in EndRunProperties()