Home
last modified time | relevance | path

Searched refs:nRemainingSpace (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/main/
H A DVLegend.cxx395 sal_Int32 nRemainingSpace = rRemainingSpace.Height - nSumHeight; in lcl_placeLegendEntries() local
397 if( nRemainingSpace < -100 ) // 1mm tolerance for OOXML interop tdf#90404 in lcl_placeLegendEntries()
431 if (nRemainingSpace >= 0) in lcl_placeLegendEntries()
462 nRemainingSpace = rRemainingSpace.Height - nSumHeight; in lcl_placeLegendEntries()
463 if (nRemainingSpace >= 0) in lcl_placeLegendEntries()
472 if( nRemainingSpace < nNormalSpacingHeight ) in lcl_placeLegendEntries()
475 nYPadding = nYOffset = nRemainingSpace/(nNumberOfRows+1); in lcl_placeLegendEntries()
490 nRemainingSpace = rRemainingSpace.Width - nSumWidth; in lcl_placeLegendEntries()
491 if( nRemainingSpace>=0 ) in lcl_placeLegendEntries()
494 if( nRemainingSpace < nNormalSpacingWidth ) in lcl_placeLegendEntries()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/main/
H A DVLegend.cxx395 sal_Int32 nRemainingSpace = rRemainingSpace.Height - nSumHeight; in lcl_placeLegendEntries() local
397 if( nRemainingSpace < -100 ) // 1mm tolerance for OOXML interop tdf#90404 in lcl_placeLegendEntries()
419 nRemainingSpace = rRemainingSpace.Height - nSumHeight; in lcl_placeLegendEntries()
420 if( nRemainingSpace>=0 ) in lcl_placeLegendEntries()
425 if( nRemainingSpace >= -100 ) // 1mm tolerance for OOXML interop tdf#90404 in lcl_placeLegendEntries()
428 if( nRemainingSpace < nNormalSpacingHeight ) in lcl_placeLegendEntries()
431 nYPadding = nYOffset = nRemainingSpace/(nNumberOfRows+1); in lcl_placeLegendEntries()
446 nRemainingSpace = rRemainingSpace.Width - nSumWidth; in lcl_placeLegendEntries()
447 if( nRemainingSpace>=0 ) in lcl_placeLegendEntries()
450 if( nRemainingSpace < nNormalSpacingWidth ) in lcl_placeLegendEntries()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Dimpedit3.cxx1518 tools::Long nRemainingSpace = nMaxLineWidth - aTextSize.Width(); in CreateLines() local
1520 if ( nRemainingSpace > 0 && (!bEOC || bDistLastLine) ) in CreateLines()
1521 ImpAdjustBlocks( &rParaPortion, pLine, nRemainingSpace ); in CreateLines()
2081 …tEngine::ImpAdjustBlocks( ParaPortion* pParaPortion, EditLine* pLine, tools::Long nRemainingSpace ) in ImpAdjustBlocks() argument
2083 DBG_ASSERT( nRemainingSpace > 0, "AdjustBlocks: Somewhat too little..." ); in ImpAdjustBlocks()
2085 if ( ( nRemainingSpace < 0 ) || pLine->IsEmpty() ) in ImpAdjustBlocks()
2156 nRemainingSpace += nBlankWidth; in ImpAdjustBlocks()
2162 const tools::Long nMore4Everyone = nRemainingSpace / nGaps; in ImpAdjustBlocks()
2163 tools::Long nSomeExtraSpace = nRemainingSpace - nMore4Everyone*nGaps; in ImpAdjustBlocks()
2199 pLine->SetTextWidth( pLine->GetTextWidth() + nRemainingSpace ); in ImpAdjustBlocks()
H A Dimpedit.hxx653 … ImpAdjustBlocks( ParaPortion* pParaPortion, EditLine* pLine, tools::Long nRemainingSpace );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Dimpedit3.cxx1518 long nRemainingSpace = nMaxLineWidth - aTextSize.Width(); in CreateLines() local
1520 if ( nRemainingSpace > 0 && (!bEOC || bDistLastLine) ) in CreateLines()
1521 ImpAdjustBlocks( pParaPortion, pLine, nRemainingSpace ); in CreateLines()
2080 … ImpEditEngine::ImpAdjustBlocks( ParaPortion* pParaPortion, EditLine* pLine, long nRemainingSpace ) in ImpAdjustBlocks() argument
2082 DBG_ASSERT( nRemainingSpace > 0, "AdjustBlocks: Somewhat too little..." ); in ImpAdjustBlocks()
2084 if ( ( nRemainingSpace < 0 ) || pLine->IsEmpty() ) in ImpAdjustBlocks()
2155 nRemainingSpace += nBlankWidth; in ImpAdjustBlocks()
2161 const long nMore4Everyone = nRemainingSpace / nGaps; in ImpAdjustBlocks()
2162 long nSomeExtraSpace = nRemainingSpace - nMore4Everyone*nGaps; in ImpAdjustBlocks()
2198 pLine->SetTextWidth( pLine->GetTextWidth() + nRemainingSpace ); in ImpAdjustBlocks()
H A Dimpedit.hxx592 … ImpAdjustBlocks( ParaPortion* pParaPortion, EditLine* pLine, long nRemainingSpace );