Home
last modified time | relevance | path

Searched refs:bAutoFmt (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/attr/
H A Dformat.cxx59 bAutoFmt = sal_True; in SwFmt()
78 bAutoFmt = sal_True; in SwFmt()
96 bAutoFmt = rFmt.bAutoFmt; in SwFmt()
157 bAutoFmt = rFmt.bAutoFmt; in operator =()
/trunk/main/sw/inc/
H A Dformat.hxx58 sal_Bool bAutoFmt : 1; // sal_False: es handelt sich um eine Vorlage member in SwFmt
175 sal_Bool IsAuto() const { return bAutoFmt; } in IsAuto()
176 void SetAuto( sal_Bool bNew = sal_False ) { bAutoFmt = bNew; } in SetAuto()
/trunk/main/sw/source/ui/misc/
H A Dredlndlg.cxx213 SwRedlineAcceptDlg::SwRedlineAcceptDlg(Dialog *pParent, sal_Bool bAutoFmt) : in SwRedlineAcceptDlg() argument
225 bRedlnAutoFmt (bAutoFmt), in SwRedlineAcceptDlg()
667 sal_Bool bAutoFmt = (rRedln.GetRealType() & nAutoFmt) != 0; in InsertChilds() local
686 bValidParent = bValidParent && bAutoFmt; in InsertChilds()
707 bValidChild = bValidChild && bAutoFmt; in InsertChilds()
/trunk/main/sw/source/ui/inc/
H A Dredlndlg.hxx126 SwRedlineAcceptDlg(Dialog *pParent, sal_Bool bAutoFmt = sal_False);
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx1037 void SwWrtShell::SplitNode( sal_Bool bAutoFmt, sal_Bool bCheckTableStart ) in SplitNode() argument
1052 SwFEShell::SplitNode( bAutoFmt, bCheckTableStart ); in SplitNode()

Completed in 45 milliseconds