Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Drtfsdrexport.cxx600 std::unique_ptr<const OutlinerParaObject> pOwnedParaObj; in StartShape() local
609 pOwnedParaObj = pTextObj->CreateEditOutlinerParaObject(); in StartShape()
610 pParaObj = pOwnedParaObj.get(); in StartShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Drtfsdrexport.cxx618 std::unique_ptr<const OutlinerParaObject> pOwnedParaObj; in StartShape() local
627 pOwnedParaObj = pTextObj->CreateEditOutlinerParaObject(); in StartShape()
628 pParaObj = pOwnedParaObj.get(); in StartShape()