Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dswfont.cxx343 static Degree10 MapDirection(Degree10 nDir, const bool bVertFormat, const bool bVertFormatLRBT) in MapDirection() argument
350 if (bVertFormatLRBT) in MapDirection()
373 Degree10 UnMapDirection(Degree10 nDir, const bool bVertFormat, const bool bVertFormatLRBT) in UnMapDirection() argument
375 if (bVertFormatLRBT) in UnMapDirection()
412 Degree10 SwFont::GetOrientation(const bool bVertFormat, const bool bVertFormatLRBT) const in GetOrientation()
414 return UnMapDirection(m_aSub[m_nActual].GetOrientation(), bVertFormat, bVertFormatLRBT); in GetOrientation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dswfont.cxx367 static sal_uInt16 MapDirection(sal_uInt16 nDir, const bool bVertFormat, const bool bVertFormatLRBT) in MapDirection() argument
374 if (bVertFormatLRBT) in MapDirection()
397 sal_uInt16 UnMapDirection(sal_uInt16 nDir, const bool bVertFormat, const bool bVertFormatLRBT) in UnMapDirection() argument
399 if (bVertFormatLRBT) in UnMapDirection()
436 sal_uInt16 SwFont::GetOrientation(const bool bVertFormat, const bool bVertFormatLRBT) const in GetOrientation()
438 return UnMapDirection(m_aSub[m_nActual].GetOrientation(), bVertFormat, bVertFormatLRBT); in GetOrientation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Dswfont.hxx51 Degree10 UnMapDirection( Degree10 nDir, const bool bVertFormat, const bool bVertFormatLRBT );
285 const bool bVertFormatLRBT = false) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Dswfont.hxx51 sal_uInt16 UnMapDirection( sal_uInt16 nDir, const bool bVertFormat, const bool bVertFormatLRBT );
288 const bool bVertFormatLRBT = false) const;