/aoo4110/main/sw/source/core/text/ |
H A D | redlnitr.hxx | 57 sal_Bool IsOn() const { return pFnt != 0; } in IsOn() function in SwExtend 97 inline sal_Bool IsOn() const { return bOn || ( pExt && pExt->IsOn() ); } in IsOn() function in SwRedlineItr 107 { if ( IsOn() ) return _ChkSpecialUnderline(); return sal_False; } in ChkSpecialUnderline() 111 inline sal_Bool ExtOn() { if( pExt ) return pExt->IsOn(); return sal_False; } in ExtOn()
|
H A D | redlnitr.cxx | 163 if( pRedln->IsOn() ) in CtorInitAttrIter() 320 ASSERT( IsOn(), "SwRedlineItr::ChangeTxtAttr: Off?" ); in ChangeTxtAttr() 327 if ( pExt && pExt->IsOn() ) in ChangeTxtAttr() 334 ASSERT( ! pExt || ! pExt->IsOn(), "Pop of attribute during opened extension" ) in ChangeTxtAttr()
|
H A D | txtfrm.cxx | 810 if( aInf.GetTxtFly()->IsOn() ) in CalcLineSpace() 1536 if( aTxtFly.IsOn() ) in Prepare() 1540 if ( aTxtFly.IsOn() || IsUndersized() ) in Prepare() 1748 if( aTxtFly.IsOn() ) in Prepare() 1752 bFormat = aTxtFly.IsOn() || IsUndersized(); in Prepare()
|
H A D | porrst.cxx | 315 aTxtFly.IsOn() && aTxtFly.IsAnyObj( aRect ) ) in FormatEmpty() 348 aTxtFly.IsOn() && aTxtFly.IsAnyObj( aRect ) ) in FormatEmpty()
|
H A D | txtpaint.hxx | 50 inline sal_Bool IsOn() const { return bOn; } in IsOn() function in SwSaveClip
|
H A D | txtfly.hxx | 188 inline sal_Bool IsOn() const { return bOn; } in IsOn() function in SwTxtFly
|
H A D | itratr.cxx | 74 if( pRedln && pRedln->IsOn() ) in Chg() 89 if( pRedln && pRedln->IsOn() ) in Rst()
|
H A D | txtfly.cxx | 339 ASSERT( rInf.GetTxtFly()->IsOn(), "SwTxtFormatter::ChkFlyUnderflow: why?" ); in ChkFlyUnderflow() 440 if( !pTxtFly->IsOn() || rInf.IsIgnoreFly() ) in CalcFlyWidth() 941 if( aClipSave.IsOn() && rInf.GetOut().IsClipRegion() ) in DrawTextOpaque()
|
H A D | txthyph.cxx | 159 if( !GetNext() && !rInf.GetTxtFly()->IsOn() && !pFrm->GetFollow() ) in Hyphenate()
|
H A D | inftxt.cxx | 736 if( GetTxtFly()->IsOn() ) in _DrawText() 982 if( aTxtFly.IsOn() ) in DrawRect()
|
H A D | frmpaint.cxx | 485 if( bCheck && aTxtFly.IsOn() && aTxtFly.IsAnyObj( aRect ) ) in PaintEmpty()
|
H A D | txtdrop.cxx | 64 if( pTxtFly && pTxtFly->IsOn() ) in lcl_IsDropFlyInter()
|
H A D | inftxt.hxx | 772 inline sal_Bool IsOn() const { return bOn; } in IsOn() function in SwTxtSlot
|
H A D | itrform2.cxx | 1602 bBuild = ( GetInfo().GetTxtFly()->IsOn() && ChkFlyUnderflow(GetInfo()) ) in FormatLine()
|
/aoo4110/main/sw/source/ui/config/ |
H A D | cfgitems.cxx | 366 ,bOn( rCpy.IsOn() ) in SwShadowCursorItem() 386 return IsOn() == ((SwShadowCursorItem&)rCmp).IsOn() && in operator ==() 392 SetOn( rCpy.IsOn() ); in operator =()
|
H A D | optpage.cxx | 1533 aOnOffCB.Check( aOpt.IsOn() ); in SwShdwCrsrOptionsTabPage() 1658 aOnOffCB.Check( aOpt.IsOn() ); in Reset()
|
/aoo4110/main/qadevOOo/objdsc/sw/ |
H A D | com.sun.star.comp.office.SwXLineNumberingProperties.csv | 1 "SwXLineNumberingProperties";"com::sun::star::text::LineNumberingProperties";"IsOn"
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | cfgitems.hxx | 197 sal_Bool IsOn() const { return bOn; } in IsOn() function in SwShadowCursorItem
|
/aoo4110/main/offapi/com/sun/star/text/ |
H A D | LineNumberingProperties.idl | 45 [property] boolean IsOn;
|
/aoo4110/main/sw/source/ui/fldui/ |
H A D | fldvar.cxx | 672 && ( ( ( (SwRefPageSetField*) GetCurField() )->IsOn() && i ) in UpdateSubType() 673 || ( !( (SwRefPageSetField*) GetCurField() )->IsOn() && !i ) ) ) in UpdateSubType()
|
/aoo4110/main/sw/inc/ |
H A D | docufld.hxx | 686 sal_Bool IsOn() const { return bOn; } in IsOn() function in SwRefPageSetField
|
/aoo4110/main/sw/source/core/fields/ |
H A D | docufld.cxx | 2375 if( pSetFld->IsOn() ) in UpdateField() 2474 if( pSetFld->IsOn() && pRefFrm ) in ChangeExpansion()
|
/aoo4110/main/sw/source/core/access/ |
H A D | accpara.cxx | 1763 sal_Bool bOn = pRPld->IsOn(); in GetFieldTypeNameAtIndex()
|