/trunk/main/toolkit/source/layout/core/ |
H A D | flow.cxx | 128 long nRowWidth = 0, nRowHeight = 0; in calculateSize() local 141 nNeedHeight += nRowHeight; in calculateSize() 142 nRowHeight = 0; in calculateSize() 144 nRowHeight = SAL_MAX( nRowHeight, aChildSize.Height ); in calculateSize() 147 nNeedHeight += nRowHeight; in calculateSize() 179 long nX = 0, nY = 0, nRowHeight = 0; in allocateArea() local 193 nY += nRowHeight; in allocateArea() 194 nRowHeight = 0; in allocateArea() 196 nRowHeight = SAL_MAX( nRowHeight, aChildSize.Height ); in allocateArea()
|
/trunk/main/svtools/source/dialogs/ |
H A D | property.cxx | 776 if(nRowHeight!=0) in CalcVisibleLines() 777 nResult=(sal_uInt16) aSize.Height()/nRowHeight; in CalcVisibleLines() 812 aSize.Height()=nRowHeight; in UpdatePosNSize() 825 aSize.Height()=nRowHeight; in UpdatePosNSize() 832 aPos.Y()+=nRowHeight; in UpdatePosNSize() 854 aPos.Y()=(nLines+1-nDelta)*nRowHeight; in UpdatePlayGround() 860 aPEnd.Y()=(nThumbPos-nDelta)*nRowHeight;; in UpdatePlayGround() 863 aSize.Height()=nRowHeight; in UpdatePlayGround() 865 nDelta=-nDelta*nRowHeight; in UpdatePlayGround() 874 aPos.Y()+=nRowHeight; in UpdatePlayGround() [all …]
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | ConnectionLine.cxx | 81 const long nRowHeight = pListBox->GetEntryHeight(); in GetTextPos() local 82 aReturn.Top() = _aConnPos.Y() - nRowHeight; in GetTextPos() 83 aReturn.Bottom() = aReturn.Top() + nRowHeight; in GetTextPos() 111 const long nRowHeight = pListBox->GetEntryHeight(); in calcPointsYValue() local 118 _rNewConPos.Y() += (long)( 0.5 * nRowHeight ); in calcPointsYValue() 121 _rNewConPos.Y() -= (long)( 0.5 * nRowHeight ); in calcPointsYValue()
|
/trunk/main/sc/source/ui/view/ |
H A D | output.cxx | 807 long nRowHeight = pThisRowInfo->nHeight; in DrawBackground() local 907 nPosY += nRowHeight; in DrawBackground() 943 long nRowHeight = pThisRowInfo->nHeight; in DrawExtraShadow() local 995 if (nSizeY >= nRowHeight) nSizeY = nRowHeight-1; in DrawExtraShadow() 1058 nPosY += nRowHeight; in DrawExtraShadow() 1087 long nRowHeight = pThisRowInfo->nHeight; in DrawClear() local 1100 Size( nScrW+1-nOneX, nRowHeight+1-nOneY) ); in DrawClear() 1105 nPosY += nRowHeight; in DrawClear() 1437 long nRowHeight = rThisRowInfo.nHeight; in DrawRotatedFrame() local 1489 long nBottom = nPosY + nRowHeight - 1; in DrawRotatedFrame() [all …]
|
/trunk/main/sc/source/filter/excel/ |
H A D | impop.cxx | 406 sal_uInt16 nRow, nRowHeight; in Row25() local 413 aIn >> nRowHeight; // direkt in Twips angegeben in Row25() 418 pColRowBuff->SetHeight( nRow, nRowHeight ); in Row25() 431 pColRowBuff->SetRowSettings( nRow, nRowHeight, nGrbit ); in Row25() 951 sal_uInt16 nRow, nRowHeight, nGrbit, nXF; in Row34() local 960 aIn >> nRowHeight; // direkt in Twips angegeben in Row34() 969 pColRowBuff->SetRowSettings( nScRow, nRowHeight, nGrbit ); in Row34()
|
/trunk/main/svtools/source/uno/ |
H A D | unocontroltablemodel.cxx | 91 TableMetrics nRowHeight; member 118 ,nRowHeight ( 10 ) in UnoControlTableModel_Impl() 381 return m_pImpl->nRowHeight; in getRowHeight() 388 if ( m_pImpl->nRowHeight == _nRowHeight ) in setRowHeight() 391 m_pImpl->nRowHeight = _nRowHeight; in setRowHeight()
|
/trunk/main/svx/source/table/ |
H A D | tablertfexporter.cxx | 142 sal_Int32 nRowHeight = 0; in WriteRow() local 143 xRowSet->getPropertyValue( msSize ) >>= nRowHeight; in WriteRow() 146 mrStrm << OOO_STRING_SVTOOLS_RTF_TRRH << ByteString::CreateFromInt32( nRowHeight ).GetBuffer(); in WriteRow()
|
H A D | tablelayouter.cxx | 744 sal_Int32 nRowHeight = 0; in LayoutTableHeight() local 755 xRowSet->getPropertyValue( msSize ) >>= nRowHeight; in LayoutTableHeight() 758 maRows[nRow].mnSize = nRowHeight; in LayoutTableHeight()
|
H A D | svdotable.cxx | 2402 const sal_Int32 nRowHeight = (nRow == nRowCount) ? 0 : rLayouter.getRowHeight(nRow); in AddToHdlList() local 2409 if( nRowHeight > 0 ) in AddToHdlList() 2412 …aColEdges[nCol]->SetEdge( nRow, nY, nY + nRowHeight, (rLayouter.getBorderLine( nCol, nRow, false )… in AddToHdlList() 2424 nY += nRowHeight; in AddToHdlList()
|
/trunk/main/sw/source/ui/table/ |
H A D | tautofmt.cxx | 91 long nRowHeight; member in AutoFmtPreview 592 nRowHeight ( (aPrvSize.Height() - 4) / 5 ), in IMPL_LINK_INLINE_END() 821 aPos.Y() += (nRowHeight - (sal_uInt16)aStrSize.Height()) / 2; in DrawString() 941 maArray.SetAllRowHeights( nRowHeight ); in CalcCellArray()
|
/trunk/main/sc/source/filter/rtf/ |
H A D | eeimpars.cxx | 509 long nRowHeight = (long) mpRowHeights->Get( nR ); in GraphicSize() local 510 if ( nHeight > nRowHeight ) in GraphicSize() 512 if ( nRowHeight ) in GraphicSize()
|
/trunk/main/svtools/source/table/ |
H A D | tablecontrol_impl.cxx | 363 TableMetrics nRowHeight = m_pModel->getRowHeight(); in impl_checkInvariants() local 364 nRowHeight = m_rAntiImpl.LogicToPixel( Size( 0, nRowHeight ), MAP_APPFONT).Height(); in impl_checkInvariants() 365 if ( nRowHeight != m_nRowHeightPixel ) in impl_checkInvariants()
|
/trunk/main/sd/source/ui/slidesorter/view/ |
H A D | SlsLayouter.cxx | 1186 const sal_Int32 nRowHeight (maPageObjectSize.Height() + mnVerticalGap); in CalculateVerticalLogicalInsertPosition() local 1187 const sal_Int32 nRow (::std::min(mnPageCount, nY / nRowHeight)); in CalculateVerticalLogicalInsertPosition()
|
/trunk/main/svtools/source/inc/ |
H A D | property.hxx | 377 sal_uInt16 nRowHeight; member in SvListBoxForProperties
|
/trunk/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 1703 sal_uInt16 nRowHeight = pTopRow->GetHeight(); in MakeTableLine() local 1726 if( nTopRow==nBottomRow-1 && (nRowHeight || pBGBrushItem) ) in MakeTableLine() 1731 if( nRowHeight ) in MakeTableLine() 1737 nRowHeight += GetTopCellSpace( nTopRow, 1, sal_False ) + in MakeTableLine() 1740 pFrmFmt->SetFmtAttr( SwFmtFrmSize( ATT_MIN_SIZE, 0, nRowHeight ) ); in MakeTableLine()
|