Searched refs:bAutoFmt (Results 1 – 5 of 5) sorted by relevance
59 bAutoFmt = sal_True; in SwFmt()78 bAutoFmt = sal_True; in SwFmt()96 bAutoFmt = rFmt.bAutoFmt; in SwFmt()157 bAutoFmt = rFmt.bAutoFmt; in operator =()
58 sal_Bool bAutoFmt : 1; // sal_False: es handelt sich um eine Vorlage member in SwFmt175 sal_Bool IsAuto() const { return bAutoFmt; } in IsAuto()176 void SetAuto( sal_Bool bNew = sal_False ) { bAutoFmt = bNew; } in SetAuto()
213 SwRedlineAcceptDlg::SwRedlineAcceptDlg(Dialog *pParent, sal_Bool bAutoFmt) : in SwRedlineAcceptDlg() argument225 bRedlnAutoFmt (bAutoFmt), in SwRedlineAcceptDlg()667 sal_Bool bAutoFmt = (rRedln.GetRealType() & nAutoFmt) != 0; in InsertChilds() local686 bValidParent = bValidParent && bAutoFmt; in InsertChilds()707 bValidChild = bValidChild && bAutoFmt; in InsertChilds()
126 SwRedlineAcceptDlg(Dialog *pParent, sal_Bool bAutoFmt = sal_False);
1037 void SwWrtShell::SplitNode( sal_Bool bAutoFmt, sal_Bool bCheckTableStart ) in SplitNode() argument1052 SwFEShell::SplitNode( bAutoFmt, bCheckTableStart ); in SplitNode()
Completed in 45 milliseconds