Searched refs:eFldType (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8atr.cxx | 1840 void WW8Export::OutputField( const SwField* pFld, ww::eField eFldType, in OutputField() argument 1846 const bool bIncludeEmptyPicLocation = ( eFldType == ww::ePAGE ); in OutputField() 1851 if (eFldType == ww::eSHAPE) in OutputField() 1853 aFld13[1] = static_cast< sal_uInt8 >(eFldType); // Typ nachtragen in OutputField() 1873 ( eFldType == ww::ePAGEREF || eFldType == ww::eREF || in OutputField() 1874 eFldType == ww::eNOTEREF || eFldType == ww::eFOOTREF )) in OutputField() 1929 eFldType == ww::eFORMTEXT) in OutputField() 1965 eFldType == ww::eFORMTEXT) in OutputField()
|
H A D | docxexport.cxx | 210 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 D | docxexport.hxx | 110 virtual void OutputField( const SwField* pFld, ww::eField eFldType,
|
H A D | rtfexport.hxx | 109 virtual void OutputField( const SwField* pFld, ww::eField eFldType,
|
H A D | rtfexport.cxx | 329 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 D | wrtww8.hxx | 733 virtual void OutputField( const SwField* pFld, ww::eField eFldType, 1029 virtual void OutputField( const SwField* pFld, ww::eField eFldType,
|
/aoo4110/main/sw/source/filter/rtf/ |
H A D | rtffld.cxx | 115 RTF_FLD_TYPES eFldType; in _WhichFld() member 168 return aFldNmArr[n].eFldType; in _WhichFld()
|
Completed in 58 milliseconds