Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/ !
H A Ddocxattributeoutput.cxx3041 FastAttributeList *pLRSpaceAttrList = m_pSerializer->createAttrList(); in FormatLRSpace() local
3043pLRSpaceAttrList->add( FSNS( XML_w, XML_left ), OString::valueOf( (sal_Int32) rLRSpace.GetTxtLeft(… in FormatLRSpace()
3044pLRSpaceAttrList->add( FSNS( XML_w, XML_right ), OString::valueOf( (sal_Int32) rLRSpace.GetRight()… in FormatLRSpace()
3048pLRSpaceAttrList->add( FSNS( XML_w, XML_firstLine ), OString::valueOf( nFirstLineAdjustment ) ); in FormatLRSpace()
3050pLRSpaceAttrList->add( FSNS( XML_w, XML_hanging ), OString::valueOf( - nFirstLineAdjustment ) ); in FormatLRSpace()
3051 m_pSerializer->singleElementNS( XML_w, XML_ind, pLRSpaceAttrList ); in FormatLRSpace()

Completed in 48 milliseconds