Searched refs:IsFirstOfNumRule (Results 1 – 7 of 7) sorted by relevance
356 sal_Bool SwEditShell::IsFirstOfNumRule() const in IsFirstOfNumRule() function in SwEditShell363 bResult = IsFirstOfNumRule(*pCrsr); in IsFirstOfNumRule()369 sal_Bool SwEditShell::IsFirstOfNumRule(const SwPaM & rPaM) const in IsFirstOfNumRule() function in SwEditShell374 bResult = GetDoc()->IsFirstOfNumRule(aPos); in IsFirstOfNumRule()428 if ( IsFirstOfNumRule() ) in SetIndent()
474 sal_Bool IsFirstOfNumRule() const;475 sal_Bool IsFirstOfNumRule(const SwPaM & rPaM) const;
809 bool IsFirstOfNumRule() const;
2102 sal_Bool IsFirstOfNumRule(SwPosition & rPos);
2629 sal_Bool SwDoc::IsFirstOfNumRule(SwPosition & rPos) in IsFirstOfNumRule() function in SwDoc2639 bResult = pTxtNode->IsFirstOfNumRule(); in IsFirstOfNumRule()
1964 if ( rSh.IsFirstOfNumRule() && in KeyInput()2023 if ( rSh.IsFirstOfNumRule() && in KeyInput()
4084 bool SwTxtNode::IsFirstOfNumRule() const in IsFirstOfNumRule() function in SwTxtNode
Completed in 157 milliseconds