Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx904 DBG_ASSERT(nIndex >= 0 && nIndex < nSquares ," Check Index"); in IndexToPoint()
955 nSquares = nLines * nLines; in SvxPixelCtl()
956 pPixel = new sal_uInt16[ nSquares ]; in SvxPixelCtl()
957 rtl_zeroMemory(pPixel, nSquares * sizeof(sal_uInt16)); in SvxPixelCtl()
1229 for(sal_uInt16 i(0); i < nSquares; i++) in SetXBitmap()
1267 rtl_zeroMemory(pPixel, nSquares * sizeof(sal_uInt16)); in Reset()
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx210 sal_uInt16 nLines, nSquares; member in SvxPixelCtl
248 long GetSquares() const { return nSquares ; } in GetSquares()

Completed in 25 milliseconds