/aoo42x/main/svx/source/table/ |
H A D | cellcursor.cxx | 92 mnRight = mnLeft; in gotoStart() 100 mnLeft = mnRight; in gotoEnd() 129 mnLeft = mnRight; in gotoNext() 139 if( mnLeft > 0 ) in gotoPrevious() 141 --mnLeft; in gotoPrevious() 146 mnLeft = mxTable->getColumnCount() - 1; in gotoPrevious() 150 mnRight = mnLeft; in gotoPrevious() 162 mnRight = mnLeft = nLeft; in gotoOffset() 178 rStart.mnCol = mnLeft; rStart.mnRow = mnTop; in GetMergedSelection() 413 for( nCol = mnLeft; nCol <= mnRight; ++nCol ) in split_row() [all …]
|
H A D | cellrange.cxx | 47 , mnLeft(nLeft) in CellRange() 66 return mnLeft; in getLeft() 95 return mxTable->getCellByPosition( mnLeft + nColumn, mnTop + nRow ); in getCellByPosition() 104 nLeft += mnLeft; in getCellRangeByPosition() 106 nRight += mnLeft; in getCellRangeByPosition() 109 const sal_Int32 nMaxColumns = (mnRight == -1) ? mxTable->getColumnCount() : mnLeft; in getCellRangeByPosition()
|
H A D | cellrange.hxx | 60 sal_Int32 mnLeft; member in sdr::table::CellRange
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterPaneBorderPainter.cxx | 64 sal_Int32 mnLeft; member in sdext::presenter::__anon86247b430111::BorderSize 877 : mnLeft(0), in BorderSize() 888 : mnLeft(rBorderSize.mnLeft), in BorderSize() 902 mnLeft = rBorderSize.mnLeft; in operator =() 975 maInnerBorderSize.mnLeft = aInnerBorder[0]; in RendererPaneStyle() 982 maOuterBorderSize.mnLeft = aOuterBorder[0]; in RendererPaneStyle() 1020 rBox.X - pBorderSize->mnLeft, in AddBorder() 1022 rBox.Width + pBorderSize->mnLeft + pBorderSize->mnRight, in AddBorder() 1049 rBox.X + pBorderSize->mnLeft, in RemoveBorder() 1051 rBox.Width - pBorderSize->mnLeft - pBorderSize->mnRight, in RemoveBorder() [all …]
|
H A D | PresenterTheme.cxx | 59 BorderSize (void) : mnLeft(mnInvalidValue), in BorderSize() 64 sal_Int32 mnLeft; member in sdext::presenter::__anon7f15b8010111::BorderSize 72 aSequence[0] = mnLeft == mnInvalidValue ? 0 : mnLeft; in ToVector() 82 if (mnLeft == mnInvalidValue) in Merge() 83 mnLeft = rBorderSize.mnLeft; in Merge() 990 GetByName(rxNode, A2S("Left")) >>= aBorderSize.mnLeft; in ReadBorderSize() 1133 if (rThisBorderSize.mnLeft >= 0) in UpdateBorderSize() 1134 rBorderSize.mnLeft = rThisBorderSize.mnLeft; in UpdateBorderSize()
|
H A D | PresenterPaneBorderManager.cxx | 144 const static sal_Int32 mnLeft = 0x01; variable 177 nCode = mnLeft; in ClassifyBorderElementUnderMouse() 204 case mnOutside | mnLeft: in ClassifyBorderElementUnderMouse() 216 case mnTop | mnLeft: in ClassifyBorderElementUnderMouse() 225 case mnBottom | mnLeft: in ClassifyBorderElementUnderMouse() 234 case mnVerticalCenter | mnLeft: in ClassifyBorderElementUnderMouse()
|
H A D | PresenterPaneAnimator.cxx | 181 double mnLeft; member in sdext::presenter::__anon83a4470d0111::PaneDescriptor 1242 mnLeft(rpDescriptor->mnLeft), in PaneDescriptor() 1254 mpPaneDescriptor->mnLeft = mnLeft; in Restore()
|
H A D | PresenterWindowManager.cxx | 309 pDescriptor->mnLeft = nRelativeX; in SetPanePosSizeRelative() 335 pDescriptor->mnLeft = nX / aParentBox.Width; in SetPanePosSizeAbsolute() 1200 const sal_Int32 nX = (sal_Int32)(pDescriptor->mnLeft * aBox.Width); in LayoutUnknownMode() 1229 pDescriptor->mnLeft = double(aBorderBox.X) / nWidth; in UpdateWindowSize()
|
H A D | PresenterPaneContainer.hxx | 100 double mnLeft; member in sdext::presenter::PresenterPaneContainer::PaneDescriptor
|
H A D | PresenterPaneContainer.cxx | 104 pDescriptor->mnLeft = nLeft; in PreparePane()
|
/aoo42x/main/vcl/source/window/ |
H A D | splitwin.cxx | 54 long mnLeft; member 786 pItems[i].mnLeft = nSetLeft; in ImplCalcSet() 793 pItems[i].mnLeft = nPos; in ImplCalcSet() 834 pItems[i].mnLeft, pItems[i].mnTop, in ImplCalcSet() 891 aRect.Left() = pItems[i].mnLeft; in ImplCalcSet2() 907 aRect.Left() = pItems[i].mnLeft; in ImplCalcSet2() 925 aRect.Left() = pItems[i].mnLeft; in ImplCalcSet2() 1106 nTop = pItems[i].mnLeft; in ImplDrawSplit() 1107 nBottom = pItems[i].mnLeft+pItems[i].mnWidth-1; in ImplDrawSplit() 1209 nTop = pItems[i].mnLeft; in ImplTestSplit() [all …]
|
/aoo42x/main/vcl/source/control/ |
H A D | ilstbox.cxx | 530 mnLeft = 0; in ImplListBoxWindow() 628 mnLeft = 0; in Clear() 1816 aRect.Left() -= mnLeft; in ImplPaint() 1857 aPtImg.X() = mnMaxWidth + mnBorder - aImgSz.Width() - mnLeft; in DrawEntry() 1901 Rectangle aTextRect( Point( mnBorder - mnLeft, nY ), in DrawEntry() 1917 aTextRect.Left() = nMaxWidth + mnBorder - GetTextWidth( aStr ) - mnLeft; in DrawEntry() 2119 ScrollHorz( n - mnLeft ); in SetLeftIndent() 2130 if( ( mnMaxWidth - mnLeft + n ) > nWidth ) in ScrollHorz() 2135 if( mnLeft ) in ScrollHorz() 2138 nDiff = - ( ( mnLeft > nAbs ) ? nAbs : mnLeft ); in ScrollHorz() [all …]
|
/aoo42x/main/vcl/inc/ |
H A D | ilstbox.hxx | 219 long mnLeft; // Ausgabe ab Spalte member in ImplListBoxWindow 318 long GetLeftIndent() const { return mnLeft; } in GetLeftIndent()
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | msocximex.hxx | 78 sal_Int32 mnLeft; member in TypeName 225 …OCX_Control(UniString sN, OCX_Control* parent = NULL ) : nWidth( 0 ), nHeight( 0 ), mnLeft(0), mnT… in OCX_Control() 277 sal_Int32 mnLeft; member in OCX_Control
|
/aoo42x/main/filter/source/msfilter/ |
H A D | msocximex.cxx | 1180 aTmp <<= sal_Int32((mnLeft * 2) / 100); in Import() 3392 : msName(lclCreateOUString(pName, nLen)), mnType(nType), mnLeft(nLeft), in TypeName() 3599 pControl->mnLeft = rec.nLeft + mnLeft; in ProcessControl() 3696 pPage->mnLeft = mnLeft; in ProcessControl()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xiescher.hxx | 845 sal_uInt16 mnLeft; member in XclImpDropDownObj
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xiescher.cxx | 2713 mnLeft( 0 ), in XclImpDropDownObj() 2745 rStrm >> mnLeft >> mnTop >> mnRight >> mnBottom; in DoReadObj5()
|