/aoo42x/main/package/qa/storages/ |
H A D | TestHelper.java | 50 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 …]
|
/aoo42x/main/odk/examples/java/Storage/ |
H A D | TestHelper.java | 46 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()
|
/aoo42x/main/oox/source/ole/ |
H A D | axbinaryreader.cxx | 193 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 D | vbainputstream.cxx | 138 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()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | dibtools.cxx | 1159 …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()
|
/aoo42x/main/svtools/source/filter/ |
H A D | filter2.cxx | 142 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()
|
/aoo42x/main/package/qa/ofopxmlstorages/ |
H A D | TestHelper.java | 50 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()
|
/aoo42x/main/ucb/source/ucp/package/ |
H A D | pkgcontent.cxx | 95 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 D | pkgcontent.hxx | 84 sal_Bool bCompressed; // Compressed member 90 bCompressed( sal_True ), bEncrypted( sal_False ), in ContentProperties()
|
/aoo42x/main/oox/source/helper/ |
H A D | binaryinputstream.cxx | 119 OUString BinaryInputStream::readCompressedUnicodeArray( sal_Int32 nChars, bool bCompressed, bool bA… in readCompressedUnicodeArray() argument 121 return bCompressed ? in readCompressedUnicodeArray()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | filter.hxx | 150 sal_Bool bCompressed; member in GraphicDescriptor 225 sal_Bool IsCompressed() const { return bCompressed; } in IsCompressed()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 1248 …( 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 D | editdoc2.cxx | 158 bCompressed = sal_False; in ExtraPortionInfo()
|
H A D | editdoc.hxx | 354 sal_Bool bCompressed; member
|
H A D | impedit2.cxx | 4261 if ( pPortion->GetExtraInfos() && pPortion->GetExtraInfos()->bCompressed ) in GetXPos()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | dibtools.hxx | 59 bool bCompressed,
|
/aoo42x/main/svx/source/xml/ |
H A D | xmlgrhlp.cxx | 605 …const sal_Bool bCompressed = ( ( 0 == aMimeType.getLength() ) || ( aMimeType == ::rtl::OUString::c… in ImplWriteGraphic() local 606 aAny <<= bCompressed; in ImplWriteGraphic()
|
/aoo42x/main/oox/inc/oox/helper/ |
H A D | binaryinputstream.hxx | 227 …::rtl::OUString readCompressedUnicodeArray( sal_Int32 nChars, bool bCompressed, bool bAllowNul…
|
/aoo42x/main/oox/source/dump/ |
H A D | oledumper.cxx | 1248 bool bCompressed = getFlag( nSize, AX_STRING_COMPRESSED ); in dumpString() local 1250 OUString aString = bCompressed ? in dumpString()
|
/aoo42x/main/package/source/xstor/ |
H A D | owriteablestream.cxx | 828 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()
|