Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx995 WW8_WrPlcFld* pCurrentFields = m_rWW8Export.CurrentFieldPlc(); in StartRunProperties() local
996 m_nFieldResults = pCurrentFields ? pCurrentFields->ResultCount() : 0; in StartRunProperties()
1026 WW8_WrPlcFld* pCurrentFields = m_rWW8Export.CurrentFieldPlc(); in EndRunProperties() local
1027 sal_uInt16 nNewFieldResults = pCurrentFields ? pCurrentFields->ResultCount() : 0; in EndRunProperties()