Lines Matching refs:aLayout
2701 OStringBuffer aLayout(256), aList(64), aTable(64); in emitStructureAttributes() local
2755 appendStructureAttributeLine( it->first, it->second, aLayout, true ); in emitStructureAttributes()
2759 aLayout.append( "/BBox[" ); in emitStructureAttributes()
2760 appendFixedInt( i_rEle.m_aBBox.Left(), aLayout ); in emitStructureAttributes()
2761 aLayout.append( " " ); in emitStructureAttributes()
2762 appendFixedInt( i_rEle.m_aBBox.Top(), aLayout ); in emitStructureAttributes()
2763 aLayout.append( " " ); in emitStructureAttributes()
2764 appendFixedInt( i_rEle.m_aBBox.Right(), aLayout ); in emitStructureAttributes()
2765 aLayout.append( " " ); in emitStructureAttributes()
2766 appendFixedInt( i_rEle.m_aBBox.Bottom(), aLayout ); in emitStructureAttributes()
2767 aLayout.append( "]\n" ); in emitStructureAttributes()
2771 if( aLayout.getLength() ) in emitStructureAttributes()
2779 aLayout.append( ">>\nendobj\n\n" ); in emitStructureAttributes()
2781 writeBuffer( aLayout.getStr(), aLayout.getLength() ); in emitStructureAttributes()
7834 ::vcl::DefaultTextLayout aLayout( *m_pReferenceDevice ); in drawText()
7835 … nMaxTextWidth = OutputDevice::ImplGetTextLines( aMultiLineInfo, nWidth, aStr, nStyle, aLayout ); in drawText()