Searched refs:nFullLen (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sw/source/core/text/ |
H A D | porfld.cxx | 315 …xub_StrLen nFullLen = rInf.ScanPortionEnd( rInf.GetIdx(), rInf.GetIdx() + nOldFullLen ) - rInf.Get… in Format() local 316 if ( nNextScriptChg < nFullLen ) in Format() 318 nFullLen = nNextScriptChg; in Format() 321 rInf.SetLen( nFullLen ); in Format() 341 if( !nFullLen ) in Format() 352 rInf.SetNotEOL( nFullLen == nOldFullLen && nTxtRest > nFollow ); in Format()
|
H A D | porexp.cxx | 82 const xub_StrLen nFullLen = rInf.GetLen(); in Format() local 87 if( !nFullLen ) in Format()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | impgraph.cxx | 1244 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()
|
/aoo4110/main/filter/source/xsltfilter/ |
H A D | XMLBase64Codec.cxx | 75 …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()
|
/aoo4110/main/filter/source/placeware/ |
H A D | Base64Codec.cxx | 75 …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()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | autocdlg.cxx | 2393 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()
|
/aoo4110/main/sax/source/tools/ |
H A D | converter.cxx | 1669 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()
|
/aoo4110/main/xmloff/source/core/ |
H A D | xmluconv.cxx | 1518 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()
|
Completed in 64 milliseconds