Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx1839 void WW8Export::OutputField( const SwField* pFld, ww::eField eFldType, in OutputField() argument
1845 const bool bIncludeEmptyPicLocation = ( eFldType == ww::ePAGE ); in OutputField()
1850 if (eFldType == ww::eSHAPE) in OutputField()
1852 aFld13[1] = static_cast< sal_uInt8 >(eFldType); // Typ nachtragen in OutputField()
1872 ( eFldType == ww::ePAGEREF || eFldType == ww::eREF || in OutputField()
1873 eFldType == ww::eNOTEREF || eFldType == ww::eFOOTREF )) in OutputField()
1928 eFldType == ww::eFORMTEXT) in OutputField()
1964 eFldType == ww::eFORMTEXT) in OutputField()
H A Ddocxexport.cxx210 void DocxExport::OutputField( const SwField* pFld, ww::eField eFldType, const String& rFldCmd, sal_… in OutputField() argument
212 m_pAttrOutput->WriteField_Impl( pFld, eFldType, rFldCmd, nMode ); in OutputField()
H A Ddocxexport.hxx110 virtual void OutputField( const SwField* pFld, ww::eField eFldType,
H A Drtfexport.hxx107 virtual void OutputField( const SwField* pFld, ww::eField eFldType,
H A Drtfexport.cxx329 void RtfExport::OutputField( const SwField* pFld, ww::eField eFldType, const String& rFldCmd, sal_u… in OutputField() argument
333 m_pAttrOutput->WriteField_Impl( pFld, eFldType, rFldCmd, nMode ); in OutputField()
H A Dwrtww8.hxx732 virtual void OutputField( const SwField* pFld, ww::eField eFldType,
1028 virtual void OutputField( const SwField* pFld, ww::eField eFldType,
/trunk/main/sw/source/filter/rtf/
H A Drtffld.cxx114 RTF_FLD_TYPES eFldType; in _WhichFld() member
167 return aFldNmArr[n].eFldType; in _WhichFld()