Searched refs:bLimitToPageSize (Results 1 – 2 of 2) sorted by relevance
586 void ScTransferObj::InitDocShell(bool bLimitToPageSize) in InitDocShell() argument708 if ( bLimitToPageSize && nSizeX+nAdd > aPaperSize.Width() && nSizeX ) // above limit? in InitDocShell()715 if ( bLimitToPageSize && nSizeY+nAdd > aPaperSize.Height() && nSizeY ) // above limit? in InitDocShell()
67 void InitDocShell(bool bLimitToPageSize);
Completed in 19 milliseconds