Home
last modified time | relevance | path

Searched refs:bCompressed (Results 1 – 20 of 20) sorted by relevance

/trunk/main/package/qa/storages/
H A DTestHelper.java50 boolean bCompressed, in WriteBytesToStream() argument
93 xPropSet.setPropertyValue( "Compressed", new Boolean( bCompressed ) ); in WriteBytesToStream()
217 boolean bCompressed, in WriteBytesToSubstream() argument
251 boolean bCompressed, in WriteBytesToEncrSubstream() argument
286 boolean bCompressed, in WBToSubstrOfEncr() argument
340 boolean bCompressed, in WriteBytesToStreamH() argument
402 boolean bCompressed, in WriteBytesToEncrStreamH() argument
467 boolean bCompressed, in WBToSubstrOfEncrH() argument
771 boolean bCompressed, in InternalCheckStream() argument
870 boolean bCompressed, in checkStream() argument
[all …]
/trunk/main/odk/examples/java/Storage/
H A DTestHelper.java46 boolean bCompressed, in WriteBytesToStream() argument
89 xPropSet.setPropertyValue( "Compressed", new Boolean( bCompressed ) ); in WriteBytesToStream()
129 boolean bCompressed, in WriteBytesToSubstream() argument
150 return WriteBytesToStream( xSubStream, sStreamName, sMediaType, bCompressed, pBytes ); in WriteBytesToSubstream()
156 boolean bCompressed, in WriteBytesToEncrSubstream() argument
178 return WriteBytesToStream( xSubStream, sStreamName, sMediaType, bCompressed, pBytes ); in WriteBytesToEncrSubstream()
184 boolean bCompressed, in WBToSubstrOfEncr() argument
225 return WriteBytesToStream( xSubStream, sStreamName, sMediaType, bCompressed, pBytes ); in WBToSubstrOfEncr()
/trunk/main/oox/source/ole/
H A Daxbinaryreader.cxx193 bool bCompressed = getFlag( nSize, AX_STRING_COMPRESSED ); in lclReadString() local
196 … sal_Int32 nChars = static_cast< sal_Int32 >( nBufSize / ((bCompressed || bArrayString) ? 1 : 2) ); in lclReadString()
199 sal_Int64 nEndPos = rInStrm.tell() + nChars * (bCompressed ? 1 : 2); in lclReadString()
201 rValue = rInStrm.readCompressedUnicodeArray( nChars, bCompressed ); in lclReadString()
H A Dvbainputstream.cxx138 bool bCompressed = getFlag( nHeader, VBACHUNK_COMPRESSED ); in updateChunk() local
140 …OSL_ENSURE( bCompressed || (nChunkLen == 4096), "VbaInputStream::updateChunk - invalid uncompresse… in updateChunk()
141 if( bCompressed ) in updateChunk()
/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx1159 …p& rBitmap, SvStream& rOStm, BitmapReadAccess& rAcc, BitmapReadAccess* pAccAlpha, bool bCompressed) in ImplWriteDIBBody() argument
1194 if(bCompressed) in ImplWriteDIBBody()
1402 bool bCompressed, in ImplWriteDIB() argument
1437 bRet = ImplWriteDIBBody(rSource, rOStm, *pAcc, pAccAlpha, bCompressed); in ImplWriteDIB()
1442 bRet = ImplWriteDIBBody(rSource, rOStm, *pAcc, pAccAlpha, bCompressed); in ImplWriteDIB()
1568 bool bCompressed, in WriteDIB() argument
1571 return ImplWriteDIB(rSource, 0, rOStm, bCompressed, bFileHeader); in WriteDIB()
/trunk/main/svtools/source/filter/
H A Dfilter2.cxx142 bCompressed = sal_False; in ImpConstruct()
200 bCompressed = ( ( nCompression = nTemp32 ) > 0 ); in ImpDetectBMP()
542 bCompressed = ( cByte > 0 ); in ImpDetectPCX()
635 bCompressed = sal_True; in ImpDetectPNG()
808 bCompressed = ( nTemp16 > 1 ); in ImpDetectTIF()
/trunk/main/package/qa/ofopxmlstorages/
H A DTestHelper.java50 boolean bCompressed, in WriteBytesToStream() argument
94 xPropSet.setPropertyValue( "Compressed", new Boolean( bCompressed ) ); in WriteBytesToStream()
147 boolean bCompressed, in WriteBytesToSubstream() argument
169 return WriteBytesToStream( xSubStream, sStreamName, sMediaType, bCompressed, pBytes, aRelations ); in WriteBytesToSubstream()
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx95 bCompressed( sal_True ), in ContentProperties()
923 xRow->appendBoolean( rProp, rData.bCompressed ); in getPropertyValues()
1048 rData.bCompressed ); in getPropertyValues()
1265 if ( bNewValue != m_aProps.bCompressed ) in setPropertyValues()
1268 aEvent.OldValue = uno::makeAny( m_aProps.bCompressed ); in setPropertyValues()
1271 m_aProps.bCompressed = bNewValue; in setPropertyValues()
2512 if ( !( aCompressed >>= rProps.bCompressed ) ) in loadData()
2782 uno::makeAny( m_aProps.bCompressed ) ); in storeData()
H A Dpkgcontent.hxx84 sal_Bool bCompressed; // Compressed member
90 bCompressed( sal_True ), bEncrypted( sal_False ), in ContentProperties()
/trunk/main/oox/source/helper/
H A Dbinaryinputstream.cxx119 OUString BinaryInputStream::readCompressedUnicodeArray( sal_Int32 nChars, bool bCompressed, bool bA… in readCompressedUnicodeArray() argument
121 return bCompressed ? in readCompressedUnicodeArray()
/trunk/main/svtools/inc/svtools/
H A Dfilter.hxx150 sal_Bool bCompressed; member in GraphicDescriptor
225 sal_Bool IsCompressed() const { return bCompressed; } in IsCompressed()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1248 …( pPortion->GetLen() > 1 ) && pPortion->GetExtraInfos() && pPortion->GetExtraInfos()->bCompressed ) in CreateLines()
2277 if ( pTextPortion->GetExtraInfos() && pTextPortion->GetExtraInfos()->bCompressed ) in SplitTextPortion()
3415 … && pTextPortion->GetExtraInfos() && pTextPortion->GetExtraInfos()->bCompressed in Paint()
4605 sal_Bool bCompressed = sal_False; in ImplCalcAsianCompression() local
4667 bCompressed = sal_True; in ImplCalcAsianCompression()
4669 pTextPortion->GetExtraInfos()->bCompressed = sal_True; in ImplCalcAsianCompression()
4705 if ( bCompressed && ( n100thPercentFromMax == 10000 ) ) in ImplCalcAsianCompression()
4721 return bCompressed; in ImplCalcAsianCompression()
4736 if ( pTP->GetExtraInfos() && pTP->GetExtraInfos()->bCompressed ) in ImplExpandCompressedPortions()
4759 pTP->GetExtraInfos()->bCompressed = sal_False; in ImplExpandCompressedPortions()
H A Deditdoc2.cxx158 bCompressed = sal_False; in ExtraPortionInfo()
H A Deditdoc.hxx354 sal_Bool bCompressed; member
H A Dimpedit2.cxx4261 if ( pPortion->GetExtraInfos() && pPortion->GetExtraInfos()->bCompressed ) in GetXPos()
/trunk/main/vcl/inc/vcl/
H A Ddibtools.hxx59 bool bCompressed,
/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx605 …const sal_Bool bCompressed = ( ( 0 == aMimeType.getLength() ) || ( aMimeType == ::rtl::OUString::c… in ImplWriteGraphic() local
606 aAny <<= bCompressed; in ImplWriteGraphic()
/trunk/main/oox/inc/oox/helper/
H A Dbinaryinputstream.hxx227 …::rtl::OUString readCompressedUnicodeArray( sal_Int32 nChars, bool bCompressed, bool bAllowNul…
/trunk/main/oox/source/dump/
H A Doledumper.cxx1248 bool bCompressed = getFlag( nSize, AX_STRING_COMPRESSED ); in dumpString() local
1250 OUString aString = bCompressed ? in dumpString()
/trunk/main/package/source/xstor/
H A Dowriteablestream.cxx828 sal_Bool bCompressed = sal_False; in InsertStreamDirectly() local
836 aProps[nInd].Value >>= bCompressed; in InsertStreamDirectly()
859 xPropertySet->setPropertyValue( aComprPropName, uno::makeAny( (sal_Bool)bCompressed ) ); in InsertStreamDirectly()

Completed in 160 milliseconds