Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2770 std::vector< sal_Int32 > aAttribObjects; in emitStructureAttributes() local
2773 aAttribObjects.push_back( createObject() ); in emitStructureAttributes()
2774 updateObject( aAttribObjects.back() ); in emitStructureAttributes()
2776 aObj.append( aAttribObjects.back() ); in emitStructureAttributes()
2785 aAttribObjects.push_back( createObject() ); in emitStructureAttributes()
2786 updateObject( aAttribObjects.back() ); in emitStructureAttributes()
2788 aObj.append( aAttribObjects.back() ); in emitStructureAttributes()
2797 aAttribObjects.push_back( createObject() ); in emitStructureAttributes()
2798 updateObject( aAttribObjects.back() ); in emitStructureAttributes()
2800 aObj.append( aAttribObjects.back() ); in emitStructureAttributes()
[all …]