Kaydet (Commit) 3d002fdb authored tarafından Caolán McNamara's avatar Caolán McNamara

Ref...DeviceTextLayout::GetTextArray is only called by Ref...DeviceTextLayout

so set it as private to de-confuse this a little

Change-Id: Idde7f78a767227cc2d52e417b6c39d12e1339745
üst cb566c05
......@@ -84,10 +84,11 @@ namespace vcl
public:
// equivalents to the respective OutputDevice methods, which take the reference device into account
long GetTextArray( const OUString& _rText, long* _pDXAry, sal_Int32 _nStartIndex, sal_Int32 _nLength ) const;
Rectangle DrawText( const Rectangle& _rRect, const OUString& _rText, DrawTextFlags _nStyle, MetricVector* _pVector, OUString* _pDisplayText );
private:
long GetTextArray( const OUString& _rText, long* _pDXAry, sal_Int32 _nStartIndex, sal_Int32 _nLength ) const;
OutputDevice& m_rTargetDevice;
OutputDevice& m_rReferenceDevice;
Font m_aUnzoomedPointFont;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment