Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/main/editeng/source/editeng/
H A Deditdoc.cxx1366 sal_uInt16 nSepSize = aSep.Len(); in GetText() local
1368 if ( nSepSize ) in GetText()
1369 nLen += nNodes * nSepSize; in GetText()
1383 if ( nSepSize && ( nNode != nLastNode ) ) in GetText()
1385 memcpy( pCur, aSep.GetBuffer(), nSepSize*sizeof(sal_Unicode ) ); in GetText()
1386 pCur += nSepSize; in GetText()

Completed in 26 milliseconds