| /AOO41X/main/svx/source/table/ |
| H A D | cellcursor.cxx | 93 mnBottom = mnTop; in gotoStart() 101 mnTop = mnBottom; in gotoEnd() 130 mnTop = mnBottom; in gotoNext() 151 mnBottom = mnTop; in gotoPrevious() 166 mnTop = mnBottom = nTop; in gotoOffset() 179 rEnd.mnCol = mnRight; rEnd.mnRow = mnBottom; in GetMergedSelection() 182 if( mxTable.is() && ((mnLeft != mnRight) || (mnTop != mnBottom)) ) try in GetMergedSelection() 191 xCell.set( dynamic_cast< Cell* >( mxTable->getCellByPosition( mnRight, mnBottom ).get() ) ); in GetMergedSelection() 196 findMergeOrigin( mxTable, mnRight, mnBottom, rEnd.mnCol, rEnd.mnRow ); in GetMergedSelection() 297 for( nRow = mnTop; nRow <= mnBottom; ++nRow ) in split_column() [all …]
|
| H A D | cellrange.cxx | 50 , mnBottom(nBottom) in CellRange() 81 return mnBottom; in getBottom() 110 const sal_Int32 nMaxRows = (mnBottom == -1) ? mxTable->getRowCount() : mnBottom; in getCellRangeByPosition()
|
| H A D | cellrange.hxx | 63 sal_Int32 mnBottom; member in sdr::table::CellRange
|
| /AOO41X/main/sdext/source/presenter/ |
| H A D | PresenterPaneBorderPainter.cxx | 67 sal_Int32 mnBottom; member in sdext::presenter::__anon357cff0a0111::BorderSize 880 mnBottom(0) in BorderSize() 891 mnBottom(rBorderSize.mnBottom) in BorderSize() 905 mnBottom = rBorderSize.mnBottom; in operator =() 978 maInnerBorderSize.mnBottom = aInnerBorder[3]; in RendererPaneStyle() 985 maOuterBorderSize.mnBottom = aOuterBorder[3]; in RendererPaneStyle() 1023 rBox.Height + pBorderSize->mnTop + pBorderSize->mnBottom); in AddBorder() 1052 rBox.Height - pBorderSize->mnTop - pBorderSize->mnBottom); in RemoveBorder() 1074 maTotalBorderSize.mnBottom = maInnerBorderSize.mnBottom + maOuterBorderSize.mnBottom; in UpdateBorderSizes()
|
| H A D | PresenterTheme.cxx | 62 mnBottom(mnInvalidValue) {} in BorderSize() 67 sal_Int32 mnBottom; member in sdext::presenter::__anonbbf919480111::BorderSize 75 aSequence[3] = mnBottom == mnInvalidValue ? 0 : mnBottom; in ToVector() 88 if (mnBottom == mnInvalidValue) in Merge() 89 mnBottom = rBorderSize.mnBottom; in Merge() 993 GetByName(rxNode, A2S("Bottom")) >>= aBorderSize.mnBottom; in ReadBorderSize() 1139 if (rThisBorderSize.mnBottom >= 0) in UpdateBorderSize() 1140 rBorderSize.mnBottom = rThisBorderSize.mnBottom; in UpdateBorderSize()
|
| H A D | PresenterPaneBorderManager.cxx | 149 const static sal_Int32 mnBottom = 0x40; variable 196 nCode |= mnBottom; in ClassifyBorderElementUnderMouse() 208 case mnBottom | mnOutside: in ClassifyBorderElementUnderMouse() 225 case mnBottom | mnLeft: in ClassifyBorderElementUnderMouse() 228 case mnBottom | mnRight: in ClassifyBorderElementUnderMouse() 231 case mnBottom | mnHorizontalCenter: in ClassifyBorderElementUnderMouse()
|
| H A D | PresenterPaneAnimator.cxx | 184 double mnBottom; member in sdext::presenter::__anon7b1292740111::PaneDescriptor 1245 mnBottom(rpDescriptor->mnBottom) in PaneDescriptor() 1257 mpPaneDescriptor->mnBottom = mnBottom; in Restore()
|
| H A D | PresenterWindowManager.cxx | 312 pDescriptor->mnBottom = nRelativeY + nRelativeHeight; in SetPanePosSizeRelative() 338 pDescriptor->mnBottom = (nY + nHeight) / aParentBox.Height; in SetPanePosSizeAbsolute() 1203 const sal_Int32 nHeight = (sal_Int32)(pDescriptor->mnBottom * aBox.Height) - nY; in LayoutUnknownMode() 1232 pDescriptor->mnBottom = double(aBorderBox.Y + aBorderBox.Height) / nHeight; in UpdateWindowSize()
|
| H A D | PresenterPaneContainer.hxx | 103 double mnBottom; member in sdext::presenter::PresenterPaneContainer::PaneDescriptor
|
| H A D | PresenterPaneContainer.cxx | 107 pDescriptor->mnBottom = nBottom; in PreparePane()
|
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | xiescher.hxx | 848 sal_uInt16 mnBottom; member in XclImpDropDownObj
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xiescher.cxx | 2716 mnBottom( 0 ), in XclImpDropDownObj() 2745 rStrm >> mnLeft >> mnTop >> mnRight >> mnBottom; in DoReadObj5()
|