Searched refs:mnBottom (Results 1 – 12 of 12) sorted by relevance
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()297 for( nRow = mnTop; nRow <= mnBottom; ++nRow ) in split_column()345 if( (nRow >= mnTop) && (nRow <= mnBottom) ) in split_column()433 mnBottom += nNewRows; in split_row()516 for( sal_Int32 nRow = mnBottom; nRow >= mnTop; --nRow ) in split_vertical()[all …]
50 , mnBottom(nBottom) in CellRange()81 return mnBottom; in getBottom()110 const sal_Int32 nMaxRows = (mnBottom == -1) ? mxTable->getRowCount() : mnBottom; in getCellRangeByPosition()
63 sal_Int32 mnBottom; member in sdr::table::CellRange
67 sal_Int32 mnBottom; member in sdext::presenter::__anon2602cbc20111::BorderSize880 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()
62 mnBottom(mnInvalidValue) {} in BorderSize()67 sal_Int32 mnBottom; member in sdext::presenter::__anon7bfc12000111::BorderSize75 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()
149 const static sal_Int32 mnBottom = 0x40; variable196 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()
184 double mnBottom; member in sdext::presenter::__anon7a5f8c2c0111::PaneDescriptor1245 mnBottom(rpDescriptor->mnBottom) in PaneDescriptor()1257 mpPaneDescriptor->mnBottom = mnBottom; in Restore()
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()
103 double mnBottom; member in sdext::presenter::PresenterPaneContainer::PaneDescriptor
107 pDescriptor->mnBottom = nBottom; in PreparePane()
848 sal_uInt16 mnBottom; member in XclImpDropDownObj
2716 mnBottom( 0 ), in XclImpDropDownObj()2745 rStrm >> mnLeft >> mnTop >> mnRight >> mnBottom; in DoReadObj5()
Completed in 86 milliseconds