Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/frmdlg/
H A Dcolex.cxx523 sal_Int32 nRubyHeight = pGridItem->GetRubyHeight() * 3; in DrawPage() local
528 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()
/aoo4110/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()
/aoo4110/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()
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() local
1879 nRubyHeight = pGrid->GetRubyHeight(); in BuildMultiPortion()
H A Ditrcrsr.cxx766 const sal_uInt16 nRubyHeight = bHasGrid ? in _GetCharRect() local
779 nOffset = nRubyHeight; in _GetCharRect()
802 pCurr->Height( pOldCurr->Height() - nRubyHeight ); in _GetCharRect()
804 nRubyHeight ); in _GetCharRect()
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()
/aoo4110/main/sw/source/core/layout/
H A Datrfrm.cxx2184 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()
/aoo4110/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx944 sal_Int32 nRubyHeight = m_nGridLinePitch - nCharWidth; in CloseSectionGroup() local
945 if(nRubyHeight < 0 ) in CloseSectionGroup()
946 nRubyHeight = 0; in CloseSectionGroup()
947 … operator[]( PropertyDefinition( PROP_GRID_RUBY_HEIGHT, false )) = uno::makeAny( nRubyHeight ); in CloseSectionGroup()
/aoo4110/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 94 milliseconds