/aoo41x/main/svx/source/table/ |
H A D | cellcursor.cxx | 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 …]
|
H A D | cellrange.cxx | 49 , mnRight(nRight) in CellRange() 76 return mnRight; in getRight() 109 const sal_Int32 nMaxColumns = (mnRight == -1) ? mxTable->getColumnCount() : mnLeft; in getCellRangeByPosition()
|
H A D | cellrange.hxx | 62 sal_Int32 mnRight; member in sdr::table::CellRange
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterPaneBorderPainter.cxx | 66 sal_Int32 mnRight; member in sdext::presenter::__anon2602cbc20111::BorderSize 879 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()
|
H A D | PresenterTheme.cxx | 61 mnRight(mnInvalidValue), in BorderSize() 66 sal_Int32 mnRight; member in sdext::presenter::__anon7bfc12000111::BorderSize 74 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()
|
H A D | PresenterPaneBorderManager.cxx | 146 const static sal_Int32 mnRight = 0x04; variable 182 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()
|
H A D | PresenterPaneAnimator.cxx | 183 double mnRight; member in sdext::presenter::__anon7a5f8c2c0111::PaneDescriptor 1244 mnRight(rpDescriptor->mnRight), in PaneDescriptor() 1256 mpPaneDescriptor->mnRight = mnRight; in Restore()
|
H A D | PresenterWindowManager.cxx | 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()
|
H A D | PresenterPaneContainer.hxx | 102 double mnRight; member in sdext::presenter::PresenterPaneContainer::PaneDescriptor
|
H A D | PresenterPaneContainer.cxx | 106 pDescriptor->mnRight = nRight; in PreparePane()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xiescher.hxx | 847 sal_uInt16 mnRight; member in XclImpDropDownObj
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xiescher.cxx | 2715 mnRight( 0 ), in XclImpDropDownObj() 2745 rStrm >> mnLeft >> mnTop >> mnRight >> mnBottom; in DoReadObj5()
|