Home
last modified time | relevance | path

Searched refs:nCharsDecoded (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/xmloff/source/core/
H A DXMLBase64ImportContext.cxx79 sal_Int32 nCharsDecoded = in Characters() local
83 if( nCharsDecoded != sChars.getLength() ) in Characters()
84 sBase64CharsLeft = sChars.copy( nCharsDecoded ); in Characters()
H A Dxmluconv.cxx1587 sal_Int32 nCharsDecoded = decodeBase64SomeChars( aBuffer, sBuffer ); in decodeBase64() local
1588 OSL_ENSURE( nCharsDecoded == sBuffer.getLength(), in decodeBase64()
1590 (void)nCharsDecoded; in decodeBase64()
1605 sal_Int32 nCharsDecoded = 0; in decodeBase64SomeChars() local
1639 nCharsDecoded = nInBufferPos + 1; in decodeBase64SomeChars()
1646 nCharsDecoded++; in decodeBase64SomeChars()
1651 nCharsDecoded++; in decodeBase64SomeChars()
1660 return nCharsDecoded; in decodeBase64SomeChars()
H A DDocumentSettingsContext.cxx614 sal_Int32 nCharsDecoded = in Characters() local
624 if( nCharsDecoded != sChars.getLength() ) in Characters()
625 msValue = sChars.copy( nCharsDecoded ); in Characters()
/aoo4110/main/sax/source/tools/
H A Dconverter.cxx1739 sal_Int32 nCharsDecoded = in decodeBase64() local
1742 OSL_ENSURE( nCharsDecoded == sBuffer.getLength(), "some bytes left in base64 decoding!" ); in decodeBase64()
1757 sal_Int32 nCharsDecoded = 0; in decodeBase64SomeChars() local
1791 nCharsDecoded = nInBufferPos + 1; in decodeBase64SomeChars()
1798 nCharsDecoded++; in decodeBase64SomeChars()
1803 nCharsDecoded++; in decodeBase64SomeChars()
1812 return nCharsDecoded; in decodeBase64SomeChars()
/aoo4110/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx1261 sal_Int32 nCharsDecoded = in Characters() local
1265 if( nCharsDecoded != sChars.getLength() ) in Characters()
1266 sBase64CharsLeft = sChars.copy( nCharsDecoded ); in Characters()

Completed in 50 milliseconds