Searched refs:nVAlign (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/starmath/source/ |
H A D | mathtype.hxx | 61 rRet(rIn), nHAlign(0), nVAlign(0), nDefaultSize(12), in MathType() 68 rRet(rIn), pTree(pIn), nHAlign(2), nVAlign(0), nInsertion(0), nDefaultSize(12), in MathType() 92 void HandleAlign(sal_uInt8 nHAlign,sal_uInt8 nVAlign, int &rSetAlign); 137 sal_uInt8 nVAlign; member in MathType
|
H A D | mathtype.cxx | 1972 switch(nVAlign) in HandleAlign() 2821 *pS >> nVAlign; in HandlePile() 2823 HandleAlign(nHAlign,nVAlign,rSetAlign); in HandlePile() 2842 *pS >> nVAlign; in HandleMatrix()
|
/aoo4110/main/svx/source/dialog/ |
H A D | swframeexample.cxx | 52 nVAlign (VertOrientation::TOP), in SvxSwFrameExample() 388 if (nVAlign != VertOrientation::NONE && in CalcBoundRect_Impl() 389 nVAlign != VertOrientation::CHAR_BOTTOM) in CalcBoundRect_Impl() 408 switch (nVAlign) in CalcBoundRect_Impl() 527 switch (nVAlign) in Paint() 573 switch(nVAlign) in Paint()
|
/aoo4110/main/svx/inc/svx/ |
H A D | swframeexample.hxx | 59 short nVAlign; member in SvxSwFrameExample 87 inline void SetVAlign(short nV) { nVAlign = nV; } in SetVAlign()
|
Completed in 25 milliseconds