Home
last modified time | relevance | path

Searched refs:m_nAlign (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dswtablerep.hxx36 sal_uInt16 m_nAlign; member in SwTableRep
62 sal_uInt16 GetAlign() const {return m_nAlign;} in GetAlign()
63 void SetAlign(sal_uInt16 nSet) {m_nAlign = nSet;} in SetAlign()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dswtablerep.hxx41 sal_uInt16 m_nAlign; member in SwTableRep
72 sal_uInt16 GetAlign() const {return m_nAlign;} in GetAlign()
73 void SetAlign(sal_uInt16 nSet) {m_nAlign = nSet;} in SetAlign()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/table/
H A Dswtablerep.cxx31 m_nAlign(0), in SwTableRep()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/table/
H A Dswtablerep.cxx60 m_nAlign(0), in SwTableRep()
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dgamemenu.h362 int m_nAlign; variable
H A Dgamemenu.cpp2440 m_nAlign = a6; in CGameMenuItemZCycle()
2487 switch (m_nAlign) in Draw()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/inc/
H A Dgridcell.hxx89 sal_Int16 m_nAlign; // specified with TXT_ALIGN_LEFT... member in DbGridColumn
109 ,m_nAlign(css::awt::TextAlign::LEFT) in DbGridColumn()
129 sal_Int16 GetAlignment() const {return m_nAlign;} in GetAlignment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/inc/
H A Dgridcell.hxx89 sal_Int16 m_nAlign; // specified with TXT_ALIGN_LEFT... member in DbGridColumn
109 ,m_nAlign(css::awt::TextAlign::LEFT) in DbGridColumn()
129 sal_Int16 GetAlignment() const {return m_nAlign;} in GetAlignment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/fmcomp/
H A Dgridcell.cxx179 m_nAlign = css::awt::TextAlign::RIGHT; in CreateControl()
183 m_nAlign = css::awt::TextAlign::LEFT; in CreateControl()
377 m_nAlign = _nAlign; in SetAlignment()
379 m_pCell->AlignControl(m_nAlign); in SetAlignment()
381 return m_nAlign; in SetAlignment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/fmcomp/
H A Dgridcell.cxx167 m_nAlign = css::awt::TextAlign::RIGHT; in CreateControl()
171 m_nAlign = css::awt::TextAlign::LEFT; in CreateControl()
363 m_nAlign = _nAlign; in SetAlignment()
365 m_pCell->AlignControl(m_nAlign); in SetAlignment()
367 return m_nAlign; in SetAlignment()