Home
last modified time | relevance | path

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

/trunk/main/svx/source/table/
H A Dcellcursor.cxx92 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 Dcellrange.cxx49 , mnRight(nRight) in CellRange()
76 return mnRight; in getRight()
109 const sal_Int32 nMaxColumns = (mnRight == -1) ? mxTable->getColumnCount() : mnLeft; in getCellRangeByPosition()
H A Dcellrange.hxx62 sal_Int32 mnRight; member in sdr::table::CellRange
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderPainter.cxx66 sal_Int32 mnRight; member in sdext::presenter::__anonf14fb8da0111::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 DPresenterTheme.cxx61 mnRight(mnInvalidValue), in BorderSize()
66 sal_Int32 mnRight; member in sdext::presenter::__anon954a9b180111::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 DPresenterPaneBorderManager.cxx146 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 DPresenterPaneAnimator.cxx183 double mnRight; member in sdext::presenter::__anonb105ea440111::PaneDescriptor
1244 mnRight(rpDescriptor->mnRight), in PaneDescriptor()
1256 mpPaneDescriptor->mnRight = mnRight; in Restore()
H A DPresenterWindowManager.cxx311 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 DPresenterPaneContainer.hxx102 double mnRight; member in sdext::presenter::PresenterPaneContainer::PaneDescriptor
H A DPresenterPaneContainer.cxx106 pDescriptor->mnRight = nRight; in PreparePane()
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx847 sal_uInt16 mnRight; member in XclImpDropDownObj
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx2715 mnRight( 0 ), in XclImpDropDownObj()
2745 rStrm >> mnLeft >> mnTop >> mnRight >> mnBottom; in DoReadObj5()

Completed in 82 milliseconds