Home
last modified time | relevance | path

Searched refs:bFormatted (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dpormulti.hxx96 sal_Bool bFormatted :1; // Already formatted member in SwMultiPortion
103 bBidi( sal_False ), bFormatted( sal_False ), bFollowFld( sal_False ), in SwMultiPortion()
123 inline sal_Bool IsFormatted() const { return bFormatted; } in IsFormatted()
124 inline void SetFormatted() { bFormatted = sal_True; } in SetFormatted()
H A Dtxtfrm.cxx383 bLocked = bFormatted = bWidow = bUndersized = bJustWidow = in InitCtor()
/trunk/main/sw/source/core/layout/
H A Dcalcmove.cxx1170 sal_Bool bFormatted = sal_False; //Fuer die Witwen und Waisen Regelung in MakeAll() local
1399 if ( bMoveable && !bFormatted && ( GetFollow() || in MakeAll()
1410 Prepare( PREP_POS_CHGD, (const void*)&bFormatted, sal_False ); in MakeAll()
1419 bValidSize = bFormatted = sal_True; in MakeAll()
1473 bFormatted = sal_False; in MakeAll()
1486 Prepare( PREP_POS_CHGD, (const void*)&bFormatted, sal_False ); in MakeAll()
1500 bValidSize = bFormatted = sal_True; in MakeAll()
1745 bFormatted = sal_False; in MakeAll()
/trunk/main/sw/source/core/inc/
H A Dtxtfrm.hxx124 sal_Bool bFormatted : 1; // nach Format auf sal_True member in SwTxtFrm
145 inline void SetFormatted( const sal_Bool bNew ) { bFormatted = bNew; } in SetFormatted()
386 inline sal_Bool IsFormatted() const { return bFormatted; } in IsFormatted()
/trunk/main/editeng/source/editeng/
H A Dimpedit5.cxx626 bFormatted = sal_False; in SetAttribs()
697 bFormatted = sal_False; in RemoveCharAttribs()
842 bFormatted = sal_False; in ParaAttribsToCharAttribs()
H A Dimpedit.hxx479 sal_Bool bFormatted; member in ImpEditEngine
777 sal_Bool IsFormatted() const { return bFormatted; } in IsFormatted()
H A Dimpedit2.cxx137 bFormatted = sal_False; in ImpEditEngine()
271 bFormatted = sal_False; in InitDoc()
816 bFormatted = sal_False; in TextModified()
832 bFormatted = sal_False; in ParaAttribsChanged()
H A Dimpedit3.cxx497 bFormatted = sal_True; in FormatDoc()

Completed in 96 milliseconds