Lines Matching refs:sal_Bool

47     sal_Bool bInSwapIn :1;
49 sal_Bool bGrafikArrived :1;
50 sal_Bool bChgTwipSize :1;
51 sal_Bool bChgTwipSizeFromPixel :1;
52 sal_Bool bLoadLowResGrf :1;
53 sal_Bool bFrameInPaint :1; // Um Start-/EndActions im Paint (ueber SwapIn zu verhindern.
54 sal_Bool bScaleImageMap :1; // Image-Map in SetTwipSize skalieren
59 sal_Bool mbIsStreamReadOnly;
77 sal_Bool ImportGraphic( SvStream& rStrm );
147 sal_Bool IsTransparent() const;
149 inline sal_Bool IsAnimated() const { return maGrfObj.IsAnimated(); } in IsAnimated()
151 inline sal_Bool IsChgTwipSize() const { return bChgTwipSize; } in IsChgTwipSize()
152 inline sal_Bool IsChgTwipSizeFromPixel() const { return bChgTwipSizeFromPixel; } in IsChgTwipSizeFromPixel()
153 …inline void SetChgTwipSize( sal_Bool b, sal_Bool bFromPx=sal_False ) { bChgTwipSize = b; bChgTwi… in SetChgTwipSize()
155 inline sal_Bool IsGrafikArrived() const { return bGrafikArrived; } in IsGrafikArrived()
156 inline void SetGrafikArrived( sal_Bool b ) { bGrafikArrived = b; } in SetGrafikArrived()
158 inline sal_Bool IsFrameInPaint() const { return bFrameInPaint; } in IsFrameInPaint()
159 inline void SetFrameInPaint( sal_Bool b ) { bFrameInPaint = b; } in SetFrameInPaint()
161 inline sal_Bool IsScaleImageMap() const { return bScaleImageMap; } in IsScaleImageMap()
162 inline void SetScaleImageMap( sal_Bool b ) { bScaleImageMap = b; } in SetScaleImageMap()
170 sal_Bool ReRead( const String& rGrfName, const String& rFltName,
173 sal_Bool bModify = sal_True );
175 short SwapIn( sal_Bool bWaitForData = sal_False );
179 sal_Bool HasEmbeddedStreamName() const { return maGrfObj.HasUserData(); } in HasEmbeddedStreamName()
187 sal_Bool IsSelected() const;
191 virtual sal_Bool SavePersistentData();
192 virtual sal_Bool RestorePersistentData();
196 sal_Bool IsGrfLink() const { return refLink.Is(); } in IsGrfLink()
197 inline sal_Bool IsLinkedFile() const;
198 inline sal_Bool IsLinkedDDE() const;
200 sal_Bool GetFileFilterNms( String* pFileNm, String* pFilterNm ) const;
216 const sal_Bool bIsStreamReadOnly );
234 inline sal_Bool SwGrfNode::IsLinkedFile() const in IsLinkedFile()
238 inline sal_Bool SwGrfNode::IsLinkedDDE() const in IsLinkedDDE()