Home
last modified time | relevance | path

Searched refs:nTotalSize (Results 1 – 15 of 15) sorted by relevance

/trunk/main/svtools/source/misc/
H A Dimap3.cxx51 nTotalSize = nCompatPos + 4; in IMapCompat()
57 nTotalSize = nTotalSizeTmp; in IMapCompat()
79 *pRWStm << (sal_uInt32) ( nEndPos - nTotalSize ); in ~IMapCompat()
86 if ( nTotalSize > nReadSize ) in ~IMapCompat()
87 pRWStm->SeekRel( nTotalSize - nReadSize ); in ~IMapCompat()
/trunk/main/oox/source/xls/
H A Dbiffoutputstream.cxx161 sal_uInt16 BiffOutputStream::prepareWriteBlock( sal_Int32 nTotalSize, size_t nAtomSize ) in prepareWriteBlock() argument
172 if( nTotalSize <= nPortionLeft ) in prepareWriteBlock()
176 mnPortionPos = static_cast< sal_uInt8 >( (mnPortionPos + nTotalSize) % mnPortionSize ); in prepareWriteBlock()
193 return getLimitedValue< sal_uInt16, sal_Int32 >( nTotalSize, 0, nRecLeft ); in prepareWriteBlock()
199 return prepareWriteBlock( nTotalSize, nAtomSize ); in prepareWriteBlock()
H A Ddefnamesbuffer.cxx357 sal_Int32 nTotalSize = 8 + nFmlaSize + nAddDataSize; in importDefinedName() local
360 rStrm.readData( *mxFormula, nTotalSize ); in importDefinedName()
/trunk/main/comphelper/source/xml/
H A Dattributelist.cxx161 sal_Int32 nTotalSize = m_pImpl->vecAttribute.size() + nMax; in AppendAttributeList() local
162 m_pImpl->vecAttribute.reserve( nTotalSize ); in AppendAttributeList()
171 VOS_ENSURE( nTotalSize == getLength(), "nTotalSize != getLength()"); in AppendAttributeList()
/trunk/main/xmloff/source/core/
H A Dattrlist.cxx203 SvXMLAttributeList_Impl::size_type nTotalSize = in AppendAttributeList() local
205 m_pImpl->vecAttribute.reserve( nTotalSize ); in AppendAttributeList()
219 OSL_ASSERT( nTotalSize == (SvXMLAttributeList_Impl::size_type)getLength()); in AppendAttributeList()
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx2030 sal_Size nTotalSize = aStream.Tell(); in WriteEmbeddedEMF() local
2031 if( nTotalSize > SAL_MAX_UINT32 ) in WriteEmbeddedEMF()
2034 sal_uInt32 nRemainingSize = static_cast< sal_uInt32 >( nTotalSize ); in WriteEmbeddedEMF()
2035 sal_uInt32 nRecCounts = ( (nTotalSize - 1) / 0x2000 ) + 1; in WriteEmbeddedEMF()
2040 while( nPos + 1 < nTotalSize ) in WriteEmbeddedEMF()
2066 nTotalSize, in WriteEmbeddedEMF()
2077 sal_uInt32 nTotalSize, sal_uInt32 nRecCounts, sal_uInt16 nCheckSum ) in WriteEMFRecord() argument
2091 << nTotalSize; // total size of EMF stream in WriteEMFRecord()
H A Dwmfwr.hxx212 sal_uInt32 nTotalSize,
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1956 ByteCount nTotalSize = nFdirSize; in GetRawFontData() local
1957 nTotalSize += nHeadSize + nMaxpSize + nNameSize + nCmapSize; in GetRawFontData()
1959 nTotalSize += nLocaSize + nGlyfSize; in GetRawFontData()
1961 nTotalSize += nCffSize; in GetRawFontData()
1962 nTotalSize += nHheaSize + nHmtxSize; in GetRawFontData()
1963 nTotalSize += nPrepSize + nCvtSize + nFpgmSize; in GetRawFontData()
1964 rBuffer.resize( nTotalSize ); in GetRawFontData()
2039 DBG_ASSERT( (nOfs==nTotalSize), "AquaSalGraphics::CreateFontSubset (nOfs!=nTotalSize)"); in GetRawFontData()
/trunk/main/basic/source/runtime/
H A Dstep2.cxx1015 sal_Int32 nTotalSize = 0; in StepDCREATE_IMPL() local
1025 nTotalSize = nSize; in StepDCREATE_IMPL()
1027 nTotalSize *= nSize; in StepDCREATE_IMPL()
1032 for( i = 0 ; i < nTotalSize ; i++ ) in StepDCREATE_IMPL()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx387 const long nTotalSize = nInfoSize + nImageSize; in ImplDrawBitmap() local
389 pDummy = new PM_BYTE[ nTotalSize ]; in ImplDrawBitmap()
390 memcpy( pDummy, pBI, nTotalSize ); in ImplDrawBitmap()
/trunk/main/sdext/source/presenter/
H A DPresenterScrollBar.cxx255 void PresenterScrollBar::SetTotalSize (const double nTotalSize) in SetTotalSize() argument
257 if (mnTotalSize != nTotalSize) in SetTotalSize()
259 mnTotalSize = nTotalSize + 1; in SetTotalSize()
H A DPresenterScrollBar.hxx87 void SetTotalSize (const double nTotalSize);
/trunk/main/oox/inc/oox/xls/
H A Dbiffoutputstream.hxx141 sal_uInt16 prepareWriteBlock( sal_Int32 nTotalSize, size_t nAtomSize );
/trunk/main/svtools/inc/svtools/
H A Dimap.hxx152 sal_uLong nTotalSize; member in IMapCompat
/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx1146 sal_Size nTotalSize = GetRecSize() + (2 + mnContSize) * nCount; in Save() local
1147 if( bIsMulti ) nTotalSize += 2; in Save()
1149 rStrm.StartRecord( bIsMulti ? mnMulRecId : GetRecId(), nTotalSize ); in Save()

Completed in 81 milliseconds