Searched refs:nSepSize (Results 1 – 2 of 2) sorted by relevance
155 long nSepSize = 0; in ImplGetButtonSize() local161 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()
1364 sal_uInt16 nSepSize = aSep.Len(); in GetText() local1366 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 38 milliseconds