Home
last modified time | relevance | path

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

/trunk/main/svx/source/table/
H A Dcellcursor.cxx93 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 …]
H A Dcellrange.cxx50 , mnBottom(nBottom) in CellRange()
81 return mnBottom; in getBottom()
110 const sal_Int32 nMaxRows = (mnBottom == -1) ? mxTable->getRowCount() : mnBottom; in getCellRangeByPosition()
H A Dcellrange.hxx63 sal_Int32 mnBottom; member in sdr::table::CellRange
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderPainter.cxx67 sal_Int32 mnBottom; member in sdext::presenter::__anonf14fb8da0111::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 DPresenterTheme.cxx62 mnBottom(mnInvalidValue) {} in BorderSize()
67 sal_Int32 mnBottom; member in sdext::presenter::__anon954a9b180111::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 DPresenterPaneBorderManager.cxx149 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 DPresenterPaneAnimator.cxx184 double mnBottom; member in sdext::presenter::__anonb105ea440111::PaneDescriptor
1245 mnBottom(rpDescriptor->mnBottom) in PaneDescriptor()
1257 mpPaneDescriptor->mnBottom = mnBottom; in Restore()
H A DPresenterWindowManager.cxx312 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 DPresenterPaneContainer.hxx103 double mnBottom; member in sdext::presenter::PresenterPaneContainer::PaneDescriptor
H A DPresenterPaneContainer.cxx107 pDescriptor->mnBottom = nBottom; in PreparePane()
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx848 sal_uInt16 mnBottom; member in XclImpDropDownObj
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx2716 mnBottom( 0 ), in XclImpDropDownObj()
2745 rStrm >> mnLeft >> mnTop >> mnRight >> mnBottom; in DoReadObj5()

Completed in 67 milliseconds