Searched refs:mnRight (Results 1 – 12 of 12) sorted by relevance
92 mnRight = mnLeft; in gotoStart()100 mnLeft = mnRight; in gotoEnd()110 mnRight++; in gotoNext()111 if( mnRight >= mxTable->getColumnCount() ) in gotoNext()119 mnRight--; in gotoNext()124 mnRight = 0; in gotoNext()129 mnLeft = mnRight; in gotoNext()150 mnRight = mnLeft; in gotoPrevious()162 mnRight = mnLeft = nLeft; in gotoOffset()179 rEnd.mnCol = mnRight; rEnd.mnRow = mnBottom; in GetMergedSelection()[all …]
49 , mnRight(nRight) in CellRange()76 return mnRight; in getRight()109 const sal_Int32 nMaxColumns = (mnRight == -1) ? mxTable->getColumnCount() : mnLeft; in getCellRangeByPosition()
62 sal_Int32 mnRight; member in sdr::table::CellRange
66 sal_Int32 mnRight; member in sdext::presenter::__anon2602cbc20111::BorderSize879 mnRight(0), in BorderSize()890 mnRight(rBorderSize.mnRight), in BorderSize()904 mnRight = rBorderSize.mnRight; in operator =()977 maInnerBorderSize.mnRight = aInnerBorder[2]; in RendererPaneStyle()984 maOuterBorderSize.mnRight = aOuterBorder[2]; in RendererPaneStyle()1022 rBox.Width + pBorderSize->mnLeft + pBorderSize->mnRight, in AddBorder()1051 rBox.Width - pBorderSize->mnLeft - pBorderSize->mnRight, in RemoveBorder()1073 maTotalBorderSize.mnRight = maInnerBorderSize.mnRight + maOuterBorderSize.mnRight; in UpdateBorderSizes()
61 mnRight(mnInvalidValue), in BorderSize()66 sal_Int32 mnRight; member in sdext::presenter::__anon7bfc12000111::BorderSize74 aSequence[2] = mnRight == mnInvalidValue ? 0 : mnRight; in ToVector()86 if (mnRight == mnInvalidValue) in Merge()87 mnRight = rBorderSize.mnRight; in Merge()992 GetByName(rxNode, A2S("Right")) >>= aBorderSize.mnRight; in ReadBorderSize()1137 if (rThisBorderSize.mnRight >= 0) in UpdateBorderSize()1138 rBorderSize.mnRight = rThisBorderSize.mnRight; in UpdateBorderSize()
146 const static sal_Int32 mnRight = 0x04; variable182 nCode = mnRight; in ClassifyBorderElementUnderMouse()205 case mnOutside | mnRight: in ClassifyBorderElementUnderMouse()219 case mnTop | mnRight: in ClassifyBorderElementUnderMouse()228 case mnBottom | mnRight: in ClassifyBorderElementUnderMouse()237 case mnVerticalCenter | mnRight: in ClassifyBorderElementUnderMouse()
183 double mnRight; member in sdext::presenter::__anon7a5f8c2c0111::PaneDescriptor1244 mnRight(rpDescriptor->mnRight), in PaneDescriptor()1256 mpPaneDescriptor->mnRight = mnRight; in Restore()
311 pDescriptor->mnRight = nRelativeX + nRelativeWidth; in SetPanePosSizeRelative()337 pDescriptor->mnRight = (nX + nWidth) / aParentBox.Width; in SetPanePosSizeAbsolute()1202 const sal_Int32 nWidth = (sal_Int32)(pDescriptor->mnRight * aBox.Width) - nX; in LayoutUnknownMode()1231 pDescriptor->mnRight = double(aBorderBox.X + aBorderBox.Width) / nWidth; in UpdateWindowSize()
102 double mnRight; member in sdext::presenter::PresenterPaneContainer::PaneDescriptor
106 pDescriptor->mnRight = nRight; in PreparePane()
847 sal_uInt16 mnRight; member in XclImpDropDownObj
2715 mnRight( 0 ), in XclImpDropDownObj()2745 rStrm >> mnLeft >> mnTop >> mnRight >> mnBottom; in DoReadObj5()
Completed in 108 milliseconds