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.cxx2744 bool SwChartDataSequence::ExtendTo( bool bExtendCol, in ExtendTo() argument
2780 if (bExtendCol && aDesc.nBottom + 1 == nFirstNew) in ExtendTo()
2789 else if (bExtendCol && aDesc.nTop - nCount == nFirstNew) in ExtendTo()
2798 else if (!bExtendCol && aDesc.nRight + 1 == nFirstNew) in ExtendTo()
2807 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 );