Home
last modified time | relevance | path

Searched refs:bInP (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/sw/inc/
H A Dcharatr.hxx116 { return aSet.GetPosture(bInP); } in GetPosture()
118 { return aSet.GetWeight(bInP); } in GetWeight()
126 { return aSet.GetContour(bInP); } in GetContour()
128 { return aSet.GetKerning(bInP); } in GetKerning()
136 { return aSet.GetSize(bInP); } in GetSize()
140 { return aSet.GetFont(bInP); } in GetFont()
142 { return aSet.GetCJKFont(bInP); } in GetCJKFont()
144 { return aSet.GetCTLFont(bInP); } in GetCTLFont()
146 { return aSet.GetColor(bInP); } in GetColor()
158 { return aSet.GetBlink(bInP); } in GetBlink()
[all …]
H A Dparatr.hxx246 { return aSet.GetLineSpacing(bInP); } in GetLineSpacing()
248 { return aSet.GetAdjust(bInP); } in GetAdjust()
250 { return aSet.GetSplit(bInP); } in GetSplit()
252 { return aSet.GetRegister(bInP); } in GetRegister()
254 { return aSet.GetWidows(bInP); } in GetWidows()
256 { return aSet.GetOrphans(bInP); } in GetOrphans()
258 { return aSet.GetTabStops(bInP); } in GetTabStops()
260 { return aSet.GetHyphenZone(bInP); } in GetHyphenZone()
262 { return aSet.GetDrop(bInP); } in GetDrop()
264 { return aSet.GetNumRule(bInP); } in GetNumRule()
[all …]
H A Dfrmatr.hxx71 { return aSet.GetLRSpace(bInP); } in GetLRSpace()
73 { return aSet.GetULSpace(bInP); } in GetULSpace()
75 { return aSet.GetPrint(bInP); } in GetPrint()
77 { return aSet.GetOpaque(bInP); } in GetOpaque()
79 { return aSet.GetProtect(bInP); } in GetProtect()
81 { return aSet.GetBox(bInP); } in GetBox()
83 { return aSet.GetKeep(bInP); } in GetKeep()
85 { return aSet.GetShadow(bInP); } in GetShadow()
87 { return aSet.GetBreak(bInP); } in GetBreak()
89 { return aSet.GetMacro(bInP); } in GetMacro()
[all …]
H A Dgrfatr.hxx341 { return aSet.GetMirrorGrf(bInP); } in GetMirrorGrf()
343 { return aSet.GetCropGrf(bInP); } in GetCropGrf()
345 { return aSet.GetRotationGrf(bInP); } in GetRotationGrf()
347 { return aSet.GetLuminanceGrf( bInP); } in GetLuminanceGrf()
349 { return aSet.GetContrastGrf( bInP); } in GetContrastGrf()
351 { return aSet.GetChannelRGrf( bInP); } in GetChannelRGrf()
353 { return aSet.GetChannelGGrf( bInP); } in GetChannelGGrf()
355 { return aSet.GetChannelBGrf( bInP); } in GetChannelBGrf()
357 { return aSet.GetGammaGrf( bInP); } in GetGammaGrf()
359 { return aSet.GetInvertGrf( bInP); } in GetInvertGrf()
[all …]
H A Dcellatr.hxx110 { return (const SwTblBoxNumFormat&)Get( RES_BOXATR_FORMAT,bInP); } in GetTblBoxNumFmt()
111 inline const SwTblBoxFormula &SwAttrSet::GetTblBoxFormula(sal_Bool bInP) const in GetTblBoxFormula()
112 { return (const SwTblBoxFormula&)Get( RES_BOXATR_FORMULA,bInP); } in GetTblBoxFormula()
113 inline const SwTblBoxValue &SwAttrSet::GetTblBoxValue(sal_Bool bInP) const in GetTblBoxValue()
114 { return (const SwTblBoxValue&)Get( RES_BOXATR_VALUE, bInP); } in GetTblBoxValue()
118 inline const SwTblBoxNumFormat &SwFmt::GetTblBoxNumFmt(sal_Bool bInP) const in GetTblBoxNumFmt()
119 { return aSet.GetTblBoxNumFmt(bInP); } in GetTblBoxNumFmt()
120 inline const SwTblBoxFormula &SwFmt::GetTblBoxFormula(sal_Bool bInP) const in GetTblBoxFormula()
121 { return aSet.GetTblBoxFormula(bInP); } in GetTblBoxFormula()
122 inline const SwTblBoxValue &SwFmt::GetTblBoxValue(sal_Bool bInP) const in GetTblBoxValue()
[all …]
H A Dfmthdft.hxx102 inline const SwFmtHeader &SwAttrSet::GetHeader(sal_Bool bInP) const in GetHeader()
103 { return (const SwFmtHeader&)Get( RES_HEADER,bInP); } in GetHeader()
104 inline const SwFmtFooter &SwAttrSet::GetFooter(sal_Bool bInP) const in GetFooter()
105 { return (const SwFmtFooter&)Get( RES_FOOTER,bInP); } in GetFooter()
107 inline const SwFmtHeader &SwFmt::GetHeader(sal_Bool bInP) const in GetHeader()
108 { return aSet.GetHeader(bInP); } in GetHeader()
109 inline const SwFmtFooter &SwFmt::GetFooter(sal_Bool bInP) const in GetFooter()
110 { return aSet.GetFooter(bInP); } in GetFooter()
H A Dfmtftntx.hxx121 inline const SwFmtFtnAtTxtEnd &SwAttrSet::GetFtnAtTxtEnd(sal_Bool bInP) const in GetFtnAtTxtEnd()
122 { return (const SwFmtFtnAtTxtEnd&)Get( RES_FTN_AT_TXTEND, bInP); } in GetFtnAtTxtEnd()
123 inline const SwFmtEndAtTxtEnd &SwAttrSet::GetEndAtTxtEnd(sal_Bool bInP) const in GetEndAtTxtEnd()
124 { return (const SwFmtEndAtTxtEnd&)Get( RES_END_AT_TXTEND, bInP); } in GetEndAtTxtEnd()
127 inline const SwFmtFtnAtTxtEnd &SwFmt::GetFtnAtTxtEnd(sal_Bool bInP) const in GetFtnAtTxtEnd()
128 { return aSet.GetFtnAtTxtEnd(bInP); } in GetFtnAtTxtEnd()
129 inline const SwFmtEndAtTxtEnd &SwFmt::GetEndAtTxtEnd(sal_Bool bInP) const in GetEndAtTxtEnd()
130 { return aSet.GetEndAtTxtEnd(bInP); } in GetEndAtTxtEnd()
H A Dfmtornt.hxx128 inline const SwFmtVertOrient &SwAttrSet::GetVertOrient(sal_Bool bInP) const in GetVertOrient()
129 { return (const SwFmtVertOrient&)Get( RES_VERT_ORIENT,bInP); } in GetVertOrient()
130 inline const SwFmtHoriOrient &SwAttrSet::GetHoriOrient(sal_Bool bInP) const in GetHoriOrient()
131 { return (const SwFmtHoriOrient&)Get( RES_HORI_ORIENT,bInP); } in GetHoriOrient()
133 inline const SwFmtVertOrient &SwFmt::GetVertOrient(sal_Bool bInP) const in GetVertOrient()
134 { return aSet.GetVertOrient(bInP); } in GetVertOrient()
135 inline const SwFmtHoriOrient &SwFmt::GetHoriOrient(sal_Bool bInP) const in GetHoriOrient()
136 { return aSet.GetHoriOrient(bInP); } in GetHoriOrient()
H A Dfmtclbl.hxx43 inline const SwFmtNoBalancedColumns &SwAttrSet::GetBalancedColumns(sal_Bool bInP) const in GetBalancedColumns()
44 { return (const SwFmtNoBalancedColumns&)Get( RES_COLUMNBALANCE, bInP ); } in GetBalancedColumns()
46 inline const SwFmtNoBalancedColumns &SwFmt::GetBalancedColumns(sal_Bool bInP) const in GetBalancedColumns()
47 { return aSet.GetBalancedColumns( bInP ); } in GetBalancedColumns()
H A Dfmtcntnt.hxx55 inline const SwFmtCntnt &SwAttrSet::GetCntnt(sal_Bool bInP) const in GetCntnt()
56 { return (const SwFmtCntnt&)Get( RES_CNTNT,bInP); } in GetCntnt()
58 inline const SwFmtCntnt &SwFmt::GetCntnt(sal_Bool bInP) const in GetCntnt()
59 { return aSet.GetCntnt(bInP); } in GetCntnt()
H A Dfmtlsplt.hxx47 inline const SwFmtLayoutSplit &SwAttrSet::GetLayoutSplit(sal_Bool bInP) const in GetLayoutSplit()
48 { return (const SwFmtLayoutSplit&)Get( RES_LAYOUT_SPLIT,bInP); } in GetLayoutSplit()
50 inline const SwFmtLayoutSplit &SwFmt::GetLayoutSplit(sal_Bool bInP) const in GetLayoutSplit()
51 { return aSet.GetLayoutSplit(bInP); } in GetLayoutSplit()
H A Dfmtrowsplt.hxx47 inline const SwFmtRowSplit &SwAttrSet::GetRowSplit(sal_Bool bInP) const in GetRowSplit()
48 { return (const SwFmtRowSplit&)Get( RES_ROW_SPLIT,bInP); } in GetRowSplit()
50 inline const SwFmtRowSplit &SwFmt::GetRowSplit(sal_Bool bInP) const in GetRowSplit()
51 { return aSet.GetRowSplit(bInP); } in GetRowSplit()
H A Dfmteiro.hxx49 inline const SwFmtEditInReadonly &SwAttrSet::GetEditInReadonly(sal_Bool bInP) const in GetEditInReadonly()
50 { return (const SwFmtEditInReadonly&)Get( RES_EDIT_IN_READONLY,bInP); } in GetEditInReadonly()
52 inline const SwFmtEditInReadonly &SwFmt::GetEditInReadonly(sal_Bool bInP) const in GetEditInReadonly()
53 { return aSet.GetEditInReadonly(bInP); } in GetEditInReadonly()
H A Dfmtfollowtextflow.hxx54 inline const SwFmtFollowTextFlow &SwAttrSet::GetFollowTextFlow(sal_Bool bInP) const in GetFollowTextFlow()
55 { return (const SwFmtFollowTextFlow&)Get( RES_FOLLOW_TEXT_FLOW, bInP ); } in GetFollowTextFlow()
57 inline const SwFmtFollowTextFlow &SwFmt::GetFollowTextFlow(sal_Bool bInP) const in GetFollowTextFlow()
58 { return aSet.GetFollowTextFlow( bInP ); } in GetFollowTextFlow()
H A Dhfspacingitem.hxx48 inline const SwHeaderAndFooterEatSpacingItem &SwAttrSet::GetHeaderAndFooterEatSpacing(sal_Bool bInP in GetHeaderAndFooterEatSpacing()
49 { return (const SwHeaderAndFooterEatSpacingItem&)Get( RES_HEADER_FOOTER_EAT_SPACING,bInP); } in GetHeaderAndFooterEatSpacing()
51 inline const SwHeaderAndFooterEatSpacingItem &SwFmt::GetHeaderAndFooterEatSpacing(sal_Bool bInP) co… in GetHeaderAndFooterEatSpacing()
52 { return aSet.GetHeaderAndFooterEatSpacing(bInP); } in GetHeaderAndFooterEatSpacing()
H A Dfmtfordr.hxx61 inline const SwFmtFillOrder &SwAttrSet::GetFillOrder(sal_Bool bInP) const in GetFillOrder()
62 { return (const SwFmtFillOrder&)Get( RES_FILL_ORDER,bInP); } in GetFillOrder()
64 inline const SwFmtFillOrder &SwFmt::GetFillOrder(sal_Bool bInP) const in GetFillOrder()
65 { return aSet.GetFillOrder(bInP); } in GetFillOrder()
H A Dfmtwrapinfluenceonobjpos.hxx67 inline const SwFmtWrapInfluenceOnObjPos& SwAttrSet::GetWrapInfluenceOnObjPos(sal_Bool bInP) const in GetWrapInfluenceOnObjPos()
68 { return (const SwFmtWrapInfluenceOnObjPos&)Get( RES_WRAP_INFLUENCE_ON_OBJPOS,bInP); } in GetWrapInfluenceOnObjPos()
70 inline const SwFmtWrapInfluenceOnObjPos& SwFmt::GetWrapInfluenceOnObjPos(sal_Bool bInP) const in GetWrapInfluenceOnObjPos()
71 { return aSet.GetWrapInfluenceOnObjPos(bInP); } in GetWrapInfluenceOnObjPos()
H A Dfmtcnct.hxx76 inline const SwFmtChain &SwAttrSet::GetChain(sal_Bool bInP) const in GetChain()
77 { return (const SwFmtChain&)Get( RES_CHAIN,bInP); } in GetChain()
79 inline const SwFmtChain &SwFmt::GetChain(sal_Bool bInP) const in GetChain()
80 { return aSet.GetChain(bInP); } in GetChain()
H A Dfmtanchr.hxx81 inline const SwFmtAnchor &SwAttrSet::GetAnchor(sal_Bool bInP) const in GetAnchor()
82 { return static_cast<const SwFmtAnchor&>(Get(RES_ANCHOR, bInP)); } in GetAnchor()
84 inline const SwFmtAnchor &SwFmt::GetAnchor(sal_Bool bInP) const in GetAnchor()
85 { return aSet.GetAnchor(bInP); } in GetAnchor()
H A Dfmturl.hxx81 inline const SwFmtURL &SwAttrSet::GetURL(sal_Bool bInP) const in GetURL()
82 { return (const SwFmtURL&)Get( RES_URL,bInP); } in GetURL()
84 inline const SwFmtURL &SwFmt::GetURL(sal_Bool bInP) const in GetURL()
85 { return aSet.GetURL(bInP); } in GetURL()
H A Dfmtpdsc.hxx93 inline const SwFmtPageDesc &SwAttrSet::GetPageDesc(sal_Bool bInP) const in GetPageDesc()
94 { return (const SwFmtPageDesc&)Get( RES_PAGEDESC,bInP); } in GetPageDesc()
96 inline const SwFmtPageDesc &SwFmt::GetPageDesc(sal_Bool bInP) const in GetPageDesc()
97 { return aSet.GetPageDesc(bInP); } in GetPageDesc()
H A Dfmtsrnd.hxx82 inline const SwFmtSurround &SwAttrSet::GetSurround(sal_Bool bInP) const in GetSurround()
83 { return (const SwFmtSurround&)Get( RES_SURROUND,bInP); } in GetSurround()
85 inline const SwFmtSurround &SwFmt::GetSurround(sal_Bool bInP) const in GetSurround()
86 { return aSet.GetSurround(bInP); } in GetSurround()
H A Dfmtfsize.hxx102 inline const SwFmtFrmSize &SwAttrSet::GetFrmSize(sal_Bool bInP) const in GetFrmSize()
103 { return (const SwFmtFrmSize&)Get( RES_FRM_SIZE,bInP); } in GetFrmSize()
105 inline const SwFmtFrmSize &SwFmt::GetFrmSize(sal_Bool bInP) const in GetFrmSize()
106 { return aSet.GetFrmSize(bInP); } in GetFrmSize()
H A Dtgrditem.hxx117 inline const SwTextGridItem &SwAttrSet::GetTextGrid(sal_Bool bInP) const in GetTextGrid()
118 { return (const SwTextGridItem&)Get( RES_TEXTGRID, bInP ); } in GetTextGrid()
119 inline const SwTextGridItem &SwFmt::GetTextGrid(sal_Bool bInP) const in GetTextGrid()
120 { return (const SwTextGridItem&)aSet.Get( RES_TEXTGRID, bInP ); } in GetTextGrid()
H A Dfmtclds.hxx172 inline const SwFmtCol &SwAttrSet::GetCol(sal_Bool bInP) const in GetCol()
173 { return (const SwFmtCol&)Get( RES_COL,bInP); } in GetCol()
175 inline const SwFmtCol &SwFmt::GetCol(sal_Bool bInP) const in GetCol()
176 { return aSet.GetCol(bInP); } in GetCol()

Completed in 85 milliseconds

12