Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/
H A Dlinenumberwindow.cxx25 m_nBaseWidth = GetTextWidth("8"); in LineNumberWindow()
26 m_nWidth = m_nBaseWidth * 3 + m_nBaseWidth / 2; in LineNumberWindow()
68 m_nBaseWidth = GetTextWidth("8"); in Paint()
71 m_nWidth = m_nBaseWidth * 3 + m_nBaseWidth / 2; in Paint()
77 m_nWidth += m_nBaseWidth; in Paint()
H A Dlinenumberwindow.hxx24 int m_nBaseWidth; member in basctl::LineNumberWindow
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dlinenumberwindow.cxx26 m_nBaseWidth = GetTextWidth("8"); in LineNumberWindow()
27 m_nWidth = m_nBaseWidth * 3 + m_nBaseWidth / 2; in LineNumberWindow()
72 m_nBaseWidth = GetTextWidth("8"); in Paint()
75 m_nWidth = m_nBaseWidth * 3 + m_nBaseWidth / 2; in Paint()
81 m_nWidth += m_nBaseWidth; in Paint()
H A Dlinenumberwindow.hxx25 int m_nBaseWidth; member in basctl::LineNumberWindow
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dtgrditem.hxx45 sal_uInt16 m_nBaseWidth; member in SwTextGridItem
97 sal_uInt16 GetBaseWidth() const { return m_nBaseWidth;} in GetBaseWidth()
98 void SetBaseWidth( sal_uInt16 nNew ) { m_nBaseWidth = nNew; } in SetBaseWidth()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dtgrditem.hxx45 sal_uInt16 m_nBaseWidth; member in SwTextGridItem
97 sal_uInt16 GetBaseWidth() const { return m_nBaseWidth;} in GetBaseWidth()
98 void SetBaseWidth( sal_uInt16 nNew ) { m_nBaseWidth = nNew; } in SetBaseWidth()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/inc/
H A Dwrtswtbl.hxx228 sal_uInt32 const m_nBaseWidth; // reference value for SwFormatFrameSize width member in SwWriteTable
271 sal_uInt32 GetBaseWidth() const { return m_nBaseWidth; } in GetBaseWidth()
285 …GetAbsWidthRatio() const { return m_nTabWidth == m_nBaseWidth ? 1.0 : double(m_nTabWidth) / m_nBas… in GetAbsWidthRatio()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/inc/
H A Dwrtswtbl.hxx229 sal_uInt32 m_nBaseWidth; // reference value for SwFormatFrameSize width member in SwWriteTable
272 sal_uInt32 GetBaseWidth() const { return m_nBaseWidth; } in GetBaseWidth()
286 …GetAbsWidthRatio() const { return m_nTabWidth == m_nBaseWidth ? 1.0 : double(m_nTabWidth) / m_nBas… in GetAbsWidthRatio()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/writer/
H A Dwrtswtbl.cxx331 if( m_nBaseWidth != m_nTabWidth ) in GetAbsWidth()
334 nWidth /= m_nBaseWidth; in GetAbsWidth()
735 m_nInnerBorder(0), m_nBaseWidth(nBWidth), m_nHeadEndRow(USHRT_MAX), in SwWriteTable()
744 sal_uInt32 nParentWidth = m_nBaseWidth + m_nLeftSub + m_nRightSub; in SwWriteTable()
768 m_nInnerBorder(0), m_nBaseWidth(pLayoutInfo->GetWidthOption()), m_nHeadEndRow(0), in SwWriteTable()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/writer/
H A Dwrtswtbl.cxx330 if( m_nBaseWidth != m_nTabWidth ) in GetAbsWidth()
333 nWidth /= m_nBaseWidth; in GetAbsWidth()
734 m_nInnerBorder(0), m_nBaseWidth(nBWidth), m_nHeadEndRow(USHRT_MAX), in SwWriteTable()
743 sal_uInt32 nParentWidth = m_nBaseWidth + m_nLeftSub + m_nRightSub; in SwWriteTable()
767 m_nInnerBorder(0), m_nBaseWidth(pLayoutInfo->GetWidthOption()), m_nHeadEndRow(0), in SwWriteTable()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Datrfrm.cxx2140 , m_nBaseWidth(400), m_bSnapToChars( true ), m_bSquaredMode(true) in SwTextGridItem()
2160 && m_nBaseWidth == rOther.GetBaseWidth() in operator ==()
2199 rVal <<= static_cast<sal_Int32>(convertTwipToMm100(m_nBaseWidth)); in QueryValue()
2363 m_nBaseWidth = m_nBaseHeight; in SwitchPaperMode()
2372 m_nBaseWidth = m_nBaseHeight; in SwitchPaperMode()
2389 m_nBaseWidth = 400; in Init()
2400 m_nBaseWidth = 210; in Init()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Datrfrm.cxx2244 , m_nBaseWidth(400), m_bSnapToChars( true ), m_bSquaredMode(true) in SwTextGridItem()
2264 && m_nBaseWidth == rOther.GetBaseWidth() in operator ==()
2303 rVal <<= static_cast<sal_Int32>(convertTwipToMm100(m_nBaseWidth)); in QueryValue()
2467 m_nBaseWidth = m_nBaseHeight; in SwitchPaperMode()
2476 m_nBaseWidth = m_nBaseHeight; in SwitchPaperMode()
2493 m_nBaseWidth = 400; in Init()
2504 m_nBaseWidth = 210; in Init()