Searched refs:MarkListLevel (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sw/source/core/doc/ |
H A D | list.cxx | 58 void MarkListLevel( const int nListLevel, 184 void SwListImpl::MarkListLevel( const int nListLevel, in MarkListLevel() function in SwListImpl 277 void SwList::MarkListLevel( const int nListLevel, in MarkListLevel() function in SwList 280 mpListImpl->MarkListLevel( nListLevel, bValue ); in MarkListLevel()
|
H A D | docnum.cxx | 2511 void SwDoc::MarkListLevel( const String& sListId, in MarkListLevel() function in SwDoc 2519 MarkListLevel( *pList, nListLevel, bValue ); in MarkListLevel() 2523 void SwDoc::MarkListLevel( SwList& rList, in MarkListLevel() function in SwDoc 2528 rList.MarkListLevel( nListLevel, bValue ); in MarkListLevel()
|
/trunk/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 486 void SwCrsrShell::MarkListLevel( const String& sListId, in MarkListLevel() function in SwCrsrShell 493 pDoc->MarkListLevel( sMarkedListId, nMarkedListLevel, sal_False ); in MarkListLevel() 497 pDoc->MarkListLevel( sListId, nListLevel, sal_True ); in MarkListLevel() 514 MarkListLevel( String(), 0 ); in UpdateMarkedListLevel() 522 MarkListLevel( pTxtNd->GetListId(), in UpdateMarkedListLevel() 528 MarkListLevel( String(), 0 ); in UpdateMarkedListLevel()
|
/trunk/main/sw/inc/ |
H A D | list.hxx | 54 void MarkListLevel( const int nListLevel,
|
H A D | doc.hxx | 2045 void MarkListLevel( const String& sListId, 2059 void MarkListLevel( SwList& rList,
|
H A D | crsrsh.hxx | 269 SW_DLLPRIVATE void MarkListLevel( const String& sListId,
|
Completed in 62 milliseconds