Searched refs:nRubyHeight (Results 1 – 9 of 9) sorted by relevance
546 sal_Int32 nRubyHeight = pGridItem->GetRubyHeight() * 3; in DrawPage() local551 Size(nRubyHeight, aRect.GetHeight()) : in DrawPage()552 Size(aRect.GetWidth(), nRubyHeight)); in DrawPage()558 sal_Int32 nLineHeight = nBaseHeight + nRubyHeight; in DrawPage()582 m_bVertical ? aCharRect.Move(nRubyHeight, 0) : aCharRect.Move(0, nRubyHeight); in DrawPage()
40 sal_uInt16 nBaseHeight, nRubyHeight; member in SwTextGridItem76 sal_uInt16 GetRubyHeight() const { return nRubyHeight; } in GetRubyHeight()77 void SetRubyHeight( sal_uInt16 nNew ) { nRubyHeight = nNew; } in SetRubyHeight()
320 const sal_uInt16 nRubyHeight = pGrid->GetRubyHeight(); in AdjustBaseLine() local340 const sal_uInt16 nLineNetto = rLine.Height() - nRubyHeight; in AdjustBaseLine()346 nOfst = nOfst + nRubyHeight; in AdjustBaseLine()
1366 sal_uInt16 nRubyHeight = 0; in PaintMultiPortion() local1372 nRubyHeight = pGrid->GetRubyHeight(); in PaintMultiPortion()1524 nAdjustment = ( pCurr->Height() - nRubyHeight - pPor->Height() ) / 2; in PaintMultiPortion()1527 nAdjustment = nRubyHeight - pPor->Height(); in PaintMultiPortion()1638 nOfst += nRubyHeight; in PaintMultiPortion()1643 nOfst += pCurr->Height() - nRubyHeight; in PaintMultiPortion()1872 sal_uInt16 nRubyHeight = 0; in BuildMultiPortion() local1878 nRubyHeight = pGrid->GetRubyHeight(); in BuildMultiPortion()
1706 const sal_uInt16 nRubyHeight = pGrid->GetRubyHeight(); in CalcRealHeight() local1709 nLineHeight = nGridWidth + nRubyHeight; in CalcRealHeight()1717 ( nLineHeight - pCurr->Height() + nRubyHeight ) / 2 : in CalcRealHeight()1718 ( nLineHeight - pCurr->Height() - nRubyHeight ) / 2 ); in CalcRealHeight()
770 const sal_uInt16 nRubyHeight = bHasGrid ? in _GetCharRect() local783 nOffset = nRubyHeight; in _GetCharRect()806 pCurr->Height( pOldCurr->Height() - nRubyHeight ); in _GetCharRect()808 nRubyHeight ); in _GetCharRect()
2192 , nRubyHeight( 200 ) in SwTextGridItem()2213 nRubyHeight == ((SwTextGridItem&)rAttr).GetRubyHeight() && in operator ==()2233 nRubyHeight = rCpy.GetRubyHeight(); in operator =()2279 rVal <<= (sal_Int32)TWIP_TO_MM100_UNSIGNED(nRubyHeight); in QueryValue()2430 nBaseHeight = nBaseHeight + nRubyHeight; in SwitchPaperMode()2431 nRubyHeight = 0; in SwitchPaperMode()2436 nRubyHeight = nBaseHeight/3; in SwitchPaperMode()2437 nBaseHeight = nBaseHeight - nRubyHeight; in SwitchPaperMode()2449 nRubyHeight = 200; in Init()2461 nRubyHeight = 0; in Init()
950 sal_Int32 nRubyHeight = m_nGridLinePitch - nCharWidth; in CloseSectionGroup() local951 if(nRubyHeight < 0 ) in CloseSectionGroup()952 nRubyHeight = 0; in CloseSectionGroup()953 … operator[]( PropertyDefinition( PROP_GRID_RUBY_HEIGHT, false )) = uno::makeAny( nRubyHeight ); in CloseSectionGroup()
328 sal_Int32 nRubyHeight = 0; in SetDocumentGrid() local329 aGrid.SetRubyHeight(writer_cast<sal_uInt16>(nRubyHeight)); in SetDocumentGrid()
Completed in 149 milliseconds