Home
last modified time | relevance | path

Searched refs:nRubyHeight (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx546 sal_Int32 nRubyHeight = pGridItem->GetRubyHeight() * 3; in DrawPage() local
551 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()
/trunk/main/sw/inc/
H A Dtgrditem.hxx40 sal_uInt16 nBaseHeight, nRubyHeight; member in SwTextGridItem
76 sal_uInt16 GetRubyHeight() const { return nRubyHeight; } in GetRubyHeight()
77 void SetRubyHeight( sal_uInt16 nNew ) { nRubyHeight = nNew; } in SetRubyHeight()
/trunk/main/sw/source/core/text/
H A Ditrtxt.cxx320 const sal_uInt16 nRubyHeight = pGrid->GetRubyHeight(); in AdjustBaseLine() local
340 const sal_uInt16 nLineNetto = rLine.Height() - nRubyHeight; in AdjustBaseLine()
346 nOfst = nOfst + nRubyHeight; in AdjustBaseLine()
H A Dpormulti.cxx1366 sal_uInt16 nRubyHeight = 0; in PaintMultiPortion() local
1372 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() local
1878 nRubyHeight = pGrid->GetRubyHeight(); in BuildMultiPortion()
H A Ditrform2.cxx1706 const sal_uInt16 nRubyHeight = pGrid->GetRubyHeight(); in CalcRealHeight() local
1709 nLineHeight = nGridWidth + nRubyHeight; in CalcRealHeight()
1717 ( nLineHeight - pCurr->Height() + nRubyHeight ) / 2 : in CalcRealHeight()
1718 ( nLineHeight - pCurr->Height() - nRubyHeight ) / 2 ); in CalcRealHeight()
H A Ditrcrsr.cxx770 const sal_uInt16 nRubyHeight = bHasGrid ? in _GetCharRect() local
783 nOffset = nRubyHeight; in _GetCharRect()
806 pCurr->Height( pOldCurr->Height() - nRubyHeight ); in _GetCharRect()
808 nRubyHeight ); in _GetCharRect()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx2192 , 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()
/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx950 sal_Int32 nRubyHeight = m_nGridLinePitch - nCharWidth; in CloseSectionGroup() local
951 if(nRubyHeight < 0 ) in CloseSectionGroup()
952 nRubyHeight = 0; in CloseSectionGroup()
953 … operator[]( PropertyDefinition( PROP_GRID_RUBY_HEIGHT, false )) = uno::makeAny( nRubyHeight ); in CloseSectionGroup()
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx328 sal_Int32 nRubyHeight = 0; in SetDocumentGrid() local
329 aGrid.SetRubyHeight(writer_cast<sal_uInt16>(nRubyHeight)); in SetDocumentGrid()

Completed in 96 milliseconds