Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dbtndlg.cxx155 long nSepSize = 0; in ImplGetButtonSize() local
161 nSepSize += nLastSepSize; in ImplGetButtonSize()
172 nSepSize += pItem->mnSepSize; in ImplGetButtonSize()
185 mnButtonSize = nSepSize + (nButtonCount*maCtrlSize.Width()); in ImplGetButtonSize()
187 mnButtonSize = nSepSize + (nButtonCount*maCtrlSize.Height()); in ImplGetButtonSize()
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx1364 sal_uInt16 nSepSize = aSep.Len(); in GetText() local
1366 if ( nSepSize ) in GetText()
1367 nLen += nNodes * nSepSize; in GetText()
1381 if ( nSepSize && ( nNode != nLastNode ) ) in GetText()
1383 memcpy( pCur, aSep.GetBuffer(), nSepSize*sizeof(sal_Unicode ) ); in GetText()
1384 pCur += nSepSize; in GetText()

Completed in 14 milliseconds