Home
last modified time | relevance | path

Searched refs:bExtendCol (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx2791 bool SwChartDataSequence::ExtendTo( bool bExtendCol, in ExtendTo() argument
2827 if (bExtendCol && aDesc.nBottom + 1 == nFirstNew) in ExtendTo()
2836 else if (bExtendCol && aDesc.nTop - nCount == nFirstNew) in ExtendTo()
2845 else if (!bExtendCol && aDesc.nRight + 1 == nFirstNew) in ExtendTo()
2854 else if (!bExtendCol && aDesc.nLeft - nCount == nFirstNew) in ExtendTo()
/trunk/main/sw/inc/
H A Dunochart.hxx355 bool ExtendTo( bool bExtendCol, sal_Int32 nFirstNew, sal_Int32 nCount );

Completed in 46 milliseconds