Lines Matching refs:sal_Bool

57 	sal_Bool   bWritten : 1;	// sal_True: bereits geschrieben
58 sal_Bool bAutoFmt : 1; // sal_False: es handelt sich um eine Vorlage
60 sal_Bool bFmtInDTOR : 1; // sal_True: das Format wird geloscht. Damit man in
62 sal_Bool bAutoUpdateFmt : 1; // sal_True: am Format werden die Attribute
83 virtual sal_Bool GetInfo( SfxPoolItem& ) const;
86 void CopyAttrs( const SwFmt&, sal_Bool bReplace=sal_True );
93 sal_Bool SetDerivedFrom(SwFmt *pDerivedFrom = 0);
98 const SfxPoolItem& GetFmtAttr( sal_uInt16 nWhich, sal_Bool bInParents = sal_True ) const;
100 …SfxItemState GetItemState( sal_uInt16 nWhich, sal_Bool bSrchInParent = sal_True, const SfxPoolItem…
104 virtual sal_Bool SetFmtAttr( const SfxPoolItem& rAttr );
105 virtual sal_Bool SetFmtAttr( const SfxItemSet& rSet );
106 virtual sal_Bool ResetFmtAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 = 0 );
117 inline sal_Bool IsDefault() const { return DerivedFrom() == 0; } in IsDefault()
120 void SetName( const String& rNewName, sal_Bool bBroadcast=sal_False );
122 sal_Bool bBroadcast=sal_False);
175 sal_Bool IsAuto() const { return bAutoFmt; } in IsAuto()
176 void SetAuto( sal_Bool bNew = sal_False ) { bAutoFmt = bNew; } in SetAuto()
179 sal_Bool IsAutoUpdateFmt() const { return bAutoUpdateFmt; } in IsAutoUpdateFmt()
180 void SetAutoUpdateFmt( sal_Bool bNew = sal_True ) { bAutoUpdateFmt = bNew; } in SetAutoUpdateFmt()
182 sal_Bool IsFmtInDTOR() const { return bFmtInDTOR; } in IsFmtInDTOR()
189 inline const SvxPostureItem &GetPosture( sal_Bool = sal_True ) const;
190 inline const SvxWeightItem &GetWeight( sal_Bool = sal_True ) const;
191 inline const SvxShadowedItem &GetShadowed( sal_Bool = sal_True ) const;
192 inline const SvxAutoKernItem &GetAutoKern( sal_Bool = sal_True ) const;
193 inline const SvxWordLineModeItem &GetWordLineMode( sal_Bool = sal_True ) const;
194 inline const SvxContourItem &GetContour( sal_Bool = sal_True ) const;
195 inline const SvxKerningItem &GetKerning( sal_Bool = sal_True ) const;
196 inline const SvxUnderlineItem &GetUnderline( sal_Bool = sal_True ) const;
197 inline const SvxOverlineItem &GetOverline( sal_Bool = sal_True ) const;
198 inline const SvxCrossedOutItem &GetCrossedOut( sal_Bool = sal_True ) const;
199 inline const SvxFontHeightItem &GetSize( sal_Bool = sal_True ) const;
200 inline const SvxPropSizeItem &GetPropSize( sal_Bool = sal_True ) const;
201 inline const SvxFontItem &GetFont( sal_Bool = sal_True ) const;
202 inline const SvxColorItem &GetColor( sal_Bool = sal_True ) const;
203 inline const SvxCharSetColorItem &GetCharSetColor( sal_Bool = sal_True ) const;
204 inline const SvxLanguageItem &GetLanguage( sal_Bool = sal_True ) const;
205 inline const SvxEscapementItem &GetEscapement( sal_Bool = sal_True ) const;
206 inline const SvxCaseMapItem &GetCaseMap( sal_Bool = sal_True ) const;
207 inline const SvxNoHyphenItem &GetNoHyphenHere( sal_Bool = sal_True ) const;
208 inline const SvxBlinkItem &GetBlink( sal_Bool = sal_True ) const;
209 inline const SvxBrushItem &GetChrBackground( sal_Bool = sal_True ) const;
211 inline const SvxFontItem &GetCJKFont( sal_Bool = sal_True ) const;
212 inline const SvxFontHeightItem &GetCJKSize( sal_Bool = sal_True ) const;
213 inline const SvxLanguageItem &GetCJKLanguage( sal_Bool = sal_True ) const;
214 inline const SvxPostureItem &GetCJKPosture( sal_Bool = sal_True ) const;
215 inline const SvxWeightItem &GetCJKWeight( sal_Bool = sal_True ) const;
216 inline const SvxFontItem &GetCTLFont( sal_Bool = sal_True ) const;
217 inline const SvxFontHeightItem &GetCTLSize( sal_Bool = sal_True ) const;
218 inline const SvxLanguageItem &GetCTLLanguage( sal_Bool = sal_True ) const;
219 inline const SvxPostureItem &GetCTLPosture( sal_Bool = sal_True ) const;
220 inline const SvxWeightItem &GetCTLWeight( sal_Bool = sal_True ) const;
221 inline const SfxBoolItem &GetWritingDirection( sal_Bool = sal_True ) const;
222 inline const SvxEmphasisMarkItem &GetEmphasisMark( sal_Bool = sal_True ) const;
223 inline const SvxTwoLinesItem &Get2Lines( sal_Bool = sal_True ) const;
224 inline const SvxCharScaleWidthItem &GetCharScaleW( sal_Bool = sal_True ) const;
225 inline const SvxCharRotateItem &GetCharRotate( sal_Bool = sal_True ) const;
226 inline const SvxCharReliefItem &GetCharRelief( sal_Bool = sal_True ) const;
227 inline const SvxCharHiddenItem &GetCharHidden( sal_Bool = sal_True ) const;
230 inline const SwFmtFillOrder &GetFillOrder( sal_Bool = sal_True ) const;
231 inline const SwFmtFrmSize &GetFrmSize( sal_Bool = sal_True ) const;
232 inline const SwFmtHeader &GetHeader( sal_Bool = sal_True ) const;
233 inline const SwFmtFooter &GetFooter( sal_Bool = sal_True ) const;
234 inline const SwFmtSurround &GetSurround( sal_Bool = sal_True ) const;
235 inline const SwFmtHoriOrient &GetHoriOrient( sal_Bool = sal_True ) const;
236 inline const SwFmtAnchor &GetAnchor( sal_Bool = sal_True ) const;
237 inline const SwFmtCol &GetCol( sal_Bool = sal_True ) const;
238 inline const SvxPaperBinItem &GetPaperBin( sal_Bool = sal_True ) const;
239 inline const SvxLRSpaceItem &GetLRSpace( sal_Bool = sal_True ) const;
240 inline const SvxULSpaceItem &GetULSpace( sal_Bool = sal_True ) const;
241 inline const SwFmtCntnt &GetCntnt( sal_Bool = sal_True ) const;
242 inline const SvxPrintItem &GetPrint( sal_Bool = sal_True ) const;
243 inline const SvxOpaqueItem &GetOpaque( sal_Bool = sal_True ) const;
244 inline const SvxProtectItem &GetProtect( sal_Bool = sal_True ) const;
245 inline const SwFmtVertOrient &GetVertOrient( sal_Bool = sal_True ) const;
246 inline const SvxBoxItem &GetBox( sal_Bool = sal_True ) const;
247 inline const SvxFmtKeepItem &GetKeep( sal_Bool = sal_True ) const;
250 const SvxBrushItem& GetBackground( sal_Bool = sal_True ) const;
252 inline const SvxShadowItem &GetShadow( sal_Bool = sal_True ) const;
253 inline const SwFmtPageDesc &GetPageDesc( sal_Bool = sal_True ) const;
254 inline const SvxFmtBreakItem &GetBreak( sal_Bool = sal_True ) const;
255 inline const SvxMacroItem &GetMacro( sal_Bool = sal_True ) const;
256 inline const SwFmtURL &GetURL( sal_Bool = sal_True ) const;
257 inline const SwFmtEditInReadonly &GetEditInReadonly( sal_Bool = sal_True ) const;
258 inline const SwFmtLayoutSplit &GetLayoutSplit( sal_Bool = sal_True ) const;
259 inline const SwFmtRowSplit &GetRowSplit( sal_Bool = sal_True ) const;
260 inline const SwFmtChain &GetChain( sal_Bool = sal_True ) const;
261 inline const SwFmtLineNumber &GetLineNumber( sal_Bool = sal_True ) const;
262 inline const SwFmtFtnAtTxtEnd &GetFtnAtTxtEnd( sal_Bool = sal_True ) const;
263 inline const SwFmtEndAtTxtEnd &GetEndAtTxtEnd( sal_Bool = sal_True ) const;
264 inline const SwFmtNoBalancedColumns &GetBalancedColumns( sal_Bool = sal_True ) const;
265 inline const SvxFrameDirectionItem &GetFrmDir( sal_Bool = sal_True ) const;
266 inline const SwTextGridItem &GetTextGrid( sal_Bool = sal_True ) const;
267 …inline const SwHeaderAndFooterEatSpacingItem &GetHeaderAndFooterEatSpacing( sal_Bool = sal_True ) …
269 inline const SwFmtFollowTextFlow &GetFollowTextFlow(sal_Bool = sal_True) const;
271 inline const SwFmtWrapInfluenceOnObjPos& GetWrapInfluenceOnObjPos(sal_Bool = sal_True) const;
274 inline const SwMirrorGrf &GetMirrorGrf( sal_Bool = sal_True ) const;
275 inline const SwCropGrf &GetCropGrf( sal_Bool = sal_True ) const;
276 inline const SwRotationGrf &GetRotationGrf(sal_Bool = sal_True ) const;
277 inline const SwLuminanceGrf &GetLuminanceGrf(sal_Bool = sal_True ) const;
278 inline const SwContrastGrf &GetContrastGrf(sal_Bool = sal_True ) const;
279 inline const SwChannelRGrf &GetChannelRGrf(sal_Bool = sal_True ) const;
280 inline const SwChannelGGrf &GetChannelGGrf(sal_Bool = sal_True ) const;
281 inline const SwChannelBGrf &GetChannelBGrf(sal_Bool = sal_True ) const;
282 inline const SwGammaGrf &GetGammaGrf(sal_Bool = sal_True ) const;
283 inline const SwInvertGrf &GetInvertGrf(sal_Bool = sal_True ) const;
284 inline const SwTransparencyGrf &GetTransparencyGrf(sal_Bool = sal_True ) const;
285 inline const SwDrawModeGrf &GetDrawModeGrf(sal_Bool = sal_True ) const;
288 inline const SvxLineSpacingItem &GetLineSpacing( sal_Bool = sal_True ) const;
289 inline const SvxAdjustItem &GetAdjust( sal_Bool = sal_True ) const;
290 inline const SvxFmtSplitItem &GetSplit( sal_Bool = sal_True ) const;
291 inline const SwRegisterItem &GetRegister( sal_Bool = sal_True ) const;
292 inline const SwNumRuleItem &GetNumRule( sal_Bool = sal_True ) const;
293 inline const SvxWidowsItem &GetWidows( sal_Bool = sal_True ) const;
294 inline const SvxOrphansItem &GetOrphans( sal_Bool = sal_True ) const;
295 inline const SvxTabStopItem &GetTabStops( sal_Bool = sal_True ) const;
296 inline const SvxHyphenZoneItem &GetHyphenZone( sal_Bool = sal_True ) const;
297 inline const SwFmtDrop &GetDrop( sal_Bool = sal_True ) const;
298 inline const SvxScriptSpaceItem &GetScriptSpace(sal_Bool = sal_True) const;
299 inline const SvxHangingPunctuationItem &GetHangingPunctuation(sal_Bool = sal_True) const;
300 inline const SvxForbiddenRuleItem &GetForbiddenRule(sal_Bool = sal_True) const;
301 inline const SvxParaVertAlignItem &GetParaVertAlign(sal_Bool = sal_True) const;
302 inline const SvxParaGridItem &GetParaGrid(sal_Bool = sal_True) const;
303 inline const SwParaConnectBorderItem &GetParaConnectBorder(sal_Bool = sal_True ) const;
306 inline const SwTblBoxNumFormat &GetTblBoxNumFmt( sal_Bool = sal_True ) const;
307 inline const SwTblBoxFormula &GetTblBoxFormula( sal_Bool = sal_True ) const;
308 inline const SwTblBoxValue &GetTblBoxValue( sal_Bool = sal_True ) const;
321 virtual sal_Bool IsBackgroundTransparent() const;
334 virtual sal_Bool IsShadowTransparent() const;
347 sal_Bool bBroadcast ) in SetName()