Searched refs:nActLevel (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sw/source/ui/misc/ |
H A D | outline.cxx | 215 sal_uInt16 nTmp = nActLevel; in lcl_BitToLevel() 570 nActLevel(1) in SwOutlineSettingsTabPage() 595 if(USHRT_MAX == nActLevel) in Update() 708 nActLevel = 0; in IMPL_LINK() 711 nActLevel = 0xFFFF; in IMPL_LINK() 719 nActLevel |= nMask; in IMPL_LINK() 734 if(nActLevel & nMask) in IMPL_LINK() 808 if(nActLevel & nMask) in IMPL_LINK() 828 if(nActLevel & nMask) in IMPL_LINK() 848 if(nActLevel & nMask) in IMPL_LINK() [all …]
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par3.cxx | 1828 sal_uInt8 nActLevel) in SetStylesList() argument 1841 (WW8ListManager::nMaxLevel > nActLevel) in SetStylesList() 1845 rStyleInf.nListLevel = nActLevel; in SetStylesList() 1849 (WW8ListManager::nMaxLevel > nActLevel) in SetStylesList() 1855 nActLevel, aParaSprms); in SetStylesList() 1908 sal_uInt8 nActLevel, in RegisterNumFmtOnTxtNode() argument 1936 pTxtNd->SetAttrListLevel(nActLevel); in RegisterNumFmtOnTxtNode() 1938 if ( /*nActLevel >= 0 &&*/ nActLevel < MAXLEVEL ) in RegisterNumFmtOnTxtNode() 1947 if ( pTxtNd->GetNumRule() && nActLevel < MAXLEVEL ) in RegisterNumFmtOnTxtNode() 2004 SetStylesList( nAktColl , nActLFO, nActLevel); in RegisterNumFmt() [all …]
|
H A D | ww8par.hxx | 1502 sal_uInt8 nActLevel, 1507 sal_uInt8 nActLevel); 1508 void RegisterNumFmt(sal_uInt16 nActLFO, sal_uInt8 nActLevel);
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | listsh.cxx | 89 const sal_uInt16 nActLevel = static_cast<sal_uInt16>(pIDoc->getOutlineLevel( nActPos )); in TYPEINIT1() local 97 pIDoc->getOutlineLevel( nActEndPos ) > nActLevel ) in TYPEINIT1() 107 pIDoc->getOutlineLevel( nDest ) > nActLevel ) in TYPEINIT1() 120 while ( nDest > 0 && pIDoc->getOutlineLevel( nDest ) > nActLevel ) in TYPEINIT1()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | numprevw.hxx | 42 sal_uInt16 nActLevel; member in NumberingPreview 50 pActNum(0),nPageWidth(0), pOutlineNames(0), bPosition(sal_False), nActLevel(USHRT_MAX) {} in NumberingPreview() 61 void SetLevel(sal_uInt16 nSet) {nActLevel = nSet;} in SetLevel()
|
H A D | outline.hxx | 129 sal_uInt16 nActLevel; member in SwOutlineSettingsTabPage
|
/aoo42x/main/svx/inc/svx/ |
H A D | numvset.hxx | 136 sal_uInt16 nActLevel; member in SvxNumberingPreview 144 pActNum(0),nPageWidth(0), pOutlineNames(0), bPosition(sal_False), nActLevel(USHRT_MAX) in SvxNumberingPreview() 155 void SetLevel(sal_uInt16 nSet) {nActLevel = nSet;} in SetLevel()
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | content.cxx | 2296 sal_uInt16 nActLevel = ((SwOutlineContent*) in ExecCommand() local 2302 if(nActLevel >= ((SwOutlineContent*) in ExecCommand() 2329 ( nActLevel >= ((SwOutlineContent*)pEntry->GetUserData())->GetOutlineLevel()|| in ExecCommand() 2353 (nActLevel >= ((SwOutlineContent*)pEntry->GetUserData())->GetOutlineLevel()|| in ExecCommand()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | numpages.cxx | 2725 while( !(nActLevel & (1<<nStart)) ) in Paint() 2947 if( 0 != (nActLevel & (1<<nLevel))) in Paint()
|
Completed in 61 milliseconds