Home
last modified time | relevance | path

Searched refs:nTotalLen (Results 1 – 10 of 10) sorted by relevance

/aoo42x/main/oox/source/xls/
H A Dcommentsbuffer.cxx180 sal_uInt16 nTotalLen; in importNoteBiff2() local
181 rStrm >> nTotalLen; in importNoteBiff2()
182 … sal_uInt16 nPartLen = ::std::min( nTotalLen, static_cast< sal_uInt16 >( rStrm.getRemaining() ) ); in importNoteBiff2()
186 nTotalLen = nTotalLen - nPartLen; // operator-=() gives compiler warning in importNoteBiff2()
187 while( (nTotalLen > 0) && (rStrm.getNextRecId() == BIFF_ID_NOTE) && rStrm.startNextRecord() ) in importNoteBiff2()
196 OSL_ENSURE( nPartLen <= nTotalLen, "Comment::importNoteBiff2 - string too long" ); in importNoteBiff2()
199 nTotalLen = nTotalLen - ::std::min( nTotalLen, nPartLen ); in importNoteBiff2()
205 nTotalLen = 0; in importNoteBiff2()
/aoo42x/main/tools/source/stream/
H A Dstream.cxx695 sal_Size nTotalLen = 0; in ReadLine() local
737 nTotalLen += j; in ReadLine()
743 nOldFilePos += nTotalLen; in ReadLine()
769 sal_Size nTotalLen = 0; in ReadUniStringLine() local
816 nTotalLen += j; in ReadUniStringLine()
822 nOldFilePos += nTotalLen * sizeof(sal_Unicode); in ReadUniStringLine()
/aoo42x/main/basctl/source/dlged/
H A Ddlged.cxx888 sal_Int32 nTotalLen = 4 + nDialogDataLen + nResDataLen; in Copy() local
890 Sequence< sal_Int8 > aCombinedData( nTotalLen ); in Copy()
981 sal_Int32 nTotalLen = aCombinedData.getLength(); in Paste() local
992 sal_Int32 nResDataLen = nTotalLen - nResOffset; in Paste()
993 sal_Int32 nDialogDataLen = nTotalLen - nResDataLen - 4; in Paste()
/aoo42x/main/sc/source/filter/excel/
H A Dxiescher.cxx4063 sal_uInt16 nTotalLen; in ReadNote3() local
4064 rStrm >> aXclPos >> nTotalLen; in ReadNote3()
4069 … sal_uInt16 nPartLen = ::std::min( nTotalLen, static_cast< sal_uInt16 >( rStrm.GetRecLeft() ) ); in ReadNote3()
4071 nTotalLen = nTotalLen - nPartLen; in ReadNote3()
4072 while( (nTotalLen > 0) && (rStrm.GetNextRecId() == EXC_ID_NOTE) && rStrm.StartNextRecord() ) in ReadNote3()
4078 … DBG_ASSERT( nPartLen <= nTotalLen, "XclImpObjectManager::ReadNote3 - string too long" ); in ReadNote3()
4080 nTotalLen = nTotalLen - ::std::min( nTotalLen, nPartLen ); in ReadNote3()
4087 nTotalLen = 0; in ReadNote3()
/aoo42x/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx1974 WW8_CP nAktStartCp, long nTotalLen, rtl_TextEncoding eEnc ) const in WW8ReadString() argument
1980 WW8_CP nBehindTextCp = nAktStartCp + nTotalLen; in WW8ReadString()
2016 while( nTotalRead < nTotalLen ); in WW8ReadString()
H A Dww8scan.hxx800 WW8_CP nAktStartCp, long nTotalLen,
/aoo42x/main/sw/source/filter/ww8/
H A Dww8scan.hxx989 long nTotalLen, rtl_TextEncoding eEnc ) const;
H A Dww8scan.cxx2155 WW8_CP nAktStartCp, long nTotalLen, rtl_TextEncoding eEnc ) const in WW8ReadString() argument
2161 WW8_CP nBehindTextCp = nAktStartCp + nTotalLen; in WW8ReadString()
2197 while( nTotalRead < nTotalLen ); in WW8ReadString()
/aoo42x/main/filter/source/msfilter/
H A Dmsocximex.cxx555 *pS >> nTotalLen; in Read()
729 sal_uInt32 nTotalLen; member in __anond11cc0df0111::ContainerRecReader
3402 …ol(sN, pParent), rbGroupMgr( sName ), mxParent(rParent), nNoRecords(0), nTotalLen(0), containerTyp… in OCX_ContainerControl()
/aoo42x/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx592 sal_uInt32 nTotalLen; member in OCX_ContainerControl

Completed in 167 milliseconds