Searched refs:bExtendCol (Results 1 – 2 of 2) sorted by relevance
2791 bool SwChartDataSequence::ExtendTo( bool bExtendCol, in ExtendTo() argument2827 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()
355 bool ExtendTo( bool bExtendCol, sal_Int32 nFirstNew, sal_Int32 nCount );
Completed in 43 milliseconds