Searched refs:nItemSize (Results 1 – 12 of 12) sorted by relevance
/trunk/main/sd/source/filter/ppt/ |
H A D | propread.cxx | 103 sal_uInt32 i, nItemSize, nType, nItemPos; in Read() local 113 *this >> nItemSize; in Read() 119 if ( nItemSize ) in Read() 126 nItemSize >>= 1; in Read() 127 if ( nItemSize > 1 ) in Read() 130 for ( i = 0; i < nItemSize; i++ ) in Read() 143 if ( nItemSize > 1 ) in Read() 164 if ( nItemSize ) in Read() 169 for ( i = 0; i < nItemSize; i++ ) in Read() 173 if ( (sal_uInt16)nItemSize > 1 ) in Read() [all …]
|
/trunk/main/sw/source/filter/ww1/ |
H A D | w1class.cxx | 741 : p(0), nCountBytes(nInCountBytes), iMac(0), nItemSize(nInItemSize), in Ww1Plc() 756 sizeof(SVBT32)) / (sizeof(SVBT32) + nItemSize); in Ww1Plc() 757 DBG_ASSERT(iMac * ((sal_uInt16)sizeof(sal_uLong) + nItemSize) + in Ww1Plc() 792 nIndex * nItemSize; // Pointer auf Inhalts-Array in GetData() 958 nItemSize(_nItemSize), in Ww1Fkp() 981 nIndex * nItemSize; // beginn der strukturen in GetData()
|
H A D | w1class.hxx | 861 sal_uInt16 nItemSize; member in Ww1Plc 1061 sal_uInt16 nItemSize; member in Ww1Fkp
|
/trunk/main/svtools/source/control/ |
H A D | taskbox.cxx | 217 … long nItemSize = mpItemList->GetObject(0)->maImage.GetSizePixel().Width()+7+TASKBOX_TASKOFF+2; in ImplFormatTaskToolBox() local 218 nWinSize -= mpItemList->Count()*nItemSize; in ImplFormatTaskToolBox()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtww8.cxx | 128 sal_uInt8 nItemSize; member in WW8_WrFkp 1002 nItemSize( ( CHP == ePl ) ? 1 : ( bWrtWW8 ? 13 : 7 )), in WW8_WrFkp() 1033 sal_uInt8 nStart = pOfs[i * nItemSize]; in SearchSameSprm() 1057 sal_uInt8 nStart = *(pStart + (nIMax-1) * nItemSize); in CopyLastSprms() 1102 ? ( 13 == nItemSize // HACK: PAP und bWrtWW8 !! in Append() 1112 if( (sal_uInt16)nPos <= ( nIMax + 2U ) * 4U + ( nIMax + 1U ) * nItemSize ) in Append() 1124 pOfs[nIMax * nItemSize] = (sal_uInt8)( nStartGrp >> 1 ); in Append() 1137 pOfs[nIMax * nItemSize] = nOldP; in Append() 1148 memcpy( pFkp + ( nIMax + 1 ) * 4, pOfs, nIMax * nItemSize ); in Combine() 1189 sal_uInt8 nStart = pOfs[ (nIMax-1) * nItemSize ]; in MergeToNew() [all …]
|
H A D | ww8scan.hxx | 500 long nItemSize; // entweder 1 Byte oder ein komplettes BX member in WW8PLCFx_Fc_FKP::WW8Fkp
|
H A D | ww8scan.cxx | 2659 : nItemSize(nItemSiz), nFilePos(_nFilePos), mnIdx(0), ePLCF(ePl), in WW8Fkp() 2674 unsigned int nOfs = (*(pOfs + mnIdx * nItemSize)) * 2; in WW8Fkp()
|
/trunk/main/svtools/source/contnr/ |
H A D | templwin.cxx | 1412 long nItemSize = aSplitWin.GetItemSize( ICONWIN_ID ); in Resize() local 1416 aPos.X() = nItemSize + nSplitterWidth / 2; in Resize() 1422 nItemSize = nWidth * aSplitWin.GetItemSize( FILEWIN_ID ) / 100; in Resize() 1427 aSize.Width() = nItemSize; in Resize() 1431 aSize.Width() = nWidth - nItemSize; in Resize()
|
H A D | svimpbox.cxx | 3448 long nItemSize = pItem->GetSize(pView,pEntry).Width(); in SetMostRight() local 3449 long nOffset = pTab->CalcOffset( nItemSize, nTabWidth ); in SetMostRight() 3451 long nRight = nTabPos + nOffset + nItemSize; in SetMostRight()
|
/trunk/main/sw/source/filter/ww8/dump/ |
H A D | dump8a.cxx | 944 void DumpFkp( sal_uInt8 nVersion, long nPos, short nItemSize, ePLCFT ePlc ) in DumpFkp() argument 969 xStrm->Seek( nStartOfs + i * nItemSize ); in DumpFkp()
|
H A D | ww8scan.hxx | 390 long nItemSize; // entweder 1 Byte oder ein komplettes BX member in WW8PLCFx_Fc_FKP::WW8Fkp
|
H A D | ww8scan.cxx | 2389 : nItemSize(nItemSiz), nFilePos(_nFilePos), nIdx(0), ePLCF(ePl), in WW8Fkp() 2404 sal_uInt16 nOfs = (*(pOfs + nIdx * nItemSize)) * 2; in WW8Fkp()
|
Completed in 159 milliseconds