Searched refs:bCreateNewList (Results 1 – 10 of 10) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/edit/ |
H A D | ednumber.cxx | 772 bool bCreateNewList, in SetCurNumRule() argument 790 bCreateNewList, GetLayout(), sContinuedListId, in SetCurNumRule() 795 if (bCreateNewList) in SetCurNumRule() 798 bCreateNewList = false; in SetCurNumRule() 807 bCreateNewList, GetLayout(), rContinuedListId, in SetCurNumRule()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/edit/ |
H A D | ednumber.cxx | 772 bool bCreateNewList, in SetCurNumRule() argument 790 bCreateNewList, GetLayout(), sContinuedListId, in SetCurNumRule() 795 if (bCreateNewList) in SetCurNumRule() 798 bCreateNewList = false; in SetCurNumRule() 807 bCreateNewList, GetLayout(), rContinuedListId, in SetCurNumRule()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/ |
H A D | txtnum.cxx | 310 const bool bCreateNewList = ( pNumRuleAtCurrentSelection == nullptr ); in ExecSetNumber() local 311 GetShell().SetCurNumRule( aNewNumRule, bCreateNewList ); in ExecSetNumber()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/ |
H A D | txtnum.cxx | 301 const bool bCreateNewList = ( pNumRuleAtCurrentSelection == nullptr ); in ExecSetNumber() local 302 GetShell().SetCurNumRule( aNewNumRule, bCreateNewList ); in ExecSetNumber()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/ |
H A D | docnum.cxx | 857 const bool bCreateNewList, in SetNumRule() argument 901 if ( bCreateNewList ) in SetNumRule() 1212 bool bCreateNewList; member 1217 bCreateNewList( false ), in ListStyleData() 1261 aListStyleData.bCreateNewList = true; in MakeUniqueNumRules() 1271 aListStyleData.bCreateNewList, in MakeUniqueNumRules() 1274 if ( aListStyleData.bCreateNewList ) in MakeUniqueNumRules() 1276 aListStyleData.bCreateNewList = false; in MakeUniqueNumRules()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/ |
H A D | docnum.cxx | 854 const bool bCreateNewList, in SetNumRule() argument 898 if ( bCreateNewList ) in SetNumRule() 1224 bool bCreateNewList; member 1229 bCreateNewList( false ), in ListStyleData() 1273 aListStyleData.bCreateNewList = true; in MakeUniqueNumRules() 1283 aListStyleData.bCreateNewList, in MakeUniqueNumRules() 1286 if ( aListStyleData.bCreateNewList ) in MakeUniqueNumRules() 1288 aListStyleData.bCreateNewList = false; in MakeUniqueNumRules()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/ |
H A D | editsh.hxx | 512 const bool bCreateNewList /*= false*/,
|
H A D | doc.hxx | 1052 bool bCreateNewList,
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/ |
H A D | editsh.hxx | 518 const bool bCreateNewList /*= false*/,
|
H A D | doc.hxx | 1045 bool bCreateNewList,
|