Home
last modified time | relevance | path

Searched refs:nFullLen (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx1518 void ThreeByteToFourByte (const sal_Int8* pBuffer, const sal_Int32 nStart, const sal_Int32 nFullLen in ThreeByteToFourByte() argument
1520 sal_Int32 nLen(nFullLen - nStart); in ThreeByteToFourByte()
/trunk/main/vcl/source/gdi/
H A Dimpgraph.cxx1244 sal_uLong nFullLen = nHeaderLen + nLen; in ImplReadEmbedded() local
1245 sal_uLong nPartLen = Min( nFullLen, (sal_uLong) GRAPHIC_MAXPARTLEN ); in ImplReadEmbedded()
1254 while( nFullLen ) in ImplReadEmbedded()
1259 nFullLen -= nPartLen; in ImplReadEmbedded()
1261 if( nFullLen < GRAPHIC_MAXPARTLEN ) in ImplReadEmbedded()
1262 nPartLen = nFullLen; in ImplReadEmbedded()
/trunk/main/sw/source/core/text/
H A Dporexp.cxx82 const xub_StrLen nFullLen = rInf.GetLen(); in Format() local
87 if( !nFullLen ) in Format()
H A Dporfld.cxx314 …xub_StrLen nFullLen = rInf.ScanPortionEnd( rInf.GetIdx(), rInf.GetIdx() + nOldFullLen ) - rInf.Get… in Format() local
315 if ( nNextScriptChg < nFullLen ) in Format()
317 nFullLen = nNextScriptChg; in Format()
320 rInf.SetLen( nFullLen ); in Format()
340 if( !nFullLen ) in Format()
351 rInf.SetNotEOL( nFullLen == nOldFullLen && nTxtRest > nFollow ); in Format()
/trunk/main/sax/source/tools/
H A Dconverter.cxx1669 void ThreeByteToFourByte (const sal_Int8* pBuffer, const sal_Int32 nStart, const sal_Int32 nFullLen in ThreeByteToFourByte() argument
1671 sal_Int32 nLen(nFullLen - nStart); in ThreeByteToFourByte()
/trunk/main/filter/source/xsltfilter/
H A DXMLBase64Codec.cxx75 …Byte (const sal_uInt8* pBuffer, const sal_Int32 nStart, const sal_Int32 nFullLen, rtl::OUStringBuf… in ThreeByteToFourByte() argument
77 sal_Int32 nLen(nFullLen - nStart); in ThreeByteToFourByte()
/trunk/main/filter/source/placeware/
H A DBase64Codec.cxx75 …Byte (const sal_uInt8* pBuffer, const sal_Int32 nStart, const sal_Int32 nFullLen, rtl::OUStringBuf… in ThreeByteToFourByte() argument
77 sal_Int32 nLen(nFullLen - nStart); in ThreeByteToFourByte()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx2393 int nFullLen = 5; in ChangeStringExt_Impl() local
2402 aStrCodes[ nFullLen++ ] = cHexDigit; in ChangeStringExt_Impl()
2404 aStrCodes[ nFullLen++ ] = ')'; in ChangeStringExt_Impl()
2406 rtl::OUString aOUStr( aStrCodes, nFullLen ); in ChangeStringExt_Impl()

Completed in 67 milliseconds