Home
last modified time | relevance | path

Searched refs:nStreamSize (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/filter/source/msfilter/
H A Descherex.cxx3071 sal_uInt32 nStreamSize = nElementSize * nElements + 6; in CreateCustomShapeProperties() local
3072 SvMemoryStream aOut( nStreamSize ); in CreateCustomShapeProperties()
3087 sal_uInt8* pBuf = new sal_uInt8[ nStreamSize ]; in CreateCustomShapeProperties()
3088 memcpy( pBuf, aOut.GetData(), nStreamSize ); in CreateCustomShapeProperties()
3089 … AddOpt( DFF_Prop_pFormulas, sal_True, nStreamSize - 6, pBuf, nStreamSize ); in CreateCustomShapeProperties()
3179 sal_uInt32 nStreamSize = nElementSize * nElements + 6; in CreateCustomShapeProperties() local
3180 SvMemoryStream aOut( nStreamSize ); in CreateCustomShapeProperties()
3191 sal_uInt8* pBuf = new sal_uInt8[ nStreamSize ]; in CreateCustomShapeProperties()
3192 memcpy( pBuf, aOut.GetData(), nStreamSize ); in CreateCustomShapeProperties()
3193 … AddOpt( DFF_Prop_connectorPoints, sal_True, nStreamSize - 6, pBuf, nStreamSize ); // -6 in CreateCustomShapeProperties()
[all …]
/AOO41X/main/sd/source/filter/ppt/
H A Dpptatom.cpp51 const sal_Size nStreamSize = mrStream.Tell(); in Atom() local
55 && ( mrStream.Tell() < nStreamSize ) in Atom()
/AOO41X/main/connectivity/source/drivers/dbase/
H A DDTable.cxx2129 sal_uIntPtr nStreamSize = m_pMemoStream->Seek(STREAM_SEEK_TO_END); in WriteMemo() local
2131 …rBlockNr = (nStreamSize / m_aMemoHeader.db_size) + ((nStreamSize % m_aMemoHeader.db_size) > 0 ? 1 … in WriteMemo()
2193 sal_uIntPtr nStreamSize = m_pMemoStream->Seek(STREAM_SEEK_TO_END); in WriteMemo() local
2194 …m_aMemoHeader.db_next = (nStreamSize / m_aMemoHeader.db_size) + ((nStreamSize % m_aMemoHeader.db_s… in WriteMemo()
/AOO41X/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx6252 … sal_Int32 nStreamSize = writeBuffer( nsRGB_ICC_profile, (sal_Int32) sizeof( nsRGB_ICC_profile ) ); in emitOutputIntent() local
6258 if( nStreamSize == 0 ) in emitOutputIntent()