Searched refs:lcl_AppendSP (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | rtfsdrexport.cxx | 446 void lcl_AppendSP( ::rtl::OStringBuffer& rRunText, const char cName[], const ::rtl::OString& rValue) in lcl_AppendSP() function 472 lcl_AppendSP(m_rAttrOutput.RunText(), (*i).first.getStr(), (*i).second ); in StartShape() 474 …lcl_AppendSP(m_rAttrOutput.RunText(), "wzDescription", RtfExport::OutString( m_pSdrObject->GetDesc… in StartShape() 475 …lcl_AppendSP(m_rAttrOutput.RunText(), "wzName", RtfExport::OutString( m_pSdrObject->GetTitle(), m_… in StartShape()
|
H A D | rtfattributeoutput.cxx | 3423 void lcl_AppendSP( OStringBuffer& rBuffer, in lcl_AppendSP() function 3461 lcl_AppendSP( rBuffer, "wzDescription", sDescription, rExport ); in ExportPICT() 3463 lcl_AppendSP( rBuffer, "wzName", sName, rExport ); in ExportPICT()
|
Completed in 55 milliseconds