Searched refs:nRubyHeight (Results 1 – 9 of 9) sorted by relevance
523 sal_Int32 nRubyHeight = pGridItem->GetRubyHeight() * 3; in DrawPage() local528 Size(nRubyHeight, aRect.GetHeight()) : in DrawPage()529 Size(aRect.GetWidth(), nRubyHeight)); in DrawPage()535 sal_Int32 nLineHeight = nBaseHeight + nRubyHeight; in DrawPage()559 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()1525 nAdjustment = ( pCurr->Height() - nRubyHeight - pPor->Height() ) / 2; in PaintMultiPortion()1528 nAdjustment = nRubyHeight - pPor->Height(); in PaintMultiPortion()1639 nOfst += nRubyHeight; in PaintMultiPortion()1644 nOfst += pCurr->Height() - nRubyHeight; in PaintMultiPortion()1873 sal_uInt16 nRubyHeight = 0; in BuildMultiPortion() local1879 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()
2184 nBaseHeight( 400 ), nRubyHeight( 200 ), eGridType( GRID_NONE ), in SwTextGridItem()2200 nRubyHeight == ((SwTextGridItem&)rAttr).GetRubyHeight() && in operator ==()2220 nRubyHeight = rCpy.GetRubyHeight(); in operator =()2266 rVal <<= (sal_Int32)TWIP_TO_MM100_UNSIGNED(nRubyHeight); in QueryValue()2417 nBaseHeight = nBaseHeight + nRubyHeight; in SwitchPaperMode()2418 nRubyHeight = 0; in SwitchPaperMode()2423 nRubyHeight = nBaseHeight/3; in SwitchPaperMode()2424 nBaseHeight = nBaseHeight - nRubyHeight; in SwitchPaperMode()2436 nRubyHeight = 200; in Init()2448 nRubyHeight = 0; in Init()
944 sal_Int32 nRubyHeight = m_nGridLinePitch - nCharWidth; in CloseSectionGroup() local945 if(nRubyHeight < 0 ) in CloseSectionGroup()946 nRubyHeight = 0; in CloseSectionGroup()947 … 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 83 milliseconds