Searched refs:IsNoNum (Results 1 – 8 of 8) sorted by relevance
232 sal_Bool bDelete = !rSh.IsNoNum(!bApi); in Execute()258 rSet.Put(SfxBoolItem(nWhich, GetShell().IsNoNum(sal_False))); in GetState()
224 if( rSh.IsNoNum() ) in ExecDelete()
95 static sal_Bool IsNoNum(SwWrtShell& rSh, const String& rName);
133 static sal_Bool IsNoNum(SwWrtShell& rSh, const String& rName);
679 sal_Bool SwEditShell::IsNoNum( sal_Bool bChkStart ) const in IsNoNum() function in SwEditShell
470 sal_Bool IsNoNum( sal_Bool bChkStart = sal_True ) const;
1866 || ( rSh.IsNoNum() && bOnlyBackspaceKey ) ) ) in KeyInput()1875 if ( rSh.IsSttPara() && !rSh.IsNoNum() ) in KeyInput()1905 if ( bOnlyBackspaceKey && !rSh.IsNoNum() ) in KeyInput()1909 else if ( !bOnlyBackspaceKey && rSh.IsNoNum() ) in KeyInput()
638 sal_Bool SwMultiTOXTabDialog::IsNoNum(SwWrtShell& rSh, const String& rName) in IsNoNum() function in SwMultiTOXTabDialog4282 (aLevelLB.GetSelectEntryPos() == 0 || SwMultiTOXTabDialog::IsNoNum(rSh, aTmpName))) in IMPL_LINK_INLINE_START()4299 (aLevelLB.GetSelectEntryPos() == 0 || SwMultiTOXTabDialog::IsNoNum(rSh, aTmpName))); in IMPL_LINK_INLINE_END()
Completed in 119 milliseconds