Searched refs:bStream (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/sot/inc/sot/ |
H A D | storinfo.hxx | 39 sal_Bool bStream:1, member in SvStorageInfo 48 , bStream( !bIsStorage ) in SvStorageInfo() 54 sal_Bool IsStream() const { return bStream; } in IsStream()
|
/aoo4110/main/filter/source/flash/ |
H A D | swfexporter.cxx | 493 void FlashExporter::exportDrawPageContents( Reference< XDrawPage >& xPage, bool bStream, bool bMast… in exportDrawPageContents() argument 496 exportShapes(xShapes, bStream, bMaster); in exportDrawPageContents() 503 void FlashExporter::exportShapes( Reference< XShapes >& xShapes, bool bStream, bool bMaster ) in exportShapes() argument 527 if (bStream) in exportShapes()
|
H A D | swfexporter.hxx | 186 …star::uno::Reference< ::com::sun::star::drawing::XDrawPage >& xPage, bool bStream, bool bMaster ); 187 …:star::uno::Reference< ::com::sun::star::drawing::XShapes >& xShapes, bool bStream, bool bMaster );
|
/aoo4110/main/filter/qa/complex/filter/detection/typeDetection/ |
H A D | TypeDetection.java | 534 boolean bStream = false; in checkStreamLoader()
|
/aoo4110/main/sot/source/sdstor/ |
H A D | stg.cxx | 343 bStream = sal_Bool( rE.aEntry.GetType() == STG_STREAM ); in SvStorageInfo()
|
/aoo4110/main/oox/source/dump/ |
H A D | dumperbase.cxx | 2536 void InputObjectBase::dumpRawBinary( sal_Int64 nBytes, bool bShowOffset, bool bStream ) in dumpRawBinary() argument 2545 bStream ? "max-binary-stream-size" : "max-binary-data-size", SAL_MAX_INT64 ); in dumpRawBinary()
|
/aoo4110/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 1589 …void dumpRawBinary( sal_Int64 nBytes, bool bShowOffset = true, bool bStream = false…
|
Completed in 76 milliseconds