Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx104 sal_uInt16 MapDirection( sal_uInt16 nDir, const sal_Bool bVertFormat ) in MapDirection() argument
106 if ( bVertFormat ) in MapDirection()
131 sal_uInt16 UnMapDirection( sal_uInt16 nDir, const sal_Bool bVertFormat ) in UnMapDirection() argument
133 if ( bVertFormat ) in UnMapDirection()
156 sal_uInt16 SwFont::GetOrientation( const sal_Bool bVertFormat ) const in GetOrientation()
158 return UnMapDirection( aSub[nActual].GetOrientation(), bVertFormat ); in GetOrientation()
161 void SwFont::SetVertical( sal_uInt16 nDir, const sal_Bool bVertFormat ) in SetVertical() argument
164 nDir = MapDirection( nDir, bVertFormat ); in SetVertical()
169 aSub[0].SetVertical( nDir, bVertFormat ); in SetVertical()
170 aSub[1].SetVertical( nDir, bVertFormat ); in SetVertical()
[all …]
H A Dfntcache.cxx87 extern sal_uInt16 UnMapDirection( sal_uInt16 nDir, const sal_Bool bVertFormat );
/trunk/main/sw/source/core/inc/
H A Dswfont.hxx98 inline void SetVertical( const sal_uInt16 nDir, const sal_Bool bVertFormat );
811 inline void SwSubFont::SetVertical( const sal_uInt16 nDir, const sal_Bool bVertFormat ) in SetVertical() argument
814 Font::SetVertical( bVertFormat ); in SetVertical()

Completed in 26 milliseconds