Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/attr/
H A Dformat.cxx56 bAutoFmt = sal_True; in SwFmt()
75 bAutoFmt = sal_True; in SwFmt()
93 bAutoFmt = rFmt.bAutoFmt; in SwFmt()
154 bAutoFmt = rFmt.bAutoFmt; in operator =()
/aoo4110/main/sw/inc/
H A Dformat.hxx53 sal_Bool bAutoFmt : 1; // sal_False: es handelt sich um eine Vorlage member in SwFmt
169 sal_Bool IsAuto() const { return bAutoFmt; } in IsAuto()
170 void SetAuto( sal_Bool bNew = sal_False ) { bAutoFmt = bNew; } in SetAuto()
/aoo4110/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()
/aoo4110/main/sw/source/ui/inc/
H A Dredlndlg.hxx126 SwRedlineAcceptDlg(Dialog *pParent, sal_Bool bAutoFmt = sal_False);
/aoo4110/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 95 milliseconds